2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-03-14 17:03:03 +00:00

Commit Graph

  • 28610ae7a9 feat: log invalid enum values for infostring loaders Jan 2024-05-09 20:38:23 +02:00
  • 176b70f416 Merge pull request #183 from Laupetin/dependabot/submodules/thirdparty/catch2-fa5a53d Jan 2024-05-04 09:19:23 +02:00
  • c93044665e chore(deps): bump thirdparty/catch2 from efb3968 to fa5a53d dependabot[bot] 2024-05-03 22:48:39 +00:00
  • 338c81fa6f Merge pull request #178 from Laupetin/dependabot/submodules/thirdparty/catch2-efb3968 Jan 2024-04-27 01:54:28 +02:00
  • 3bcad8cf81 chore(deps): bump thirdparty/catch2 from f232072 to efb3968 dependabot[bot] 2024-04-26 22:48:13 +00:00
  • f241caa274 Merge pull request #176 from Laupetin/refactor/asset-struct-based-loading Jan 2024-04-23 01:06:37 +02:00
  • ae43a994b9 chore: update usages of AddAsset for template asset struct api Jan 2024-04-23 00:06:48 +02:00
  • 931fe695e1 refactor: use template asset structs for AddAsset api Jan 2024-04-23 00:06:28 +02:00
  • d0c7311dce fix: iw4 and iw5 structured data def asset using wrong struct Jan 2024-04-23 00:05:56 +02:00
  • eb0cec1d81 refactor: make LoadDependency and LoadIndirectAssetReference functions work with Asset template types Jan 2024-04-22 23:36:21 +02:00
  • 0b61fc6e81 chore: add asset structs for all games containing enum entry and type Jan 2024-04-22 23:14:29 +02:00
  • 3e2315aca5 Merge pull request #175 from Laupetin/refactor/memory-manager Jan 2024-04-22 21:41:06 +02:00
  • a3acba8bc0 chore: update all usages of memory manager allocation Jan 2024-04-22 21:21:31 +02:00
  • 0845cccd12 refactor: change memory manager API to use a type template Jan 2024-04-22 20:00:14 +02:00
  • 7d920e1060 Merge pull request #174 from Laupetin/feature/normalized-asset-names v0.12.1 Jan 2024-04-22 19:54:11 +02:00
  • aa59768416 chore: remove previous manual lower case conversions of indirect asset references Jan 2024-04-22 19:28:41 +02:00
  • 6bd6635a83 feat: normalize asset names before loading Jan 2024-04-22 19:23:54 +02:00
  • 04b80b5208 chore: move AddAsset function shortcuts to interface Jan 2024-04-22 18:52:13 +02:00
  • 7ddba36dcd docs: update documentation about iw5 weapon loading Jan 2024-04-21 22:24:38 +02:00
  • 4fb00bf368 Merge pull request #170 from diamante0018/main v0.12.0 Jan 2024-04-21 20:22:08 +02:00
  • ff9cb67d84 Merge pull request #172 from Laupetin/feature/iw5-weapons Jan 2024-04-21 20:07:45 +02:00
  • ec22d2a01f Merge pull request #171 from diamante0018/fix/stringtable-dumping Jan 2024-04-21 20:06:43 +02:00
  • 6ca7d892f9 fix: iw5 weapon attachment and override loading Jan 2024-04-21 19:35:04 +02:00
  • 94aee91592 chore: remove unnecessary weapon defaults Jan 2024-04-21 19:34:52 +02:00
  • 1601c87481 chore: set internal name earlier Jan 2024-04-21 19:34:28 +02:00
  • e764373013 feat: load iw5 weapons Jan 2024-04-21 18:44:59 +02:00
  • fedd955e68 fix: attachment loader not properly loading attributes Jan 2024-04-21 18:44:51 +02:00
  • 191965a970 chore: do not only load infostring arrays as pairs but n entries Jan 2024-04-21 18:44:28 +02:00
  • 199be31835 fix: bounce sound for iw4 weapons Jan 2024-04-21 18:43:44 +02:00
  • 49239f2007 chore: rename fx related override structs in iw5 Jan 2024-04-21 18:42:32 +02:00
  • d3c0325fea feat: load iw5 weapon attachments from raw Jan 2024-04-14 17:47:06 +02:00
  • 28949f4ee8 chore: use constants for model array sizes in iw5 attachment writing Jan 2024-04-14 17:46:34 +02:00
  • c34eab16ea fix: check for NULL string in stringtable check before dumping Future 2024-04-21 17:29:15 +02:00
  • 6ed399be86 maint(iw4): compress rawfiles just like on IW5 Future 2024-04-21 13:17:51 +02:00
  • 83f57e1961 Merge pull request #167 from Laupetin/dependabot/submodules/thirdparty/catch2-f232072 Jan 2024-04-20 10:25:41 +02:00
  • 6bff6cea7c Merge pull request #166 from Laupetin/dependabot/submodules/thirdparty/json-8c391e0 Jan 2024-04-20 10:25:33 +02:00
  • eb9c1e87a6 chore(deps): bump thirdparty/catch2 from 65794fd to f232072 dependabot[bot] 2024-04-19 22:06:20 +00:00
  • 38fd8350c8 chore(deps): bump thirdparty/json from 97f0bda to 8c391e0 dependabot[bot] 2024-04-19 22:06:16 +00:00
  • 023bdcaada Merge pull request #165 from Laupetin/docs/supported-assets Jan 2024-04-15 19:41:22 +02:00
  • 8587b495e7 docs: link documentation of currently supported assets in the README Jan 2024-04-15 19:24:20 +02:00
  • 49b1a94f7d docs: clarity game names in supported asset types documentation Jan 2024-04-15 19:21:53 +02:00
  • 42b5270a78 docs: add documentation about supported asset types Jan 2024-04-15 19:20:00 +02:00
  • 7de33880d0 Merge pull request #164 from Laupetin/feature/iw5-weapons Jan 2024-04-14 13:36:47 +02:00
  • 9248cc323c feat: dump iw5 weapon attachments as json Jan 2024-04-14 12:34:18 +02:00
  • a2d649ed66 chore: change std optional json serialization to not include property if unset Jan 2024-04-01 14:58:57 +02:00
  • 42f1e3b111 Merge pull request #163 from Laupetin/dependabot/submodules/thirdparty/json-97f0bda Jan 2024-04-13 01:10:09 +02:00
  • 5eec0fdfb5 Merge pull request #162 from Laupetin/dependabot/submodules/thirdparty/libtommath-5809141 Jan 2024-04-13 01:09:58 +02:00
  • ef1a77b504 Merge pull request #161 from Laupetin/dependabot/submodules/thirdparty/catch2-65794fd Jan 2024-04-13 01:09:46 +02:00
  • 69a7cf296b chore(deps): bump thirdparty/json from 199dea1 to 97f0bda dependabot[bot] 2024-04-12 22:52:40 +00:00
  • e38e55def9 chore(deps): bump thirdparty/libtommath from a9a11d2 to 5809141 dependabot[bot] 2024-04-12 22:52:37 +00:00
  • e05a1aa5ac chore(deps): bump thirdparty/catch2 from bff6e35 to 65794fd dependabot[bot] 2024-04-12 22:52:35 +00:00
  • f8c9e62624 chore: add missing iw5 weapon fields Jan 2024-04-07 23:40:34 +02:00
  • f63e7c7f35 chore: dump missing WeaponCompleteDef fields Jan 2024-04-07 23:09:29 +02:00
  • dc99acd3f6 chore: fix using extent of keys instead of values Jan 2024-04-07 23:01:46 +02:00
  • cca67ebafa chore: dump iw5 weapon notetrack overrides Jan 2024-04-07 20:17:23 +02:00
  • 7b23461e2a chore: dump iw5 weapon reload overrides Jan 2024-04-07 19:58:49 +02:00
  • c1a4874791 chore: add static assertions for weapon field names Jan 2024-04-07 15:09:51 +02:00
  • 4f0d9674ff chore: dump iw5 weapon fx overrides Jan 2024-04-07 14:04:12 +02:00
  • ea0cb66eae chore: dump iw5 weapon sound overrides Jan 2024-04-07 14:08:06 +02:00
  • 8554939c91 chore: dump iw5 weapon anim overrides Jan 2024-04-07 14:07:53 +02:00
  • a27241701b chore: add iw5 weapon indirect asset references Jan 2024-04-07 14:00:20 +02:00
  • fecd486f44 chore: dump iw5 attachments that are used by weapons Jan 2024-04-07 13:28:26 +02:00
  • c68f4015d2 chore: add comment about iw5 missing weapon fields Jan 2024-04-07 10:54:28 +02:00
  • 3dad9d60da chore: fix typo in structs Jan 2024-04-07 10:54:04 +02:00
  • 9c4128b830 chore: update iw5 weapon fulldef sizes Jan 2024-04-07 09:49:53 +02:00
  • 7be21ebb20 feat: dump iw5 weapons on iw4 level Jan 2024-04-06 11:46:39 +02:00
  • eaeb1d9385 Merge pull request #159 from Laupetin/dependabot/github_actions/KyleMayes/install-llvm-action-2 Jan 2024-04-06 08:47:18 +02:00
  • 8e171956ac Merge pull request #158 from Laupetin/dependabot/submodules/thirdparty/catch2-bff6e35 Jan 2024-04-06 08:46:17 +02:00
  • 7d32648609 Merge pull request #157 from Laupetin/dependabot/submodules/thirdparty/libtommath-a9a11d2 Jan 2024-04-06 08:46:03 +02:00
  • 4d37b1f453 Merge pull request #156 from Laupetin/dependabot/submodules/thirdparty/zlib-0f51fb4 Jan 2024-04-06 08:45:49 +02:00
  • 36957049a2 chore(deps): bump KyleMayes/install-llvm-action from 1 to 2 dependabot[bot] 2024-04-05 22:47:07 +00:00
  • eae6d9eb5d chore(deps): bump thirdparty/catch2 from 7ce3579 to bff6e35 dependabot[bot] 2024-04-05 22:21:57 +00:00
  • 9ff25694af chore(deps): bump thirdparty/libtommath from 4929f09 to a9a11d2 dependabot[bot] 2024-04-05 22:21:54 +00:00
  • 7ab4a28b9e chore(deps): bump thirdparty/zlib from d201f04 to 0f51fb4 dependabot[bot] 2024-04-05 22:21:52 +00:00
  • 012dc7ad74 Merge pull request #153 from Laupetin/feature/iw4-weapon-loading v0.11.0 Jan 2024-04-03 00:27:17 +02:00
  • 9b19b5f26f fix: linux build Jan 2024-04-03 00:10:06 +02:00
  • 5474cc6655 fix: wrong preprocessing of technique templates Jan 2024-04-03 00:02:45 +02:00
  • 976fbf94f8 fix: make vertex decl asset references work when building Jan 2024-04-02 23:52:38 +02:00
  • d1a189defc chore: convert anim names to lower before adding as indirect asset references Jan 2024-04-02 23:49:24 +02:00
  • a1cf4ef30b feat: load iw4 weapons from raw Jan 2024-04-02 23:33:53 +02:00
  • 2650669200 Merge pull request #151 from Laupetin/fix/realloc-iw5-clipinfo v0.10.1 Jan 2024-03-30 20:33:47 +01:00
  • 666ea2be9d chore: change tests to reflect new action parsing behaviour Jan 2024-03-30 20:10:01 +01:00
  • 89074c8601 fix: not reallocating IW5 clipMap pInfo from temp block Jan 2024-03-30 19:18:41 +01:00
  • 89d80ca36a Merge pull request #150 from Laupetin/fix/crash-on-linking-referenced-asset Jan 2024-03-30 19:58:49 +01:00
  • fc18f81302 fix: consider asset references when looking for assets of zone Jan 2024-03-30 17:44:55 +01:00
  • e7a9e4b528 chore: use const reference for assetName in GetAsset methods Jan 2024-03-30 17:19:32 +01:00
  • d26fda2e92 Merge pull request #149 from Laupetin/dependabot/submodules/thirdparty/zlib-d201f04 Jan 2024-03-30 11:20:06 +01:00
  • 3801a2a0c1 Merge pull request #148 from Laupetin/dependabot/submodules/thirdparty/libtommath-4929f09 Jan 2024-03-30 11:19:57 +01:00
  • a3da5a3c23 Merge pull request #147 from Laupetin/dependabot/submodules/thirdparty/catch2-7ce3579 Jan 2024-03-30 11:19:47 +01:00
  • 13d8788e17 Merge pull request #146 from Laupetin/dependabot/github_actions/abel0b/setup-premake-2.4 Jan 2024-03-30 11:19:34 +01:00
  • 862f2b9b8c chore(deps): bump thirdparty/zlib from 99b2294 to d201f04 dependabot[bot] 2024-03-29 22:49:17 +00:00
  • 8ef5262780 chore(deps): bump thirdparty/libtommath from 138309c to 4929f09 dependabot[bot] 2024-03-29 22:49:15 +00:00
  • 16bace684e chore(deps): bump thirdparty/catch2 from bfe3ff8 to 7ce3579 dependabot[bot] 2024-03-29 22:49:13 +00:00
  • 6378fadcae chore(deps): bump abel0b/setup-premake from 2.3 to 2.4 dependabot[bot] 2024-03-29 22:38:51 +00:00
  • f001107ad1 docs: update docs repo url Jan 2024-03-29 11:14:13 +01:00
  • 0cf420cb3a Merge pull request #145 from diamante0018/main Jan 2024-03-25 18:02:26 +01:00
  • 0f7a26a731 address review Edo 2024-03-25 17:46:07 +01:00
  • 2a41770bb0 reword this phrase Edo 2024-03-25 12:04:43 +01:00
  • f2417aefa0 add my mod to readme section Edo 2024-03-25 12:02:59 +01:00
  • 86173d8140 chore(readme): improve readme build instructions & grammatical improvements Edo 2024-03-25 12:01:09 +01:00