Commit Graph

  • 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
  • debb63ee31
    Merge pull request #269 from Laupetin/dependabot/submodules/thirdparty/libtomcrypt-e0d90c5 Jan 2024-09-21 08:19:44 +02:00
  • 6a0034f584
    Merge pull request #268 from Laupetin/dependabot/submodules/thirdparty/eigen-2d4c9b4 Jan 2024-09-21 08:19:34 +02:00
  • 82d2e8a603
    chore(deps): bump thirdparty/catch2 from bc63412 to fa43b77 #270 dependabot[bot] 2024-09-20 22:12:10 +00:00
  • c99b3e1c25
    chore(deps): bump thirdparty/libtomcrypt from 6865b9f to e0d90c5 #269 dependabot[bot] 2024-09-20 22:12:08 +00:00
  • d0ec4d8fb4
    chore(deps): bump thirdparty/eigen from 84282c4 to 2d4c9b4 #268 dependabot[bot] 2024-09-20 22:12:07 +00:00
  • 88499b6428
    chore: create temporary iw5 partbits Jan 2024-09-20 21:27:34 +02:00
  • 1fef66397f
    chore: implement scale based unit vec3 packing Jan 2024-09-20 21:26:47 +02:00
  • e814515b53
    fix: failure to load xmodel does not abort loading process Jan 2024-09-20 19:39:26 +02:00
  • d05c1730fa
    feat: dump and load xmodels for IW5 via template Jan 2024-09-14 16:28:46 +02:00
  • 0eb321f8c8
    chore: make sure components using source templating depend on RawTemplater Jan 2024-09-14 12:57:33 +02:00
  • fc216a153f
    chore: use RawTemplater to template XModel dumping code for t5 and t6 Jan 2024-09-14 12:46:57 +02:00
  • 7227c84cde
    chore: use RawTemplater to template XModel loading code for t5 and t6 Jan 2024-09-14 12:21:43 +02:00
  • a2735b4f23
    chore: use generic xmodel loader and dumper code for t5 Jan 2024-09-13 21:51:12 +02:00
  • 28ecee3a1d
    chore: move t6 xmodel json to proper folder Jan 2024-09-13 21:50:28 +02:00
  • e9c66a2e28
    chore: move xmodel dumping and loading code into generic files Jan 2024-09-09 23:46:55 +02:00
  • 543a4f06e4
    refactor: extract TangentData from JsonXModelLoader Jan 2024-09-09 18:53:36 +02:00
  • b282e611fc
    refactor: extract PartClassificationState from JsonXModelLoader Jan 2024-09-09 18:46:39 +02:00
  • 53cde27d7f
    Merge pull request #264 from Jbleezy/main Jan 2024-09-19 08:14:53 +02:00
  • ae73f81a80
    chore: address code review comments #264 Jan 2024-09-18 23:01:13 +02:00
  • e0218dce2e Disable clang-format on SOUND_GROUPS array elements Jbleezy 2024-09-16 10:07:04 -07:00
  • 8d41e28a52 Fix more whitespace Jbleezy 2024-09-15 21:35:53 -07:00
  • 4ff138c67b Fix whitespace Jbleezy 2024-09-15 21:27:13 -07:00
  • fe766a734f Use decltype of variable being set Jbleezy 2024-09-15 21:21:05 -07:00
  • d21c6aef4d Find a file for the sound path including extension Jbleezy 2024-09-15 21:20:55 -07:00
  • fed488d391 Dump sound extension Jbleezy 2024-09-15 21:20:17 -07:00
  • 3dcd89540b Fix order of some SoundConstantsT6 enums Jbleezy 2024-09-15 21:19:41 -07:00
  • 1caa54f16e Change SndAlias struct members type from char to uint8_t Jbleezy 2024-09-15 21:19:22 -07:00
  • 568e6572fb
    Merge pull request #261 from diamante0018/main Jan 2024-09-15 12:13:04 +02:00
  • 0021c85536
    fix: address review #261 diamante0018 2024-09-15 11:36:05 +02:00
  • c7b31caadb
    Merge pull request #263 from Laupetin/dependabot/submodules/thirdparty/eigen-84282c4 Jan 2024-09-14 15:33:13 +02:00
  • 34ee738f26
    chore(deps): bump thirdparty/eigen from 072ec9d to 84282c4 #263 dependabot[bot] 2024-09-13 22:10:15 +00:00
  • a0551d72da
    feat: track time spent linking zone diamante0018 2024-09-12 15:52:42 +02:00
  • 576caed030
    Merge pull request #260 from diamante0018/main Jan 2024-09-12 08:44:01 +02:00
  • d44b91485d
    feat(Linker): add verbose loggin when writing of zones begins #260 diamante0018 2024-09-11 17:13:42 +02:00
  • f9a653b7f4
    Merge pull request #259 from Laupetin/feature/check-xmodel-conversion-limits v0.16.3 Jan 2024-09-08 23:22:02 +02:00
  • c91697caea
    feat: check for xmodel limits when converting #259 Jan 2024-09-08 23:00:39 +02:00
  • 6602b35cd6
    Merge pull request #258 from Laupetin/feature/better-linker-search-paths Jan 2024-09-08 22:37:59 +02:00
  • 74a54ec981
    feat: add command line args to add asset and source search paths without overriding all #258 Jan 2024-09-08 22:07:20 +02:00
  • 8ea9380526
    chore: fix command line description for linker gdt and source args Jan 2024-09-08 21:43:45 +02:00
  • 147de6e240
    feat: add zone_raw/?project? as default source directory Jan 2024-09-08 21:42:49 +02:00
  • 87fb3e3b28
    Merge pull request #257 from Laupetin/feature/t6-default-assets Jan 2024-09-08 21:11:45 +02:00
  • 931e128eb9
    chore: add asset loaders for all asset types of t6 #257 Jan 2024-09-08 18:58:32 +02:00
  • f8912418a5
    Merge pull request #256 from Laupetin/feature/bin-search-paths Jan 2024-09-08 16:35:23 +02:00
  • c6ffdedb81
    feat: load raw game folder relative to binary to be able to always locate it, even when in a different working directory #256 Jan 2024-09-08 16:15:45 +02:00
  • 2c7c5cdb47
    Mark t6 xmodels as supported Jan 2024-09-08 14:37:55 +01:00
  • 997f45d567
    Add examples repository to README Jan 2024-09-08 14:37:16 +01:00
  • d1abb46fc1
    Merge pull request #255 from Laupetin/feature/omit-default-armature v0.16.2 Jan 2024-09-08 15:06:37 +02:00
  • becfdbf814
    chore: omit skel node when dumping gltf without armature #255 Jan 2024-09-08 14:40:20 +02:00
  • 9b64ba1623
    chore: omit default armature when dumping xmodels Jan 2024-09-08 14:28:15 +02:00
  • abae48ead2
    Merge pull request #254 from Laupetin/fix/models-without-bones Jan 2024-09-08 14:15:44 +02:00
  • 63556848c1
    fix: auto generate armature when imported gltf has none #254 Jan 2024-09-08 13:55:50 +02:00
  • bc81245322
    Merge pull request #253 from Laupetin/fix/gltf-model-import-2 v0.16.1 Jan 2024-09-07 09:10:19 +02:00
  • 7b020d3c9a
    Merge pull request #252 from Laupetin/dependabot/submodules/thirdparty/zlib-d476828 Jan 2024-09-07 08:52:28 +02:00
  • 96b4fdbd3f
    Merge pull request #251 from Laupetin/dependabot/submodules/thirdparty/eigen-072ec9d Jan 2024-09-07 08:52:18 +02:00