Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 4 | -10/+10 | |
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 2 | -3/+3 | |
2011-06-30 | Add some fixes for making manaplus on OpenBSD. | Andrei Karas | 1 | -0/+7 | |
Based on patches by Jona (jaj) | |||||
2011-06-28 | More fixes for compilation under MacOS. | Andrei Karas | 1 | -9/+1 | |
Add sample make script for fink. Possible broke support for dmg images. | |||||
2011-06-27 | Fix errors in MacOS compilation. | Andrei Karas | 1 | -0/+9 | |
2011-06-22 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-06-16 | Fix dataDir in branding files. | Andrei Karas | 2 | -0/+78 | |
Move path functions to paths.cpp | |||||
2011-06-16 | Add dataPath to branding. | Andrei Karas | 2 | -0/+12 | |
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 2 | -2/+15 | |
2011-06-03 | Fix code style in sha256.cpp | Andrei Karas | 1 | -2/+4 | |
2011-06-02 | Fix some memory leaks and missing initialisations. | Andrei Karas | 2 | -4/+5 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 7 | -0/+14 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-08 | Fix some include files paths. | Andrei Karas | 2 | -2/+2 | |
2011-05-07 | Save atack filter between restarts. | Andrei Karas | 2 | -1/+24 | |
2011-04-30 | Fix windows mkdir issues. | Andrei Karas | 1 | -14/+65 | |
2011-04-25 | Add missing checks. | Andrei Karas | 1 | -3/+3 | |
2011-04-18 | Fix compilation warning. | Andrei Karas | 1 | -1/+6 | |
2011-04-18 | Allow try different language part for searching help translations. | Andrei Karas | 2 | -7/+12 | |
2011-04-15 | Fix mkdir_r to not assume existence of PATH_MAX | Ben Longbons | 1 | -8/+4 | |
Required to build on HURD, but good practice anyway. Reviewed-by: Thorbjørn Lindeijer | |||||
2011-04-09 | Small fix to code style and compilation warning. | Andrei Karas | 1 | -1/+1 | |
2011-04-06 | Add support for help pages translations. | Andrei Karas | 2 | -0/+16 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 4 | -4/+4 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 5 | -20/+22 | |
2011-03-04 | Fix code style. | Andrei Karas | 1 | -4/+7 | |
2011-03-04 | Possible solve problems with X clipboard in some systems. | Andrei Karas | 1 | -8/+22 | |
2011-03-03 | Dehardcode item colors. Now reading all from configs. | Andrei Karas | 2 | -0/+46 | |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 2 | -0/+12 | |
2011-02-19 | Update copyrights. | Andrei Karas | 16 | -30/+44 | |
2011-02-14 | Replace sprites functionality (need support in client data). | Andrei Karas | 2 | -0/+13 | |
2011-02-12 | Add items attribute what allow hide other sprites only by id. | Andrei Karas | 2 | -0/+14 | |
2011-02-02 | Make it clear that our current sha256 code is GPLv2 only | Thorbjørn Lindeijer | 1 | -3/+2 | |
Due to taking the version from InspIRCd, our version of the file is stuck on GPLv2 and can't legally be released as "GPLv2 or later". Fix the license header accordingly. We should probably consider replacing this code once again. Reviewed-by: Patrick Matthäi | |||||
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 2 | -162/+189 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -2/+2 | |
2011-01-13 | Moved the normalize() function in strungUtils where it belongs. | Yohann Ferreira | 2 | -3/+17 | |
(Preparation for bringing a smaller item loading refactoring patch.) Trivial. | |||||
2011-01-02 | Initial commit. | Andrei Karas | 18 | -0/+2237 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |