summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2024-02-13General code cleanupsThorbjørn Lindeijer1-6/+5
2024-02-05Updated C++ standard to C++17Thorbjørn Lindeijer2-7/+25
2024-02-02Restored support for setting monster ID offset on monsters tagThorbjørn Lindeijer2-2/+12
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer3-6/+6
2024-01-29Updated PhysFS RWops helper to the latest versionThorbjørn Lindeijer2-59/+117
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer6-23/+23
2024-01-25Always use C++11 and remove related compatibility option/codeThorbjørn Lindeijer1-4/+0
2024-01-25Ported to SDL2Thorbjørn Lindeijer2-304/+16
2024-01-24Removed undefined '__EXPORT__'Thorbjørn Lindeijer1-5/+4
2024-01-24Fixed a few coding errors the compiler complained aboutThorbjørn Lindeijer1-1/+1
2024-01-24Fixed compilation issues and use of deprecated C++ featuresThorbjørn Lindeijer1-4/+2
2013-05-04Client-side settings are now available from settings.xmlPrzemysław Grzywacz2-0/+195
2013-04-27Small cleanupThorbjørn Lindeijer1-4/+0
2012-03-24Merge branch '0.6'Thorbjørn Lindeijer1-0/+5
2012-03-24Introduced compile-time option to disable use of C++0xThorbjørn Lindeijer1-0/+5
2012-03-18Removed some 'const' keywords from value returnsThorbjørn Lindeijer2-7/+7
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