1
0
mirror of https://github.com/ScrelliCopter/tmx2gba.git synced 2025-02-21 03:29:25 +11:00
Commit Graph

12 Commits

Author SHA1 Message Date
36edc285aa reset getopt state using the proper method on unices, fixes macos.
...honestly getopt sucks and I should replace it with something actually cross platform and less crude.
2019-05-12 17:43:03 +10:00
3f8d0d5d2e Added CMake build.
Code changes to support Linux.
Updated documentation & README.md, which were sorely out of date.
Updated copyrights. *yawn*
2018-12-05 23:17:54 +11:00
29b64fffaf Added object exporting & the ability to store arguments in a parameters file, woo!
I'll update the readme when I can be bothered.
2016-04-04 02:51:24 +10:00
cacfa29501 ALSO NEEDS TESTING AND PROBABLY MORE WORK: Changed the .c exporter to a .s assembly exporter. 2016-03-26 15:41:14 +11:00
e5bd79a87c NEEDS TESTING: Saves to .c & .h files now, includes data such as width and height, also uses more Grit esque naming.
Upgraded project files to VS 2015.
2016-03-26 14:53:02 +11:00
e01f1ee205 Fixed some stupid leaks & crashes, tool should be pretty stable now.
Also bumped the warning level up to 4 in the VS project settings & fixed some warnings.
2015-11-17 12:21:56 +11:00
1382b17407 Fixed layers not being fetched. 2015-10-27 03:10:22 +11:00
d861e9193c Fixed overridden palette indices overwriting tile data. 2015-10-27 00:32:15 +11:00
b7e320824b Tiles are now local IDs (relative to the tileset), making collision data usable.
Palettes can be overridden per-tile thru a layer.
2015-10-26 17:09:27 +11:00
f213fca3cc Refactored TMX loading & argument parsing code. 2015-10-26 01:33:32 +11:00
0d30afd74d Added some more stuff to the gitignore.
Added some casts and fixed up the type param of a call to std::max.
2015-09-26 16:04:45 +10:00
169dbec1cd Initial version commit. 2015-09-22 18:54:31 +10:00