Atiran's modified version of Porymap, a map editor for Pokémon Emerald.
Find a file
2018-07-09 17:40:28 -05:00
resources lots of changes 2018-02-11 14:34:09 -05:00
.gitignore Add Qt Creator .autosave files to .gitignore 2018-02-12 13:53:38 -08:00
block.cpp Initial commit 2016-09-29 02:35:29 -04:00
block.h Initial commit 2016-09-29 02:35:29 -04:00
blockdata.cpp lots of changes 2018-02-11 14:34:09 -05:00
blockdata.h lots of changes 2018-02-11 14:34:09 -05:00
editor.cpp Update map view when tilesets change 2018-07-08 17:01:53 -05:00
editor.h Update map view when tilesets change 2018-07-08 17:01:53 -05:00
event.cpp Add ability to add all map event types 2018-07-07 11:59:47 -05:00
event.h Add ability to add all map event types 2018-07-07 11:59:47 -05:00
graphicsview.cpp Support changing connection maps, adding new connections, and removing connections 2018-03-08 20:34:04 -08:00
graphicsview.h Support changing connection maps, adding new connections, and removing connections 2018-03-08 20:34:04 -08:00
main.cpp Small cleanup 2018-02-18 10:32:30 -08:00
mainwindow.cpp Add map resizing functionality 2018-07-09 17:40:28 -05:00
mainwindow.h Add map dimensions dialog window 2018-07-09 17:40:15 -05:00
mainwindow.ui Add map dimensions dialog window 2018-07-09 17:40:15 -05:00
map.cpp Add map resizing functionality 2018-07-09 17:40:28 -05:00
map.h Add map resizing functionality 2018-07-09 17:40:28 -05:00
neweventtoolbutton.cpp Add menu to 'add event' button 2018-07-06 11:08:20 -05:00
neweventtoolbutton.h Add menu to 'add event' button 2018-07-06 11:08:20 -05:00
objectpropertiesframe.cpp lots of changes 2018-02-11 14:34:09 -05:00
objectpropertiesframe.h lots of changes 2018-02-11 14:34:09 -05:00
objectpropertiesframe.ui lots of changes 2018-02-11 14:34:09 -05:00
parseutil.cpp Evaluate C define expressions using postfix evaluation, and rename 'asm' to 'parseutil' 2018-03-03 17:09:05 -08:00
parseutil.h Need to include QMap in parseutil.h 2018-03-18 21:30:12 -04:00
pretmap.pro Add ability to change map border 2018-07-07 17:32:54 -05:00
project.cpp Update map view when tilesets change 2018-07-08 17:01:53 -05:00
project.h Update map view when tilesets change 2018-07-08 17:01:53 -05:00
README.md readme 2018-02-11 14:34:12 -05:00
tile.cpp Initial commit 2016-09-29 02:35:29 -04:00
tile.h Initial commit 2016-09-29 02:35:29 -04:00
tileset.cpp Update map view when tilesets change 2018-07-08 17:01:53 -05:00
tileset.h Add ability to change map border 2018-07-07 17:32:54 -05:00

pretmap

A map editor for pokeruby using Qt.