1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-23 04:27:45 +00:00
Commit graph

185 commits

Author SHA1 Message Date
23442d0c9e Add .clang-format to .gitignore because it's generated by ECM 2023-09-25 21:57:40 -04:00
cfee6775f4 Use KAboutApplicationWindow instead of our custom one 2023-09-23 15:45:38 -04:00
94758b35b4 Haha, fix REUSE lint again 2023-09-23 15:28:34 -04:00
fdf935d85f Use new settings in exdviewer, explorer and mdlviewer 2023-09-23 15:26:00 -04:00
127b57b820 Add a settings file to store the game directory 2023-09-23 15:21:36 -04:00
66bc968331 Depend on ECM 2023-09-23 15:02:13 -04:00
fafb0b2f61 Bump to C++20 2023-09-23 14:59:55 -04:00
dc6f12a95a Use even less FetchContent! 2023-09-23 14:57:56 -04:00
bb7925173e Fix REUSE, again 2023-09-23 14:57:46 -04:00
0fa97a26b7 Use system packages for Corrosion, stb and nlohmann 2023-09-23 14:52:05 -04:00
2eccb10eda Remove fmt dependency
It's no longer used, and replaced with physis functions where formatting
was needed.
2023-09-23 14:51:47 -04:00
633e283abd Improve single gear view loading 2023-09-23 14:10:38 -04:00
4943daac84 Set minimum size for exdviewer 2023-09-23 14:10:38 -04:00
1e35855496 Cache EXDs in exdpart 2023-09-23 14:10:37 -04:00
9663164e76 Export gltf instead of fbx 2023-09-23 14:09:49 -04:00
b96b2a86c2 Use uint64 for storing descriptor hashes 2023-09-23 14:09:33 -04:00
42cab361e0 Set margins for mdlviewer layout to 0 2023-09-23 14:09:33 -04:00
3140e0246e Set minimum size for mdlviewer 2023-09-23 14:09:33 -04:00
6761201ce0 Add quit action to all applications, add more icons to existing actions 2023-09-23 14:09:33 -04:00
7cd316ba83 Fix license path in CMake 2023-09-17 15:32:46 -04:00
35d0e74007 Add CI status to README 2023-08-31 14:21:53 +02:00
d9a38b49a5 Remove LICENSE 2023-08-31 14:21:30 +02:00
3fdd166c7f Make REUSE happy again 2023-08-31 14:21:19 +02:00
e66036c9fc Add sdklauncher application 2023-08-31 14:18:50 +02:00
4002901dbd Use git main branch for libphysis 2023-08-31 14:18:33 +02:00
b034978b71 Improve README (and add more), add BUILDING and CONTRIBUTING 2023-08-18 12:18:36 -04:00
749ad49c3a Ensure compliance with REUSE, add to CI 2023-08-06 08:50:33 -04:00
7864a65d21 Don't show face, hair, etc in the single gear view 2023-07-09 11:56:20 -04:00
dd0dc5fbcf Allow no material meshes with a dummy texture instead 2023-07-09 11:53:27 -04:00
2ec31da272 Re-introduce standalone mdlviewer for viewin specific MDL files 2023-07-09 11:52:59 -04:00
589598b34c Rename mdlviewer to Armoury Editor 2023-07-09 11:31:18 -04:00
085f26a719 Improve content margins on various layouts, set sensible size for window 2023-07-09 11:04:30 -04:00
47d612eb8f Add file cache and concurrent item loading to speed up mdlviewer
Instead of extracting item sheets one at a time, it's now done on
multiple threads. Loading gear is now faster since reused files are
cached, switching between races is still wasteful, but it's a good
enough improvement for now.
2023-07-09 10:54:27 -04:00
baf1158e00 Add load from character .dat function, add more character options 2023-07-08 15:29:42 -04:00
01b3fc6ef2 Add support for loading faces, hairs, ears and tails 2023-07-08 11:58:38 -04:00
77ad2b7298 Add smallclothes hands and feet gear 2023-07-08 11:58:23 -04:00
31f7e5733e Add about window to exdviewer and explorer as well 2023-07-08 10:33:12 -04:00
8de878791e Adapt exdpart to physis API changes 2023-07-08 10:18:07 -04:00
9295980e3e Make donate action function 2023-07-08 10:15:29 -04:00
0aff927279 Add about window to mdlviewer 2023-07-08 10:12:35 -04:00
5f2502b733 Fix bust min/max spinboxes weren't being set 2023-07-08 10:12:18 -04:00
9da52b5935 Allow racial deforms for Highlanders 2023-07-08 09:53:10 -04:00
99ea8585d0 Add search box to gear list widget 2023-07-08 09:25:30 -04:00
10996a7f5a Create and use gear list model and widget 2023-07-08 09:13:02 -04:00
8fb0b26c18 Add subrace combo to FMV 2023-07-07 16:29:43 -04:00
d67a63710d Add .clang-format and format mdlviewer 2023-07-07 16:16:21 -04:00
97dda3d091 Add editable character parameters to FMV 2023-07-07 16:02:45 -04:00
a9d121d885 Add subrace combo to single gear view 2023-07-07 16:02:28 -04:00
1e423c7792 Fix assimp library on Fedora 2023-07-07 16:02:17 -04:00
8daa9f502d Apply racial scaling deforms 2023-07-07 16:02:06 -04:00