Commit Graph

26 Commits

Author SHA1 Message Date
Florian Rival 63cb853d72 Change file organization (Events, Extensions + more folders) 2015-11-01 11:26:40 +01:00
Victor Levasseur a6a983d7b2 Remove debug warnings when opening the TileMapObject editor 2015-09-07 10:06:24 +02:00
Victor Levasseur 69c3a62389 Merge remote-tracking branch 'upstream/master' into bugfix/tilemap-optimization 2015-08-27 14:07:38 +02:00
Victor Levasseur 63d3258586 Remove TileSet::Generate(), add TileSet::StripUselessHitboxes()
to strip default hitboxes from the tileset data when closing the editor
Update an example to use the new TileSet serialization format
2015-08-02 17:22:44 +02:00
Victor Levasseur 3f1b677f92 Replace std::string with gd::String in TileMapObject 2015-07-11 14:49:15 +02:00
Florian Rival 64e6860718 Version bump.
Updated copyrights.
2015-01-22 21:22:01 +01:00
Florian Rival 418bae8632 Removed useless Destroy* functions for objects 2015-01-08 21:58:36 +01:00
Florian Rival 40a82c61ea Switched from LGPL and zlib/png licenses to MIT License. 2014-11-30 16:59:51 +01:00
Florian Rival 7d3ada265c Replaced "Game Develop" by "GDevelop" 2014-09-24 16:25:13 +02:00
Florian Rival bbd7cd4f0b Renamed Polygon files to Polygon2d 2014-09-17 18:31:04 +02:00
Victor Levasseur 9c4ca6a2a1 Separate declarations into different files 2014-09-05 19:09:49 +02:00
Victor Levasseur 34c0e41d54 Added expressions for tile size 2014-09-05 16:55:12 +02:00
victorlevasseur 0d4ea49b55 Merge branch 'tilemapobject/master' into tilemapobject/dev 2014-09-03 12:29:39 +02:00
victorlevasseur a0af4086d9 Add/Update license text 2014-09-02 22:07:48 +02:00
Victor Levasseur b32db58d11 Fix the same bug for non-integer coordinates 2014-09-01 20:19:29 +02:00
victorlevasseur bb20528977 Fix blank lines between tiles in preview 2014-09-01 20:07:45 +02:00
victorlevasseur 084a5000e1 Add single tile collision condition 2014-08-31 20:13:40 +02:00
victorlevasseur 413497d138 Add single tile collision condition 2014-08-30 17:49:17 +02:00
victorlevasseur 2e6f58cf33 Add condition to test width and height of the TileMapObject 2014-08-30 17:45:15 +02:00
victorlevasseur 3f7c74dbf8 Added proxy classes for TileMap and TileSet. 2014-08-27 12:48:37 +02:00
victorlevasseur af56bfc5ae Add collision mask generation (can now collides) 2014-08-26 23:35:44 +02:00
victorlevasseur ab1793626b Fix a bug with tilemap positioning in runtime 2014-08-22 11:55:06 +02:00
victorlevasseur 20992044d1 Add serialization to the tilemap object. 2014-08-22 11:30:37 +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 4e32cc3775 Added the beginning of the TileMapObject extension. 2014-08-13 12:55:33 +02:00