aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2010-10-31COMMON: Allow forbidden symbols in debug.cpp and textconsole.cppMax Horn
2010-10-31Updated with latest from trunkYotam Barnoy
2010-10-30ALL: Add code to help stop people from accidentally using "bad" APIsMax Horn
2010-10-30COMMON: Add SCUMMVM_CURRENT_FUNCTION macro (useful for debugging)Max Horn
2010-10-24ALL: Fix various typos (patch #3093266)Max Horn
2010-10-18Revert "COMMON: Implement Common::vprintf(). Patch by littleboy"Eugene Sandulenko
2010-10-18COMMON: Implement Common::vprintf(). Patch by littleboyEugene Sandulenko
2010-10-15COMMON: Made some constructors explicit, where we wouldn't really like implic...Johannes Schickel
2010-10-15COMMON: Extend workaround in HashMap code for sgi IRIX MIPSpro to also apply ...Johannes Schickel
2010-10-15COMMON: Revert attempt to silence MSVC warning in Common::gcd.Johannes Schickel
2010-10-15COMMON: Silence gcc warning introduced with r53496.Johannes Schickel
2010-10-15COMMON: Attempt to silence MSVC warning in Common::gcd.Johannes Schickel
2010-10-15COMMON: Move XMLParser method impls to .cpp file; make skipComments non-virtualMax Horn
2010-10-15COMMON: Add XMLParser::parseIntegerKey variant accepting a Common::StringMax Horn
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-10-12JANITORAL: Clean trailing whitespaces.Jordi Vilalta Prat
2010-10-10COMMON: work around different vsnprintf behaviour on IRIXJoost Peters
2010-10-03SCI: Allow multiple word groups in parserWillem Jan Palenstijn
2010-10-01GUI: Fix bug #3075649 (Fonts not found with built-in theme)Thierry Crozat
2010-09-20PSP: switch from wrapping memcpy to defining our own memcpyYotam Barnoy
2010-09-17COMMON: Extend getting a Mac resource fork resource with a nameMatthew Hoops
2010-09-14COMMON: remove virtual functions from BufferedStreamsYotam Barnoy
2010-09-14COMMON: Remove dangerous virtual keywords.Willem Jan Palenstijn
2010-09-11COMMON: Fix int-Rational operatorsSven Hesse
2010-09-07COMMON: Fix edge case for wildcard in matchStringWillem Jan Palenstijn
2010-09-07COMMON: Remove Rational::operator int/doubleWillem Jan Palenstijn
2010-09-06COMMON: Add a debugPrint function to RationalMatthew Hoops
2010-09-06PLUGINS: used variation of ScopedPtr to clean up load() functionYotam Barnoy