summaryrefslogtreecommitdiff
path: root/hercules
AgeCommit message (Collapse)AuthorFilesLines
2021-03-09TMX Converter: Do not raise when a fatal error happen.HEADmasterJesusaves1-1/+2
Instead, silently ignore and keep doing its own thing. This should prevent test server from being killed because make maps could not finish cleanly. It'll still raise an error if environment is set to CI. However, do note it won't work as it is supposed to - the map will be unacessible.
2020-04-23Add support to dest_map="self" and dest_map="slide"Jesusaves1-7/+16
They'll create a slide object instead of a warp object.
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-13hercules: in tmx to map cache converter show errors about wrong tiles.Andrei Karas1-5/+18
And replace wrong collision tiles to wall collision.
2018-09-07tmx_converter: remove tmwa workroaund for warp offsets.Andrei Karas1-2/+1
Because tmwa all warps with big height was wrong.
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-friendlygumi2-83/+106
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
2018-02-22hercules: removed debug output in map converter and use newer hash function.Andrei Karas1-3/+2
2018-02-22hercules: fix style issue.Andrei Karas1-1/+1
2018-02-22hercules: create map cache in new format (separate files *.mcache)s20180222Andrei Karas2-108/+118
2017-07-26use env instead of full path to bashMonwarez1-1/+1
2017-07-20Fix issue detected by pyflakes.s20170725Andrei Karas1-0/+1
2017-07-20hercules: add converter from groups.conf into groups.xmlAndrei Karas4-0/+210
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
make warp names unique Add script to mob object Add Generic Save Point Handling Add Height detection
2016-10-14hercules: fix errors in converter.s20161024s20161017Andrei Karas4-6/+6
2016-09-12Fix different issues in tools found by pyflakes.Andrei Karas45-179/+145
2016-08-08hercules: add comment about collision type monster wall (6)Andrei Karas1-0/+11
2016-08-07hercules: tmx to map. Replace tile type 5 to 0.Andrei Karas1-2/+2
2016-08-07hercules: from custom db conversion remove equipped items from players.Andrei Karas1-5/+5
2016-08-05hercules: update db cnverter for support new db fields.Andrei Karas3-14/+20
2016-08-05hercules: allow convert not all fields but minimal only.Andrei Karas2-1/+90
2016-07-20hercules: improve a bit map cache converter.Andrei Karas1-4/+15
2016-07-05hercules: in tmw to map cache script sort maps list before using.s20160706Andrei Karas1-0/+4
2016-07-04hercules: in map extract script, extract also maps into text format.Andrei Karas1-0/+6
2016-07-02hercules: tmx to map cache parse all tilesets and not only fixed one.s20160703Andrei Karas1-37/+40
2016-07-02hercules: fix typo in comment in maps.pyAndrei Karas1-1/+1
2016-07-02hercules: tmx to map cache converter now should works with collision layer ↵Andrei Karas1-2/+3
name in any case.
2016-06-27hercules: add some fixes into converter for support tmw-ufb.s20160630Andrei Karas4-4/+33
2016-06-25hercules: ignore collision layer name case in converter.Andrei Karas1-1/+1
2016-06-25hercules: fix different issues in item_db with wrong item types and other.Andrei Karas1-3/+11
2016-06-25hercules: remove from converter constant ClientVersion.Andrei Karas1-3/+0
2016-06-25hercules: fix different case and syntax errors in tmw-br data.Andrei Karas3-47/+42
2016-06-25hercules: add missing template into converter.Andrei Karas1-0/+101
2016-06-25hercules: add into converter label replacment list from tmw-br.Andrei Karas1-0/+298
2016-06-25hercules: into converter add support for new mob_db format.Andrei Karas4-75/+117
Untested on real server.
2016-06-19hercules: parse shop names with non ascii chars.Andrei Karas1-2/+2
Also allow use -1 as shop id.