Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-27 | ignore backup files when generating imports | Ben Longbons | 1 | -0/+1 | |
2011-08-07 | Update java converter per new standards | Ben Longbons | 3 | -20/+36 | |
* Use end; instead of break; * Indent with 4 spaces instead of tab * Use pipe instead of tab as a separator To avoid merge conflicts, I did not commit the changes from running the converter | |||||
2011-06-24 | Fix converter failing to create new directories | Ben Longbons | 1 | -0/+1 | |
2011-06-19 | Make converter nicer | Ben Longbons | 8 | -125/+46 | |
2011-06-19 | Move to a subdirectory | Ben Longbons | 1 | -0/+3 | |
2011-06-01 | Change the Converter to use different folder names | Jared Adams | 1 | -11/+6 | |
And update everything to use it. | |||||
2011-04-04 | Converter adds a warning in all autogenerated files | Jessica Tölke | 1 | -5/+6 | |
2009-06-17 | Adjust tmwcon to skip maps that haven't changed | Jared Adams | 3 | -30/+43 | |
2009-01-11 | Some improvements to usage instructions | Bjørn Lindeijer | 2 | -16/+27 | |
2008-12-02 | Some small fixes | Jared Adams | 2 | -2/+2 | |
Nothing that affects tool functionality | |||||
2008-11-23 | Fix names of map folders | Jared Adams | 1 | -1/+1 | |
THe converter has been changed to on;y have 0-9A-Za-z-_ as valid characters in map folder names. | |||||
2008-11-22 | Sort all _index.txt and _include.txt files before writing them out | Fate | 1 | -4/+17 | |
2008-11-22 | Fixed jar filename to match the name of the provided jar file | Fate | 1 | -1/+1 | |
2008-11-21 | Add Tiled jar files to ease compilation of tmwconv | Jared Adams | 2 | -0/+0 | |
2008-11-19 | Add more functionality | Jared Adams | 2 | -8/+51 | |
This tool now generates and import file in each folder that imports every script int he folder and a root import file that imports those. Mob and warp files were renamed to make it more obvious they are being generated. | |||||
2008-11-12 | Add license statements to source files for TMWConv | Jared Adams | 4 | -4/+16 | |
2008-11-11 | Update some files in the converter tool | Jared Adams | 3 | -2/+40 | |
Still getting used to git. | |||||
2008-11-11 | Add a tool to convert from TMWServ format | Jared Adams | 7 | -0/+358 | |
This tool will convert warps and monster spawns from TMWServ format (tmx files) into eAthena format. It will also generate the wlk files needed by eAthena. |