Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-28 | Fix make maps adding commit spam | wushin | 1 | -0/+0 | |
2015-02-19 | Make Warp Names Unique | wushin | 1 | -0/+0 | |
2015-02-01 | submodule update | mekolat | 1 | -0/+0 | |
2015-02-01 | Update Client-data and Tools for recent commits | wushin | 1 | -0/+0 | |
Tools is for minimap fix | |||||
2015-01-24 | Remove legacy pixel to tile warp placement | wushin | 1 | -0/+0 | |
2015-01-12 | Submodule Commitv2015.1.13 | wushin | 1 | -0/+0 | |
2014-11-05 | Update Tools for AST | wushin | 1 | -0/+0 | |
2014-11-04 | Update scripts for stricter checks | Ben Longbons | 1 | -0/+0 | |
2014-10-23 | Updating tools for submodule commit for dead messages | wushin | 1 | -0/+0 | |
2014-09-01 | Submodule Commit and News for v2014.9.1v2014.9.1 | wushin | 1 | -0/+0 | |
2014-07-18 | Nobody saw that, right? | Ben Longbons | 1 | -0/+0 | |
2014-07-18 | Submodule update | Ben Longbons | 1 | -0/+0 | |
2014-07-15 | Submodule & News for v2014.7.15v2014.7.15 | wushin | 1 | -0/+0 | |
2014-06-26 | Bump min manaplus version so we can split items.xml, monsters.xml, npcs.xml | Ben Longbons | 1 | -0/+0 | |
Other xml files cannot use includes until v1.4.1.18 | |||||
2014-05-19 | News and Submodule updates for release v2014.5.20v2014.5.20 | wushin | 1 | -0/+0 | |
2014-04-22 | Adding News filev2014.4.22 | wushin | 1 | -0/+0 | |
Addign Wlk file for small mapping changes on 068-2 Adding Submodule updates for Tools and Client-Data | |||||
2014-04-18 | Update both submodulesv2014.4.18 | Ben Longbons | 1 | -0/+0 | |
2014-04-16 | Add news for the big release | Ben Longbons | 1 | -0/+0 | |
2014-04-02 | Clean up generated scripts | Ben Longbons | 1 | -0/+0 | |
2013-12-14 | Change tools/ to a submodule | Ben Longbons | 22 | -1683/+0 | |
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-09-30 | Add list tags to the news generator | Ben Longbons | 1 | -22/+41 | |
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-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 | |