Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 1 | -2/+2 | |
2011-06-16 | Add dataPath to branding. | Andrei Karas | 1 | -0/+10 | |
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 1 | -1/+12 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-07 | Save atack filter between restarts. | Andrei Karas | 1 | -1/+20 | |
2011-04-18 | Allow try different language part for searching help translations. | Andrei Karas | 1 | -6/+10 | |
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 | 1 | -0/+14 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -1/+1 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -7/+8 | |
2011-03-03 | Dehardcode item colors. Now reading all from configs. | Andrei Karas | 1 | -0/+41 | |
2011-02-27 | First part of implimintation item colors. | Andrei Karas | 1 | -0/+10 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-14 | Replace sprites functionality (need support in client data). | Andrei Karas | 1 | -0/+11 | |
2011-02-12 | Add items attribute what allow hide other sprites only by id. | Andrei Karas | 1 | -0/+11 | |
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 | 1 | -1/+7 | |
(Preparation for bringing a smaller item loading refactoring patch.) Trivial. | |||||
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+360 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |