Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-29 | switches on/off | HoraK-FDF | 1 | -11/+13 | |
2023-04-20 | tmx_converter.py added npc field for mobs and better switches handling | HoraK-FDF | 1 | -7/+32 | |
2023-04-14 | tmx_converter.py support for new naming | HoraK-FDF | 1 | -3/+29 | |
2022-11-12 | Uniformity: ea_ prefix is now invalid | Jesusaves | 1 | -5/+5 | |
2022-11-12 | Rename dest_tile_* to dest_* for uniformity with Evolved toolset | Jesusaves | 1 | -3/+19 | |
2018-03-03 | allow the tmx converter to ignore objects | gumi | 1 | -0/+3 | |
2016-04-15 | add node support, modify mob handler | mekolat | 1 | -7/+58 | |
2015-11-13 | do not use warp names | mekolat | 1 | -7/+0 | |
2015-05-02 | npc -1 => 32767 | mekolat | 1 | -1/+1 | |
2015-02-28 | Make Maps rebuild less | wushin | 1 | -4/+4 | |
2015-02-14 | Make all warps unique | wushin | 1 | -1/+4 | |
2015-01-28 | add missing word | mekolat | 1 | -1/+1 | |
2015-01-26 | remove .gat | mekolat | 1 | -6/+6 | |
2015-01-24 | Remove legacy support for user-facing pixel coordinates | Ben Longbons | 1 | -12/+0 | |
2014-11-05 | Add ms as the default for delays | wushin | 1 | -2/+2 | |
Remove trailing comma that breaks server | |||||
2014-11-04 | Remove Music Noise from make maps | wushin | 1 | -0/+1 | |
2014-11-04 | Truncate warp names | Ben Longbons | 1 | -1/+4 | |
2014-05-01 | Updating tmx_converter for multiple mob_db files | wushin | 1 | -11/+12 | |
2014-03-31 | Silence new warnings in generated mob scripts | Ben Longbons | 1 | -3/+3 | |
2013-07-15 | Allow specifying warps in terms of tiles instead of pixels | wushin | 1 | -1/+13 | |
This interprets properties dest_tile_[xy] instead of dest_[xy]. Accepts both formats, but errors if there is a combination. | |||||
2013-07-05 | Move starting brace to new line | Ben Longbons | 1 | -1/+1 | |
2013-05-17 | Make the tmx converter update resnametable.txt | Ben Longbons | 1 | -0/+5 | |
If/when we use static instancing, we'll have to change this. | |||||
2013-04-17 | Handle wrong mob names in map spawns | Ben Longbons | 1 | -0/+24 | |
2013-02-05 | make tmx_converter compatible with python 2.6 | Ben Longbons | 1 | -8/+8 | |
2012-08-13 | Added plain base64 encoding and xml encoding | sebbu | 1 | -18/+19 | |
2012-08-13 | Added support for gzip and zlib compression with base64 encoding | sebbu | 1 | -7/+33 | |
Amended by Jenalya to update submodule pointer. | |||||
2012-07-19 | Add a tmx-to-wlk converter that handles CSV (in Python), and run it. | Ben Longbons | 1 | -0/+303 | |
Some of the _mobs files changed due to bugs in the maps, which I fixed. Remove the old Java version. |