summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/map.hpp
AgeCommit message (Collapse)AuthorFilesLines
2009-04-16Fixed compile warnings about signed/unsigned comparisonsBjørn Lindeijer1-1/+1
2009-04-16TMXCollide wasn't handling tilesets right.Steve Cotton1-2/+10
Wasn't using the translation table from template map's tilesets to target map's tilesets. Also WIP for tmx_random_fill: better control of number of objects added
2009-04-16Collision layer generation toolSteve Cotton1-0/+18
2009-04-16Map generation toolSteve Cotton1-2/+35
2009-03-10Copyright header fixSteve Cotton1-5/+5
As Bjorn did in 0a106989bd16c48525f01cb8515809e74f37a8d8
2009-03-09Make tmxcopy pair up layers by nameSteve Cotton1-4/+48
2007-12-12Added my tmxcopy tool for copying parts of maps to other maps.Philipp Sehmisch1-0/+81