Commit Graph

24 Commits

Author SHA1 Message Date
Victor Levasseur 7bc23ca655 Reduce TileMapObject memory consumption
(Texture coords are now calculated on the fly, only non-default hitboxes
are stored and collidable property is separated from hitbox storage)
2015-07-31 18:13:34 +02:00
Florian Rival bc80b3251c Update extensions to be compiled without wxWidgets GUI 2015-06-05 11:25:36 +12:00
Florian Rival 64e6860718 Version bump.
Updated copyrights.
2015-01-22 21:22:01 +01:00
Florian Rival 40a82c61ea Switched from LGPL and zlib/png licenses to MIT License. 2014-11-30 16:59:51 +01:00
Victor Levasseur bbeeba23e3 The selected tile ID is now shown in the TileEditor
instead of being shown on the TileSetPanel
2014-10-18 20:40:49 +02:00
Florian Rival 7d3ada265c Replaced "Game Develop" by "GDevelop" 2014-09-24 16:25:13 +02:00
victorlevasseur ef3612217b Fix a bug with mono-bitmaps in TileMapObject 2014-09-19 10:21:08 +02:00
Florian Rival 2b8ce73ae2 Minor changes in TileMap extension 2014-09-15 18:58:08 +02:00
Victor Levasseur e6ad1beb39 Add actions and expressions for tile edition 2014-09-06 11:30:05 +02:00
Victor Levasseur 0cf6e8e47a Show the selected tile id in TileSetPanel 2014-09-06 10:48:03 +02:00
victorlevasseur 79742f4d26 Add fill and clear layer features 2014-09-05 11:41:10 +02:00
victorlevasseur a0af4086d9 Add/Update license text 2014-09-02 22:07:48 +02:00
Victor Levasseur 0f278d6a9e Improve TileSetPanel 2014-09-02 11:38:10 +02:00
Victor Levasseur 367092a27e Fix a problem with invalid tilesets inside TileSetPanel 2014-09-02 11:09:35 +02:00
Victor Levasseur e9bfc1f55c Optimize rendering in TileSetPanel
Add a label to the tileset preview (in TileSetConfig.)
2014-09-01 17:19:49 +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 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 5f6f7fdb8d Fix a bug with buffering 2014-08-19 17:22:21 +02:00
victorlevasseur 1fc985bec1 Add buffering to the tilemap editor. 2014-08-19 13:56:09 +02:00
victorlevasseur 6de031c4cf Fix a bug with not loaded tilesets. 2014-08-19 11:49:20 +02:00
victorlevasseur 070e85deaa Added TileSet class containing data about the tileset. 2014-08-15 22:24:18 +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