summary refs log tree commit diff stats
path: root/tools/sprite_dumper/tileset_dumper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Map rendering Works but I don't want to use Tileson so I'm gonna change thatKelly Rauchenberger2021-02-021-23/+21
| | | | Mainly bc Tileson requires std::filesystem, which my clang is too old for apparently, and while I can use gcc instead I just want to not, I suppose. Also Tileson's API is very weird RE const correctness? Idk. And also being able to parse the tmx files rather than exporting to json would be preferable.
* Tileset dumper can now export to TiledKelly Rauchenberger2021-02-011-80/+195
|
* Progress on map dumper, now renders images with holes in themKelly Rauchenberger2021-01-311-23/+194
|
* Map dumper gets map width/heightKelly Rauchenberger2021-01-311-2/+28
|
* Abstracted some of the sprite dumper functionality outKelly Rauchenberger2021-01-311-0/+39