aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2006-06-24Typo, and stress that getSavePath() is not to be used for storing savegames v...Max Horn
2006-06-24Moved savefile code to new 'saves' backend module (work in progress)Max Horn
2006-06-24Added 'timer' backend module, based on the existing TimerManager code (work i...Max Horn
2006-06-24Renamed class Timer to TimerManager (the old name was somewhat incorrect/conf...Max Horn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-16Remove _name.clear(); from Close since same File instance is re-opened by Sym...Lars Persson
2006-06-11Applied the patch included in bug rep [ 1503716 ] Leak in File::Open (on OS X...Oystein Eftevaag
2006-06-10fixes ps2 stuff I brokeKostas Nakos
2006-06-10added CE port definitions sectionKostas Nakos
2006-06-10Patch #1503718: "Strange results from Common::computeCapacity"Eugene Sandulenko
2006-06-08fixed ps2 types.Robert Göffringmann
2006-06-08cleanup, made osystem for .ini on different devices.Robert Göffringmann
2006-06-05Lazily allocate _refCount in class StringMax Horn
2006-06-04When ensureCapacity() does not have an old string to copy, make sure the newlyTorbjörn Andersson
2006-06-03Allocate and grow Common::String objects in multiples of 32, and leave at lea...Max Horn
2006-06-03Don't try to save settings on the Dreamcast, CD-ROM:s are read only...Marcus Comstedt
2006-06-03Removed unnecessary typedefMax Horn
2006-06-03Really remove HashMap::find(char *)Max Horn
2006-06-03Replaced the bogus find(const String &key) method with the proper find(const ...Max Horn
2006-06-02Plug memory leakEugene Sandulenko
2006-06-02Remove slipped in debug output.Eugene Sandulenko
2006-06-02Added possibility to use (char *) as ashMap keys. For some reason it does notEugene Sandulenko
2006-06-02Fix mingw compileTravis Howell
2006-06-02Allocate minimum 16 bytes on String(str) call. Reduces 2.500 malloc() callsEugene Sandulenko
2006-05-26add functions for reverse iteration of Common::ListWillem Jan Palenstijn
2006-05-23fix VC & SDL 1.2.10 compilation errorAndrew Kurushin
2006-05-20Make 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-13Fix for bug #1483213Max Horn
2006-05-06Added a default implementation of the OSystem CD API (which simply does nothing)Max Horn
2006-05-04Moved GameDetector::setTarget & findGame to the new namespace Base; moved the...Max Horn
2006-05-03Removed FilesystemNode::isValid (leaving it up to the porters to decide wheth...Max Horn
2006-05-03Changed FilesystemNode::listDir to return a bool indicating its success (or f...Max Horn
2006-05-02Add support for reading/writing config files through saveGameManager and use ...Travis Howell
2006-05-01Add a variant of File::addDefaultDirectory(Recursive) which takes a Filesyste...Max Horn
2006-04-30Add a File::open variant that takes a FilesystemNode as parameterMax Horn
2006-04-30Avoid 'unused variable' warning when using DISABLE_MD5Max Horn
2006-04-27Revert kListAllNoRoot addition to listdir(), the uninitialized _isPseudoRoot ...Travis Howell
2006-04-26Use File::size to determine the size of a file, instead of doing a seek(0, SE...Max Horn
2006-04-26Removed 'directory' parameter of File::openMax Horn
2006-04-26Use the joined filename for savegames, otherwise saves will be stored in theTorbjörn Andersson
2006-04-26Changed InSaveFile (part of the save file system) to inherit from SeekableRea...Max Horn
2006-04-26Added a 'skip' method to SeekableReadStream (just an alias for seek(X, SEEK_C...Max Horn
2006-04-26Yet another revision of File::exists. I now believe the function really is 'w...Max Horn
2006-04-26Commited *correct* File::exists reimplementation (compared to my incomplete p...Max Horn
2006-04-26Properly re-implemented File::exists to FilesystemNode (this should fix bug #...Max Horn
2006-04-25HashMap::size does not modify the state of the hashmap, so it can be declared...Max Horn
2006-04-23Small tweak to allow turning off MD5 computation for debuggingMax Horn
2006-04-23Remove superfluous exclamation markMax Horn