summaryrefslogtreecommitdiff
path: root/src/client.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Ported to SDL2Thorbjørn Lindeijer1-9/+4
2012-02-18Added notification sound on receiving whisperThorbjørn Lindeijer1-0/+9
2012-02-09Allow changing fullscreen resolution without restartThorbjørn Lindeijer1-1/+10
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+4
2011-05-01Fixed my fix on the get_elapsed_time function.Yohann Ferreira1-3/+1
2011-04-30De-dustify the get_elapsed-time function documentation a bit.Yohann Ferreira1-3/+12
2011-04-18A bit of cleanup in the way the Client pops up error dialogsThorbjørn Lindeijer1-7/+15
2011-04-09Renamed Listener to EventListenerThorbjørn Lindeijer1-2/+2
2011-04-09Removed the Mana namespaceThorbjørn Lindeijer1-2/+2
2011-04-09Moved Channels to Mana::Event::ChannelThorbjørn Lindeijer1-1/+1
2010-11-13Replace config listeners with the event systemChuck Miller1-3/+3
2010-11-02Adding double-click to server dialog and world select dialogStefan Dombrowski1-0/+6
2010-11-01Merge branch '0.5' of gitorious.org:mana/manaYohann Ferreira1-0/+2
2010-10-18Add portable support for windows version.Andrei Karas1-0/+2
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-4/+4
2010-05-21Fix some issues found by CppcheckJared Adams1-4/+4
2010-05-01Add chat logging.Andrei Karas1-0/+1
2010-04-19Add afk mode for player.Andrei Karas1-0/+1
2010-02-28Make the gui more themeable and distribute two themesJared Adams1-0/+4
2010-02-27Some cleanup and compile fixJared Adams1-2/+2
2010-02-27Corrected some variables names after recent renamingThorbjørn Lindeijer1-1/+1
2010-02-27Added m prefix to Client's member variablesThorbjørn Lindeijer1-19/+19
2010-02-25Add support for platform specifig config/data directories #84Bernd Wachter1-5/+9
2010-02-24Added the possibility to pass a branding file by command line. Reviewed-by: T...Philipp Sehmisch1-0/+1
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-0/+212