lp://staging/~mgiuca/+junk/libtiled

Created by Matt Giuca and last modified

Python library for accessing maps in the Tiled Map Editor format (see http://www.mapeditor.org/).

Get this branch:
bzr branch lp://staging/~mgiuca/+junk/libtiled
Only Matt Giuca can upload to this branch. If you are Matt Giuca please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Matt Giuca
Status:
Development

Recent revisions

55. By Matt Giuca

Map: Added documentation about update_tilesets.

54. By Matt Giuca

Map: retile method now has an update_tilesets argument (default False) which automatically runs retile on the map's tilesets as well.

53. By Matt Giuca

Tileset: retile now updates the tileset's firstgid using the same mapping function.

52. By Matt Giuca

Layer: retile now affects object GIDs as well as tiles.
This is because when renumbering tiles, all the GIDs may move, including object GIDs.

51. By Matt Giuca

Tileset: Added retile method.
Map: Note that it doesn't automatically call Tileset.retile.

50. By Matt Giuca

Layer: Now stores, reads and writes properties of objects.
(I don't know why it didn't do this earlier.)

49. By Matt Giuca

tileformats: Can now write data in CSV format as well.

48. By Matt Giuca

tileformats: Can now write base64-encoded tile data with no compression, or zlib.

47. By Matt Giuca

Map, Layer: toDOM, toXML and toFile methods now take encoding and compression arguments (defaults to base64/gzip).
This allows the client to specify an encoding and compression for the map.
(Currently only supports base64/gzip.)

46. By Matt Giuca

tileformats: Refactored code to support writing with arbitrary encoding/compression.
(However, it still currently only supports base64/gzip.)

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers