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
/
engines
/
sci
/
engine
/
vm.cpp
Age
Commit message (
Expand
)
Author
2016-11-20
SCI: Improve disassembly output
Colin Snover
2016-11-20
SCI: Add code-address breakpoints to debugger
Colin Snover
2016-11-19
SCI: Warn more loudly about uninitialised parameter reads
Colin Snover
2016-11-19
SCI32: Add missing updateInfoFlagViewVisible call
Willem Jan Palenstijn
2016-10-14
SCI: Ensure export breakpoints always trigger on export calls
Colin Snover
2016-09-30
SCI32: Sync subtitle text speed with ScummVM GUI
Colin Snover
2016-09-29
SCI: Deduplicate call origin formatting
Colin Snover
2016-09-29
SCI: Add prefix to global variable constants
Colin Snover
2016-09-29
SCI: Replace magic numbers for globals with named constants
Colin Snover
2016-09-29
SCI: Generalize code for getting information on the current call
Colin Snover
2016-08-12
SCI32: Implement kShowMovie
Colin Snover
2016-08-11
SCI32: Temporarily revert kShowMovie due to buildbot failures
Colin Snover
2016-08-11
SCI32: Implement kShowMovie
Colin Snover
2016-07-02
SCI: Remove unexpected side effect from ExecStack constructor
Willem Jan Palenstijn
2016-07-02
SCI: Remove unclear &rest handling
Willem Jan Palenstijn
2016-07-02
SCI: Improve kernel subfunction logging
Willem Jan Palenstijn
2016-03-01
SCI32: Fix index/offset mixup in updateInfoFlagViewVisible
Willem Jan Palenstijn
2016-02-27
SCI32: Update InfoFlagViewVisible from send_selector
Willem Jan Palenstijn
2016-02-27
SCI32: Update InfoFlagViewVisible in VM opcodes
Willem Jan Palenstijn
2016-02-05
SCI: Clean up the op_infoToa and op_superToa SCI3 opcodes
Filippos Karapetis
2015-03-20
SCI: improve debug output for signature mismatch
Martin Kiewitz
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-31
SCI: Update ScummVM's game audio options for SCI1.1 CD games
Filippos Karapetis
2012-09-26
JANITORIAL: Remove trailing whitespaces.
Johannes Schickel
2012-07-26
SCI: Add some debug code to op_line
Filippos Karapetis
2012-06-23
SCI: Change the program counter (PC) to be a 32-bit variable
Filippos Karapetis
2012-06-23
SCI: Clean up validateExportFunc() and related functions
Filippos Karapetis
2012-06-18
SCI: Add setter/getter methods to reg_t's
Filippos Karapetis
2012-06-15
SCI: Change getClassAddress() to only require the caller segment
Filippos Karapetis
2012-01-15
SCI: Ignore an invalid export in a script in the demo of RAMA
Filippos Karapetis
2011-11-29
SCI: Fix restarting SCI engine with different SCI version
Willem Jan Palenstijn
2011-11-28
SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260)
Filippos Karapetis
2011-11-05
SCI: Made more fields of the Script class private. Some cleanup.
Filippos Karapetis
2011-10-16
SCI: Script 64036 in Torin's passage contains an invalid export
Filippos Karapetis
2011-09-22
SCI: Fixed compilation with VM_DEBUG_SEND defined
Filippos Karapetis
2011-06-25
SCI: Fix incorrect usage of sizeof
Willem Jan Palenstijn
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-11
SCI: Changed order of script and room in error messages
md5
2011-05-27
Revert "SCI: Don't attempt to modify null/disposed objects."
Lars Skovlund
2011-05-27
SCI: Don't attempt to modify null/disposed objects.
md5
2011-05-13
SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is defined
md5
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-28
SCI: Fix Compilation with --enable-release set.
D G Turner
2011-03-28
SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)
md5
2011-03-27
SCI: Moved some debug functions from vm.cpp to scriptdebug.cpp
md5
2011-03-26
SCI: Removed the READ_VAR and WRITE_VAR wrappers
md5
2011-03-26
SCI: Refactored and cleaned up the VM call stack handling code
md5
2011-03-25
SCI: Reordered some functions
md5
2011-03-25
SCI: Cleaned up the BreakpointType enum and documented the bpe command
md5
[next]