Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-03 | Put gui input logic before most game input logic. | Andrei Karas | 1 | -1/+89 | |
This solving game and gui shortcuts conflicts. | |||||
2012-03-29 | Replace vectors with strings to short names. | Andrei Karas | 1 | -1/+1 | |
2012-02-05 | Move language functions to langs.cpp and langs.h files. | Andrei Karas | 1 | -0/+2 | |
2012-01-30 | Add some missing checks to window resize code. | Andrei Karas | 1 | -4/+7 | |
2012-01-30 | Allow resizing of the game in windowed mode | Thorbjørn Lindeijer | 1 | -2/+12 | |
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-22 | Replace particle font to japan font if need. | Andrei Karas | 1 | -5/+14 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -18/+18 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -1/+1 | |
Some other minor changes. | |||||
2011-08-16 | Enable japanese language in gettext. | Andrei Karas | 1 | -2/+11 | |
Add ability to use japanese font if current locale is japan locale. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-07-04 | Replace some lists to vectors. | Andrei Karas | 1 | -1/+2 | |
2011-07-02 | Replace some getters to direct members access in graphics class. | Andrei Karas | 1 | -1/+1 | |
2011-06-01 | Add setup option for finding bad chars in nicks. | Andrei Karas | 1 | -0/+6 | |
Highlight bad nicks on map with secure font. | |||||
2011-05-31 | Add secure font. Now unused. | Andrei Karas | 1 | -0/+17 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -2/+2 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -2/+2 | |
2011-05-26 | Fix some imageset memory leaks. | Andrei Karas | 1 | -0/+2 | |
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 TrueTypeFont to SDLFont. | Andrei Karas | 1 | -8/+8 | |
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -3/+2 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-02-19 | Fix race condition in guichan bugfix. | Andrei Karas | 1 | -3/+8 | |
2011-02-01 | Possible guichan mouseevent bug fix. | Andrei Karas | 1 | -0/+108 | |
2011-01-15 | Fix code style, apply some fixes after checking with cppcheck from git. | Andrei Karas | 1 | -4/+4 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+310 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |