Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-18 | improve quitdialog class. | Andrei Karas | 1 | -5/+2 | |
2013-05-03 | add comments for translators | Andrei Karas | 1 | -0/+7 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -1/+3 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -2/+2 | |
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 1 | -2/+2 | |
2013-03-27 | improve charserverhandler class. | Andrei Karas | 1 | -2/+2 | |
2013-03-16 | temorary disable rate button.v1.3.3.17 | Andrei Karas | 1 | -2/+4 | |
2013-03-12 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-03-06 | Add radio button in quit dialog for rate application in google play (only ↵ | Andrei Karas | 1 | -13/+38 | |
for Android) | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Add palette inheritance to radiobutton class. | Andrei Karas | 1 | -4/+6 | |
2012-10-20 | Add palette inheritance to button class. | Andrei Karas | 1 | -2/+2 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -2/+2 | |
2012-10-17 | Extend radio button theming. | Andrei Karas | 1 | -3/+3 | |
New options: padding - padding from all sides except left imagePadding - padding from left before image imageSize - image size for computation width spacing - space between image and text width = imagePadding + imageSize + spacing + text width + padding height = padding + text height + padding | |||||
2012-10-04 | Fix sounds in npc and quit dialogs. | Andrei Karas | 1 | -1/+4 | |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+4 | |
2012-09-07 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+2 | |
2012-09-04 | add const to more classes, | Andrei Karas | 1 | -1/+1 | |
fix other small style issues. | |||||
2012-08-27 | Add const to more classes. | Andrei Karas | 1 | -4/+5 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -0/+1 | |
2012-06-06 | Fix some issues after auto checking. | Andrei Karas | 1 | -7/+6 | |
2012-04-25 | Improve iterators part 1. | Andrei Karas | 1 | -1/+4 | |
2012-04-19 | Dehardcode keys in gui widgets. | Andrei Karas | 1 | -6/+9 | |
Add new tab with keys settings in input settings tab. | |||||
2012-03-09 | Add support for many update hosts (evol server only). | Andrei Karas | 1 | -0/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-09 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -8/+8 | |
2011-10-30 | Hide death message dialog in reconnect. | Andrei Karas | 1 | -3/+3 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 1 | -1/+2 | |
2011-09-09 | Last fix part of shadow variables/methods errors. | Andrei Karas | 1 | -10/+10 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -1/+1 | |
Some other minor changes. | |||||
2011-09-01 | Eliminate asserts from most files. | Andrei Karas | 1 | -10/+5 | |
2011-08-11 | Save whisper tabs state to configuration after each change. | Andrei Karas | 1 | -6/+2 | |
Before was only after correct game disconnect. | |||||
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-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-02 | Close npc and other dialogs if reconnecting. | Andrei Karas | 1 | -0/+5 | |
Also save extra layers if network error. | |||||
2011-01-28 | Fix code style and some new compilation warnings. | Andrei Karas | 1 | -1/+1 | |
2011-01-21 | Show network error dialog as not modal. | Andrei Karas | 1 | -1/+3 | |
This fix stuck client in some situations. Also prevent server change if now disconnected. | |||||
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -1/+1 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+204 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |