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
2010-07-26
SCI: Added room number to signature mismatch errors
Filippos Karapetis
2010-07-26
SCI: Fixed bug #3034464, "ECOQUEST2: Crash near beginning"
Filippos Karapetis
2010-07-24
SCI: added said spec dump ability to logkernel
Martin Kiewitz
2010-07-23
SCI: result now displayed in decimal for logkernel
Martin Kiewitz
2010-07-23
SCI: some small logkernel changes
Martin Kiewitz
2010-07-23
SCI: logkernel changes
Martin Kiewitz
2010-07-23
SCI: adding new debug command logkernel
Martin Kiewitz
2010-07-23
SCI: adding table for kDisplay workarounds
Martin Kiewitz
2010-07-22
When modifying variable selectors with argc > 1, don't throw a warning, but u...
Filippos Karapetis
2010-07-22
SCI: Fixed a bug when loading some saved games (sometimes, the execution stac...
Filippos Karapetis
2010-07-21
SCI: Moved all the static kernel-related tables in a separate file. Also, mov...
Filippos Karapetis
2010-07-21
SCI: Moved all the workaround tables in a separate file, to keep them apart f...
Filippos Karapetis
2010-07-21
SCI: adding lsl6hires uninit workaround
Martin Kiewitz
2010-07-20
SCI: Removed the restoring parameter of the run_vm() function
Filippos Karapetis
2010-07-20
SCI: some sci32 fixes
Martin Kiewitz
2010-07-20
SCI: adding lsl6hires uninit workaround
Martin Kiewitz
2010-07-20
SCI: tiny comment change
Martin Kiewitz
2010-07-20
SCI: clean up workaround tables/code
Martin Kiewitz
2010-07-20
SCI: adding uninit workarounds for cnick games
Martin Kiewitz
2010-07-20
SCI: fix regression of r51060
Martin Kiewitz
2010-07-20
SCI: change the workaround-types
Martin Kiewitz
2010-07-19
SCI: adding 2 uninit workarounds for hoyle1
Martin Kiewitz
2010-07-19
SCI: fix ult to work for pq2 japanese
Martin Kiewitz
2010-07-18
SCI: fix warning
Martin Kiewitz
2010-07-18
SCI: make the left-over opcodes more verbose
Martin Kiewitz
2010-07-18
SCI: make bnot/mod/mul more verbose
Martin Kiewitz
2010-07-18
SCI: ipToa/ipTos/dpTos more verbose
Martin Kiewitz
2010-07-18
SCI: making int/uint comparsions more verbose
Martin Kiewitz
2010-07-18
SCI: adding room numbers to all workarounds
Martin Kiewitz
2010-07-18
SCI: adding workaround for script bug in lsl6 when looking through tile
Martin Kiewitz
2010-07-18
SCI: added uninitialized workarounds for hoyle 3
Martin Kiewitz
2010-07-17
SCI: adding uninitialized workaround for gk1
Martin Kiewitz
2010-07-17
SCI: added uninitialized workaround for lsl3
Martin Kiewitz
2010-07-17
DEBUGGER: Simplify how our console debugger works / is used
Max Horn
2010-07-17
SCI: added gameid for send() sq4 workaround
Martin Kiewitz
2010-07-16
SCI: adding uninitialized workaround for lsl1 when playing at the casino
Martin Kiewitz
2010-07-14
SCI: adding workaround for qfg1vga script bug (div on object) which occurs wh...
Martin Kiewitz
2010-07-14
SCI: separating qfg1ega and qfg1vga gameids
Martin Kiewitz
2010-07-14
Typos
Filippos Karapetis
2010-07-13
SCI: uninitialized workaround for qfg2 when accessing inventory
Martin Kiewitz
2010-07-12
SCI: Move breakpoint checks into SciEngine methods
Max Horn
2010-07-12
SCI: Turn global object g_debugState into SciEngine member var
Max Horn
2010-07-12
SCI: changing how savegame ids are handled internally. Using range 0-999 so t...
Martin Kiewitz
2010-07-12
SCI: adding uninitialized workaround for lsl6
Martin Kiewitz
2010-07-12
SCI: add workaround for lsl6 restore issue (needs to get further investigated...
Martin Kiewitz
2010-07-12
SCI: adding 3 uninitialized temp workarounds for kq6 - found and created by C...
Martin Kiewitz
2010-07-12
SCI: returning 0 when parameter reads go out-of-bounds, onto the stack and hi...
Martin Kiewitz
2010-07-11
SCI: changing uninitialized workaround for lsl6 narrator
Martin Kiewitz
2010-07-10
SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ...
Martin Kiewitz
2010-07-10
SCI: adding to execstack only right before executing kernel call, otherwise i...
Martin Kiewitz
[next]