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
2011-06-07
BACKENDS: All backends use _timerManager now, adapt OSystem accordingly
Max Horn
2011-06-07
BACKENDS: Move more 'manager slots' from ModularBackend to OSystem
Max Horn
2011-06-06
OSYSTEM: displayMessageOnOSD() now accepts non-ASCII strings
Thierry Crozat
2011-06-06
COMMON: Clarify & correct OSystem::displayLogFile() docs
Max Horn
2011-06-06
COMMON: Attempt to make 'forbidden symbol' error more helpful
Max Horn
2011-06-06
COMMON: Make more symbols forbidden
Max Horn
2011-06-06
BACKENDS: Unify EventManager setup
Max Horn
2011-06-06
COMMON: Remove PS2 / NDS hacks in system.cpp
Max Horn
2011-06-06
BACKENDS: Add OSystem::getDefaultConfigFileName
Max Horn
2011-06-06
BACKENDS: Unify AudioCD manager instantiation
Max Horn
2011-06-06
COMMON: Add kInfo LogMessageType.
Alyssa Milburn
2011-06-06
COMMON: Remove vfprintf call from XML parser
Max Horn
2011-06-04
BACKENDS: Replace OSystem::disableCursorPalette by setFeatureState calls
Max Horn
2011-06-04
COMMON: Clarify OSystem feature flags docs a bit
Max Horn
2011-06-04
COMMON: Rename kFeatureCursorHasPalette -> kFeatureCursorPalette
Max Horn
2011-06-03
COMMON: Let Common::normalizePath normalize '..' in paths
Max Horn
2011-06-03
COMMON: Access mac res fork via FSNode instead of StdioStream
Max Horn
2011-06-03
BACKENDS: Add OSystem::displayLogFile interface + OSX implementation
Max Horn
2011-06-03
COMMON: Cleanup QuickTime variable and struct naming
Matthew Hoops
2011-06-02
COMMON: Begin objectifying QuickTimeParser::SampleDesc further
Matthew Hoops
2011-06-01
COMMON: Implement two simple workaround wrappers for _vsnprintf and _snprintf...
Johannes Schickel
2011-06-01
COMMON: Add note about us defining vsnprintf as _vsnprintf for older MSVC ver...
Johannes Schickel
2011-06-01
COMMON: Add comment about MSVC's _snprintf.
Johannes Schickel
2011-06-01
Merge pull request #20 from scott-t/t7g-ios
clone2727
2011-06-01
COMMON: Move SDL endian check a bit down
Max Horn
2011-05-31
Merge remote branch 'upstream/master' into t7g-ios
Matthew Hoops
2011-05-31
COMMON: Include SDL_endian.h instead of SDL_byteorder.h
Max Horn
2011-05-31
COMMON: Simplify OverlayColor definition
Max Horn
2011-05-31
COMMON: Move scumm_str(n)icmp declaration to str.h
Max Horn
2011-05-31
COMMON: Move some weird WinCE/MSVC snprintf-#define around
Max Horn
2011-05-31
COMMON: Shorten endianess / mem align guessing logic in scummsys.h
Max Horn
2011-05-31
COMMON: Move more stuff from scummsys.h to portdefs.h
Max Horn
2011-05-31
COMMON: Move some code from scummsys.h to relevant portdefs.h files
Max Horn
2011-05-29
COMMON: Limit pragma warning use in algorithm.h to MSVC.
Johannes Schickel
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-25
ALL: behaviour -> behavior
Matthew Hoops
2011-05-25
BUILD: Rename UNIX #define to POSIX
Max Horn
2011-05-24
COMMON: Silence MSVC warning for Common::gcd calls with an unsigned type
Littleboy
2011-05-24
COMMON: Add putc(har) and getc(har) to forbidden symbols
Max Horn
2011-05-23
COMMON: Modify Base::processSettings, get rid of Common::kArgumentNotProcessed
Max Horn
2011-05-23
COMMON: Mark more symbols as forbidden
Max Horn
2011-05-23
COMMON: Provide our own implementations for scumm_str(n)icmp
Max Horn
2011-05-18
COMMON: Document that Stream API is meant to imitate ISO C FILE semantics
Max Horn
2011-05-17
COMMON: Forbid use of some more symbols
Max Horn
2011-05-17
COMMON: Remove unused RandomSource destructor, clarify comments, cleanup
Max Horn
2011-05-17
COMMON: Remove auxillary RandomSource constructor
Max Horn
2011-05-17
COMMON: Registers RandomSources in constructor with the event recorder
Max Horn
2011-05-16
IPHONE/OSX: Updated xcode project
Oystein Eftevaag
2011-05-16
COMMON: Fix inserting an array into itself under certain conditions
Max Horn
2011-05-16
COMMON: Don't allocate zero-sized storage in array
Willem Jan Palenstijn
[next]