summaryrefslogtreecommitdiff
path: root/tools/tmxcopy/map.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-2/+1
2009-07-22TMX Tools: minor tidyupSteve Cotton1-4/+13
2009-04-16Fixed compile warnings about signed/unsigned comparisonsBjørn Lindeijer1-4/+4
2009-04-16TMXCollide wasn't handling tilesets right.Steve Cotton1-4/+11
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/+70
2009-04-16Map generation toolSteve Cotton1-23/+136
2009-03-09Make tmxcopy pair up layers by nameSteve Cotton1-8/+113
2009-03-09Fix tmxcopy off-by-one error translating tilesetsSteve Cotton1-1/+5
The first tiles of each tileset got shuffled.
2009-03-09Added missing header and print newline at end of usage instructionsBjørn Lindeijer1-0/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-5/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2008-08-10fixed some compilation problems reported by Jaxad, updated project file to ↵Philipp Sehmisch1-0/+2
new code::blocks format.
2008-03-08Fixed some width/height mixups in TMXCopy.Philipp Sehmisch1-9/+8
2007-12-12Added my tmxcopy tool for copying parts of maps to other maps.Philipp Sehmisch1-0/+371