Commit graph

31 commits

Author SHA1 Message Date
Marcus Huderle
0d33c3aa64 Move event to core/ 2018-09-24 19:12:29 -05:00
Marcus Huderle
d61d33f47f Rename Connection to MapConnection and move to core 2018-09-24 11:02:50 -05:00
Marcus Huderle
24e79eb94e Move History and HistoryItem to core/ 2018-09-24 10:48:36 -05:00
Marcus Huderle
262c79776e Create new MetatileSelector class and integrate it. 2018-09-23 16:32:07 -05:00
Marcus Huderle
6dc1e0eea3 Start refactoring core + ui. Create selectable pixmap item 2018-09-22 18:47:28 -05:00
Diegoisawesome
363ea86a2a Move static tileset vars to Project 2018-09-19 12:35:45 -05:00
Diegoisawesome
a6fc81ae1a Use project values for tilesets 2018-09-18 18:53:59 -05:00
Marcus Huderle
0b8c71119d Fix warnings 2018-09-14 18:37:36 -05:00
garak
f5f763d32c add move drag mode with changing cursor 2018-09-11 20:52:57 -04:00
Marcus Huderle
6b5ad53733 Rename Block to Metatile 2018-07-19 22:44:55 -05:00
Marcus Huderle
21af92b856 Update collision/elevation selection 2018-07-19 22:27:40 -05:00
Marcus Huderle
de9bfaa9bb Add ability to select metatile chunks directly from the map area. Redraw collision tiles during undo/redo 2018-07-15 09:05:08 -05:00
Marcus Huderle
64095821af Make flood fill respect whole metatile selection, including smart path. Smart path is now a checkbox 2018-07-09 17:40:37 -05:00
Marcus Huderle
aafe258842 Respect map dimension changes in undo/redo history 2018-07-09 17:40:34 -05:00
Marcus Huderle
514ecb2907 Add map resizing functionality 2018-07-09 17:40:28 -05:00
Marcus Huderle
5bd88e6fef Add ability to change map border 2018-07-07 17:32:54 -05:00
Marcus Huderle
a9325fc790 Dynamically set event labels 2018-07-07 12:07:36 -05:00
Marcus Huderle
ecce7d26f2 Add ability to add all map event types 2018-07-07 11:59:47 -05:00
Marcus Huderle
a2b42de541 Support new map layouts structure 2018-06-20 17:43:20 -05:00
Marcus Huderle
69c84a68e3 Properly support painting tiles from secondary tileset 2018-03-13 20:07:16 -07:00
Marcus Huderle
e485f23004 Add smart path painting 2018-03-05 16:47:07 -08:00
Marcus Huderle
940fb1b65c Support multi-block painting 2018-03-05 14:47:46 -08:00
Marcus Huderle
2dfcab7a47 Allow collision and elevation tiles to handle hover events individually 2018-03-04 10:49:44 -08:00
Marcus Huderle
4f838b979c Display hovered block selection in status bar 2018-03-04 10:19:03 -08:00
Marcus Huderle
f81ab6994a Display hovered tile coords and block in status bar 2018-03-04 00:09:34 -08:00
Marcus Huderle
5c0f628f0d Build new maps in memory, rather than immediately writing to files 2018-02-15 20:15:25 -08:00
Marcus Huderle
d7700b1791 Fix crash that was caused by out-of-bounds metatile tiles 2018-02-12 16:20:41 -08:00
Marcus Huderle
d7756865a9 Fix map connections.
Since map constants can be inferred from map names, but not the other
way around, create a mapping between map constants and map names and use
that to find the connected map.
2018-02-12 08:44:03 -08:00
Marcus Huderle
dfc990f0da Add a current() method to History, so that consumers don't need to worry about bounds checking. 2018-02-11 17:21:33 -08:00
yenatch
11212dc640 lots of changes 2018-02-11 14:34:09 -05:00
yenatch
2246ead5a8 Initial commit 2016-09-29 02:35:29 -04:00