Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-05 | Fix current language detection if using custom language. | Andrei Karas | 1 | -4/+11 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 1 | -2/+2 | |
2011-09-08 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2011-09-08 | Fix register in some auto complete strings. | Andrei Karas | 1 | -0/+18 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -5/+6 | |
Some other minor changes. | |||||
2011-08-28 | Add support for auto download content fixes. | Andrei Karas | 1 | -0/+8 | |
2011-08-27 | Fix lower chars issue. | Andrei Karas | 1 | -1/+1 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 1 | -0/+54 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-22 | Add highlight list option. | Andrei Karas | 1 | -2/+15 | |
Before in highlight was only player nick. | |||||
2011-08-02 | Add ctrl key combination to all text fields. | Andrei Karas | 1 | -0/+12 | |
New keys: Ctrl+b,d,e,f,h,k,u,w Working like in most text editors. | |||||
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. |