aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2006-08-15Change Brazilian Portuguese acronym from "pt" to "br" in case there willEugene Sandulenko
2006-08-04Fixed some broken #include's (the PS2 and Symbian may need more fixed, though)Max Horn
2006-08-04Added new method OSystem::getScreenChangeID(), which can be used by code to t...Max Horn
2006-07-30Added explicit string equals/hash functors to a new header common/hash-str.h;...Max Horn
2006-07-30Added new equals(IgnoreCase) and compareTo(IgnoreCase) methods to class StringMax Horn
2006-07-30Rename BaseNodeFunc to BaseNodeTypeMax Horn
2006-07-24Documenting Common::File a bit.Johannes Schickel
2006-07-23String class usage cleanupMax Horn
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-22Added some warnings if md5_file is used on an illegal FilesystemNode.Johannes Schickel
2006-07-22Added isValid to FilesystemNode and AbstractFilesystemNode. See my mail to -d...Johannes Schickel
2006-07-22Part of the FreeMiNT patchMax Horn
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in the file...Johannes Schickel
2006-07-22Return false for directories on md5_file with a FSNode as param.Johannes Schickel
2006-07-22- let md5_file accept a FilesystemNode too Johannes Schickel
2006-07-22Added FilesystemNode::name methodMax Horn
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-10Add cyx's patch for #1497725 - GUI: trying to enter empty CD driveTravis Howell
2006-07-10Change default config file location to 'Application Data\ScummVM' directory o...Travis Howell
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-07-09Changed the default value of START_PACK_STRUCTS / END_PACK_STRUCTS; cleanupMax Horn
2006-07-09Patch #1519399: DS BackendMax Horn
2006-07-09Added OSystem::setFocusRectangle (first part of Nintendo DS patch)Max Horn
2006-07-08Fixed typo in comment.Torbjörn Andersson
2006-07-07make grabRawScreen() pure virtual, since it's now _required_ to be implemente...Joost Peters
2006-06-30Moved savefile.cpp to backends, to work around link errorMax Horn
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