aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2010-11-18COMMON: Make implementation of Buffered*Stream classes internalMax Horn
2010-11-18COMMON: Fix incorrect use of assert() macroMax Horn
2010-11-16COMMON: Reverting r54257 as _singleton already was protected (and I am blind :)Max Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-16COMMON: Make Common::Singleton::_singleton protected instead of publicMax Horn
2010-11-15CONFIGMAN: added defragmentation methods for one-plugin-at-a-timeYotam Barnoy
2010-11-13COMMON: Fix TranslationManagerThierry Crozat
2010-11-11COMMON: Fix compilation when translation support is disabled (regression from...Johannes Schickel
2010-11-11COMMON: Cleanup translation manager code; add FIXMEMax Horn
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-08COMMON: Make KeyState::hasFlags constMax Horn
2010-11-07COMMON: Add const qualifiers and remove Common:: prefix in MacResManager codeMax Horn
2010-11-07COMMON: Rename and tweak MD5 functionsMax Horn
2010-11-04COMMON: Undo changes to common/ptr.h, remove Common::ScopedPtrCMax Horn
2010-11-03Merge from gsoc2010-pluginsYotam Barnoy
2010-11-01COMMON: Get rid of the debug() output formatterMax Horn
2010-11-01COMMON: Disable DEBUG_HASH_COLLISIONS (oops)Max Horn
2010-11-01COMMON: Switch hexdump() to debugN instead of printfMax Horn
2010-11-01COMMON: Switch ConfigManager::setInt & ConfigManager::registerDefault to use ...Max Horn
2010-11-01COMMON: Add debugN variant without level parameterMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-11-01COMMON: Change some (f)printf to debug calls; clenaup hashmap.hMax Horn
2010-10-31COMMON: Document forbidden.hMax Horn