summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Fix update handlingJared Adams1-11/+11
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-2/+2
2009-02-15Renamed aethyraFile to configFile, which is a lot more descriptive ofIra Rice1-6/+6
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-09Mostly whitespace fixesBjørn Lindeijer1-5/+5
2009-02-09Changed AETHYRA_DATADIR to PKG_DATADIR.Ira Rice1-2/+2
2009-02-07Some more include cleanups.Ira Rice1-4/+0
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-0/+1
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-1/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2009-01-19Fixed a directory creation error reported by our Windows users (whyIra Rice1-9/+39
2009-01-16Candidate release for 0.0.27.1 (Windows needs to get colors fixed, andIra Rice1-1/+1
2009-01-15Added emote database, which is loosely based off of the NPC database.Ira Rice1-2/+5
2009-01-12Fixed a path error that slipped through by accident.Ira Rice1-1/+1
2009-01-12Some rather pedantic changes. Unified all naming for emoticons in theIra Rice1-4/+4
2009-01-09Added the ability to see your own name in game.Ira Rice1-0/+1
2009-01-09Fixed color setup dialog (which was uninitialized in older commits whenIra Rice1-3/+3
2009-01-08Fixed include order (pedantic change)Ira Rice1-0/+6
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-45/+45
2009-01-09Now, the real stage 2.0 of smiley window.Forge1-0/+6
2009-01-06Removed the now unnecessary SDL_TTF initializations.Ira Rice1-2/+0
2009-01-06Correct the codeset for translations to be UTF-8Bjørn Lindeijer1-0/+1
2009-01-06Added support for unicode charset in textfields and chat.Guillaume Melquiond1-1/+1
2009-01-06Added support for internationalizationIra Rice1-1/+13
2009-01-05Handling gender with an enum everywhere.Philipp Sehmisch1-1/+3
2008-12-29Added support for True Type Fonts using GUIChan's inbuilt SDLTrueTypeIra Rice1-0/+4
2008-12-26Fixed a potential leak in setup, changed the default border color toIra Rice1-1/+1
2008-12-21Fixed wallpaper selection to be handled correctly.Ira Rice1-3/+3
2008-12-20Enabled video mode switching, as well as got rid of an old, unneededIra Rice1-11/+10
2008-12-07Tweaked some configuration defaultsBjørn Lindeijer1-1/+1
2008-12-07Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a'Ira Rice1-11/+24
2008-12-06Fix background on resolutions other than 800x600Bjørn Lindeijer1-1/+10
2008-12-03Don't reuse the setupWindow variable from the gameBjørn Lindeijer1-2/+2
2008-12-04Don't reuse the setupWindow variable from the gameBjørn Lindeijer1-2/+2
2008-12-04Deleted a few dangling pointers noticed by Bjorn.Ira Rice1-1/+6
2008-12-03Revised pointer deletion based on Bjorn's suggestion.Ira Rice1-0/+4
2008-12-03Fixed pointer deletion so that the setup window doesn't get doubleIra Rice1-2/+0
2008-12-03Deleted a few dangling pointers noticed by Bjorn.Ira Rice1-1/+4
2008-12-03Added the setup button to show when the client is loaded, since all ofIra Rice1-0/+37
2008-12-02Fix background on resolutions other than 800x600Bjørn Lindeijer1-1/+10
2008-11-21Added the setup button to show when the client is loaded, since all of Ira Rice1-0/+37
2008-11-21Fixed the linker error that we've been having. Apparently, it was caused Ira Rice1-14/+16
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-18/+15
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-02Ported a patch from TMW by fate which de-hardcodes skills, as well as removes...Ira Rice1-1/+2
2008-11-01* Updated GUI table and model to better handle NULL widgets during initialisa...Fate1-1/+2
2008-10-26Fixed some compile errors that occured from restructuring.Ira Rice1-3/+4