summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2012-02-03Clear tile flags from the gid before further processingThorbjørn Lindeijer1-1/+1
2012-01-31Added missing copyright notices.Yohann Ferreira2-0/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer16-16/+16
2012-01-24Use SDL_RWops directly on top of PhysFSThorbjørn Lindeijer2-0/+281
2012-01-15Don't leak the XMLContext that is created while loading an XML documentThorbjørn Lindeijer1-4/+4
2012-01-15Removed a strange if check on an uninitialized variableThorbjørn Lindeijer1-3/+2
2012-01-09Made the client able to remove the port from update urls.Yohann Ferreira2-1/+59
2012-01-09Spotted some more hard-coded files and paths definitions.Yohann Ferreira1-0/+4
2011-10-25Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, enf...Bernd Wachter4-7/+7
2011-09-15Prevent copying of MutexLockerBen Longbons1-1/+11
2011-06-19More C++0x Windows compilation fixes.Philipp Sehmisch1-1/+1
2011-04-30Merge branch '0.5'Yohann Ferreira1-8/+4
2011-04-18Remove illegal macro names starting with underscore and capitalBen Longbons4-11/+11
2011-04-15Fix mkdir_r to not assume existence of PATH_MAXBen Longbons1-8/+4
2011-02-01Merge branch '0.5'Thorbjørn Lindeijer1-3/+2
2011-02-01Make it clear that our current sha256 code is GPLv2 onlyThorbjørn Lindeijer1-3/+2
2011-01-13Moved the normalize() function in strungUtils where it belongs.Yohann Ferreira2-0/+17
2010-09-27Centralized String to bool conversion into the client.Yohann Ferreira3-14/+20
2010-09-25Merge branch '1.0'Thorbjørn Lindeijer2-0/+39
2010-08-29Move handling of autocomplete and input history into TextFieldJared Adams2-1/+40
2010-08-15Remove the logToChat optionChuck Miller1-1/+1
2010-08-15Merge branch '1.0'Chuck Miller4-35/+288
2010-08-13Simplify handling of compressed filesJared Adams3-22/+235
2010-08-05Add better XML error logging and do some related cleanupJared Adams2-14/+51
2010-07-28Centralized configuration default values using the VariableData system.Yohann Ferreira2-2/+22
2010-07-10Moved parsing of specials.xml from gui/specialswindow.cpp to separate source ...Philipp Sehmisch2-4/+19
2010-06-13Merge remote branch '1.0/1.0'Jared Adams2-0/+13
2010-05-27Fix drawing incorrect utf8 strings issue.Andrei Karas2-0/+13
2010-05-21Remove some unneeded printfsJared Adams1-1/+0
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-1/+7
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