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-04-26
Fixed segfault when trying to start invalid gameid from command line.
Johannes Schickel
2008-04-21
Removed some dead code
Max Horn
2008-04-20
- moved kyra functor code to common/func.h
Johannes Schickel
2008-04-14
Reverted commit #31499
Filippos Karapetis
2008-04-14
Removed Common::Array::contains()
Max Horn
2008-04-14
Added contains() method to Common::List, same as in Common::Array
Filippos Karapetis
2008-04-13
Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as ...
Filippos Karapetis
2008-04-11
Correct documentation
Jordi Vilalta Prat
2008-04-10
Add way to denote CD versions of games and drop language in augmented
Eugene Sandulenko
2008-04-07
Fixed compilation on gcc 2.95.
Johannes Schickel
2008-04-07
Advanced detector: Let the user define a language/platform override for games...
Max Horn
2008-04-07
Fix a recent regression reported in bug #1937042: "FEEBLE: Capitalization
Eugene Sandulenko
2008-04-05
Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kAD...
Max Horn
2008-04-05
- cleanup
Johannes Schickel
2008-04-04
cleanup
Max Horn
2008-04-02
Oops forgot to enable friend statement.
Johannes Schickel
2008-04-02
Implemented transparent List::iterator to List::const_iterator conversion and...
Johannes Schickel
2008-04-02
Committed patch #1929274 "HashMap: Iterator rework".
Johannes Schickel
2008-03-30
Added fixme regarding header 'new'.
Johannes Schickel
2008-03-30
Some minor whitespace changes, and the customary "end of namespace" comment.
Torbjörn Andersson
2008-03-30
Removed char &operator [] from class String -- it had the potential to wreak ...
Max Horn
2008-03-30
Committed salty-horse's documentation patch.
Johannes Schickel
2008-03-30
Whitespacing fixes
Bertrand Augereau
2008-03-30
Dropped 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-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
[next]