Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-13 | Remove guichanfwd.h. | Andrei Karas | 1 | -2/+0 | |
2012-05-13 | Move some code from logic queue to separate calls. | Andrei Karas | 1 | -9/+12 | |
It can improve perfomance in slow systems. | |||||
2012-04-03 | Put gui input logic before most game input logic. | Andrei Karas | 1 | -0/+4 | |
This solving game and gui shortcuts conflicts. | |||||
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 1 | -0/+5 | |
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 | |
2011-05-31 | Add secure font. Now unused. | Andrei Karas | 1 | -0/+7 | |
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-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-01 | Possible guichan mouseevent bug fix. | Andrei Karas | 1 | -0/+4 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+148 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |