summaryrefslogtreecommitdiff
path: root/hercules/code
AgeCommit message (Expand)AuthorFilesLines
2018-11-02Updates by Andrei KarasAndrei Karas1-5/+18
2018-03-20Update group-gen to fit TMW2 needsJesusaves1-1/+1
2018-02-22Update herculesjesusalva2-108/+117
2017-07-20Fix issue detected by pyflakes.Andrei Karas1-0/+1
2017-07-20hercules: add converter from groups.conf into groups.xmlAndrei Karas1-0/+184
2016-10-14hercules: fix errors in converter.Andrei Karas4-6/+6
2016-09-12Fix different issues in tools found by pyflakes.Andrei Karas38-157/+124
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 Karas1-7/+11
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.Andrei 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.Andrei 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 na...Andrei Karas1-2/+3
2016-06-27hercules: add some fixes into converter for support tmw-ufb.Andrei 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 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
2016-06-19hercules: parse shop names with non ascii chars.Andrei Karas1-2/+2
2016-06-19hercules: parse monster names with non ascii names.Andrei Karas1-1/+1
2016-06-19hercules: fix parsing warps in new tmwa format (missing wap name).Andrei Karas3-26/+50
2016-05-28hercules: Remove npc name from xml.Andrei Karas1-1/+3
2016-05-22hercules: fix typo defence -> defense.Andrei Karas1-2/+2
2016-05-22hercules: add pets name into converted xml.Andrei Karas1-2/+4
2016-05-22hercules: add mercenaries name into converted xml.Andrei Karas1-2/+4
2016-05-22hercules: add homuncules name into converted xml.Andrei Karas1-2/+4
2016-05-22hercules: fix sprite direction names in server to client converter.Andrei Karas1-4/+4
2016-04-09hercules: fix some typos.Andrei Karas1-1/+1
2016-02-28hercules: show error message in tmx to mapcache converter if collision layer ...Andrei Karas1-0/+4
2016-02-02hercules: fix wrong case in item_db scripts.Andrei Karas1-0/+122
2016-02-02hercules: add different case issue labels and vars for replacment list in scr...Andrei Karas1-0/+82
2016-02-02hercules: remove BOM flags from source files.Andrei Karas1-0/+3
2016-02-02hercules: convert npc id to constants.Andrei Karas3-14/+26
2016-02-02hercules: fix creating map cached from broken collision layer in tmx.Andrei Karas1-0/+4
2016-02-02hercules: convert const db into new format.Andrei Karas1-15/+58
2016-02-02hercules: add into itemdb collection item name and id.Andrei Karas1-0/+1
2016-02-02hercules: Fix parsing npc scripts from old tmw server.Andrei Karas2-4/+51
2016-02-02hercules: Extent string utils functions. Now they can remove useless \r char.Andrei Karas1-1/+12
2015-10-03hercules: fix tmx to map_cache.dat converter for special collision types.Andrei Karas1-4/+1
2015-10-02Dont recode tmx to gat collision.Andrei Karas1-4/+18
2015-09-20hercules: add support for convert ro npcs.Andrei Karas2-1/+35
2015-09-20hercules: add support for convert all non free sprites.Andrei Karas3-11/+41
2015-09-19hercules: allow convert non free monsters.Andrei Karas2-16/+310