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
2009-12-15
Got rid of ReadStream::ioFailed()
Max Horn
2009-12-09
Slightly modified commit of patch #2911414 "MSVC: conversions warnings in com...
Johannes Schickel
2009-12-07
COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const
Max Horn
2009-12-07
Applied patch from patch item #2909854 in order to fix compilation when langu...
Filippos Karapetis
2009-11-29
COMMON: Replace NORETURN by NORETURN_PRE & NORETURN_POST
Max Horn
2009-11-26
Renamed common/console.* to common/textconsole.* to fix compilation under MSV...
Filippos Karapetis
2009-11-24
COMMON: Remove dependency on engines code (by using the inversion principle).
Max Horn
2009-11-24
typo
Max Horn
2009-11-24
Fix incorrectly placed doxygen comments; replace Common::ID2string by Common:...
Max Horn
2009-11-23
COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...
Max Horn
2009-11-23
PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use fpu...
Max Horn
2009-11-23
Remove SCUMMVM_USE_LONG_INT
Max Horn
2009-11-21
Ooops...
Johannes Schickel
2009-11-21
Change Archive::listMatchingMembers to match the pattern case-insensitively.
Johannes Schickel
2009-11-21
Add comment why pattern is converted to lowercase in FSDirectory::listMatchin...
Johannes Schickel
2009-11-10
Move definition of stdint types to the only file that needs them (mpeg_player.h)
Max Horn
2009-11-10
Add some FIXME comments about defining types from stdint.h on our own.
Johannes Schickel
2009-11-09
added support for samsung tv
Paweł Kołodziejski
2009-11-06
Commit digitall's patch for bugs #2892510 and #2892510 with an additional com...
Johannes Schickel
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-21
Small formatting fixes
Jordi Vilalta Prat
2009-10-20
cleanup
Max Horn
2009-10-19
Added operator== and != to Common::Array
Max Horn
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-10-15
Give Gob1 CD-i its own platform.
Matthew Hoops
2009-10-12
Fix broken size in Common::String::printf output in MSVC
Willem Jan Palenstijn
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-10-04
Reduce usage of Common::String::emptyString
Max Horn
2009-10-03
Use buffer in Common::String::printf slightly more efficiently
Willem Jan Palenstijn
2009-10-03
Fixed bug in archive.cpp that caused at least one engine (SAGA) not to work
Yotam Barnoy
2009-10-01
Fix Common::String::printf in MSVC
Willem Jan Palenstijn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-09-27
Backported NDS changes from 1.0.0 branch to trunk
Max Horn
2009-09-24
Remove references to non existant function convertScreenRect.
Johannes Schickel
2009-09-24
Removed the MSVC-specific pragmas for disabling warnings. These are now in Sc...
Filippos Karapetis
2009-09-23
Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...
Johannes Schickel
2009-09-23
COMMON: Add "ignoreCase" parameter to matchString.
Johannes Schickel
2009-09-22
Fix warning in gcc 3.3.5, by changing FORCEINLINE definition.
Johannes Schickel
2009-09-22
Remove superfluous checks
Willem Jan Palenstijn
2009-09-22
Fix regression in 44236, which caused iterators to see dummy node entries as ...
Johannes Schickel
2009-09-21
Stop confusing doxygen :)
Max Horn
2009-09-21
COMMON: Remove Common::HashMap::_dummyNode, instead use HASHMAP_DUMMY_NODE (t...
Max Horn
2009-09-11
fix duplicate definition of FORCEINLINE on mingw toolchains
Norbert Lange
2009-09-11
Slightly modified version of Patch #2838562: Improve endian.h and stream.h
Max Horn
2009-09-06
COMMON: (Inactive) code to debug memory leaks in memory pools + typo fix
Bertrand Augereau
2009-09-06
COMMON: HashMap::getVal now allows specifying a default value.
Max Horn
2009-09-03
Fix a new/free mismatch when creating a MemoryReadStream from a MemoryWriteSt...
Matthew Hoops
2009-08-30
Remove unused include
Jordi Vilalta Prat
[next]