Commit Graph
100 Commits
Author SHA1 Message Date
Jan 416823c6cd chore: rename ZoneAssetLoaderState to ZoneAssetCreationState 2025-01-03 11:01:44 +01:00
Jan 9068e96dfa chore: make IZoneLoadingState return reference 2025-01-03 10:42:37 +01:00
Jan fa6f9451d2 chore: extract ZoneAssetLoaderContainer to separate class 2025-01-03 10:25:51 +01:00
Jan 41d97c0954 chore: initialize KeyValuePairsCompiler for T6 as obj compiler 2025-01-03 09:59:28 +01:00
Jan e92797e0b8 chore: remove outdated ipak code 2025-01-02 23:16:03 +01:00
Jan ca761dfdbc chore: do not fail upon failure to find ipak file 2025-01-02 22:59:21 +01:00
Jan 9097db7d0f fix: compilation on windows 2025-01-02 22:39:14 +01:00
Jan dfd6e4117c feat: write data to ipak files 2025-01-02 17:59:49 +01:00
Jan 351b6bb1ea feat: write iwi data to specified iwds 2025-01-02 17:54:46 +01:00
Jan fe5d0f79ff chore: consider specified obj containers when post processing 2025-01-02 16:26:42 +01:00
Jan a7254aa11c feat: add post processors compiling iwds and ipaks 2025-01-02 12:57:10 +01:00
Jan b5937ef975 fix: fix not finalizing obj containers when parsing zone definition 2025-01-01 21:19:28 +01:00
Jan aa212e0958 chore: parse includes and assetlists while parsing zone definition 2025-01-01 18:14:43 +01:00
Jan 9852f52a15 chore: get rid of now unused AssetLoading classes 2025-01-01 18:14:43 +01:00
Jan e11e8a361e chore: adjust message when no asset creator could create asset 2025-01-01 18:14:43 +01:00
Jan dd4f18b638 chore: do not consider not finding global asset a failure 2025-01-01 18:14:42 +01:00
Jan ffac925410 fix: reallocate assets before adding to zone pool when loading from
fastfile
2025-01-01 18:14:42 +01:00
Jan da7a60221c fix: initialize default asset creator collection 2025-01-01 18:14:42 +01:00
Jan 27ef3152a0 chore: do not initialize zone pools in ZoneCreator 2025-01-01 18:14:42 +01:00
Jan b7c8c70f2a fix: compilation 2025-01-01 18:14:42 +01:00
Jan 80c4a9a2ae fix: do not reallocate assets for dynamic asset pool 2025-01-01 18:14:42 +01:00
Jan 306ffb730e chore: fix error in ZoneCreator 2025-01-01 18:14:42 +01:00
Jan 692c31b711 chore: fix test compilation 2025-01-01 18:14:42 +01:00
Jan 83d13aa166 chore: fix loading and writing code for T6 2025-01-01 18:14:41 +01:00
Jan d8bc156ffd chore: fix loading and writing code for T5 2025-01-01 18:14:41 +01:00
Jan a36581b06e chore: fix loading and writing code for IW5 2025-01-01 18:14:41 +01:00
Jan 9ae5aaa1db chore: fix loading and writing code for IW4 2025-01-01 18:14:41 +01:00
Jan a5873a301f chore: adjust IW3 asset loaders to fit IW4 format 2025-01-01 18:14:41 +01:00
Jan 7ef944ebd4 chore: refactor IW4 asset loaders 2025-01-01 18:14:41 +01:00
Jan f9456101e6 chore: enable all currently implemented loaders for iw3 2025-01-01 18:14:41 +01:00
Jan 4f585c6aa7 chore: add generic default asset constructors for all games 2025-01-01 18:14:40 +01:00
Jan 9ebea5034a chore: generalize default asset creators 2025-01-01 18:14:40 +01:00
Jan c524cb007a chore: implement obj loading skeleton with localize asset 2025-01-01 18:14:40 +01:00
Jan 673db0592f chore: add scripts for formatting via docker containers 2025-01-01 18:14:40 +01:00
Jan 2c8fcf1630 chore: formatting 2025-01-01 18:14:40 +01:00
Jan 4f0a405bdc chore: adjust asset creation process to use separated AssetCreators 2025-01-01 18:14:40 +01:00
Jan 63046f5681 chore: do not add duplicate paths in LinkerPaths 2025-01-01 18:14:40 +01:00
Jan a240824706 chore: normalize paths before making use of them in LinkerPaths 2025-01-01 18:14:39 +01:00
Jan 110f31e58a chore: fix linux build 2025-01-01 18:14:39 +01:00
Jan be6c30c503 refactor: rework search paths 2025-01-01 18:14:39 +01:00
Jan fd421c4784 chore: use std format for linker and unlinker args 2025-01-01 18:14:39 +01:00
Jan 3803ae24f5 chore: add ObjCompiling component 2025-01-01 18:14:39 +01:00
Jan f9e0bdaa7b chore: always build fastfile when there are assets defined 2025-01-01 18:14:39 +01:00
Jan 2182196730 feat: add ipak and iwd zone definition metadata to replace type 2025-01-01 18:14:39 +01:00
Jan 2034db3330 fix: make name of zone definition the target name by default 2024-11-12 19:37:38 +01:00
Jan b00c65c8c0 refactor: get rid of global game variables 2024-10-19 22:09:26 +02:00
Jan ce16d8e6c8 chore: use method static array for zonewriterfactory 2024-10-19 20:05:08 +01:00
Jan a1851b0ea0 chore: use method static array for zoneloaderfactory 2024-10-19 20:05:08 +01:00
Jan 778361728c chore: make some zone classes use const references 2024-10-19 20:05:08 +01:00
Jan 897a571a41 chore: make GetLanguagePrefixes return a reference instead of a vector copy 2024-10-19 20:05:05 +01:00
Jan e80b9d7460 chore: use std format 2024-10-19 13:46:47 +01:00
Jan bb845f68e9 chore: use IObjWriter directly instead of indirection of ObjWriting 2024-10-19 13:46:47 +01:00
Jan 4c9a84777f chore: use IObjLoader directly instead of indirection of ObjLoading 2024-10-19 13:46:47 +01:00
Jan c034ac790a refactor: refactor ZoneDefWriter 2024-10-19 10:49:56 +02:00
Jan 0e3d9efb0f fix: use multimap again for zone definition properties since stuff like ipak_read can be specified multiple times 2024-10-12 22:14:55 +02:00
Jan 0a423937f0 fix: stop removing extensions of soundalises and guessing their extension later 2024-10-12 18:54:50 +01:00
Jan 9f9e20988a fix: zone def loader not taking correct token for asset name 2024-10-08 20:11:15 +02:00
Jan c245daf56e fix: loaded zone definitions do not set type fastfile if undefined 2024-10-08 20:10:40 +02:00
Jan d2b95b4ebe chore: trim csv reader values 2024-10-06 19:11:25 +02:00
Jan d814fe7b95 refactor: refactor sound csv loading code 2024-10-06 19:11:25 +02:00
Jan a3b9d2693c chore: rename pauseable to pausable 2024-10-06 19:11:25 +02:00
Jan 8620ce864c refactor: refactor sound bank csv writing head 2024-10-06 19:11:25 +02:00
Jan bc51ecb49d chore: little improvement on sound bank types 2024-10-06 19:11:21 +02:00
Jan c1d3138b04 fix: formula for dbspl and cent values 2024-10-06 18:45:06 +02:00
Jan 1a7d2cf1a2 chore: fix build 2024-10-05 12:56:14 +02:00
Jan 1861bd689c chore: respect previously set game when including additional zone files 2024-10-05 11:19:41 +01:00
Jan b156c7348a refactor: use asset_type_t for ZoneDefinition 2024-10-05 10:56:56 +01:00
Jan d2fa1f40f4 fix: linux build 2024-09-27 21:20:02 +02:00
Jan 2dccd423af refactor: extract image code into single component 2024-09-27 21:16:29 +02:00
Jan a2d70c17ba feat: convert from dds to iwi 2024-09-27 20:31:33 +02:00
Jan 8bd70662e0 feat: convert from iwi to dds 2024-09-27 17:36:05 +01:00
Jan 5cc52c42cd refactor: image and obj data loading 2024-09-26 07:22:35 +02:00
Jan 5fee875495 chore: use filename of argv0 in UsageInformation 2024-09-23 23:05:04 +02:00
Jan 32480a75eb chore: give all args to arg parser instead of omitting arg0 2024-09-23 22:38:18 +02:00
Jan 2b1c048a4a chore: improve argument parser code 2024-09-23 22:36:47 +02:00
Jan da18291c89 chore: improve args code for other tools 2024-09-23 20:00:00 +02:00
Jan c37e9984ba chore: add base for image converter tool 2024-09-23 19:29:58 +02:00
Jan d4d8e83169 feat: load iw5 images from raw 2024-09-22 16:59:56 +02:00
Jan 7b28b574d2 feat: load iw5 materials from json 2024-09-22 16:59:31 +02:00
Jan 28a4fbd0d6 feat: dump iw5 materials as json 2024-09-22 15:11:40 +02:00
Jan 7649e5d58f chore: generalize base64 usage 2024-09-22 15:10:54 +02:00
Jan 3b59dad109 chore: generalize material constant zone state 2024-09-22 15:10:01 +02:00
Jan 88499b6428 chore: create temporary iw5 partbits 2024-09-20 21:27:34 +02:00
Jan 1fef66397f chore: implement scale based unit vec3 packing 2024-09-20 21:26:47 +02:00
Jan e814515b53 fix: failure to load xmodel does not abort loading process 2024-09-20 19:39:26 +02:00
Jan d05c1730fa feat: dump and load xmodels for IW5 via template 2024-09-20 16:44:07 +01:00
Jan 0eb321f8c8 chore: make sure components using source templating depend on RawTemplater 2024-09-20 16:44:07 +01:00
Jan fc216a153f chore: use RawTemplater to template XModel dumping code for t5 and t6 2024-09-20 16:44:07 +01:00
Jan 7227c84cde chore: use RawTemplater to template XModel loading code for t5 and t6 2024-09-20 16:44:06 +01:00
Jan a2735b4f23 chore: use generic xmodel loader and dumper code for t5 2024-09-20 16:44:06 +01:00
Jan 28ecee3a1d chore: move t6 xmodel json to proper folder 2024-09-20 16:44:06 +01:00
Jan e9c66a2e28 chore: move xmodel dumping and loading code into generic files 2024-09-20 16:44:06 +01:00
Jan 543a4f06e4 refactor: extract TangentData from JsonXModelLoader 2024-09-20 16:44:05 +01:00
Jan b282e611fc refactor: extract PartClassificationState from JsonXModelLoader 2024-09-20 16:44:02 +01:00
Jan ae73f81a80 chore: address code review comments 2024-09-18 23:01:13 +02:00
Jan c91697caea feat: check for xmodel limits when converting 2024-09-08 22:01:07 +01:00
Jan 74a54ec981 feat: add command line args to add asset and source search paths without overriding all 2024-09-08 21:07:49 +01:00
Jan 8ea9380526 chore: fix command line description for linker gdt and source args 2024-09-08 21:43:45 +02:00
Jan 147de6e240 feat: add zone_raw/?project? as default source directory 2024-09-08 21:42:49 +02:00
Jan 931e128eb9 chore: add asset loaders for all asset types of t6 2024-09-08 17:59:09 +01:00