summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Simplify working with the event systemJared Adams1-2/+2
2010-08-03Move Theme and UserPalette to the resources folderJared Adams1-2/+2
2010-08-03Merge remote branch 'origin/1.0'Jared Adams1-2/+2
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira1-27/+23
2010-07-19Merge branch '1.0'Yohann Ferreira1-0/+4
2010-07-18Add event.h to eventmanager.h and listener.h to reduce total number of includesChuck Miller1-1/+0
2010-07-18Replace some state-related netcode methods with eventsJared Adams1-4/+0
2010-07-18Move more from LocalPlayer to PlayerInfoJared Adams1-0/+12
2010-07-17Fixed config directory, updated project file.David Athay1-2/+2
2010-07-11Made the different hard-coded paths and files be now taken from theYohann Ferreira1-0/+4
2010-07-10Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ...Philipp Sehmisch1-0/+2
2010-06-13Merge remote branch '1.0/1.0'Jared Adams1-13/+13
2010-06-13Handle char-server login errors betterJared Adams1-0/+1
2010-06-10Fix a bug with empty update hostsJared Adams1-0/+4
2010-06-03Unload loaded DBs before loading them againJared Adams1-8/+8
2010-05-21Merge branch '1.0'Thorbjørn Lindeijer1-6/+4
2010-05-21Avoid a crash when the updateHost is set to nothing in the config file.Yohann Ferreira1-2/+2
2010-05-09Move target cursor management into ActorSpriteJared Adams1-8/+15
2010-05-06Remove hardcoded standard server urlsseeseekey1-5/+3
2010-05-05Fix showing the type of the default serverJared Adams1-1/+1
2010-05-01Add chat logging.Andrei Karas1-0/+11
2010-04-25Fix resource errors when chaning serversJared Adams1-8/+8
2010-04-19Add afk mode for player.Andrei Karas1-0/+1
2010-04-17Changed an EATHENA remaining reference to TMWATHENA.Bertram1-1/+1
2010-04-16Fix canceling game connectionJared Adams1-4/+5
2010-04-12Fix canceling game connect leaving no characters to selectJared Adams1-1/+1
2010-04-12Add support for map-server switching under eAthenaJared Adams1-2/+13
2010-03-18Copy old tmw config if foundBernd Wachter1-0/+26
2010-03-17Allow branding to bypass server listJared Adams1-2/+5
2010-03-15Fix some branding issuesJared Adams1-0/+2
2010-03-13Fix icon under non-Windows systemsJared Adams1-1/+1
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-4/+4
2010-03-05Rename SkinLoader to ThemeJared Adams1-6/+6
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