summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
AgeCommit message (Expand)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
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
2011-08-16Enable japanese language in gettext.Andrei Karas1-2/+11
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
2011-05-31Add secure font. Now unused.Andrei Karas1-0/+17
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
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
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