Age | Commit message (Expand) | Author |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-06-16 | Remove _name.clear(); from Close since same File instance is re-opened by Sym... | Lars Persson |
2006-06-11 | Applied the patch included in bug rep [ 1503716 ] Leak in File::Open (on OS X... | Oystein Eftevaag |
2006-06-10 | fixes ps2 stuff I broke | Kostas Nakos |
2006-06-10 | added CE port definitions section | Kostas Nakos |
2006-06-10 | Patch #1503718: "Strange results from Common::computeCapacity" | Eugene Sandulenko |
2006-06-08 | fixed ps2 types. | Robert Göffringmann |
2006-06-08 | cleanup, made osystem for .ini on different devices. | Robert Göffringmann |
2006-06-05 | Lazily allocate _refCount in class String | Max Horn |
2006-06-04 | When ensureCapacity() does not have an old string to copy, make sure the newly | Torbjörn Andersson |
2006-06-03 | Allocate and grow Common::String objects in multiples of 32, and leave at lea... | Max Horn |
2006-06-03 | Don't try to save settings on the Dreamcast, CD-ROM:s are read only... | Marcus Comstedt |
2006-06-03 | Removed unnecessary typedef | Max Horn |
2006-06-03 | Really remove HashMap::find(char *) | Max Horn |
2006-06-03 | Replaced the bogus find(const String &key) method with the proper find(const ... | Max Horn |
2006-06-02 | Plug memory leak | Eugene Sandulenko |
2006-06-02 | Remove slipped in debug output. | Eugene Sandulenko |
2006-06-02 | Added possibility to use (char *) as ashMap keys. For some reason it does not | Eugene Sandulenko |
2006-06-02 | Fix mingw compile | Travis Howell |
2006-06-02 | Allocate minimum 16 bytes on String(str) call. Reduces 2.500 malloc() calls | Eugene Sandulenko |
2006-05-26 | add functions for reverse iteration of Common::List | Willem Jan Palenstijn |
2006-05-23 | fix VC & SDL 1.2.10 compilation error | Andrew Kurushin |
2006-05-20 | Make the copy constructor / assignment operator of class File private to prev... | Max Horn |
2006-05-17 | - Heavily modified patch #1214784: "Disable overlay scaling" | Eugene Sandulenko |
2006-05-13 | Fix for bug #1483213 | Max Horn |
2006-05-06 | Added a default implementation of the OSystem CD API (which simply does nothing) | Max Horn |
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 |