Age | Commit message (Expand) | Author |
2006-05-04 | Moved GameDetector::setTarget & findGame to the new namespace Base; moved the... | Max Horn |
2006-05-03 | Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth... | Max Horn |
2006-05-03 | Changed FilesystemNode::listDir to return a bool indicating its success (or f... | Max Horn |
2006-05-02 | Add support for reading/writing config files through saveGameManager and use ... | Travis Howell |
2006-05-01 | Add a variant of File::addDefaultDirectory(Recursive) which takes a Filesyste... | Max Horn |
2006-04-30 | Add a File::open variant that takes a FilesystemNode as parameter | Max Horn |
2006-04-30 | Avoid 'unused variable' warning when using DISABLE_MD5 | Max Horn |
2006-04-27 | Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ... | Travis Howell |
2006-04-26 | Use File::size to determine the size of a file, instead of doing a seek(0, SE... | Max Horn |
2006-04-26 | Removed 'directory' parameter of File::open | Max Horn |
2006-04-26 | Use the joined filename for savegames, otherwise saves will be stored in the | Torbjörn Andersson |
2006-04-26 | Changed InSaveFile (part of the save file system) to inherit from SeekableRea... | Max Horn |
2006-04-26 | Added a 'skip' method to SeekableReadStream (just an alias for seek(X, SEEK_C... | Max Horn |
2006-04-26 | Yet another revision of File::exists. I now believe the function really is 'w... | Max Horn |
2006-04-26 | Commited *correct* File::exists reimplementation (compared to my incomplete p... | Max Horn |
2006-04-26 | Properly re-implemented File::exists to FilesystemNode (this should fix bug #... | Max Horn |
2006-04-25 | HashMap::size does not modify the state of the hashmap, so it can be declared... | Max Horn |
2006-04-23 | Small tweak to allow turning off MD5 computation for debugging | Max Horn |
2006-04-23 | Remove superfluous exclamation mark | Max Horn |
2006-04-23 | Modified some error calls to explicitly name the function they occured in (th... | Max Horn |
2006-04-22 | Implement CLIP() routine used to put arbitrary value in specified range. | Eugene Sandulenko |
2006-04-21 | Return of void value is not valid for all platforms. Changed to call function... | Lars Persson |
2006-04-17 | Actually, 3-4 alpha bits are fine, too :) | Max Horn |
2006-04-17 | Clarify that kFeatureOverlaySupportsAlpha should only be set if at least a fe... | Max Horn |
2006-04-17 | Document how the alpha color component is to be interpreted | Max Horn |
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ... | Max Horn |
2006-04-16 | Fixed some breakage in the 'Add Game' code I recently introduced; added a FIX... | Max Horn |
2006-04-16 | Fixed broken svn:keywords values | Max Horn |
2006-04-16 | Removed the directory parameter from md5_file | Max Horn |
2006-04-16 | Fixed evil longstanding bug in String::toLowercase & toUppercase: Before modi... | Max Horn |
2006-04-15 | cleanup | Max Horn |
2006-04-15 | - Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ... | Max Horn |
2006-04-15 | Always use base 0 in strtol when parsing integer command line options / confi... | Max Horn |
2006-04-15 | Properly init _activeDomain to 0 | Max Horn |
2006-04-15 | - Replaced ConfigManager::_globalDomains by _appDomain (we don't support mult... | Max Horn |
2006-04-14 | Tiny optimization for empty strings, which avoids allocating a single byte ju... | Max Horn |
2006-04-14 | Changed File::open to take a Common::String as file name parameter | Max Horn |
2006-04-14 | Fix crash in fopenNoCase triggered by filenames/paths that exceeded ~ 512 byt... | Max Horn |
2006-04-12 | Fixing the workaround for bug #1458388 (should have added trailing dot, but d... | Max Horn |
2006-04-11 | Don't hardcode specific values for our language enums, as nothing should depe... | Max Horn |
2006-04-11 | Removed the PalmOS specific hack in file.cpp in favor for code that should wo... | Max Horn |
2006-04-11 | Bad hack to make the file class work agaain with PalmOS ARM version - read th... | Chris Apers |
2006-04-11 | Fixed line ending | Chris Apers |
2006-04-11 | Not needed | Chris Apers |
2006-04-11 | PalmOS too | Chris Apers |
2006-04-08 | Add comments explaining what does EN_ANY mean | Eugene Sandulenko |
2006-04-08 | Introduced language EN_ANY used for general English game entries. EN_USA and | Eugene Sandulenko |
2006-04-08 | Change check for MIN/MAX macros: Always undef those so that our templates are... | Max Horn |
2006-04-08 | AmigaOS4 changes from tracker #1416370 | Max Horn |
2006-04-08 | Removed common/map.h with the Common::Map template class (it was a very bad i... | Max Horn |