summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-10-17Fixing commandline option for local data directoryStefan Dombrowski1-1/+1
2010-09-12Fixing command line argument for serverStefan Dombrowski1-1/+1
2010-08-05Add better XML error logging and do some related cleanupJared Adams1-20/+3
2010-02-25Unbreak compile without OpenGLThorbjørn Lindeijer1-1/+2
2010-02-25Add support for platform specifig config/data directories #84Bernd Wachter1-7/+7
2010-02-24Removed a bunch of short options from the command line parametersThorbjørn Lindeijer1-16/+15
2010-02-24Added the possibility to pass a branding file by command line. Reviewed-by: T...Philipp Sehmisch1-1/+10
2010-02-23The crash handler only works with MinGWThorbjørn Lindeijer1-2/+2
2010-02-23Fixed compile on WindowsThorbjørn Lindeijer1-0/+4
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-1087/+17
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20Just use Mana as the window title by defaultThorbjørn Lindeijer1-2/+1
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-19Fixed a crash when trying to switch serversThorbjørn Lindeijer1-26/+13
2010-02-14Have -v print 'Mana client' instead of 'The Mana World'Thorbjørn Lindeijer1-1/+1
2010-02-07Nicer way of indicating that we're waiting on the serverThorbjørn Lindeijer1-7/+14
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-02-07Removed the no longer used progress bar and labelThorbjørn Lindeijer1-24/+3
2010-02-07Show the "Connecting..." dialog more oftenThorbjørn Lindeijer1-0/+2
2010-02-06Merged the Engine class into the Game classThorbjørn Lindeijer1-1/+1
2010-01-28Add support for MingW crash handler; define DEBUG for debug buildsBernd Wachter1-0/+4
2010-01-21Corrected the --default option behaviour to follow --help definition.Bertram1-2/+6
2010-01-12Standardize header orderJared Adams1-12/+12
2010-01-10Change code styleAndrei Karas1-26/+39
2010-01-08Fix a segfault when exiting before netcode is loadedJared Adams1-1/+1
2009-12-19Fixes functionality change broke in cbc14c8a3c6614987d2331057e114d92336cbac0,...Chuck Miller1-1/+1
2009-12-19Added support for resources.xml from update server... Also added option to do...Chuck Miller1-26/+1
2009-12-19Client now returns to server selection after server disconnectionStefan Dombrowski1-11/+6
2009-12-09Unifying the default folder for screenshots and making it configurableStefan Dombrowski1-30/+38
2009-12-06Improve keyboard accessibility of login sequenceJared Adams1-7/+7
2009-12-04Register credentials information serviceJared Adams1-0/+6
2009-11-21Remove another support ifdefJared Adams1-4/+0
2009-11-03Remove two unneeded methods of Net::GeneralHandlerJared Adams1-1/+0
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-11/+0
2009-11-02Remove more support #ifdefsJared Adams1-26/+6
2009-11-02Fix connecting to ManaServJared Adams1-1/+3
2009-11-02Fixing disconnection bug.Andrei Karas1-1/+1
2009-11-02Got rid of GameHandler::clearThorbjørn Lindeijer1-3/+3
2009-11-02Fix segfault after login error under eAthena buildJared Adams1-1/+0
2009-10-31Fixed crash on startupThorbjørn Lindeijer1-3/+3
2009-10-30Support switching characters under eAthenaJared Adams1-23/+37
2009-10-29Put back the music fade out after gameHandler->ingame(),Bertram1-7/+7
2009-10-24Make homedir accessible from other filesJared Adams1-0/+5
2009-10-24Basically finish rebrandingJared Adams1-2/+2
2009-10-24More rebrandingJared Adams1-11/+11
2009-10-24REplace instances of TMW with ManaJared Adams1-14/+14
2009-10-23Refixed the -u and -d parameter again, resolving for sure Mantis #951 ;)Bertram1-13/+9
2009-10-21Add an option to skip loading updatesJared Adams1-2/+12
2009-10-21Revert "Made the -d data path don't be bothered by updates and customdata fil...Jared Adams1-11/+8
2009-10-22Made the -d data path don't be bothered by updates and customdata files.Bertram1-8/+11