summaryrefslogtreecommitdiff
path: root/tools/tmwcon/src/converter/Process.java
AgeCommit message (Collapse)AuthorFilesLines
2011-08-07Update java converter per new standardsBen Longbons1-16/+28
* 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-19Make converter nicerBen Longbons1-18/+19
2011-06-01Change the Converter to use different folder namesJared Adams1-11/+6
And update everything to use it.
2011-04-04Converter adds a warning in all autogenerated filesJessica Tölke1-5/+6
2009-06-17Adjust tmwcon to skip maps that haven't changedJared Adams1-21/+38
2008-11-23Fix names of map foldersJared Adams1-1/+1
THe converter has been changed to on;y have 0-9A-Za-z-_ as valid characters in map folder names.
2008-11-22Sort all _index.txt and _include.txt files before writing them outFate1-4/+17
2008-11-19Add more functionalityJared Adams1-7/+47
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-12Add license statements to source files for TMWConvJared Adams1-1/+4
2008-11-11Update some files in the converter toolJared Adams1-1/+6
Still getting used to git.
2008-11-11Add a tool to convert from TMWServ formatJared Adams1-0/+158
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.