summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-30/+35
2009-03-23Change version to 0.0.29 and label in the GUIJared Adams1-2/+11
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams1-9/+9
2009-03-22Fixed loading of units when skipping updatesBjørn Lindeijer1-2/+3
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-152/+811
2009-03-19Be sure to free the window iconJared Adams1-1/+5
2009-03-19Throttle framerates down to save CPU cycles. Now that we're getting highIra Rice1-2/+2
2009-03-19Be sure to free the window iconJared Adams1-1/+5
2009-03-15Fix some mem leaksJared Adams1-1/+0
2009-03-14Made a label class derived from the guichan label class which utilizesIra Rice1-4/+3
2009-03-12Extending the internal handling of colorssniper1-4/+4
2009-03-12Extending the internal handling of colorssniper1-4/+4
2009-03-12Made hair load again (commit e2d60401eaf55abe9e2251854f3174ffe0f4ad9eIra Rice1-0/+1
2009-03-12Move emote sprite loading into EmoteDBJared Adams1-3/+0
2009-03-12Fix leaks in status effectsJared Adams1-1/+4
2009-03-12Move emote sprite loading into EmoteDBJared Adams1-2/+0
2009-03-11Fix segfault when being count reaches 0 too oftenJared Adams1-0/+3
2009-03-11Moved the Skin class outside of the Window class, in order to allowIra Rice1-24/+30
2009-03-11Fix order of function calls when loading dataJared Adams1-3/+3
2009-03-11Fix segfault when being count reaches 0 too oftenJared Adams1-0/+3
2009-03-10Remove some SetupWindow weirdnessJared Adams1-3/+0
2009-03-10Fix some mem leaksJared Adams1-0/+1
2009-03-10Remove some SetupWindow weirdnessJared Adams1-3/+0
2009-03-10Fix some mem leaksJared Adams1-1/+0
2009-03-10Fix some mem leaksJared Adams1-1/+0
2009-02-24Fix update handlingJared Adams1-11/+11
2009-02-24Fix update handlingJared Adams1-11/+11
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-2/+2
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-2/+2
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-8/+8
2009-02-15Renamed aethyraFile to configFile, which is a lot more descriptive ofIra Rice1-6/+6
2009-02-15Fix setting of home directory for OSXJared Adams1-3/+7
2009-02-15Add configurable units systemJared Adams1-0/+3
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-3/+5
2009-02-15Merge branch '0.0.28'Bjørn Lindeijer1-2/+8
2009-02-12Added command line option to set home directory pathMichon van Dooren1-3/+9
2009-02-11Don't make log statements translatableBjørn Lindeijer1-20/+22
2009-02-11Changed spelling from colour to color.Philipp Sehmisch1-4/+4
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+2
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Use string::empty() instead of comparing to ""Bjørn Lindeijer1-1/+2
2009-02-10Don't make log statements translatableBjørn Lindeijer1-18/+18
2009-02-10Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+2
2009-02-10Fixed some accidental capitalization errorsPhilipp Sehmisch1-3/+3
2009-02-10Changed spelling from colour to color.Philipp Sehmisch1-4/+4
2009-02-10Fix crash due to missing login wallpaperJared Adams1-1/+4
2009-02-10Fix default port in GUIJared Adams1-1/+1