index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
Age
Commit message (
Expand
)
Author
2008-03-30
std::max => utils.h MAX
Bertrand Augereau
2008-03-30
The "anchor" (root) of the linked list is now constructed inplace in the List...
Bertrand Augereau
2008-03-30
Fixed signed/unsigned warning.
Torbjörn Andersson
2008-03-30
The hashmap uses the memorypool for allocating/deallocating its Nodes
Bertrand Augereau
2008-03-30
Introduction of a fixed size memory pool with a typical free list implementation
Bertrand Augereau
2008-03-30
Cleanup.
Johannes Schickel
2008-03-30
Fixed 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-30
Readded friend statement required by standard conform compilers. Disabled for...
Johannes Schickel
2008-03-30
Formatting.
Johannes Schickel
2008-03-29
Centralized the way the hashmaps allocate and free nodes (in order to instrum...
Bertrand Augereau
2008-03-29
Changed FilesystemNode to use a SharedPtr instead of implementing its own ref...
Max Horn
2008-03-29
- allow SharedPtr objects with incomplete type
Johannes Schickel
2008-03-29
Document SharedPtr bool conversion operator; added test cases for it; also ad...
Max Horn
2008-03-29
Removed unused friends statement (causes internal compiler error with GCC 2.9...
Max Horn
2008-03-28
Committed shared pointer implementation of patch #1895703 "COMMON: Managed Li...
Johannes Schickel
2008-03-27
Implemented SeekableSubReadStreamEndian moddeled after MemoryReadStreamEndian.
Johannes Schickel
2008-03-26
Added some inlines to MemoryReadStreamEndian.
Johannes Schickel
2008-03-26
Modified Patch #1925352: Memory leak fixes
Max Horn
2008-03-22
removed dead code
Max Horn
2008-03-19
Implement OSystem_PSP::getFilesystemFactory() and OSystemPSP::getTimeAndDate()
Joost Peters
2008-03-15
Got rid of EncapsulatedADGameDesc
Max Horn
2008-03-14
Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADG...
Max Horn
2008-03-14
cleanup
Max Horn
2008-03-14
Advanced Detector: Changed fallback detector from a callback function pointer...
Max Horn
2008-03-12
Removed remaining traces of the dead MorphOS backend, which itself was remove...
Max Horn
2008-03-11
Added OSystem_SDL::getFilesystemFactory()
Max Horn
2008-03-03
the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
Robert Göffringmann
2008-03-01
Moved Dreamcast filesystem factory to platform directory.
Marcus Comstedt
2008-02-27
Added Array::resize() method
Max Horn
2008-02-27
Added Array::resize() method, matching vector::resize() from the std C++ lib
Max Horn
2008-02-24
Don't #include the FS factory implementations in common/system.cpp; rather, r...
Max Horn
2008-02-24
Fixed warning.
Torbjörn Andersson
2008-02-23
Replaced FilesystemFactory::makeFSFactory with a new method OSystem::getFiles...
Max Horn
2008-02-23
Renamed AbstractFilesystemFactory to FilesystemFactory
Max Horn
2008-02-22
Some corrections to the SaveFileManager Doxygen comments
Max Horn
2008-02-20
Fix code formatting and simplify code a little bit
Max Horn
2008-02-17
Tweaks to fmopl; same net effect overall, just faster.
Robin Watts
2008-02-08
Added a simple non-optimized StringTokenizer-class for tokenizing strings. Al...
Kari Salminen
2008-02-07
Fix bug preventing compilation in iterator code.
Johannes Schickel
2008-02-03
Made some advanced detector stuff internal (for now), as it is only used by A...
Max Horn
2008-02-03
Migration code for users updating to the 1.1.3 iPhone firmware, which has a d...
Oystein Eftevaag
2008-02-02
Moved AdvancedMetaEngine to namespace Common
Max Horn
2008-02-02
Converted the remaining engines to use MetaEngine
Jordi Vilalta Prat
2008-02-02
New MetaEngine class (work in progress to replace the current Engine plugin A...
Max Horn
2008-02-01
Moved enum PluginError from base/plugins.h to common/error.h
Max Horn
2008-01-31
Second part of patch #1880781: "BeOS port for scummvm"
Eugene Sandulenko
2008-01-28
- make Common::sort supporting a function object to compare two entries inste...
Johannes Schickel
2008-01-28
Removed unneeded copy constructor & assignment operator (the compiler will au...
Max Horn
2008-01-28
Forward declare HashMap::ConstIterator (this might fix compile errors with so...
Max Horn
[prev]
[next]