2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-09-12 19:47:27 +00:00

Commit Graph

  • 19f19f7adb Merge pull request #299 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-2dd6690 Jan 2024-11-12 20:15:39 +01:00
  • 47b6d7720c Merge pull request #303 from Laupetin/fix/zone-definition-default-name Jan 2024-11-12 20:15:02 +01:00
  • 2034db3330 fix: make name of zone definition the target name by default #303 Jan 2024-11-12 18:18:04 +01:00
  • 303f1da0bc chore(deps): bump thirdparty/eigen from 7fd305e to 0d366f6 #301 dependabot[bot] 2024-11-08 22:25:05 +00:00
  • a559fbafd2 chore(deps): bump thirdparty/json from 6325839 to 18ff442 #300 dependabot[bot] 2024-11-08 22:25:03 +00:00
  • 6ed907c114 chore(deps): bump thirdparty/libtomcrypt from cbb01b3 to 2dd6690 #299 dependabot[bot] 2024-11-08 22:25:01 +00:00
  • aa8300052a Merge pull request #297 from Laupetin/dependabot/submodules/thirdparty/eigen-7fd305e Jan 2024-11-02 08:51:57 +01:00
  • 0591befd22 Merge pull request #296 from Laupetin/dependabot/submodules/thirdparty/catch2-119a7bb Jan 2024-11-02 08:51:43 +01:00
  • 5ad37e0e44 chore(deps): bump thirdparty/eigen from 53b83cd to 7fd305e #297 dependabot[bot] 2024-11-01 22:57:37 +00:00
  • 106affc794 chore(deps): bump thirdparty/catch2 from a6ee7e2 to 119a7bb #296 dependabot[bot] 2024-11-01 22:57:34 +00:00
  • b0911919a5 Merge pull request #294 from Laupetin/dependabot/submodules/thirdparty/catch2-a6ee7e2 Jan 2024-10-26 01:35:32 +02:00
  • c202264ad0 Merge pull request #293 from Laupetin/dependabot/submodules/thirdparty/eigen-53b83cd Jan 2024-10-26 01:35:19 +02:00
  • 18c903a9e2 chore(deps): bump thirdparty/catch2 from 0b2af56 to a6ee7e2 #294 dependabot[bot] 2024-10-25 22:33:00 +00:00
  • ecb7b06e11 chore(deps): bump thirdparty/eigen from b396a6f to 53b83cd #293 dependabot[bot] 2024-10-25 22:32:57 +00:00
  • 242bf64576 Merge pull request #292 from Laupetin/refactor/global-game-state Jan 2024-10-19 22:29:46 +02:00
  • b00c65c8c0 refactor: get rid of global game variables #292 Jan 2024-10-19 21:03:36 +02:00
  • ce16d8e6c8 chore: use method static array for zonewriterfactory Jan 2024-10-19 20:22:11 +02:00
  • a1851b0ea0 chore: use method static array for zoneloaderfactory Jan 2024-10-19 20:21:58 +02:00
  • 778361728c chore: make some zone classes use const references Jan 2024-10-19 20:17:06 +02:00
  • 897a571a41 chore: make GetLanguagePrefixes return a reference instead of a vector copy Jan 2024-10-19 20:14:26 +02:00
  • 3aaa821b74 Merge pull request #291 from Laupetin/refactor/game-based-interfaces Jan 2024-10-19 15:12:28 +02:00
  • e80b9d7460 chore: use std format #291 Jan 2024-10-16 18:59:10 +02:00
  • bb845f68e9 chore: use IObjWriter directly instead of indirection of ObjWriting Jan 2024-10-19 12:41:20 +02:00
  • 4c9a84777f chore: use IObjLoader directly instead of indirection of ObjLoading Jan 2024-10-19 12:07:12 +02:00
  • c034ac790a refactor: refactor ZoneDefWriter Jan 2024-10-13 00:57:35 +02:00
  • eec643fab5 Merge pull request #290 from Laupetin/dependabot/submodules/thirdparty/catch2-0b2af56 Jan 2024-10-19 00:57:48 +02:00
  • 5fb476719f Merge pull request #289 from Laupetin/dependabot/submodules/thirdparty/eigen-b396a6f Jan 2024-10-19 00:57:36 +02:00
  • 130da9343f Merge pull request #288 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-cbb01b3 Jan 2024-10-19 00:57:23 +02:00
  • 0e085971f3 chore(deps): bump thirdparty/catch2 from fa43b77 to 0b2af56 #290 dependabot[bot] 2024-10-18 22:32:14 +00:00
  • d135da5134 chore(deps): bump thirdparty/eigen from e0cbc55 to b396a6f #289 dependabot[bot] 2024-10-18 22:32:12 +00:00
  • b7af67e71d chore(deps): bump thirdparty/libtomcrypt from 29af892 to cbb01b3 #288 dependabot[bot] 2024-10-18 22:32:11 +00:00
  • 1c01a2d8c9 Merge pull request #285 from Laupetin/fix/multi-ipak-reading v0.19.1 Jan 2024-10-12 22:35:54 +02:00
  • 0e3d9efb0f fix: use multimap again for zone definition properties since stuff like ipak_read can be specified multiple times #285 Jan 2024-10-12 22:14:55 +02:00
  • bc0f42a18f Merge pull request #284 from Laupetin/fix/guessing-sound-filenames v0.19.0 Jan 2024-10-12 20:15:47 +02:00
  • 0a423937f0 fix: stop removing extensions of soundalises and guessing their extension later #284 Jan 2024-10-12 18:54:50 +01:00
  • dadce3dcca Merge pull request #282 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-29af892 Jan 2024-10-12 09:26:07 +02:00
  • dfcaf75b00 Merge pull request #281 from Laupetin/dependabot/submodules/thirdparty/json-6325839 Jan 2024-10-12 09:25:54 +02:00
  • c13d0668e4 Merge pull request #280 from Laupetin/dependabot/submodules/thirdparty/eigen-e0cbc55 Jan 2024-10-12 09:25:41 +02:00
  • 6a11f22a66 chore(deps): bump thirdparty/libtomcrypt from e0d90c5 to 29af892 #282 dependabot[bot] 2024-10-11 22:59:52 +00:00
  • 8127b667de chore(deps): bump thirdparty/json from b36f4c4 to 6325839 #281 dependabot[bot] 2024-10-11 22:59:50 +00:00
  • 36fda384b3 chore(deps): bump thirdparty/eigen from a097f72 to e0cbc55 #280 dependabot[bot] 2024-10-11 22:59:49 +00:00
  • bf23d797aa Merge pull request #278 from Jbleezy/main Jan 2024-10-08 21:38:09 +02:00
  • ac7b1800f0 Add FORMATTING_RETRIES constexpr #278 Jbleezy 2024-10-08 12:03:33 -07:00
  • cfb7c7ca78 Save format string instead of float Jbleezy 2024-10-08 11:56:52 -07:00
  • 038ed9a37a Merge pull request #279 from Laupetin/fix/zone-def-loading Jan 2024-10-08 20:52:49 +02:00
  • e98fad73b9 Remove curly braces on single line statements Jbleezy 2024-10-08 11:40:30 -07:00
  • 6beff28518 Remove more namespace on function calls Jbleezy 2024-10-08 11:38:24 -07:00
  • e9720a2b1a Remove namespace on function calls Jbleezy 2024-10-08 11:36:23 -07:00
  • 9f9e20988a fix: zone def loader not taking correct token for asset name #279 Jan 2024-10-08 20:11:15 +02:00
  • c245daf56e fix: loaded zone definitions do not set type fastfile if undefined Jan 2024-10-08 20:10:40 +02:00
  • 351a4441c2 Revert FileSource rename Jbleezy 2024-10-07 12:33:01 -07:00
  • bd57f84ecd Fix windows build Jbleezy 2024-10-07 12:10:32 -07:00
  • 321c5067ed Rename centValue to centsValue Jbleezy 2024-10-07 06:45:22 -07:00
  • ed06700f99 Increase rounded sound alias float value precision until it is equal to initial value Jbleezy 2024-10-07 06:41:59 -07:00
  • 93a35f5dcf Rename CentToHertz to CentsToHertz Jbleezy 2024-10-07 01:15:48 -07:00
  • 5f8eb30ce0 Format dumped sound alias float values Jbleezy 2024-10-06 17:45:50 -07:00
  • 4529ff2c5e Rename all instances of Pausable to Pauseable Jbleezy 2024-10-06 15:16:14 -07:00
  • a926b752cf Rename EnvelopPercentage to EnvelopPercent Jbleezy 2024-10-06 15:04:47 -07:00
  • 494ea8f89c Rename FileSource to File Jbleezy 2024-10-06 15:01:51 -07:00
  • 2aac08a62d Reorganize sound alias columns Jbleezy 2024-10-06 14:59:56 -07:00
  • ff02491e08 Fix space being prepended to randomize type Jbleezy 2024-10-06 12:31:45 -07:00
  • 1774001598 Use int16_t max for pitch dumping and loading Jbleezy 2024-10-06 12:13:22 -07:00
  • 1fc31b8c44 Merge pull request #277 from Laupetin/refactor/sound-bank-loading-dumping Jan 2024-10-06 19:34:26 +02:00
  • d2b95b4ebe chore: trim csv reader values #277 Jan 2024-10-06 17:10:50 +02:00
  • d814fe7b95 refactor: refactor sound csv loading code Jan 2024-10-06 16:34:01 +02:00
  • a3b9d2693c chore: rename pauseable to pausable Jan 2024-10-06 16:33:40 +02:00
  • 8620ce864c refactor: refactor sound bank csv writing head Jan 2024-10-06 10:51:59 +02:00
  • bc51ecb49d chore: little improvement on sound bank types Jan 2024-10-06 10:51:04 +02:00
  • ff98b53625 Merge pull request #274 from Jbleezy/main Jan 2024-10-06 19:10:46 +02:00
  • c1d3138b04 fix: formula for dbspl and cent values #274 Jan 2024-10-06 17:59:36 +02:00
  • 90f45c0cea Merge pull request #276 from Laupetin/refactor/zone-definition-asset-type Jan 2024-10-05 13:16:26 +02:00
  • 1a7d2cf1a2 chore: fix build #276 Jan 2024-10-05 12:56:14 +02:00
  • 1861bd689c chore: respect previously set game when including additional zone files Jan 2024-10-05 11:19:41 +01:00
  • b156c7348a refactor: use asset_type_t for ZoneDefinition Jan 2024-09-29 16:35:09 +02:00
  • d2b4b2dc38 Merge pull request #275 from Laupetin/dependabot/submodules/thirdparty/eigen-a097f72 Jan 2024-10-05 00:52:06 +02:00
  • 963ec4f71c chore(deps): bump thirdparty/eigen from 7ad7c1d to a097f72 #275 dependabot[bot] 2024-10-04 22:32:34 +00:00
  • 70bfd06fdc Fix linux build Jbleezy 2024-10-01 15:02:59 -07:00
  • 0ea55810ab Dump and load correct volume and pitch values for T6 sound aliases Jbleezy 2024-10-01 14:29:28 -07:00
  • cdc65e0425 Merge pull request #273 from Laupetin/dependabot/submodules/thirdparty/eigen-7ad7c1d Jan 2024-09-28 08:12:54 +02:00
  • c1896934ed chore(deps): bump thirdparty/eigen from 2d4c9b4 to 7ad7c1d #273 dependabot[bot] 2024-09-27 22:07:21 +00:00
  • a8fefbc978 Merge pull request #272 from Laupetin/feature/iwi-converter v0.18.0 Jan 2024-09-27 21:41:47 +02:00
  • d2fa1f40f4 fix: linux build #272 Jan 2024-09-27 21:20:02 +02:00
  • 2dccd423af refactor: extract image code into single component Jan 2024-09-27 21:16:29 +02:00
  • a2d70c17ba feat: convert from dds to iwi Jan 2024-09-27 20:31:33 +02:00
  • 8bd70662e0 feat: convert from iwi to dds Jan 2024-09-27 17:34:07 +01:00
  • 5cc52c42cd refactor: image and obj data loading Jan 2024-09-24 12:01:42 +01:00
  • 5fee875495 chore: use filename of argv0 in UsageInformation Jan 2024-09-23 23:05:04 +02:00
  • 32480a75eb chore: give all args to arg parser instead of omitting arg0 Jan 2024-09-23 22:38:18 +02:00
  • 2b1c048a4a chore: improve argument parser code Jan 2024-09-23 20:15:52 +02:00
  • da18291c89 chore: improve args code for other tools Jan 2024-09-23 20:00:00 +02:00
  • c37e9984ba chore: add base for image converter tool Jan 2024-09-23 19:29:58 +02:00
  • fabefc8cd5 Merge pull request #271 from Jbleezy/main v0.17.1 Jan 2024-09-23 09:59:10 +02:00
  • d558a4e075 Use concat instead of replace_extension for guess sound filename function #271 Jbleezy 2024-09-23 00:31:36 -07:00
  • 042c68a8fc Merge pull request #267 from Laupetin/refactor/generalize-xmodel-loading v0.17.0 Jan 2024-09-22 17:23:38 +02:00
  • d4d8e83169 feat: load iw5 images from raw #267 Jan 2024-09-22 16:59:56 +02:00
  • 7b28b574d2 feat: load iw5 materials from json Jan 2024-09-22 16:59:31 +02:00
  • 28a4fbd0d6 feat: dump iw5 materials as json Jan 2024-09-22 15:11:40 +02:00
  • 7649e5d58f chore: generalize base64 usage Jan 2024-09-22 15:10:54 +02:00
  • 3b59dad109 chore: generalize material constant zone state Jan 2024-09-22 15:10:01 +02:00
  • 5549f71f29 Merge pull request #270 from Laupetin/dependabot/submodules/thirdparty/catch2-fa43b77 Jan 2024-09-21 08:19:54 +02:00