summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-05-07Fix handling of error messages in the game stateJared Adams1-2/+3
2009-05-07Moved two files which held net data into the net folder. ConsideringTametomo1-2/+2
2009-05-04Fix a typo in --help outputJared Adams1-1/+3
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-05-03Don't choose default character server when given a character nameBjørn Lindeijer1-2/+1
2009-05-01Make sure mouse still moves smoothly during loginBjørn Lindeijer1-1/+6
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-3/+3
2009-04-29Fixed openGL being disabled from time to time.Philipp Sehmisch1-2/+3
2009-04-26Used dashes to separate words in command line argumentsBjørn Lindeijer1-35/+36
2009-04-26Add a command line option to disable OpenGLJared Adams1-2/+9
2009-04-22Help updateblue1121-2/+3
2009-04-21Fix hang on exitDavid Athay1-19/+6
2009-04-20Remove desktop and setup button when logging into tmwservBjørn Lindeijer1-0/+5
2009-04-20Fix clearing handlers on connecting to game server.David Athay1-1/+2
2009-04-15Clean up some more memory leaksJared Adams1-2/+1
2009-04-14Add a default login music file nameJared Adams1-1/+1
2009-04-13Some cleanup of the Configuration interfaceBjørn Lindeijer1-7/+7
2009-04-13Revert forced FPS limitBjørn Lindeijer1-1/+1
2009-04-12Remove remaining references to versionLabelJared Adams1-4/+0
2009-04-12Moved client version string creation to preprocessorBjørn1-24/+3
2009-04-12Merge version strings, add version to setup, etcJared Adams1-29/+21
2009-04-12Append _F or _M to username in eAthena network layerBjørn Lindeijer1-15/+7
2009-04-11Remove more support #ifdefsJared Adams1-21/+4
2009-04-10Reduced the GCContainer to be even more trivialBjørn Lindeijer1-8/+0
2009-04-10Introduced a Desktop widget to handle the wallpaperBjørn Lindeijer1-77/+24
2009-04-09Fixed some warningsBjørn Lindeijer1-1/+1
2009-04-09Remove a segfault when exiting the clientJared Adams1-1/+0
2009-04-08Add a more flexible wallpaper systemJared Adams1-18/+42
2009-04-08Make some more file build for both serversJared Adams1-36/+12
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-3/+4
2009-04-07Make GeneralHandlers for both networksJared Adams1-172/+42
2009-04-07Fixed compile for tmwserv clientBjørn Lindeijer1-3/+0
2009-04-06Implement TMWServ's CharHandlerJared Adams1-1/+3
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-1/+1
2009-04-02Make eAthena's CharHandlerJared Adams1-9/+4
2009-04-01Create a few more handlers for eAthenaJared Adams1-3/+3
2009-03-29Merge branch 'master' of git@gitorious.org:tmw/mainlinePhilipp Sehmisch1-20/+18
2009-03-29Fixed compilation on WindowsPhilipp Sehmisch1-3/+4
2009-03-28Take the server port out of the updates dirBjørn Lindeijer1-2/+1
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer1-8/+11
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-1/+1
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer1-7/+3
2009-03-27Removed unnecessary parenthesis on constructorsBjørn Lindeijer1-2/+2
2009-03-27Simplified and fixed initialization of login dataBjørn Lindeijer1-27/+14
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+4
2009-03-27Moved choosing of random death message to a functionBjørn Lindeijer1-13/+13
2009-03-25Merged relevent changes from TMW commitIra Rice1-22/+32
2009-03-26Remove redundancy, fix variable names and other code cleanupsBjørn Lindeijer1-39/+44
2009-03-25A host of code style fixesBjørn Lindeijer1-2/+2
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-49/+54