Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-21 | Work around news link color | Ben Longbons | 1 | -1/+2 | |
2013-02-21 | Add LPC news before bugfix, linkify txt newsv2013.02.21.1 | Ben Longbons | 1 | -1/+1 | |
2013-02-05 | make tmx_converter compatible with python 2.6 | Ben Longbons | 1 | -8/+8 | |
2013-02-02 | Work around the empty line bug again | Ben Longbons | 1 | -1/+1 | |
2013-01-28 | improve HTML news | eugene | 1 | -1/+1 | |
2013-01-24 | Implement news generation | Ben Longbons | 3 | -0/+233 | |
2012-12-07 | Add restart scripts as used on the test server. | Ben Longbons | 6 | -0/+176 | |
2012-09-09 | Fixed compilation wih gcc 4.7 | Ben Longbons | 1 | -0/+2 | |
Thanks to V0id for reporting. | |||||
2012-08-13 | Added plain base64 encoding and xml encoding | sebbu | 1 | -18/+19 | |
2012-08-13 | Added support for gzip and zlib compression with base64 encoding | sebbu | 1 | -7/+33 | |
Amended by Jenalya to update submodule pointer. | |||||
2012-07-19 | Add a tmx-to-wlk converter that handles CSV (in Python), and run it. | Ben Longbons | 10 | -426/+303 | |
Some of the _mobs files changed due to bugs in the maps, which I fixed. Remove the old Java version. | |||||
2012-02-16 | Optimized the Purger | Thorbjørn Lindeijer | 1 | -1/+1 | |
Use a Set rather than a Vector to store the active accounts, so that going through the characters and removing those without an active account is a lot faster. | |||||
2011-09-16 | Reimplement aligncsv in C++ instead of python. | Ben Longbons | 3 | -88/+178 | |
The main advantage of the new one is that it properly handles {script arg1, arg2;} | |||||
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-29 | Add tool to calculate JOB XP. | Ben Longbons | 1 | -0/+30 | |
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 | |
2011-02-07 | improve showvars.py | Stefan Beller | 1 | -1/+4 | |
added an option to show local variables as well | |||||
2011-02-03 | improve the showvariables tool | Stefan Beller | 1 | -9/+10 | |
you can inspect only a singe file with parameter -f <file> | |||||
2011-01-30 | improving the showvars script | Stefan Beller | 1 | -18/+43 | |
2011-01-10 | improving the aligncsv.py script | Stefan Beller | 1 | -21/+27 | |
2011-01-05 | now the alignment script works with tabs as well | Stefan Beller | 1 | -7/+13 | |
2011-01-05 | aligncsv: easy alignment with a script | Stefan Beller | 1 | -0/+76 | |
2010-12-28 | adding a useful script which shows all player variables | Stefan Beller | 1 | -0/+81 | |
2010-12-16 | nivalis | Stefan Beller | 1 | -2/+2 | |
2010-11-07 | adding two useful scripts | Stefan Beller | 2 | -0/+93 | |
1. shows monsterdrops sorted by npc-selling prize 2. shows all magic spells in the magic_template.conf in conf folder. | |||||
2010-11-07 | a script for average monster drop values | Stefan Beller | 1 | -0/+61 | |
in the folder tools there is now a script which calulates the average npc selling prize of all dropss by a specific monster. This tool can be used for balancing purposes. | |||||
2010-08-02 | Fix how purger works | Jared Adams | 1 | -21/+27 | |
It now ignores accounts that haven't been used yet and outputs the removed account names (suitable for a public purge list). | |||||
2009-09-21 | Add license info and usage note for retab.sml | Kess Vargavind | 1 | -0/+15 | |
Executable ignored and test run commited as well. | |||||
2009-09-11 | Added a quickly-hacked-together tool for tab-aligning mob_db and item_db | Fate | 1 | -0/+83 | |
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 | Merge branch 'master' of git@gitorious.org:tmw-eathena-data/mainline | Jared Adams | 1 | -180/+180 | |
2008-11-12 | Add license statements to source files for TMWConv | Jared Adams | 4 | -4/+16 | |
2008-11-12 | Converted some files from DOS to UNIX newlines | Bjørn Lindeijer | 1 | -180/+180 | |
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. | |||||
2008-11-02 | Branch data for eAthena | Jared Adams | 1 | -150/+169 | |
2007-01-04 | Added improved Purger tool in the proper place | Eugenio Favalli | 1 | -0/+161 | |