Commit Graph

  • aa50f891a8
    Merge pull request #195 from Laupetin/fix/iw5-reference-asset-menu-crash Jan 2024-05-18 14:17:54 +02:00
  • cae003bd57
    chore(deps): bump thirdparty/eigen from afb1728 to b9b1c86 #196 dependabot[bot] 2024-05-18 12:15:02 +00:00
  • a722b868fa
    fix: crash on trying to dump referenced iw5 menu #195 Jan 2024-05-16 19:43:35 +02:00
  • bd98011956
    Merge pull request #197 from Laupetin/fix/github-actions Jan 2024-05-18 13:58:58 +02:00
  • 7497b55054
    fix: github actions #197 Jan 2024-05-18 12:45:02 +02:00
  • 444bdc6fa3
    docs: add gltf to xmodel supported assets note Jan 2024-05-12 23:01:27 +02:00
  • f2628fcda4
    Merge pull request #193 from Laupetin/feature/improve-info-string-logging Jan 2024-05-12 22:52:10 +02:00
  • 3efd9534fb
    feat: fail to parse info strings on empty keys #193 Jan 2024-05-12 22:33:39 +02:00
  • 5d913acfef
    feat: improve error messages when parsing an info string file fails Jan 2024-05-12 22:29:40 +02:00
  • 30394e6a4c
    Merge pull request #192 from Laupetin/fix/gltf-bone-rotations v0.13.0 Jan 2024-05-12 21:35:26 +02:00
  • 0a960c330c
    fix: iw3 vertex weights for more than one bone #192 Jan 2024-05-12 21:17:03 +02:00
  • fa08017250
    fix: iw4 vertex weights for more than one bone Jan 2024-05-12 21:12:34 +02:00
  • a33bc5414c
    fix: iw5 vertex weights for more than one bone Jan 2024-05-12 21:01:57 +02:00
  • ae95accaa3
    fix: t5 vertex weights for more than one bone Jan 2024-05-12 20:47:38 +02:00
  • c89a6631b0
    chore: replace custom vector, quaternion, matrix implementation with eigen library Jan 2024-05-12 18:35:32 +02:00
  • 9979275f8c
    fix: gltf mesh wrong bone and invertBindMatrix transformations Jan 2024-05-12 16:42:44 +02:00
  • 17dee65337
    fix: t6 vertex weights for more than one bone Jan 2024-05-12 16:37:26 +02:00
  • e0dd0ac9dc
    chore: add eigen library for vector math Jan 2024-05-12 16:35:46 +02:00
  • b29089a61f
    Merge pull request #188 from Laupetin/feature/case-insensitive-assets Jan 2024-05-11 13:22:14 +02:00
  • a9488b8152
    chore: normalize asset names before adding to asset pools #188 Jan 2024-05-11 12:23:49 +02:00
  • b59bd01280
    Merge pull request #187 from Laupetin/dependabot/submodules/thirdparty/catch2-4e8d92b Jan 2024-05-11 09:37:37 +02:00
  • 35474c217e
    Merge pull request #182 from Laupetin/feature/gltf-xmodel-dumping Jan 2024-05-11 02:08:55 +02:00
  • 499b752272
    chore: add names to exported gltf models #182 Jan 2024-05-11 01:51:28 +02:00
  • 5c06b6e5e4
    chore: dump gltf skin inverseBindMatrices Jan 2024-05-11 00:35:18 +02:00
  • 6a1962b65a
    chore: export separate root node for gltf Jan 2024-05-10 22:57:22 +02:00
  • 1c105db5bc
    fix: quaternion multiplication and division Jan 2024-05-10 22:55:22 +02:00
  • 3b0476dee8
    chore(deps): bump thirdparty/catch2 from fa5a53d to 4e8d92b #187 dependabot[bot] 2024-05-10 23:00:25 +00:00
  • c74be5e8ae
    chore: dump gltf vertex weights Jan 2024-05-04 23:59:43 +02:00
  • 9ab78d5384
    fix: correct asset references in xmodel material dumping Jan 2024-05-04 23:00:05 +02:00
  • a0138c8abc
    chore: set gltf material default metallicness to 0 Jan 2024-05-04 22:10:58 +02:00
  • 1a35152098
    chore: dump more information about gltf materials Jan 2024-05-04 21:58:18 +02:00
  • ebccd67676
    chore: fill dumped gltf min max fields for position accessor Jan 2024-05-04 20:06:31 +02:00
  • c587dae05f
    fix: build on linux Jan 2024-05-01 00:19:21 +02:00
  • 07fa12b7f6
    chore: implement mesh gltf export Jan 2024-04-27 10:35:00 +02:00
  • a39e993cc6
    chore: use XModelCommon for dumping obj to reduce code duplication Jan 2024-04-28 14:37:21 +02:00
  • 45684ac828
    fix: accidentally dumping NORMAL twice for xmodel export Jan 2024-04-28 14:37:06 +02:00
  • 2497a9f228
    fix: use after free when dumping xmodel vertex weights Jan 2024-04-28 14:36:02 +02:00
  • 826e59d627
    chore: update xmodel common to be a struct with substructs Jan 2024-04-02 21:34:51 +02:00
  • 0a65c93aa5
    chore: move materialIndex to XModelObject Jan 2024-04-02 18:47:54 +02:00
  • 1bc1c12244
    chore: fix linux build Jan 2024-04-01 20:48:39 +02:00
  • 0d96213f21
    chore: export gltf basic attributes Jan 2024-04-01 15:20:58 +02:00
  • 8a0c93d3d8
    feat: add gltf and glb as model dumping formats Jan 2024-04-01 01:45:29 +02:00
  • f2438bea12
    chore: write gltf header with new writers and outputs Jan 2024-03-30 17:12:48 +01:00
  • c27f4ed544
    chore: add output implementations for gltf and glb Jan 2024-03-31 22:46:31 +02:00
  • 7a0930a208
    chore: add json types for gltf Jan 2024-03-31 13:07:06 +02:00
  • d4ef9fa3d9
    chore: move xmodel packages Jan 2024-03-30 15:19:11 +01:00
  • abc3003b5b
    chore: implement base loading and writing of xmodel json Jan 2024-03-30 14:09:58 +01:00
  • 237dc83cfc
    chore: update xmodel structs Jan 2024-03-30 14:09:29 +01:00
  • c2be18e3d6
    Merge pull request #186 from Laupetin/feature/weapon-loading-error-logging Jan 2024-05-09 20:55:54 +02:00
  • 28610ae7a9
    feat: log invalid enum values for infostring loaders #186 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 #183 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 #178 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 #176 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 #175 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 #174 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 #172 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 #171 Future 2024-04-21 17:29:15 +02:00
  • 6ed399be86
    maint(iw4): compress rawfiles just like on IW5 #170 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 #167 dependabot[bot] 2024-04-19 22:06:20 +00:00
  • 38fd8350c8
    chore(deps): bump thirdparty/json from 97f0bda to 8c391e0 #166 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 #165 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 #164 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 #163 dependabot[bot] 2024-04-12 22:52:40 +00:00
  • e38e55def9
    chore(deps): bump thirdparty/libtommath from a9a11d2 to 5809141 #162 dependabot[bot] 2024-04-12 22:52:37 +00:00
  • e05a1aa5ac
    chore(deps): bump thirdparty/catch2 from bff6e35 to 65794fd #161 dependabot[bot] 2024-04-12 22:52:35 +00:00