t
t
- update nlohmann/json and pantor/inja in tools/ - create new inja template
The purposes of this PR are: 1. get rid of evil [`MainWindow::updateSelectedObjects()`](https://github.com/huderlem/porymap/blob/master/src/mainwindow.cpp#L1903..L2388) by changing event frame ui structure 2. improve speed rendering multiple selected events 3. remove some duplicate code...
From #433 Porymap probably shouldn't allow users to have empty text fields for map header data (song, location, weather, map type, battle scene), either in the new map prompt or...
It might be nice to say, change a map's group, rename map groups, rearrange maps in groups, etc.
Having an extra field *shouldn't* affect porymap opening and reading encounter data, but it will remove it when saving. In the future maybe this is worth supporting.
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...
Adds functionality to open a Map's scripts in a text editor (#60 ). The editor opened is the system's default editor for files with the `.inc` extension (usually default text...
Adds EventType::HealLocation and icon (#36 ). The user can move existing heal locations on existing maps but cannot add or replace them. * requires: pokeruby commit `dcf8c33a3b48ede46cf7e96491c0dbc2eb6c8073` pokeemerald commit `18d518663061cdb8850d3e41d3d5acae8de7e049`