Commit Graph

17 Commits

Author SHA1 Message Date
victorlevasseur 29a53bec6c Fix a bug with regenerating the tilemap object 2014-09-06 11:58:15 +02:00
victorlevasseur 79742f4d26 Add fill and clear layer features 2014-09-05 11:41:10 +02:00
victorlevasseur b09bfe9816 Add a new insertion mode (can now insert tiles in a rectangle) 2014-09-04 18:54:40 +02:00
victorlevasseur a0af4086d9 Add/Update license text 2014-09-02 22:07:48 +02:00
Victor Levasseur 1b87865198 Add a confirmation msgbox before closing the editor 2014-09-02 11:52:49 +02:00
victorlevasseur 181bdf92b2 Add a help button in TileMapObjectEditor 2014-09-01 10:56:23 +02:00
victorlevasseur 11030317b7 Add TileEditor to show the current tile
This editor will be used for collision mask edition
2014-08-25 20:47:11 +02:00
victorlevasseur 3c44398e4b Separate the tilemap size config into a new window
Add a toolbar in the editor main panel
2014-08-23 20:32:34 +02:00
victorlevasseur 2ab3cb8d05 Separate the tileset configuration into a window
Moved the wxCrafter project into the same folder as the extension
2014-08-23 10:46:28 +02:00
victorlevasseur e5c8908f8b Rename the wxCrafter project to TileMapDialogs.wxcp 2014-08-22 18:07:27 +02:00
victorlevasseur ca81d61579 Add the beginning of the tilemap object
Add an icon for the object
2014-08-21 13:18:41 +02:00
victorlevasseur 070e85deaa Added TileSet class containing data about the tileset. 2014-08-15 22:24:18 +02:00
victorlevasseur fdfb8ab52c Separated TileMap (contains data) from TileMapPanel (GUI). 2014-08-14 23:35:52 +02:00
victorlevasseur c14b45c31e Added layer moving, layer hiding. 2014-08-13 18:25:09 +02:00
victorlevasseur e330c4499f First part of the multiple layer support. 2014-08-13 12:55:35 +02:00
victorlevasseur fb4c265fea Can now insert tiles into the map. 2014-08-13 12:55:34 +02:00
victorlevasseur 4e32cc3775 Added the beginning of the TileMapObject extension. 2014-08-13 12:55:33 +02:00