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-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
2010-08-07
SCI: Improve output when VM_DEBUG_SEND is set
Filippos Karapetis
2010-08-07
SCI: Fixed script bug #3040142 - "PEPPER: Crash on Pugh's office"
Filippos Karapetis
2010-08-06
SCI: Rewrote the Mother Goose workaround to be like the others, some cleanup
Filippos Karapetis
2010-08-06
SCI: properly implementing qfg2 astrologer workaround
Martin Kiewitz
2010-08-05
SCI: Added a workaround for a script bug in QFG2, room 200, when talking with...
Filippos Karapetis
2010-08-05
SCI: Changed the warning when a script can't be found from a segment into an ...
Filippos Karapetis
2010-08-04
SCI: Fix bug #3038913 - SCI Fanmade - The Legend of the Lost Jewel: Crash by ...
Matthew Hoops
2010-08-03
SCI: adding bpk debug command
Martin Kiewitz
2010-08-03
SCI: adding workaround for pq3
Martin Kiewitz
2010-07-31
SCI: removing warning about uninitialized parameters
Martin Kiewitz
2010-07-30
SCI: Updated the op_mod changes and added a link to the original bug report
Filippos Karapetis
2010-07-30
SCI: Added handling of negative numbers to
Filippos Karapetis
2010-07-29
SCI: some subfunction support for logkernel
Martin Kiewitz
2010-07-28
SCI: Adding the room number to some more errors
Filippos Karapetis
2010-07-27
SCI: changes for mother goose sci2.1
Martin Kiewitz
2010-07-27
SCI: Add a 0x prefix to localCall to show it's a hexadecimal number
Matthew Hoops
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
[next]