Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-05 | Move starting brace to new line | Ben Longbons | 1 | -1/+1 | |
2013-06-14 | Escape URL strings in news.html | Ben Longbons | 1 | -0/+3 | |
2013-05-17 | Make the tmx converter update resnametable.txt | Ben Longbons | 4 | -0/+107 | |
If/when we use static instancing, we'll have to change this. | |||||
2013-04-17 | Handle wrong mob names in map spawns | Ben Longbons | 1 | -0/+24 | |
2013-03-28 | Add a tool to get data about the maps database. | Vincent Petithory | 1 | -0/+59 | |
* Add a command to list maps that do not have a minimap | |||||
2013-03-27 | Minimap renderer: add special args: | Vincent Petithory | 1 | -4/+13 | |
* "all" to create minimaps of all existing maps * "update" to update all existing minimaps | |||||
2013-03-27 | Minimap renderer: allow to run elsewhere than tools/ | Vincent Petithory | 1 | -5/+8 | |
2013-02-21 | Work around news link color | Ben Longbons | 1 | -1/+2 | |
2013-02-21 | Add LPC news before bugfix, linkify txt news | Ben Longbons | 1 | -1/+1 | |
2013-02-18 | Map tools: use new --tilesize option of tmwrasterizer and update some things | Vincent Petithory | 2 | -16/+27 | |
2013-02-18 | Add a tool to render minimaps | Vincent Petithory | 1 | -0/+148 | |
2013-02-18 | Add a tool to visualize map differences between revisions | Vincent Petithory | 1 | -0/+188 | |
2013-02-11 | client-updates: add a verbose README explaining how to initialize the client ↵ | Vincent Petithory | 1 | -0/+97 | |
updates | |||||
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 | |
2013-01-20 | Add Client updates tools to generate zip updates. | Vincent Petithory | 12 | -0/+277 | |
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-31 | Canonicalize tileset order and use external tilesets | Ben Longbons | 3 | -0/+36 | |
2012-07-20 | Canonicalize tileset names. | Ben Longbons | 1 | -0/+15 | |
Also remove some executable bits | |||||
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-06-11 | Add a script to automatically format xml files. | Jessica Tölke | 2 | -0/+20 | |
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 | |