summaryrefslogtreecommitdiff
path: root/hercules/tmx_converter.py
AgeCommit message (Expand)AuthorFilesLines
2021-03-09TMX Converter: Do not raise when a fatal error happen.HEADmasterJesusaves1-1/+2
2020-04-23Add support to dest_map="self" and dest_map="slide"Jesusaves1-7/+16
2020-04-23The one who should be breaking is not tmx_converter but testxmlJesusaves1-2/+2
2020-04-23Make it easier to change when there are screens with width bigger than 1920Jesusaves1-3/+4
2020-04-23Break CI if map width is too small and cause render bugs.Jesusaves1-0/+4
2019-04-11Upgrade savepointparticle function so bedClic() is not needed.Jesusaves1-2/+2
2018-09-07tmx_converter: remove tmwa workroaund for warp offsets.Andrei Karas1-2/+1
2018-07-07make the tmx converter warn about missing object typess20180713gumi1-2/+14
2018-05-08make monster_id not required in the converter: get it from the db if missings20180614s20180518gumi1-9/+10
2018-05-08enable mob checking in the convertergumi1-6/+15
2018-05-08improve existing error messages in the convertergumi1-7/+7
2018-05-08make the converter warn about missing layersgumi1-20/+36
2018-05-08make the converter more human-friendlygumi1-82/+105
2018-03-25add support for map anchors in tmx_convertergumi1-20/+46
2018-03-20allow the tmx converter to ignore objects (not just warps)gumi1-3/+6
2017-01-31tmx_converter: probably fix spawns conversion.Andrei Karas1-10/+14
2017-01-30tmx_converter: create sorted maps list.Andrei Karas1-1/+2
2016-12-20Unify script_warp into warpswushin1-1/+1
2016-12-20Make Ani_Warps and Warps the same Tiled Object for M+wushin1-33/+23
2016-12-07Add/Remove Maps to DB and Conf fileswushin1-0/+11
2016-11-24Add Converter for tmx for mob/warpswushin1-0/+412