Age | Commit message (Expand) | Author | Files | Lines |
2020-07-28 | Deprecate save point object | Jesusaves | 1 | -0/+3 |
2020-07-07 | New attribute to DynCollision: enabled | Jesusaves | 1 | -2/+6 |
2020-06-24 | New object: Treasure Chest (Static only) | Jesusaves | 1 | -0/+27 |
2020-06-24 | Allow switches to doevent() as well | Jesusaves | 1 | -1/+7 |
2020-06-24 | Switches: Remove the TODO/FIXME. Check if they're already flipped before flip... | Jesusaves | 1 | -5/+6 |
2020-06-23 | Fix typos and bugs so the new objects behave properly after live testing | Jesusaves | 1 | -4/+2 |
2020-06-22 | The last object of my Dungeon Building System: | Jesusaves | 1 | -3/+41 |
2020-06-22 | Initial version of DynCollision and Switch | Jesusaves | 1 | -8/+110 |
2020-06-22 | Deprecate _savepoints.txt in favor of _config.txt | Jesusaves | 1 | -3/+3 |
2020-06-03 | Add support to ".c" file extension on NPC scripts. | Jesusaves | 1 | -1/+1 |
2019-03-15 | Warp objects can now have dest_map set to "slide" or "self". | Jesusaves | 1 | -9/+17 |
2019-02-09 | More tolerant margins (this keeps the bug, I just want to shut up pipeline) | Jesusaves | 1 | -0/+4 |
2019-02-09 | Report too small map width on map converter (causes display bugs) | Jesusaves | 1 | -0/+3 |
2018-12-24 | [skip ci] shortcut for convert_server.py because that's a long name >.> | Jesusaves | 1 | -0/+1 |
2018-11-02 | Updates by Andrei Karas | Andrei Karas | 2 | -7/+19 |
2018-10-28 | Introducing the SLIDE object type! | Jesusaves | 1 | -0/+30 |
2018-09-02 | Update all stuff which went without checking for some time | Jesusaves | 1 | -0/+1 |
2018-03-28 | Detect stupid height layer, and cancel make maps if it is missing | Jesusaves | 1 | -1/+12 |
2018-03-20 | Update group-gen to fit TMW2 needs | Jesusaves | 2 | -1/+2 |
2018-03-12 | This reverts commit 6eb5ec084af85d3b27f6c2569d4a1688e70c43fd. | Jesusaves | 1 | -5/+0 |
2018-03-12 | testxml: add support for highlightName attribute in groups.xml | Andrei Karas | 1 | -0/+5 |
2018-02-22 | Update hercules | jesusalva | 2 | -108/+117 |
2017-07-26 | use env instead of full path to bash | Monwarez | 1 | -1/+1 |
2017-07-20 | Fix issue detected by pyflakes. | Andrei Karas | 1 | -0/+1 |
2017-07-20 | hercules: add converter from groups.conf into groups.xml | Andrei Karas | 4 | -0/+210 |
2017-01-31 | tmx_converter: probably fix spawns conversion. | Andrei Karas | 1 | -10/+14 |
2017-01-30 | tmx_converter: create sorted maps list. | Andrei Karas | 1 | -1/+2 |
2016-12-20 | Unify script_warp into warps | wushin | 1 | -1/+1 |
2016-12-20 | Make Ani_Warps and Warps the same Tiled Object for M+ | wushin | 1 | -33/+23 |
2016-12-07 | Add/Remove Maps to DB and Conf files | wushin | 1 | -0/+11 |
2016-11-24 | Add Converter for tmx for mob/warps | wushin | 1 | -0/+412 |
2016-10-14 | hercules: fix errors in converter. | Andrei Karas | 4 | -6/+6 |
2016-09-12 | Fix different issues in tools found by pyflakes. | Andrei Karas | 45 | -179/+145 |
2016-08-08 | hercules: add comment about collision type monster wall (6) | Andrei Karas | 1 | -0/+11 |
2016-08-07 | hercules: tmx to map. Replace tile type 5 to 0. | Andrei Karas | 1 | -2/+2 |
2016-08-07 | hercules: from custom db conversion remove equipped items from players. | Andrei Karas | 1 | -5/+5 |
2016-08-05 | hercules: update db cnverter for support new db fields. | Andrei Karas | 3 | -14/+20 |
2016-08-05 | hercules: allow convert not all fields but minimal only. | Andrei Karas | 2 | -1/+90 |
2016-07-20 | hercules: improve a bit map cache converter. | Andrei Karas | 1 | -4/+15 |
2016-07-05 | hercules: in tmw to map cache script sort maps list before using. | Andrei Karas | 1 | -0/+4 |
2016-07-04 | hercules: in map extract script, extract also maps into text format. | Andrei Karas | 1 | -0/+6 |
2016-07-02 | hercules: tmx to map cache parse all tilesets and not only fixed one. | Andrei Karas | 1 | -37/+40 |
2016-07-02 | hercules: fix typo in comment in maps.py | Andrei Karas | 1 | -1/+1 |
2016-07-02 | hercules: tmx to map cache converter now should works with collision layer na... | Andrei Karas | 1 | -2/+3 |
2016-06-27 | hercules: add some fixes into converter for support tmw-ufb. | Andrei Karas | 4 | -4/+33 |
2016-06-25 | hercules: ignore collision layer name case in converter. | Andrei Karas | 1 | -1/+1 |
2016-06-25 | hercules: fix different issues in item_db with wrong item types and other. | Andrei Karas | 1 | -3/+11 |
2016-06-25 | hercules: remove from converter constant ClientVersion. | Andrei Karas | 1 | -3/+0 |
2016-06-25 | hercules: fix different case and syntax errors in tmw-br data. | Andrei Karas | 3 | -47/+42 |
2016-06-25 | hercules: add missing template into converter. | Andrei Karas | 1 | -0/+101 |