Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. |