Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-03 | Add some missing getters. | Andrei Karas | 1 | -1/+1 | |
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 1 | -0/+2 | |
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-11-15 | Split Game::handleInput to small functions. | Andrei Karas | 1 | -0/+8 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -1/+3 | |
2011-10-30 | Hide death message dialog in reconnect. | Andrei Karas | 1 | -0/+2 | |
2011-08-18 | Improve "auto adjust perfomance". | Andrei Karas | 1 | -0/+1 | |
2011-08-07 | Add auto adjust perfomance ability. | Andrei Karas | 1 | -0/+13 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+110 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |