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
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
2011-03-25
SCI: Cleaned up send_selector()
md5
2011-03-04
SCI: Improved debug output of validate_property()
md5
2011-02-28
SCI: Fix crash with hunk refs in logkernel output
Willem Jan Palenstijn
2011-02-22
SCI: Added code to aid in detecting infinite loops in scripts
md5
2011-02-21
SCI: Fixed script bug #3040722 in QFG3
md5
2011-02-21
SCI: Added a custom modulo reg_t operator
md5
2011-02-20
SCI: Moved the gcCountdown() code inside the op_callk case, since that's the ...
md5
2011-02-19
SCI: Refactored the reg_t related operations and comparisons
md5
2011-02-15
SCI: Removed several redundant helper functions
md5
2011-01-15
SCI: cleaned up checkSelectorBreakpoint()
Filippos Karapetis
2011-01-07
SCI: Moved the handling of the op_line debug opcode inside readPMachineInstru...
Filippos Karapetis
2011-01-01
SCI: debugC calls no longer require a debug level of 2 to show output
Filippos Karapetis
2010-12-22
SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI.
Filippos Karapetis
2010-11-21
SCI: Removed incorrect pointer arithmetic support for SCI2 strings
Filippos Karapetis
2010-11-19
SCI: Only handle seg_type_string if ENABLE_SCI32 is defined
Lars Persson
2010-11-19
SCI3: Implement new opcode 0x4c.
Lars Skovlund
2010-11-19
SCI: Added pointer arithmetic support for SCI2 strings
Filippos Karapetis
2010-11-19
SCI: Moved the Object class in a separate file
Filippos Karapetis
2010-11-18
SCI3: Fix new opcode 0x4e
Lars Skovlund
2010-11-18
SCI3: Added another previously unused opcode (0x27 / 0x4e)
Filippos Karapetis
2010-11-18
SCI3: Add proper support for the calle instruction
Lars Skovlund
2010-11-17
SCI: Code formatting
Filippos Karapetis
2010-11-17
SCI3: Implement opcode to retrieve the info selector.
Lars Skovlund
2010-11-17
SCI3: relocate operand of the lofsa opcode
Lars Skovlund
2010-11-17
Adapt SCI property instructions (pToa etc.) to SCI3
Lars Skovlund
2010-11-17
SCI: lofsa/lofss functionality for SCI3
Filippos Karapetis
2010-11-17
SCI: Added some SCI3 selector related information
Filippos Karapetis
2010-11-09
SCI: Added comments for rev. 54150 and fixed a typo
Filippos Karapetis
2010-11-09
treat pushSelf opcode with low bit set as pushSelf (in fangames only, current...
Lars Skovlund
2010-11-02
SCI: Remove any use of printf
Max Horn
2010-11-01
COMMON: Rename String::printf() to String::format()
Max Horn
2010-10-07
SCI: Still show warning for uninit. reads in release mode
Willem Jan Palenstijn
2010-10-07
SCI: unknown valgrind cases->fake 0 when official
Martin Kiewitz
2010-09-09
SCI: Changed the error message when execute_method() references an invalid ex...
Filippos Karapetis
2010-09-02
SCI: Fixed compilation when VM_DEBUG_SEND is enabled
Filippos Karapetis
2010-09-02
SCI: fixing debug output for bpx
Martin Kiewitz
2010-09-02
SCI: adding "bpr" and "bpw" debug commands
Martin Kiewitz
2010-09-02
JANITORIAL: Remove extra semi-colons.
Torbjörn Andersson
2010-08-29
SCI: Throttle the invocations of Engine::shouldQuit()
Filippos Karapetis
2010-08-25
SCI: Make assert stricter.
Willem Jan Palenstijn
2010-08-19
SCI: Fixed one of the bugs in hoyle3, from bug report #3038837 - "HOYLE3: EGA...
Filippos Karapetis
2010-08-14
SCI: Silence shadowed variable warning of g++.
Johannes Schickel
2010-08-14
SCI: adding workaround for camelot during ending
Martin Kiewitz
[next]