1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-06-08 14:17:45 +00:00
Commit graph

5 commits

Author SHA1 Message Date
505802706a Show the layer names instead of naming them by index
For some reason SqEX ships their internal names of layers in retail, so
we can show them!
2025-05-17 11:35:49 -04:00
77f93c5224 Don't show all layers at once, allow selecting which ones to see
You can now select which layers are currently visible in the object list
view, and makes the performance *so much better* because it doesn't load
everything by default.
2025-05-17 11:32:23 -04:00
da0240b3bf Separate map layers into their own tree items 2025-05-17 11:17:20 -04:00
66808619f3 Load a bunch of possible LGB files
This now loads the various LGB names I know of when opening a map in the
editor, and they are properly categorized in the object list widget. The
next step is drawing these in the view or adding a property pane.
2025-05-13 16:08:19 -04:00
8ba4d0ba6f Create a proper ObjectListModel
Eventually we want to load multiple LGBs at once (and categorize objects
further, of course) so we need an actual tree model.
2025-05-13 16:03:27 -04:00