aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2011-02-20COMMON: Correct NE Resource Loader for Osystem RGBA->RGB Palette Change.D G Turner
2011-02-14COMMON: Make MacResManager::convertCrsrCursor to return a RGB palette.Johannes Schickel
2011-02-12JANITORIAL: Remove extraneous parenthesesOri Avtalion
2011-02-10CONFIGURE: Add basic support for ICC.Johannes Schickel
2011-02-09COMMON: Reduce overflow risk in Common::Rational += and -= operatorsMax Horn
2011-02-09COMMON: Add comment that explains strange <= checks in gcd()Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-04COMMON: Only take the md5 of the resource fork data sectionMatthew Hoops
2011-01-30COMMON: Add an erase method which takes an iterator to HashMap.Johannes Schickel
2011-01-28COMMON: Fixed memory leakage in unarj readHeader().David Turner
2011-01-23COMMON: Added some very simple operators to the Point class (+, -, += and -=)...Filippos Karapetis
2011-01-22COMMON: Update documentation of the MacResManagerMatthew Hoops
2011-01-21COMMON: Document which engines use DCLMatthew Hoops
2011-01-21COMMON: Move SCI's DCL decompression code to commonMatthew Hoops
2011-01-18COMMON: Some style fixes in config-manager.cpp.Johannes Schickel
2011-01-13COMMON: Some slight formatting fixes in config-manager.cpp.Johannes Schickel
2011-01-13CONFIGMANAGER: small changes to support old config files with no 'gameId' key...Yotam Barnoy
2011-01-11COMMON: Fix a few space formatting issues.Jordi Vilalta Prat
2011-01-01COMMON: Fix comment about getButtonState.Alyssa Milburn
2010-12-29CONFIG-MGR: added ability to add other non-game domainsYotam Barnoy
2010-12-20OSYSTEM: Clarify grabPalette documentation after talking with Max about it.Johannes Schickel
2010-12-11COMMON: Handle C++-style comments in config filesAlyssa Milburn
2010-12-08BACKENDS: Fix OSD implementation in ModularBackend.Johannes Schickel
2010-12-05COMMON: Fix AppleDouble support in the MacResManager (thanks, fuzzie)Matthew Hoops
2010-12-01ALL: Fix a few typosJordi Vilalta Prat
2010-12-01I18N: Improve the fallback language auto-detection.Jordi Vilalta Prat
2010-11-30I18N: Don't build TranslationManager when translation is disabled.Jordi Vilalta Prat
2010-11-29COMMON: Add a bit more to the doxygen comment for NEResourcesMatthew Hoops
2010-11-28COMMON: Remove unnecessary reference to file.hMax Horn
2010-11-28COMMON: Add support for loading NE resources and cursorsMatthew Hoops
2010-11-28AmigaOS: Fixed compilation after the latest GSoC code merging (bug #3121350)Filippos Karapetis
2010-11-28COMMON: Comment out locale <-> Common::Language conversion utils for now.Johannes Schickel
2010-11-28BACKEND: Switch OSystem::getSystemLanguage return type to Common::String.Johannes Schickel
2010-11-26COMMON: Add an isBE() function to get the endianness of a ReadStreamEndianMatthew Hoops
2010-11-25COMMON: Adapt translation manager to use the OSystem for language detection.Johannes Schickel
2010-11-25OSYSTEM: Add API to query the system locale.Johannes Schickel
2010-11-23COMMON: Add SeekableReadStreamEndian classMax Horn
2010-11-23COMMON: Remove default value for endianess in ReadStreamEndian subclassesMax Horn
2010-11-23COMMON: Add ReadStreamEndian mixin classMax Horn
2010-11-23COMMON: Remove XOR decoding capability from MemoryReadStreamMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-19SYMBIAN : Remove Symbian FatalError implementation (not really used anymore f...Lars Persson
2010-11-19COMMON: Use user include instead of system include to remove lots of compiler...Lars Persson
2010-11-19COMMON: Push include file.h and fs.h from translation.h to translation.cppMax Horn
2010-11-19COMMON: Cleanup EventRecorderMax Horn
2010-11-19COMMON: Cleanup XMLParser codeMax Horn
2010-11-19COMMON: Push #include stream.h from zlib.h to zlib.cppMax Horn
2010-11-18COMMON: Change wrapBufferedWriteStream() to always disposes wrapped streamMax Horn
2010-11-18BACKENDS: Implement logging API proposed by Max on -devel.Johannes Schickel
2010-11-18COMMON: Turn BufferedWriteStream into a template class, with disposeParentStr...Max Horn