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
Age
Commit message (
Expand
)
Author
2010-11-19
LASTEXPRESS: Add missing queue reset in Entitites::resetSequences
Julien Templier
2010-11-19
LASTEXPRESS: Simplify current frame calculation in Animation::process
Julien Templier
2010-11-19
SCI: Added pointer arithmetic support for SCI2 strings
Filippos Karapetis
2010-11-19
SCI: Added support for script -> string copying (used by late SCI2.1 and SCI3...
Filippos Karapetis
2010-11-19
TOOLS: Added create_mads tool for MADS/M4 engine
Paul Gilbert
2010-11-19
SCI: Fixed comment
Filippos Karapetis
2010-11-19
SCI: Moved the Object class in a separate file
Filippos Karapetis
2010-11-19
SCI: Added KQ4 Atari ST version from bug report #3110941
Filippos Karapetis
2010-11-19
MOHAWK: Implement another Riven demo external
Matthew Hoops
2010-11-19
ALL: Push down deps on stream.h from .h to .cpp files
Max Horn
2010-11-19
COMMON: Push include file.h and fs.h from translation.h to translation.cpp
Max Horn
2010-11-19
LASTEXPRESS: Include common/events.h instead of common/EventRecorder.h
Max Horn
2010-11-19
COMMON: Cleanup EventRecorder
Max Horn
2010-11-19
COMMON: Cleanup XMLParser code
Max Horn
2010-11-19
COMMON: Push #include stream.h from zlib.h to zlib.cpp
Max Horn
2010-11-18
SCI: Added a stub for a new subop in kString, and disabled trackOriginAndFind...
Filippos Karapetis
2010-11-18
SCI: Added species selector functionality for SCI3
Filippos Karapetis
2010-11-18
SCI: Removed SCI3 hacks in kClone/kDisposeClone
Filippos Karapetis
2010-11-18
SCI: Slight formatting fix and use \t instead of a tab character in debugN.
Johannes Schickel
2010-11-18
SCI: Fix debugger disassembly of property accesses in SCI3
Lars Skovlund
2010-11-18
SCI3: Fix new opcode 0x4e
Lars Skovlund
2010-11-18
GUI: Make activeDialog in runLoop const, since it should not be changed.
Johannes Schickel
2010-11-18
MOHAWK: Add support for Riven 24bpp images (not yet used)
Matthew Hoops
2010-11-18
COMMON: Change wrapBufferedWriteStream() to always disposes wrapped stream
Max Horn
2010-11-18
PS2: Fix use of Ps2File::_sema w/o __PS2_FILE_SEMA__ guard
Max Horn
2010-11-18
M4: Do not use Common::SubReadStream where ReadStream suffices
Max Horn
2010-11-18
SCI3: Added another previously unused opcode (0x27 / 0x4e)
Filippos Karapetis
2010-11-18
SCI2: Treat SCI2 raw arrays (type 3) as strings in kArray
Filippos Karapetis
2010-11-18
BACKENDS: Implement logging API proposed by Max on -devel.
Johannes Schickel
2010-11-18
MOHAWK: Cleanup bitmap surface and pack/draw function handling
Matthew Hoops
2010-11-18
GUI: Simplify Tooltip implementation.
Johannes Schickel
2010-11-18
COMMON: Turn BufferedWriteStream into a template class, with disposeParentStr...
Max Horn
2010-11-18
DS: Add note that ARM_ADPCM is unused (and fix a typo)
Max Horn
2010-11-18
DS: cleanup
Max Horn
2010-11-18
Get rid of a const_cast.
Lars Skovlund
2010-11-18
DS: Replace GBAMPSaveFile by DSFileStream + wrapBufferedWriteStream
Max Horn
2010-11-18
DS: Remove write buffering in DSFileStream, use wrapBufferedWriteStream instead
Max Horn
2010-11-18
SCI: Slight formatting fix.
Johannes Schickel
2010-11-18
DS: Avoid needlessly allocating temporary Common::String instances
Max Horn
2010-11-18
SCI3: implement setInfoSelector() for SCI3, fixes infinite recursion
Lars Skovlund
2010-11-18
SCI3: Add proper support for the calle instruction
Lars Skovlund
2010-11-18
COMMON: Make implementation of Buffered*Stream classes internal
Max Horn
2010-11-18
DS: Port changes from 1.2.0 branch to trunk
Max Horn
2010-11-18
Fix operator precedence problem
Lars Skovlund
2010-11-18
ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...
Max Horn
2010-11-18
COMMON: Fix incorrect use of assert() macro
Max Horn
2010-11-18
DS: Two more 'FILE' related fixes/workarounds
Max Horn
2010-11-18
MOHAWK: Remove unused drawRLE() function
Matthew Hoops
2010-11-18
MOHAWK: Implement the old Mohawk bitmap format (thanks to fuzzie)
Matthew Hoops
2010-11-18
DS: Add some FIXME/TODO comments on changes that need to be applied to the DS...
Max Horn
[next]