aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.cpp
AgeCommit message (Expand)Author
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Add global g_sci pointer to the active SciEngine instanceMax Horn
2010-02-12SCI: Revert r47929 (bad idea, as we may run out of offsets). Instead, adapt S...Walter van Niftrik
2010-02-07SCI: Move bulk of op_callk code to new func callKernelFunc()Max Horn
2010-02-07SCI: cleanup; try to unify var names when reading PMachine instructions a bitMax Horn
2010-02-07SCI: Simplify yet another case of weird 'unsigned to signed' conversionMax Horn
2010-02-07SCI: Get rid of GET_OP_ macrosMax Horn
2010-02-07SCI: Add function readPMachineInstruction()Max Horn
2010-02-06SCI: Run GC only when execution_stack_base is 0.Walter van Niftrik
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-02-03SCI: Make add_exec_stack_entry & add_exec_stack_varselector static / privateMax Horn
2010-02-03SCI: restoring param of run_vm is a bool, not an intMax Horn
2010-02-03SCI: Get rid of EngineState::stack_segmentMax Horn
2010-02-03SCI: Rearrange members of class EngineStateMax Horn
2010-02-02SCI: Use Common::List and Common::String to simplify breakpoint handling (unt...Max Horn
2010-02-02SCI: Move some code around (no code changes)Max Horn
2010-01-31Removed an unused parameter from _game_run()Filippos Karapetis
2010-01-30Fixed loading of saved gamesFilippos Karapetis
2010-01-30SCI: Don't mess with save_slot just to be able to decide whether we already h...Max Horn
2010-01-30SCI: Correct comments which talked about 'loading from GMM' when they really ...Max Horn
2010-01-30SCI: Mark scriptState as one of the many evil global vars in the SCI engineMax Horn
2010-01-30SCI: Remove extra '\n's in debugC messagesWillem Jan Palenstijn
2010-01-30Fix warningWillem Jan Palenstijn
2010-01-30Silenced a very annoying warningFilippos Karapetis
2010-01-30SCI: Apply fix from r47683 to u> and u<= as well. Fixes Longbow.Walter van Niftrik
2010-01-29SCI: Partly revert r47597, as it is superseded by r47683.Walter van Niftrik
2010-01-29Document my last changeLars Skovlund
2010-01-29SCI: uge? and ult? opcodes now work correctly when comparing pointers with 1000.Lars Skovlund
2010-01-29SCI: Reduce header interdependencies a bitMax Horn
2010-01-29SCI: Added OnStartup debug flag to start the debugger at the start of the game.Walter van Niftrik
2010-01-28SCI: Add debug opcodesWalter van Niftrik
2010-01-28Changed run_vm() to use the sci_opcodes enum, and fixed several wrong opcodes...Filippos Karapetis
2010-01-28Removed a hack for the demo version of Torin's passage. It errors out because...Filippos Karapetis
2010-01-27SCI: Experimental fix for Longbow outlook crash.Walter van Niftrik
2010-01-27Added support of the subtraction of two pointers, when they got the same segm...Filippos Karapetis
2010-01-27SCI: Restore pointer checks removed in r47585.Walter van Niftrik
2010-01-27SCI: Add pointer comparison support to signed comparison operators.Walter van Niftrik
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-21Fix gcc warning.Johannes Schickel
2010-01-21SCI: Saved games can now be loaded from ScummVM's launcherFilippos Karapetis
2010-01-19- Removed the resetDriver() hack. The reason why notes stopped being played s...Filippos Karapetis
2010-01-17SCI: another speed throttler, delays decrementing cycles/cycleCnt selectors, ...Martin Kiewitz
2010-01-06The error inside execute_method() has been restored, it's only a warning for ...Filippos Karapetis
2010-01-05Changed an error to a warning in execute_method(), so that Torin's Passage sc...Filippos Karapetis
2010-01-03Fixed compilation with DISABLE_VALIDATIONS, and fixed a bug in kPrevNodeFilippos Karapetis
2010-01-03SCI: Support pointer arithmetics in +ag, +agi, etc. tooLars Skovlund
2010-01-01SCI: Fix segfault in dual-language KQ5.Walter van Niftrik