porymap/src/ui
Phlosioneer 01c6d09bc2 Add a way to name metatiles, for use in c code
Metatiles can be given a name. The name becomes a constant in
includes/contstants/metatile_labels.h.

The plan is to be able to reference metatiles in code using a macro
like `METATILE(Building, TV_ON, Primary)`, which will evaluate to the
value 0x003, or `METATILE(BrendansMaysHouse, MOVING_BOX_OPEN, Secondary)`,
which will evaluate to the value 0x270.
2019-04-04 01:44:31 -04:00
..
aboutporymap.cpp Add 'About Porymap' window that contains useful information about the program 2019-01-08 10:28:20 -06:00
bordermetatilespixmapitem.cpp Fix crash if layout blockdata size mismatches layout dimensions 2019-01-07 12:28:31 -06:00
collisionpixmapitem.cpp Add player view rectangle option 2019-01-08 18:04:48 -06:00
connectionpixmapitem.cpp Remember window sizes, add new map popup window (#54) 2019-01-07 17:14:44 -06:00
currentselectedmetatilespixmapitem.cpp Move files into src/ 2018-09-26 18:33:08 -05:00
cursortilerect.cpp Don't show cursor tile outline in event or connection editing tabs 2019-01-11 08:52:44 -06:00
customattributestable.cpp Support custom fields for all event types 2019-02-04 20:53:35 -06:00
eventpropertiesframe.cpp Finish renaming ObjectPropertiesFrame 2018-09-27 11:23:40 -05:00
filterchildrenproxymodel.cpp Misc cleanup, and 'Sort by Name' -> 'Sort by Area' 2018-10-05 17:42:14 -05:00
graphicsview.cpp Move files into src/ 2018-09-26 18:33:08 -05:00
imageproviders.cpp Don't crash on startup if recent map can't be loaded. Write logs to porymap.log file 2018-12-20 17:30:35 -06:00
mappixmapitem.cpp Make map tile cursor more responsive according to metatile selection 2019-01-11 08:52:35 -06:00
mapsceneeventfilter.cpp Restructure source tree 2018-09-29 09:10:23 -05:00
metatilelayersitem.cpp Add edit-undo history to tileset metatile editing 2018-10-06 17:07:36 -05:00
metatileselector.cpp Fix bug where tilesets were not displaying their bottom row 2018-12-20 18:26:27 -06:00
movablerect.cpp Add option to show an outline around the currently-hovered map tile 2019-01-09 09:35:34 -06:00
movementpermissionsselector.cpp Move files into src/ 2018-09-26 18:33:08 -05:00
neweventtoolbutton.cpp Properly create new emerald map headers. Use 'trigger' instead of coord script, trap, etc. 2018-12-26 15:36:44 -06:00
newmappopup.cpp rename getTilesets->getTilesetLabels 2019-03-24 15:55:40 -05:00
newtilesetdialog.cpp add dialog to add tilesets 2019-03-24 15:55:40 -05:00
noscrollcombobox.cpp Move files into src/ 2018-09-26 18:33:08 -05:00
noscrollspinbox.cpp Move files into src/ 2018-09-26 18:33:08 -05:00
paletteeditor.cpp Fix palette editor crash 2019-01-06 09:43:54 -06:00
selectablepixmapitem.cpp Fix small UI bugs in tileset editor 2018-10-02 19:01:21 -05:00
tileseteditor.cpp Add a way to name metatiles, for use in c code 2019-04-04 01:44:31 -04:00
tileseteditormetatileselector.cpp Fix bug where tilesets were not displaying their bottom row 2018-12-20 18:26:27 -06:00
tileseteditortileselector.cpp Don't dynamically flip the tiles image in the tileset editor 2019-01-21 19:18:09 -06:00