aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.cpp
AgeCommit message (Expand)Author
2010-10-07SCI: Still show warning for uninit. reads in release modeWillem Jan Palenstijn
2010-10-07SCI: unknown valgrind cases->fake 0 when officialMartin Kiewitz
2010-09-09SCI: Changed the error message when execute_method() references an invalid ex...Filippos Karapetis
2010-09-02SCI: Fixed compilation when VM_DEBUG_SEND is enabledFilippos Karapetis
2010-09-02SCI: fixing debug output for bpxMartin Kiewitz
2010-09-02SCI: adding "bpr" and "bpw" debug commandsMartin Kiewitz
2010-09-02JANITORIAL: Remove extra semi-colons.Torbjörn Andersson
2010-08-29SCI: Throttle the invocations of Engine::shouldQuit()Filippos Karapetis
2010-08-25SCI: Make assert stricter.Willem Jan Palenstijn
2010-08-19SCI: Fixed one of the bugs in hoyle3, from bug report #3038837 - "HOYLE3: EGA...Filippos Karapetis
2010-08-14SCI: Silence shadowed variable warning of g++.Johannes Schickel
2010-08-14SCI: adding workaround for camelot during endingMartin Kiewitz
2010-08-07SCI: Improve output when VM_DEBUG_SEND is setFilippos Karapetis
2010-08-07SCI: Fixed script bug #3040142 - "PEPPER: Crash on Pugh's office"Filippos Karapetis
2010-08-06SCI: Rewrote the Mother Goose workaround to be like the others, some cleanupFilippos Karapetis
2010-08-06SCI: properly implementing qfg2 astrologer workaroundMartin Kiewitz
2010-08-05SCI: Added a workaround for a script bug in QFG2, room 200, when talking with...Filippos Karapetis
2010-08-05SCI: Changed the warning when a script can't be found from a segment into an ...Filippos Karapetis
2010-08-04SCI: Fix bug #3038913 - SCI Fanmade - The Legend of the Lost Jewel: Crash by ...Matthew Hoops
2010-08-03SCI: adding bpk debug commandMartin Kiewitz
2010-08-03SCI: adding workaround for pq3Martin Kiewitz
2010-07-31SCI: removing warning about uninitialized parametersMartin Kiewitz
2010-07-30SCI: Updated the op_mod changes and added a link to the original bug reportFilippos Karapetis
2010-07-30SCI: Added handling of negative numbers toFilippos Karapetis
2010-07-29SCI: some subfunction support for logkernelMartin Kiewitz
2010-07-28SCI: Adding the room number to some more errorsFilippos Karapetis
2010-07-27SCI: changes for mother goose sci2.1Martin Kiewitz
2010-07-27SCI: Add a 0x prefix to localCall to show it's a hexadecimal numberMatthew Hoops
2010-07-26SCI: Added room number to signature mismatch errorsFilippos Karapetis
2010-07-26SCI: Fixed bug #3034464, "ECOQUEST2: Crash near beginning"Filippos Karapetis
2010-07-24SCI: added said spec dump ability to logkernelMartin Kiewitz
2010-07-23SCI: result now displayed in decimal for logkernelMartin Kiewitz
2010-07-23SCI: some small logkernel changesMartin Kiewitz
2010-07-23SCI: logkernel changesMartin Kiewitz
2010-07-23SCI: adding new debug command logkernelMartin Kiewitz
2010-07-23SCI: adding table for kDisplay workaroundsMartin Kiewitz
2010-07-22When modifying variable selectors with argc > 1, don't throw a warning, but u...Filippos Karapetis
2010-07-22SCI: Fixed a bug when loading some saved games (sometimes, the execution stac...Filippos Karapetis
2010-07-21SCI: Moved all the static kernel-related tables in a separate file. Also, mov...Filippos Karapetis
2010-07-21SCI: Moved all the workaround tables in a separate file, to keep them apart f...Filippos Karapetis
2010-07-21SCI: adding lsl6hires uninit workaroundMartin Kiewitz
2010-07-20SCI: Removed the restoring parameter of the run_vm() functionFilippos Karapetis
2010-07-20SCI: some sci32 fixesMartin Kiewitz
2010-07-20SCI: adding lsl6hires uninit workaroundMartin Kiewitz
2010-07-20SCI: tiny comment changeMartin Kiewitz
2010-07-20SCI: clean up workaround tables/codeMartin Kiewitz
2010-07-20SCI: adding uninit workarounds for cnick gamesMartin Kiewitz
2010-07-20SCI: fix regression of r51060Martin Kiewitz
2010-07-20SCI: change the workaround-typesMartin Kiewitz
2010-07-19SCI: adding 2 uninit workarounds for hoyle1Martin Kiewitz