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

12 commits

Author SHA1 Message Date
23c6370bd4 Add delay when searching in Data Explorer
This reduces the freezing a ton, and just makes it nicer to search in
general.
2025-06-24 14:50:16 -04:00
5fe8175543 Fix searching in the Data Explorer
I don't know when/how this broke, but it was driving me crazy. Searching
for a specific file would break the model, causing it to "loop back" to
showing the root folders in children. I just had to make sure the row
property was set correctly in the TreeInformation structs.
2025-06-24 14:43:47 -04:00
fa47841440 Add object list to map editor, begin parsing background LGB
This is super basic at the moment, but still super cool!
2025-05-13 15:51:35 -04:00
b8693effc0 Add Quit actions to the apps that don't have it 2025-05-01 17:59:20 -04:00
dab4a698b2 Decompile Lua bytecode in Data Explorer
The game has *tons* of Lua scripts for event scripting, and are very
interesting to explore. I had to do manually call luadec before, but now
it should be much easier by automatically decompiling Lua scripts in the
Data Explorer.
2025-04-30 19:44:20 -04:00
365d75c754 Speed up the start-up of Data Explorer, especially with large databases
I ran it through Hotspot, and it takes a *while* going back and forth
with the database. The database is usually small enough to fit in
memory, so we just do that instead.
2025-04-30 17:52:37 -04:00
b6c2f2eb73 Update to latest libphysis 2025-03-23 19:55:28 -04:00
f21619ed3b Bump minimum Qt and KF versions to 6.8 2025-03-02 08:56:06 -05:00
0cf37355cb Switch to KXmlGuiWindow
This will eventually use more KStandardAction, and gets rid of our
custom code which is just doing a worse job than KXmlGui.
2024-05-27 18:18:54 -04:00
d9438ad88a Data Explorer: Add status bar with hash, offset and file type info 2024-05-25 10:57:43 -04:00
04aab49f34 Improve wording in some labels 2024-05-25 10:26:26 -04:00
b6cc54405c Move applications to their own folder
To try to cut down the amount of top-level folders
2024-05-10 16:44:45 -04:00