1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-05 17:37:46 +00:00
Commit graph

8 commits

Author SHA1 Message Date
c2fa324ec0 armoury: Export proper model and part names 2023-10-10 16:02:02 -04:00
a4b516e754 mdlpart: Add clamping to the camera to stop getting into fun situations 2023-09-26 20:42:45 -04:00
d8d890bfbb Move gar loading to a different thread and prevent unnecessary updates 2023-09-25 23:48:03 -04:00
749ad49c3a Ensure compliance with REUSE, add to CI 2023-08-06 08:50:33 -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
8daa9f502d Apply racial scaling deforms 2023-07-07 16:02:06 -04:00
926853c701 Improve bone data calculation in MDLPart, and better camera controls 2023-07-06 17:39:29 -04:00
97f46bcca1 Introduce the parts system and EXD and MDL parts
These parts (inspired by the KDE parts system) will allow the tooling
to reuse GUI mechanisms. Right now the two supported parts are for Excel
and Models, and exdviewer and mdlviewer will be retrofitted to them in
future commits.
2023-04-09 15:28:00 -04:00