aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2010-06-06Add Android backend from patch #2603856Max Horn
2010-06-02OSYSTEM: Get rid of kFeatureAutoComputeDirtyRectsMax Horn
2010-05-30Typo fixes.Johannes Schickel
2010-05-30Fix non-const version of Common::String::begin.Johannes Schickel
2010-05-30Fix file length of zip file members inside ZipArchive (thanks to fuzzie for r...Johannes Schickel
2010-05-27correct typoMax Horn
2010-05-24Have the MacResManager ignore resources with length 0.Matthew Hoops
2010-05-21Implement FR #2988017: exit status with --list-saves always 0Eugene Sandulenko
2010-05-20Make the MacResManager opening more robust to failed tries and plug its memor...Jordi Vilalta Prat
2010-05-18Added getBaseFileName() method and enhanced open() with trying macbinary form...Eugene Sandulenko
2010-05-17Minor formatting.Johannes Schickel
2010-05-17Get rid of Common::Rational::normalize and other redundant codeMax Horn
2010-05-17Some tweaks and fixes for Common::RationalMax Horn
2010-05-17Add the Common::Rational class from patch #2963496 (VideoDecoder Rewrite)Matthew Hoops
2010-05-17Restrict MIPSpro workaround to non-gcc compilers -- fixes compilation with gc...Joost Peters
2010-05-12Fix mismatched new[]/delete[]Matthew Hoops
2010-05-11Pass by reference instead of value to getResource(String)Matthew Hoops
2010-05-11Add support for getting a resource from the resource fork by name.Matthew Hoops
2010-05-10Add support to the MacResManager and AdvancedDetector to take the md5 of a re...Matthew Hoops
2010-05-10Minor fix for using the MacResManager with a regular file; switch MacBinary's...Matthew Hoops
2010-05-09Patch #2901515: HE: Resource Forks on Mac OS XEugene Sandulenko
2010-05-05Replace various strncpy usages by strlcpy.Johannes Schickel
2010-05-05Add a custom implementation of OpenBSD's strlcat and strlcpy.Johannes Schickel
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-04-27correct indentionMax Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-27cleanupMax Horn
2010-04-20Document setPalette() and grabPalette() changes, fix some incorrect 8bit stat...Andre Heider
2010-04-19Fix regression introduced with r46130, which caused debugN strings to be post...Johannes Schickel
2010-04-13Whitespace fix.Johannes Schickel
2010-04-13Print message when creating new INI; don't rewrite it directly after reading.Max Horn
2010-04-13Patch #2985205: "GSoC: Improve FSNode warning messages"Max Horn
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-04-11Rest of patch #2982224: GSoC: Added unit test and unified error message displayMax Horn
2010-04-06COMMON: Add Common::parseBoolMax Horn
2010-03-29COMMON: Cleanup ConfigManager codeMax Horn
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-20- Renamed SharedPtr<T>::Pointer to SharedPtr<T>::PointerTypeJohannes Schickel
2010-03-20Style fixes / cleanup.Johannes Schickel
2010-03-20added ScopedPtr templateVladimir Menshakov
2010-03-20Some style fixes.Johannes Schickel
2010-03-20Remove unused stdarg.h include.Johannes Schickel
2010-03-20Sort object files.Johannes Schickel
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2010-03-20Add common/util.h include to common/algorithm.h for SWAP.Johannes Schickel
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move tag2str from util.h to str.hMax Horn
2010-03-18COMMON: Move port specific '#define fputs' from util.cpp to textconsole.cppMax Horn