summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-02-05Move language functions to langs.cpp and langs.h files.Andrei Karas1-0/+2
2012-01-30Add some missing checks to window resize code.Andrei Karas1-4/+7
2012-01-30Allow resizing of the game in windowed modeThorbjørn Lindeijer1-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-22Replace particle font to japan font if need.Andrei Karas1-5/+14
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-18/+18
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-1/+1
Some other minor changes.
2011-08-16Enable japanese language in gettext.Andrei Karas1-2/+11
Add ability to use japanese font if current locale is japan locale.
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-04Replace some lists to vectors.Andrei Karas1-1/+2
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-1/+1
2011-06-01Add setup option for finding bad chars in nicks.Andrei Karas1-0/+6
Highlight bad nicks on map with secure font.
2011-05-31Add secure font. Now unused.Andrei Karas1-0/+17
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-26Fix some imageset memory leaks.Andrei Karas1-0/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-8/+8
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-3/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-19Fix race condition in guichan bugfix.Andrei Karas1-3/+8
2011-02-01Possible guichan mouseevent bug fix.Andrei Karas1-0/+108
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-4/+4
2011-01-02Initial commit.Andrei Karas1-0/+310
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.