Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-16 | Add a phpbb forum backend to the news generator | Ben Longbons | 2 | -1/+55 | |
2014-04-10 | Add the script we use on the test server | Ben Longbons | 2 | -0/+262 | |
2014-03-31 | Silence new warnings in generated mob scripts | Ben Longbons | 1 | -3/+3 | |
2013-12-14 | Merge remote-tracking branch 'origin/client' | Ben Longbons | 13 | -0/+699 | |
2013-11-24 | Fix indenting of item_db | Ben Longbons | 1 | -2/+6 | |
At some point, 'make indent' needs to be run, but that will cause merge conflicts so I'm not doing it yet. | |||||
2013-10-21 | Add support for news titles | Ben Longbons | 1 | -0/+16 | |
We really need someone to do proper CSS ... or look at the old CSS | |||||
2013-10-07 | Restore adler32, which is not deprecated | wushin | 3 | -0/+85 | |
This reverts part of commit 0938aa15367caa3332d0b812b6e4514d14772e0d Closes #27 | |||||
2013-10-01 | Fix permissions on generated updates | Ben Longbons | 1 | -0/+2 | |
2013-09-30 | Add list tags to the news generator | Ben Longbons | 1 | -22/+41 | |
2013-09-24 | Remove deprecated client-updates | Vincent Petithory | 13 | -374/+0 | |
2013-09-23 | Add a new update generator that splits paths | Ben Longbons | 1 | -0/+123 | |
2013-09-23 | Update server data for changed binary names | Ben Longbons | 2 | -3/+3 | |
2013-07-15 | Allow specifying warps in terms of tiles instead of pixels | wushin | 1 | -1/+13 | |
This interprets properties dest_tile_[xy] instead of dest_[xy]. Accepts both formats, but errors if there is a combination. | |||||
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 |