- 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
-
- Aug 04, 2016
-
-
Matthew Hall authored
-
- Jul 23, 2016
-
-
Matthew Hall authored
-
Ruben Slabbert authored
Added tile id to image, since they don't have to start at 0
-
- Jul 10, 2016
-
-
Matthew Hall authored
Add Error trait implementation for TiledError.
-
SilverWingedSeraph authored
This makes TiledError behavior more standard, more expressive, and much more useful for both library and application developers. Close mattyhall/rs-tiled #17
-
- Feb 07, 2016
-
-
Matthew Hall authored
Make compatible with latest version of Rust
-
- Feb 06, 2016
-
-
Ticki authored
-
- Jan 03, 2016
-
-
Matthew Hall authored
-