aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2008-04-14Removed Common::Array::contains()Max Horn
2008-04-14Added contains() method to Common::List, same as in Common::ArrayFilippos Karapetis
2008-04-13Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as ...Filippos Karapetis
2008-04-11Correct documentationJordi Vilalta Prat
2008-04-10Add way to denote CD versions of games and drop language in augmentedEugene Sandulenko
2008-04-07Fixed compilation on gcc 2.95.Johannes Schickel
2008-04-07Advanced detector: Let the user define a language/platform override for games...Max Horn
2008-04-07Fix a recent regression reported in bug #1937042: "FEEBLE: Capitalization Eugene Sandulenko
2008-04-05Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...Max Horn
2008-04-05- cleanupJohannes Schickel
2008-04-04cleanupMax Horn
2008-04-02Oops forgot to enable friend statement.Johannes Schickel
2008-04-02Implemented transparent List::iterator to List::const_iterator conversion and...Johannes Schickel
2008-04-02Committed patch #1929274 "HashMap: Iterator rework".Johannes Schickel
2008-03-30Added fixme regarding header 'new'.Johannes Schickel
2008-03-30Some minor whitespace changes, and the customary "end of namespace" comment.Torbjörn Andersson
2008-03-30Removed char &operator [] from class String -- it had the potential to wreak ...Max Horn
2008-03-30Committed salty-horse's documentation patch.Johannes Schickel
2008-03-30Whitespacing fixesBertrand Augereau
2008-03-30Dropped superfluous 'virtual' keyword (saves us a few bytes for each String)Max Horn
2008-03-30#include <cstring> => #include <string.h> (for size_t)Bertrand Augereau
2008-03-30std::max => utils.h MAXBertrand Augereau
2008-03-30The "anchor" (root) of the linked list is now constructed inplace in the List...Bertrand Augereau
2008-03-30Fixed signed/unsigned warning.Torbjörn Andersson
2008-03-30The hashmap uses the memorypool for allocating/deallocating its NodesBertrand Augereau
2008-03-30Introduction of a fixed size memory pool with a typical free list implementationBertrand Augereau
2008-03-30Cleanup.Johannes Schickel
2008-03-30Fixed hashmap code. (please make a better check next time when changing code ...Johannes Schickel
2008-03-30- Added support for custom deletion operator (aka deleter) support for Shared...Johannes Schickel
2008-03-30Readded friend statement required by standard conform compilers. Disabled for...Johannes Schickel
2008-03-30Formatting.Johannes Schickel
2008-03-29Centralized the way the hashmaps allocate and free nodes (in order to instrum...Bertrand Augereau
2008-03-29Changed FilesystemNode to use a SharedPtr instead of implementing its own ref...Max Horn
2008-03-29- allow SharedPtr objects with incomplete typeJohannes Schickel
2008-03-29Document SharedPtr bool conversion operator; added test cases for it; also ad...Max Horn
2008-03-29Removed unused friends statement (causes internal compiler error with GCC 2.9...Max Horn
2008-03-28Committed shared pointer implementation of patch #1895703 "COMMON: Managed Li...Johannes Schickel
2008-03-27Implemented SeekableSubReadStreamEndian moddeled after MemoryReadStreamEndian.Johannes Schickel
2008-03-26Added some inlines to MemoryReadStreamEndian.Johannes Schickel
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-03-22removed dead codeMax Horn
2008-03-19Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()Joost Peters
2008-03-15Got rid of EncapsulatedADGameDescMax Horn
2008-03-14Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...Max Horn
2008-03-14cleanupMax Horn
2008-03-14Advanced Detector: Changed fallback detector from a callback function pointer...Max Horn
2008-03-12Removed remaining traces of the dead MorphOS backend, which itself was remove...Max Horn
2008-03-11Added OSystem_SDL::getFilesystemFactory()Max Horn
2008-03-03the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.Robert Göffringmann
2008-03-01Moved Dreamcast filesystem factory to platform directory.Marcus Comstedt