Age | Commit message (Expand) | Author |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-07-10 | Add cyx's patch for #1497725 - GUI: trying to enter empty CD drive | Travis Howell |
2006-07-10 | Change default config file location to 'Application Data\ScummVM' directory o... | Travis Howell |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-09 | Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanup | Max Horn |
2006-07-09 | Patch #1519399: DS Backend | Max Horn |
2006-07-09 | Added OSystem::setFocusRectangle (first part of Nintendo DS patch) | Max Horn |
2006-07-08 | Fixed typo in comment. | Torbjörn Andersson |
2006-07-07 | make grabRawScreen() pure virtual, since it's now _required_ to be implemente... | Joost Peters |
2006-06-30 | Moved savefile.cpp to backends, to work around link error | Max Horn |
2006-06-24 | Typo, and stress that getSavePath() is not to be used for storing savegames v... | Max Horn |
2006-06-24 | Moved savefile code to new 'saves' backend module (work in progress) | Max Horn |
2006-06-24 | Added 'timer' backend module, based on the existing TimerManager code (work i... | Max Horn |
2006-06-24 | Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf... | Max Horn |
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 |