Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-31 | Fix gettext under Android. | Andrei Karas | 1 | -1/+1 | |
2012-10-31 | store gettext information to log. | Andrei Karas | 1 | -0/+2 | |
2012-10-30 | Add unused warnings to some files. | Andrei Karas | 1 | -22/+24 | |
2012-10-29 | Highlight window header with * if got new chat message with minimized window. | Andrei Karas | 1 | -2/+5 | |
2012-10-28 | Add Close button on start screen under Android. | Andrei Karas | 1 | -0/+1 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-10 | Delete copy constructor in some classes. | Andrei Karas | 1 | -0/+3 | |
2012-09-22 | Add override keyword to most overriden methods. | Andrei Karas | 1 | -3/+3 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -1/+1 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -2/+0 | |
2012-08-29 | Add const to more classes. | Andrei Karas | 1 | -1/+1 | |
2012-08-25 | Add const to other classes. | Andrei Karas | 1 | -21/+23 | |
2012-08-13 | Add support for temp dir. | Andrei Karas | 1 | -0/+6 | |
2012-07-31 | Fix guildbot messages delay. | Andrei Karas | 1 | -0/+1 | |
2012-06-21 | Add software mode compoundsprite update delay. | Andrei Karas | 1 | -0/+2 | |
2012-04-26 | Add keyboard repeat setting to misc tab. | Andrei Karas | 1 | -0/+2 | |
2012-04-26 | Add LPS counter to debug window (Logic per second). | Andrei Karas | 1 | -0/+1 | |
Normally must be always 100 LPS. | |||||
2012-03-09 | Add support for many update hosts (evol server only). | Andrei Karas | 1 | -0/+1 | |
2012-02-21 | Add vsync option. | Andrei Karas | 1 | -0/+2 | |
2012-02-21 | Bit cleanup visual settings page. | Andrei Karas | 1 | -0/+2 | |
2012-02-19 | Add option to grab/ungrab input to game window. | Andrei Karas | 1 | -0/+2 | |
2012-02-02 | Add "no frame" option to hide window frame. Disabled by default. | Andrei Karas | 1 | -3/+3 | |
2012-01-30 | Smal refactoring in resize code. | Andrei Karas | 1 | -0/+3 | |
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 1 | -0/+4 | |
Window positions are semi-smartly corrected as a result of the resize. Not supported when using OpenGL on Windows for now. Reviewed-by: Yohann Ferreira Conflicts: src/client.cpp src/client.h src/game.cpp src/gui/gui.cpp src/gui/widgets/window.cpp | |||||
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-01-04 | Add ability for testing drivers and graphics. | Andrei Karas | 1 | -1/+24 | |
2011-12-23 | Probably fix auto adjusting perfomance after going from sleep mode. | Andrei Karas | 1 | -0/+2 | |
2011-11-30 | Add limits for online list packet. | Andrei Karas | 1 | -0/+1 | |
2011-11-25 | Move A_UNUSED define to include file. | Andrei Karas | 1 | -6/+0 | |
2011-09-27 | Add limit for stop attack packet. | Andrei Karas | 1 | -0/+1 | |
2011-09-15 | Add buttons Themes, Video, Perfomance in select server screen. | Andrei Karas | 1 | -0/+3 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -2/+2 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 1 | -0/+2 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-12 | Add ability to add comments to npcs. | Andrei Karas | 1 | -0/+3 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -2/+2 | |
2011-06-14 | Add ability to add comments to any players. | Andrei Karas | 1 | -0/+5 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
2011-05-08 | Add opengl texture counter for debugging. | Andrei Karas | 1 | -0/+1 | |
2011-03-12 | Add /uptime chat command to show client uptime. | Andrei Karas | 1 | -0/+3 | |
2011-03-02 | Add serverversion checks. And disable some advanced features in old servers. | Andrei Karas | 1 | -0/+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-02 | Initial commit. | Andrei Karas | 1 | -0/+317 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |