Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -3/+0 | |
2012-10-20 | Add palette inheritance to label class. | Andrei Karas | 1 | -5/+5 | |
2012-10-20 | In all controls, call Widget2 methods to get colors. | Andrei Karas | 1 | -6/+6 | |
2012-10-04 | Fix padding in some themes. | Andrei Karas | 1 | -2/+1 | |
2012-10-04 | Fix popups sizes and padding. | Andrei Karas | 1 | -8/+8 | |
2012-09-20 | Add theme color for text in popup windows. | Andrei Karas | 1 | -4/+6 | |
New theme color: POPUP | |||||
2012-08-29 | Add browserbox own color. | Andrei Karas | 1 | -1/+1 | |
Parameter "BROWSERBOX" in colors.xml Also fix colors for some derived controls. | |||||
2012-08-26 | Add const to some classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2012-07-17 | Fix more code style and additional warnings. | Andrei Karas | 1 | -1/+1 | |
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 1 | -6/+6 | |
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-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 | -2/+2 | |
2011-08-12 | Add ability to add comments to npcs. | Andrei Karas | 1 | -0/+6 | |
2011-07-05 | Add ability to send client states to other clients. | Andrei Karas | 1 | -0/+10 | |
Using for this emotes. | |||||
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 1 | -0/+26 | |
2011-06-05 | Add space before gender sign. | Andrei Karas | 1 | -1/+1 | |
2011-06-02 | Add players gender sugn in popup menus and being popups. | Andrei Karas | 1 | -1/+1 | |
2011-06-01 | Change in being popup player name font to secure font if need. | Andrei Karas | 1 | -0/+9 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+1 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+142 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |