summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-16Add a phpbb forum backend to the news generatorBen Longbons2-1/+55
2014-04-10Add the script we use on the test serverBen Longbons2-0/+262
2014-03-31Silence new warnings in generated mob scriptsBen Longbons1-3/+3
2013-12-14Merge remote-tracking branch 'origin/client'Ben Longbons13-0/+699
2013-11-24Fix indenting of item_dbBen Longbons1-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-21Add support for news titlesBen Longbons1-0/+16
We really need someone to do proper CSS ... or look at the old CSS
2013-10-07Restore adler32, which is not deprecatedwushin3-0/+85
This reverts part of commit 0938aa15367caa3332d0b812b6e4514d14772e0d Closes #27
2013-10-01Fix permissions on generated updatesBen Longbons1-0/+2
2013-09-30Add list tags to the news generatorBen Longbons1-22/+41
2013-09-24Remove deprecated client-updatesVincent Petithory13-374/+0
2013-09-23Add a new update generator that splits pathsBen Longbons1-0/+123
2013-09-23Update server data for changed binary namesBen Longbons2-3/+3
2013-07-15Allow specifying warps in terms of tiles instead of pixelswushin1-1/+13
This interprets properties dest_tile_[xy] instead of dest_[xy]. Accepts both formats, but errors if there is a combination.
2013-07-05Move starting brace to new lineBen Longbons1-1/+1
2013-06-14Escape URL strings in news.htmlBen Longbons1-0/+3
2013-05-17Make the tmx converter update resnametable.txtBen Longbons4-0/+107
If/when we use static instancing, we'll have to change this.
2013-04-17Handle wrong mob names in map spawnsBen Longbons1-0/+24
2013-03-28Add a tool to get data about the maps database.Vincent Petithory1-0/+59
* Add a command to list maps that do not have a minimap
2013-03-27Minimap renderer: add special args:Vincent Petithory1-4/+13
* "all" to create minimaps of all existing maps * "update" to update all existing minimaps
2013-03-27Minimap renderer: allow to run elsewhere than tools/Vincent Petithory1-5/+8
2013-02-21Work around news link colorBen Longbons1-1/+2
2013-02-21Add LPC news before bugfix, linkify txt newsBen Longbons1-1/+1
2013-02-18Map tools: use new --tilesize option of tmwrasterizer and update some thingsVincent Petithory2-16/+27
2013-02-18Add a tool to render minimapsVincent Petithory1-0/+148
2013-02-18Add a tool to visualize map differences between revisionsVincent Petithory1-0/+188
2013-02-11client-updates: add a verbose README explaining how to initialize the client ↵Vincent Petithory1-0/+97
updates
2013-02-05make tmx_converter compatible with python 2.6Ben Longbons1-8/+8
2013-02-02Work around the empty line bug againBen Longbons1-1/+1
2013-01-28improve HTML newseugene1-1/+1
2013-01-24Implement news generationBen Longbons3-0/+233
2013-01-20Add Client updates tools to generate zip updates.Vincent Petithory12-0/+277
2012-12-07Add restart scripts as used on the test server.Ben Longbons6-0/+176
2012-09-09Fixed compilation wih gcc 4.7Ben Longbons1-0/+2
Thanks to V0id for reporting.
2012-08-13Added plain base64 encoding and xml encodingsebbu1-18/+19
2012-08-13Added support for gzip and zlib compression with base64 encodingsebbu1-7/+33
Amended by Jenalya to update submodule pointer.
2012-07-31Canonicalize tileset order and use external tilesetsBen Longbons3-0/+36
2012-07-20Canonicalize tileset names.Ben Longbons1-0/+15
Also remove some executable bits
2012-07-19Add a tmx-to-wlk converter that handles CSV (in Python), and run it.Ben Longbons10-426/+303
Some of the _mobs files changed due to bugs in the maps, which I fixed. Remove the old Java version.
2012-06-11Add a script to automatically format xml files.Jessica Tölke2-0/+20
2012-02-16Optimized the PurgerThorbjørn Lindeijer1-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-16Reimplement aligncsv in C++ instead of python.Ben Longbons3-88/+178
The main advantage of the new one is that it properly handles {script arg1, arg2;}
2011-08-27ignore backup files when generating importsBen Longbons1-0/+1
2011-08-07Update java converter per new standardsBen Longbons3-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-29Add tool to calculate JOB XP.Ben Longbons1-0/+30
2011-06-24Fix converter failing to create new directoriesBen Longbons1-0/+1
2011-06-19Make converter nicerBen Longbons8-125/+46
2011-06-19Move to a subdirectoryBen Longbons1-0/+3
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
2011-02-07improve showvars.pyStefan Beller1-1/+4
added an option to show local variables as well