Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-15 | Remove useless graphics casts. | Andrei Karas | 1 | -9/+3 | |
2014-02-15 | move some methods from base/graphics into render/graphics. | Andrei Karas | 1 | -2/+2 | |
Remove base/graphcs. | |||||
2014-02-02 | Add missing const and static into gui classes. | Andrei Karas | 1 | -7/+2 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-10-01 | replace tile size from 32 to mapTitleSize. | Andrei Karas | 1 | -6/+6 | |
2013-09-12 | remove unused includes from widget files. | Andrei Karas | 1 | -4/+0 | |
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -1/+2 | |
2013-08-24 | improve some mode methods in Client. | Andrei Karas | 1 | -2/+2 | |
2013-06-12 | improve playerbox. | Andrei Karas | 1 | -12/+12 | |
2013-04-29 | Improve a bit look in character selection window. | Andrei Karas | 1 | -15/+37 | |
Add selection skin for playerbox. New theme file: playerboxselected.xml | |||||
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -0/+2 | |
2013-04-12 | fix random rare crashes in npc and possible other windows. | Andrei Karas | 1 | -0/+3 | |
2013-01-27 | In char selection dialog add support for selecting character by clicking on ↵ | Andrei Karas | 1 | -0/+10 | |
image. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+4 | |
2012-10-21 | Extend playerbox theming. | Andrei Karas | 1 | -4/+13 | |
New theme options: offsetX - offset for player by x. Default -16 offsetY - offset for player by y. Default -32 frameSize - frame size. Default 2 | |||||
2012-10-21 | Rename theme file playerbox_background.xml to playerbox.xml | Andrei Karas | 1 | -2/+2 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -2/+0 | |
2012-10-20 | Add palette inheritance to progressbar class. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Derive all widgets from Widget2 class. | Andrei Karas | 1 | -0/+1 | |
2012-09-14 | Improve a bit some gui controls speed. | Andrei Karas | 1 | -3/+4 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -1/+3 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -1/+0 | |
2012-08-04 | Add support for default theme file names. | Andrei Karas | 1 | -1/+2 | |
2012-07-31 | Add theme option to show hide opaque background for some windows. | Andrei Karas | 1 | -8/+21 | |
2012-07-28 | Extend playerbox theming. | Andrei Karas | 1 | -23/+32 | |
2012-07-13 | Fix leaks after last commit. | Andrei Karas | 1 | -0/+2 | |
2012-07-13 | Change playerbox theming. | Andrei Karas | 1 | -30/+3 | |
2012-07-01 | Add npc avatars for evol server. | Andrei Karas | 1 | -1/+1 | |
Change protocol version to 6. | |||||
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -2/+2 | |
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-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+120 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |