Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-14 | add into texture bind dubugging also bind count. | Andrei Karas | 1 | -1/+19 | |
2013-05-07 | improve debugwindow. | Andrei Karas | 1 | -10/+13 | |
2013-05-03 | add comments for translators | Andrei Karas | 1 | -2/+74 | |
2013-04-20 | fix style in gui directory. | Andrei Karas | 1 | -1/+2 | |
2013-04-09 | Improve perfomance in windows and popups visibility checks. | Andrei Karas | 1 | -1/+1 | |
2013-03-04 | Add "target type" filed in debug window. | Andrei Karas | 1 | -8/+15 | |
2013-01-26 | Fix show ping time if timer overflowed and still no response from server. | Andrei Karas | 1 | -10/+2 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-11-24 | Fix code style. | Andrei Karas | 1 | -0/+2 | |
2012-11-20 | Add debug option to show draw calls per frame. | Andrei Karas | 1 | -1/+20 | |
Also fix map draw and text in debug window with mobile OpenGL. | |||||
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+7 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -2/+4 | |
2012-10-20 | Add palette inheritance to label class. | Andrei Karas | 1 | -23/+23 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -10/+10 | |
2012-10-16 | Fix code style and some other minor issues. | Andrei Karas | 1 | -5/+4 | |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+1 | |
2012-09-06 | Improve constructors in some classes. | Andrei Karas | 1 | -36/+32 | |
2012-08-27 | Add const to more classes. | Andrei Karas | 1 | -6/+6 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -4/+0 | |
2012-06-10 | Split ImageHelper to ImageHelper, SDLImageHelper, OpenGLImageHelper. | Andrei Karas | 1 | -1/+1 | |
2012-06-09 | Move static methods from Image class to ImageHelper class. | Andrei Karas | 1 | -2/+2 | |
Remove SDL merge method. It was very slow and unused. | |||||
2012-05-13 | Move some code from logic queue to separate calls. | Andrei Karas | 1 | -1/+1 | |
It can improve perfomance in slow systems. | |||||
2012-04-26 | Add LPS counter to debug window (Logic per second). | Andrei Karas | 1 | -8/+11 | |
Normally must be always 100 LPS. | |||||
2012-02-25 | Fix old casts. | Andrei Karas | 1 | -1/+1 | |
2012-02-16 | Add race name to status and debug windows. | Andrei Karas | 1 | -10/+15 | |
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -1/+1 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -5/+5 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 1 | -1/+1 | |
2011-08-31 | Add ability to lock any window position and size. Using sticky image for this. | Andrei Karas | 1 | -0/+2 | |
2011-06-05 | Fix translation strings and rebuild translations. | Andrei Karas | 1 | -3/+3 | |
2011-05-25 | Fix some memory leaks in being, debugwindow, shortcutwindow, skilldialog, ↵ | Andrei Karas | 1 | -0/+10 | |
map classes. | |||||
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-22 | Some typo fixes and add comments for translators. | Andrei Karas | 1 | -4/+5 | |
2011-05-08 | Add opengl texture counter for debugging. | Andrei Karas | 1 | -2/+14 | |
2011-05-03 | Add min, max, critical hits to debug window. | Andrei Karas | 1 | -0/+16 | |
2011-05-02 | Fix reading attack delay. | Andrei Karas | 1 | -1/+1 | |
2011-05-02 | Split debug window to tabs. | Andrei Karas | 1 | -101/+208 | |
2011-03-13 | Add ability to remap maps to different files. | Andrei Karas | 1 | -1/+1 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+248 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |