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

10 commits

Author SHA1 Message Date
11a63345aa sagasu: Add support for importing path lists
This isn't finished yet, importing large lists is way too slow.
2024-02-02 14:25:32 -05:00
81e9c09be8 Fix most warnings 2023-12-09 22:35:59 -05:00
2023254b7e Ensure every class has a QWidget or QObject parent parameter 2023-12-09 21:28:02 -05:00
88d80a64cf Fix misc warnings, code errors and slight improvements 2023-12-09 15:24:54 -05:00
cce7bb8e0a Load all index files, not just the ones from base game 2023-10-14 20:22:51 -04:00
a0e87b914d sagasu: Hide unknown entries by default, add search bar 2023-10-12 20:42:59 -04:00
9cdddae7a6 sagasu: Index all ffxiv index files, stop hardcoding a path you dunce 2023-10-12 20:30:17 -04:00
4fa1460b66 sagasu: Prepare for a better parts view, move properties into it 2023-10-12 19:46:58 -04:00
b1fa058d1d sagasu: Don't add duplicate folder nodes 2023-10-12 19:29:06 -04:00
4b19b7aeba Improve Sagasu design & indexing
Now the hashes are collected in a central database (location to be
improved) similar to FFXIV Explorer. This database needs to be generated
once and doesn't have to be regen every time Sagasu is opened like
before. This indexer currently is a separate program.

Also adds a feature to extract files from the file tree window.
2023-10-12 19:05:03 -04:00