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

8 commits

Author SHA1 Message Date
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