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

53 Commits

Author SHA1 Message Date
Jan b0d90f3aac fix: iwi rgb and rgba byte order wrong (#864) 2026-06-28 19:43:25 +02:00
Jan 255c424aac fix: t6 modman textures (#849)
* feat: dynamically decompress bc5 textures for modman

* chore: restructure image format class

* chore: keep dds file conversions

* chore: convert all kinds of webgl unsupported formats

* chore: add decompressors for remaining formats

* chore: always set full alpha if available on bc4 and bc5 decompression
2026-06-22 07:02:35 +02:00
Jan 087ce0c208 feat: unlinker auto paths (#848)
* chore: extract shared search paths code from modman

* feat: automatically detect search paths for game directories

* chore: adjust log levels for loading and unload search paths

* fix: move iwd to obj common
2026-06-20 20:35:47 +02:00
Jan 85aa7417c4 feat: xmodel preview in ModMan (#835)
* chore: upgrade webwindowed for dynamic assets

* chore: make enums in ModMan lowercase

* chore: add missing platform wiiu in ModMan

* fix: register asset handler on all windows

* chore: properly localize game and platform

* chore: render example cube as xmodel preview

* chore: allow origin * in debug

* feat: show preview of xmodels with ModMan

* feat: show images in xmodel preview

* feat: auto load search paths in ModMan

* chore: load objcontainer of loaded zones in ModMan

* chore: add iw4x specific recognized zone dirs

* chore: show when models are loading

* fix: make sure webwindowed handles window and app destruction in correct order

* chore: track and properly free threejs resources

* chore: add skybox for 3d preview

* chore: add small border radius to preview

* fix: linting

* fix: linux compilation

* chore: update package lock
2026-06-18 18:52:52 +02:00
Jan 8dba13f913 refactor: use new webwindowed api (#831)
* chore: update webview with new api

* chore: update modman to use new webview api

* chore: use title handler plugin from webview lib

* chore: use favicon plugin from webview lib

* chore: use vite-plugin-cpp-header from webview repo

* chore: use asset handler from webview lib

* chore: make webview utility

* chore: rename webview to webwindowed

* chore: Rename code usages to webwindowed
2026-06-16 09:50:34 +02:00
mo 44d6710991 feat: initial T4 support (#807)
* feat: initial T4 support

* chore: adjust t4 symbols a bit for accuracy

* chore: add PackIndex asset to T4

* chore: remove unused AssetXModelPieces

* chore: add default and global asset pools loader for T4

* chore: use separate defines for T4 in ImageDumper

* chore: remove unnecessary namespaces in gfximage_actions

* chore: small things

* chore: fix T4 PhysPreset type

* chore: use proper XQuat2 type for T4 xanims

* chore: fix errors on T4 types

* chore: use iw3 like struct for XModelStreamInfo

* docs: add basic docs for T4

* chore: add basic ObjCompiler setup for T4

* chore: adjust loaded sound definition

* chore: make sure t4 material has the correct alignment

* chore: make sure t4 uses similar names for assets as other games

* fix: asset references should not be reusable

* chore: add content writer for t4

* feat: add t4 localize loader

* chore: reorder game ids to be alphabetically ordered

---------

Co-authored-by: Jan Laupetin <jan@laupetin.net>
2026-06-07 14:06:33 +02:00
Jan 414ff2f8d9 chore: move package json to root (#813)
* chore: move package json to root folder

* chore: also lint prettier codestyle

* chore: configure ModManUi files to use lf eof

* chore: update npm versions

* chore: update README of ModMan

* chore: adjust ci to use package json of root folder
2026-05-25 23:41:21 +02:00
Jan Laupetin 4242c4a325 refactor: use std::expected instead of custom implementation 2026-04-04 14:47:10 +02:00
Jan Laupetin aa47ffa629 refactor: introduce subasset loading 2026-02-05 18:17:15 +01:00
Jan Laupetin 38038f8fad fix: clang compilation issues 2026-01-27 23:49:37 +01:00
Jan Laupetin 7227772045 fix: only show console color when supported 2025-11-30 16:28:35 +00:00
Jan Laupetin 2aeaa417b6 chore: only one header per modman platform handler 2025-11-02 20:20:54 +01:00
Jan Laupetin d964929681 feat: add modman title handler for linux 2025-10-31 22:59:03 +01:00
Jan Laupetin b1bd9b9ffc feat: add modman title handler for windows 2025-10-31 21:15:17 +01:00
Jan Laupetin 87d65b99fb feat: add modman favicon handler for windows 2025-10-31 20:56:19 +01:00
Jan Laupetin c9e6a1fc64 feat: show zone and asset statistics in modman 2025-10-27 21:01:04 +01:00
Jan Laupetin 2bfa4112fb chore: restructure ModMan into list and details 2025-10-27 21:01:03 +01:00
Jan Laupetin 3995596e6c chore: add modman bind for getting assets from a zone 2025-10-27 21:01:03 +01:00
Jan Laupetin 23f5ad67e9 feat: combine loading bar and zone list 2025-10-27 21:01:03 +01:00
Jan Laupetin d3c9f5d905 feat: add icon for modman 2025-10-17 19:20:25 +01:00
Jan Laupetin c6e9cbedda feat: report on unlinking progress 2025-10-14 23:20:56 +01:00
Jan Laupetin 9fa41ca0d3 feat: show loading progress in modman 2025-10-14 17:59:34 +01:00
Jan Laupetin 5b3664ad8c chore: add possibility to provide loading progress callback when loading zones 2025-10-14 16:48:20 +01:00
Jan Laupetin 0f3ce55eab chore: set gtk application name for linux 2025-10-11 21:54:33 +02:00
Jan Laupetin d86b70e006 feat: unlink fastfiles via ModMan 2025-10-11 19:04:49 +01:00
Jan Laupetin c791034562 chore: rename FastFileBinds to ZoneBinds 2025-10-11 19:04:48 +01:00
Jan Laupetin 49f2000bad chore: track loaded zones in ui 2025-10-11 19:04:48 +01:00
Jan Laupetin b27b7e77bd chore: pass ZoneLoading error as result 2025-10-11 19:04:47 +01:00
Jan Laupetin 098be53559 chore: add error handling for fastfile bind 2025-10-11 19:04:47 +01:00
Jan Laupetin 2037cf3258 chore: add ModMan args 2025-10-11 19:04:47 +01:00
Jan Laupetin 4911cfa4c6 feat: add bind for loading fastfiles to ModMan 2025-10-11 19:04:46 +01:00
Jan Laupetin 219f0c1c85 chore: save shared modman info in context 2025-10-11 19:04:45 +01:00
Jan Laupetin 9845b0a889 chore: attach to console on windows if possible 2025-10-11 19:04:45 +01:00
Jan Laupetin 2099e99d5e chore: fix formatting 2025-10-10 09:49:41 +02:00
Jan Laupetin eb1262510e chore: add wildcard dialog selection for linux 2025-10-10 09:49:40 +02:00
Jan Laupetin 8e9358b07f fix: make ui binds work without args 2025-10-10 09:49:40 +02:00
Jan Laupetin 210941991e chore: implement dialog handler for linux 2025-10-10 09:49:40 +02:00
Jan Laupetin 5bbeaed3a3 feat: add dialog handler for ModMan 2025-10-10 09:49:36 +02:00
Jan Laupetin e38d79e83e fix: modman compilation on windows x64 2025-10-10 01:29:59 +02:00
Jan Laupetin 49295448c8 feat: add nlohmann json based wrappers for webview binds,notify 2025-10-08 00:31:17 +02:00
Jan Laupetin af216c4df1 chore: add documentation about ModMan 2025-10-07 22:03:36 +01:00
Jan Laupetin 2639640ca3 chore: use new webview fork notify mechanism 2025-10-07 21:39:04 +01:00
Jan Laupetin 5310ae7b8b chore: adapt for raw exposed json messages of webview fork 2025-10-07 20:58:04 +01:00
Jan Laupetin 71791abb59 chore: only set debug webview mode on debug compile 2025-10-07 20:58:04 +01:00
Jan Laupetin 33b50207cf chore: run devtool in dev mode 2025-10-07 20:58:04 +01:00
Jan Laupetin 4f24b9ce86 chore: update modman vite setup to support dev server 2025-10-07 20:58:04 +01:00
Jan Laupetin 047fabb546 chore: rename asset handler source files 2025-10-07 20:58:03 +01:00
Jan Laupetin aa0134c341 chore: improve webview code style 2025-10-07 20:58:03 +01:00
Jan Laupetin cb2e83dfca chore: implement gtk handler for custom files 2025-10-07 20:58:03 +01:00
Jan Laupetin cb4b69c63b chore: fix build on linux 2025-10-07 20:58:03 +01:00