- Jan 04, 2018
-
-
Matthew Hall authored
-
Matthew Hall authored
Parse imagelayer
-
- Dec 24, 2017
-
-
TatriX authored
Also add test for parsed image layers. The test can be also used as an example off how one can get data from the parsed map.
-
- Oct 21, 2017
-
-
Matthew Hall authored
Parse rotation on entities
-
Ignacio Gutiérrez Gómez authored
-
- Aug 23, 2017
-
-
Matthew Hall authored
-
Matthew Hall authored
Add ColorValue to PropertyValue
-
Connie Hilarides authored
-
- Aug 18, 2017
-
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
-
- Aug 10, 2017
-
-
Matthew Hall authored
-
Matthew Hall authored
Tilesets can have objects inside of them since Tiled 1.0,
-
Connie Hilarides authored
this just adds a field to the Tile so that data may be parsed and accessed
-
- Jul 17, 2017
-
-
Matthew Hall authored
README: update example, crate badge
-
- Jul 15, 2017
-
-
Martin Lindhe authored
-
- Jun 18, 2017
-
-
Matthew Hall authored
Load in properties from the tiles
-
- Jun 16, 2017
-
-
Afonso Bordado authored
-
- Jun 14, 2017
-
-
Doug Reeves authored
-
- Jun 13, 2017
-
-
Matthew Hall authored
Load Tilesets From External Files
-
Matthew Hall authored
Fix Map::get_tileset_by_gid
-
- Jun 10, 2017
-
-
Taryn Hill authored
-
Doug Reeves authored
-
- Jun 09, 2017
-
-
Doug Reeves authored
-
- May 16, 2017
-
-
Matthew Hall authored
-
Matthew Hall authored
Add keywords metadata to Cargo.toml
-
- May 13, 2017
-
-
Afonso Bordado authored
-
- Mar 20, 2017
-
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
Add properties to Objects and parse properties as enums
-
- Mar 19, 2017
-
-
Gabriel Martinez authored
-
Gabriel Martinez authored
Still need to parse properties.
-
- Feb 26, 2017
-
-
Matthew Hall authored
Because I forgot. Again. :(
-
- Feb 06, 2017
-
-
Gabriel Martinez authored
The attribute is called "type" but we were previously looking for "obj_type".
-
- Sep 18, 2016
-
-
Matthew Hall authored
-
Matthew Hall authored
If I don't forget to publish the changes then I forget to update the README. *sigh*
-
- Sep 14, 2016
-
-
Matthew Hall authored
-
- Sep 13, 2016
-
-
standart authored
The tmx format supports for objects various attributes. id, gid, name and type were ignored by the parser. as an result it was not possible not possible to have objects which are using tiles because of the missing attribute gid. The enhanced parser is now parsing the additional attributes: *id - object id, *gid - tile no *name- object name (property) *type- object type (property)
-
- Aug 12, 2016
-
-
Matthew Hall authored
-