2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-04-22 03:29:37 +00:00
Commit Graph

1743 Commits

Author SHA1 Message Date
Jan 7a639a359c fix: not being able to ignore assets of type attachment,attachmentunique 2025-01-21 22:17:06 +00:00
Jan 990bfe27df chore: add force loading of assets 2025-01-21 22:16:55 +00:00
Jan b4194eff28 chore: always use dynamic asset pools and remove static implementation 2025-01-21 22:14:24 +00:00
Jan 8c453f1683 fix: support dds files that lie about their mipmaps 2025-01-15 19:18:04 +00:00
Jan a41d15d43a fix: not loading iwds from search-path in Unlinker 2025-01-15 17:47:33 +00:00
Jan 85d9f1c255 fix: salsa20 encryption only initializes encryption with zone name of at max 31 characters length 2025-01-15 00:47:01 +01:00
Jan d9f23a0b76 fix: make file name verification consider max file name length in zone properly 2025-01-15 00:46:22 +01:00
Jan cc67f6e730 refactor: use OutputPathFilesystem for writing fastfiles 2025-01-14 22:03:44 +01:00
Jan 4c09e94220 refactor: remove MemoryManager create method usages 2025-01-13 22:03:20 +00:00
Jan 2d58054ffc refactor: make use of IOutputPath in ObjWriting 2025-01-11 17:52:04 +01:00
Jan b584cd7423 fix: make sure creating directories in OutputPathFilesystem cannot lead to a crash 2025-01-11 13:05:45 +01:00
Jan 27c01e0a41 Merge pull request #339 from diamante0018/fix/recover-from-filesystem-ex
Recover from filesystem exception when dumping
2025-01-11 12:37:10 +01:00
Jan c86f9f6391 fix: not accessing previous zone data when taking an asset from global asset pools 2025-01-11 11:57:09 +01:00
Jan 36f0764cd5 fix: not registering script strings for xmodel loading 2025-01-11 11:56:39 +01:00
Jan 0a98da9a79 fix: not calculating fields in t6 attachment unique loader 2025-01-11 11:56:04 +01:00
Future 315eb76127 recover from filesystem exception when dumping 2025-01-11 11:20:12 +01:00
Jan fa249b0bd3 test: add unit test for IPakCreator 2025-01-08 21:05:11 +00:00
Jan 54e240e98c fix: compilation 2025-01-08 17:39:34 +00:00
Jan 3b5ca86b0d test: add unit test for ImageIwdPostProcessor 2025-01-08 17:37:19 +00:00
Jan 8c8ceae0bd test: add unit test for ImageIPakPostProcessor 2025-01-08 17:36:01 +00:00
Jan e0f8b3d3ca chore: add abstraction for opening output files to be able to mock it 2025-01-07 00:02:38 +01:00
Jan cacccf64e1 fix: make sure kvps are in a deterministic order 2025-01-05 10:16:14 +00:00
Jan 67fb11506c chore: initialize ipak and iwd post processors immediately in constructor 2025-01-05 09:35:52 +00:00
Jan fc9e6ce14d test: add test for KeyValuePairsCompilerT6 2025-01-05 00:16:57 +00:00
Jan b84c719d3f chore: add missing headers 2025-01-03 14:55:19 +01:00
Jan ac43b646cc feat: automatically add ipak_read kvp when creating ipak 2025-01-03 14:55:19 +01:00
Jan 2313da1c12 chore: inject ZoneAssetCreationStateCollection to states 2025-01-03 14:55:19 +01:00
Jan ef862ff246 chore: make keyvaluepairscompiler use a zonestate 2025-01-03 14:55:19 +01:00
Jan 3c3161448f chore: get Iwd and Ipak creators in constructor for post processors 2025-01-03 11:18:33 +01:00
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