summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-01Check and create screenshot directory only when a screenshot is madeBernd Wachter1-12/+0
2010-02-28Fix loading branding dataJared Adams1-3/+1
2010-02-28Some code cleanup regarding the server dialogThorbjørn Lindeijer1-8/+2
2010-02-28Make the gui more themeable and distribute two themesJared Adams1-9/+34
2010-02-28Avoid sending log output to the console on startupThorbjørn Lindeijer1-4/+2
2010-02-27Fix program exit on windows.Andrei Karas1-0/+1
2010-02-27Some cleanup and compile fixJared Adams1-9/+9
2010-02-27Corrected some variables names after recent renamingThorbjørn Lindeijer1-19/+19
2010-02-27Forgot to amend the last change with thisThorbjørn Lindeijer1-1/+1
2010-02-27Added m prefix to Client's member variablesThorbjørn Lindeijer1-158/+158
2010-02-26Fix configuration saving on exit.Andrei Karas1-2/+3
2010-02-26Use MYPICTURES on windows, add config parameter for screenshot directoryBernd Wachter1-9/+47
2010-02-25Add support for platform specifig config/data directories #84Bernd Wachter1-19/+47
2010-02-25Use recursive mkdir for config directories, fix log initializationBernd Wachter1-9/+5
2010-02-24Added the possibility to pass a branding file by command line. Reviewed-by: T...Philipp Sehmisch1-1/+4
2010-02-23Fixed compile on WindowsThorbjørn Lindeijer1-1/+1
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-0/+1152