Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |