Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-31 | Add ability to lock any window position and size. Using sticky image for this. | Andrei Karas | 1 | -0/+1 | |
2011-08-22 | Add new colors to themes: BORDER, BACKGROUND_GRAY, SCROLLBAR_GRAY. | Andrei Karas | 1 | -2/+0 | |
2011-08-22 | Replace typo dont to don't. | Andrei Karas | 1 | -2/+2 | |
2011-08-15 | Add button in status window to copy player stats to chat. | Andrei Karas | 1 | -0/+34 | |
2011-07-07 | Remove undescore from variables and defines. | 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-05-08 | Fix some include files paths. | Andrei Karas | 1 | -1/+1 | |
2011-04-13 | Fix warnings in clang compilation. | Andrei Karas | 1 | -1/+1 | |
2011-04-09 | Small refactoring based on idea from mana commit ↵ | Andrei Karas | 1 | -4/+4 | |
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b | |||||
2011-03-29 | Add new lines to translation and rebuild translation again. | Andrei Karas | 1 | -61/+75 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-13 | Add arrows bar. | Andrei Karas | 1 | -0/+20 | |
2011-02-13 | Add money bar. | Andrei Karas | 1 | -0/+19 | |
2011-02-10 | Add inventory slots bar in top left corner (hidden by default). | Andrei Karas | 1 | -1/+20 | |
2011-02-10 | Add weight bar to top left corner (hidden by default). | Andrei Karas | 1 | -0/+25 | |
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 1 | -1/+2 | |
2011-01-24 | Fix in fixing job level after level up in broken servers. | Andrei Karas | 1 | -1/+1 | |
2011-01-23 | Add some protection in predicting job level. | Andrei Karas | 1 | -1/+9 | |
Also dont show need word if current experience more than needed. | |||||
2011-01-23 | Recover job experience limit from old job level. | Andrei Karas | 1 | -3/+14 | |
Server send old limits in job levelup. | |||||
2011-01-23 | Fix possible negative job level with tmw server. | Andrei Karas | 1 | -2/+9 | |
2011-01-23 | Recover job level from job experience. | Andrei Karas | 1 | -2/+12 | |
2011-01-19 | Add job bar to ministatus window. | Andrei Karas | 1 | -0/+10 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -2/+2 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+880 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |