Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 1 | -7/+5 | |
2012-05-13 | Move some code from logic queue to separate calls. | Andrei Karas | 1 | -0/+1 | |
It can improve perfomance in slow systems. | |||||
2012-02-25 | Fix old casts. | Andrei Karas | 1 | -1/+1 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -4/+4 | |
2011-09-11 | Add own xml configuration for missing windows. | Andrei Karas | 1 | -1/+1 | |
2011-08-22 | Fix some theme font colors in different gui elements. | Andrei Karas | 1 | -1/+2 | |
Add new color ITEM_NOT_EQUIPPED. | |||||
2011-06-08 | Zero variables after calling decRef(). | Andrei Karas | 1 | -0/+3 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -3/+3 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -3/+3 | |
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-04-15 | Show id on unknown items. | Andrei Karas | 1 | -4/+7 | |
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 1 | -2/+6 | |
2011-03-18 | Fix most conversions except manaserv net code and some other code. | Andrei Karas | 1 | -1/+1 | |
2011-03-08 | Replace %color% and %Color% constants in item names/descriptions. | Andrei Karas | 1 | -6/+35 | |
2011-03-08 | Add possible colors to item popups. | Andrei Karas | 1 | -4/+8 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+238 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |