aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
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
2010-09-04COMMON: Fix Rational::operator!=(int)Matthew Hoops
2010-09-01COMMON: changed read/write endian function to use __may_alias__ attributeYotam Barnoy
2010-08-30I18N: Add "lowres" context for several GUI strings when in 1x mode.Thierry Crozat
2010-08-30I18N: Add a macro to define a context for a translatable string.Thierry Crozat
2010-08-28I18N: Look for translations data file in Themes pathThierry Crozat
2010-08-25COMMON: Fix eos handling in BufferedReadStreamWillem Jan Palenstijn
2010-08-25COMMON: fixed EOS handling in BufferedReadStream and BufferedSeekableReadStreamYotam Barnoy
2010-08-24COMMON: implemented BufferedWriteStream and fixed bug in BufferedReadStreamYotam Barnoy
2010-08-23i18n: Add support for context in translations.Thierry Crozat
2010-08-23CONFIG: Always sort 'scummvm' and keymapper domains firstMax Horn
2010-08-21i18n: Changed wording of messages about translations.dat file.Johannes Schickel
2010-08-21i18n: Formatting fixes.Johannes Schickel