-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate Layouts and Maps #515
Conversation
33c7293
to
91c7a2a
Compare
... because the color of the icon does not mean anything until map has been loaded into memory for example, if the map's layout has changed then it should be marked as modified but that wouldn't happen if the map is unloaded
Alright I'm nearly done adding to this. The main outstanding thing I'd like to fix is how we're reading/writing the There's a few bugs I'd like to address after that (mainly that resizing the map with the scripting API doesn't quite work right now), and then the rest of the
|
Feature-complete. In need of cleanup and testing.
Internally removes Layout related code from the Map class.
Creates a new layout-only edit mode.
Adds ability to modify map groups.
closes #182
closes #477
closes #181
closes #334
TODO:
in order of edits madeScriptUtility::setMainTab(int index)
consider edit modegMapGroup_
prefix requirement for map groupsNewMapPopup::initUi
where neededRearrange and rename map sections?