aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2006-04-23Modified some error calls to explicitly name the function they occured in (th...Max Horn
2006-04-22Implement CLIP() routine used to put arbitrary value in specified range.Eugene Sandulenko
2006-04-21Return of void value is not valid for all platforms. Changed to call function...Lars Persson
2006-04-17Actually, 3-4 alpha bits are fine, too :)Max Horn
2006-04-17Clarify that kFeatureOverlaySupportsAlpha should only be set if at least a fe...Max Horn
2006-04-17Document how the alpha color component is to be interpretedMax Horn
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-16Fixed some breakage in the 'Add Game' code I recently introduced; added a FIX...Max Horn
2006-04-16Fixed broken svn:keywords valuesMax Horn
2006-04-16Removed the directory parameter from md5_fileMax Horn
2006-04-16Fixed evil longstanding bug in String::toLowercase & toUppercase: Before modi...Max Horn
2006-04-15cleanupMax Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn
2006-04-15Always use base 0 in strtol when parsing integer command line options / confi...Max Horn
2006-04-15Properly init _activeDomain to 0Max Horn
2006-04-15- Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult...Max Horn
2006-04-14Tiny optimization for empty strings, which avoids allocating a single byte ju...Max Horn
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-04-14Fix crash in fopenNoCase triggered by filenames/paths that exceeded ~ 512 byt...Max Horn
2006-04-12Fixing the workaround for bug #1458388 (should have added trailing dot, but d...Max Horn
2006-04-11Don't hardcode specific values for our language enums, as nothing should depe...Max Horn
2006-04-11Removed the PalmOS specific hack in file.cpp in favor for code that should wo...Max Horn
2006-04-11Bad hack to make the file class work agaain with PalmOS ARM version - read th...Chris Apers
2006-04-11Fixed line endingChris Apers
2006-04-11Not neededChris Apers
2006-04-11PalmOS tooChris Apers
2006-04-08Add comments explaining what does EN_ANY meanEugene Sandulenko
2006-04-08Introduced language EN_ANY used for general English game entries. EN_USA andEugene Sandulenko
2006-04-08Change check for MIN/MAX macros: Always undef those so that our templates are...Max Horn
2006-04-08AmigaOS4 changes from tracker #1416370Max Horn
2006-04-08Removed common/map.h with the Common::Map template class (it was a very bad i...Max Horn
2006-04-07Fix compile with GP32 by overriding datatypes.Won Star
2006-04-05Added comments to Symbians data types.Lars Persson
2006-04-05Updated datatypes for Symbian OSLars Persson
2006-04-05Added SCUMMVM_DONT_DEFINE_TYPES so that (a) porters can still override our ty...Max Horn
2006-04-04Re-fix sort by renaming min to minElem (avoid conflicts with certain system h...Max Horn
2006-04-04Turned FSList::sort into a generic function which can be applied to anything ...Max Horn
2006-04-04Removed extra exclamation marks in warning() calls as well.Eugene Sandulenko
2006-04-04Small updates to intiate variable and member visibility.Lars Persson
2006-04-04Added const qualifierMax Horn
2006-04-04We don't need wchar_t -> removing this to improve portabilityMax Horn
2006-04-04Remove SCUMMVM_USE_LONG_INT from DC port.Marcus Comstedt
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-02Move gDebugLevel to common/util.cpp (where most other debug() related stuff a...Max Horn
2006-04-02Moved all debug functions to from main.cpp to util.cppMax Horn
2006-04-02Fully and officially renamed our main function to scummvm_main, thus makingMax Horn
2006-04-01Switch ConfigManager to use HashMap (seems to work fine over here, but an old...Max Horn
2006-04-01Simplified the File::addDefaultDirectory(Recursive) code; avoid scanning dire...Max Horn
2006-03-31Add size() methods to Map and HashMap classesEugene Sandulenko
2006-03-31Updated ConfigFile/ConfigManager classes, that work with the updated Map clas...Max Horn