summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Fix possible memory corruption.Andrei Karas1-1/+1
2010-03-01Handle cases properly where the path already exists, but not as directoryBernd Wachter1-6/+18
2010-02-25Fix the X11 paste code to actually return true on successThorbjørn Lindeijer1-0/+2
2010-02-25Added paste facility from the Wormux projectThorbjørn Lindeijer2-0/+350
2010-02-25Add support for special folder lookup on Win32Bernd Wachter2-0/+108
2010-02-25Don't support backslash as path separator for non-windows platformsBernd Wachter2-7/+15
2010-02-25Add a simple recursive mkdirBernd Wachter2-0/+119
2010-02-21Do some more copyright header cleanupsJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp10-10/+20
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer10-40/+30
2010-02-07Updated Copyright year to 2010!Bertram10-10/+10
2010-01-24Autocomplete names with quotes if the string begins with a / or @ (commands)Blue Sans Douze1-1/+1
2010-01-10Change code styleAndrei Karas2-18/+37
2010-01-08Small refactoring in chat auto completingAndrei Karas2-2/+2
2010-01-07Chat auto completingAndrei Karas2-0/+22
2010-01-07Fix a typoFreeyorp1-1/+1
2010-01-06Fixes so mapreader ignores the case of object typesChuck Miller2-0/+15
2009-12-20Fixed an uninitialized pointerPhilipp Sehmisch1-1/+1
2009-12-19Added support for resources.xml from update server... Also added option to do...Chuck Miller2-4/+33
2009-12-10Avoiding compiler warnings with gcc 4.4.0Stefan Dombrowski1-1/+1
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams2-0/+27
2009-10-05Hide color codes from speech textAndrei Karas2-0/+20
2009-08-10Move libintl from localplayer to gettextJared Adams1-2/+2
2009-05-12Don't unconditionally include config.hBjørn Lindeijer1-0/+2
2009-05-07Fixed compile issue with gcc 4.4Bjørn Lindeijer1-3/+5
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer4-82/+35
2009-04-29Changed palette colors to be once again stored in a human readableTametomo2-2/+17
2009-04-16Make sure math functions are still inlinedBjørn Lindeijer2-61/+33
2009-04-15HP Bar Gradual Changes Config (+ bugfixes)Falkreon1-1/+1
2009-04-14Add misisng mathutils filesJared Adams2-0/+89
2009-04-14Start a MathUtils fileJared Adams1-24/+0
2009-04-13Fixed @'s in a user's nickDavid Athay2-0/+21
2009-03-26Changed includes in utils/ dictory to new guidelinesBjørn Lindeijer9-14/+15
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer1-4/+4
2009-03-25A host of code style fixesBjørn Lindeijer2-2/+2
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer3-1/+310
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer3-58/+90
2009-02-15Merge commit 'aethyra/master'Bjørn Lindeijer1-2/+0
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice9-20/+27
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-0/+15
2009-02-09Merged with Aethyra master as of 2009-01-27Bjørn Lindeijer3-1/+4
2009-02-09Mostly whitespace and formatting changesBjørn Lindeijer2-14/+11
2009-02-07Some more include cleanups.Ira Rice1-1/+1
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-0/+15
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer8-18/+18
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer8-18/+18
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer9-36/+36
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer9-36/+36
2009-01-15Style cleanups throughout most of the code. Splitting function type fromIra Rice2-12/+6
2009-01-06Added support for internationalizationIra Rice1-0/+44