aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/vm.cpp
AgeCommit message (Expand)Author
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
2010-01-01SCI/new music code: The MIDI driver is now reset whenever the game's VM respa...Filippos Karapetis
2009-12-28Added a workaround for an off-by-one invalid species access bug in the LSL2 d...Filippos Karapetis
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-24SCI32:Matthew Hoops
2009-12-19- Started wrapping the current sound code around appropriate definesFilippos Karapetis
2009-11-14Removed sfx/misc.hFilippos Karapetis
2009-11-04- Changed the segment manager to be a static part of the engine, and stopped ...Filippos Karapetis
2009-10-30SCI: validate_variable fixed and now using bool instead of int (fixes pq3 dem...Martin Kiewitz
2009-10-22CleanupFilippos Karapetis
2009-10-21Removed the accidental inclusion of deprecated code for LSL5 - this has been ...Filippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-21SCI: Fix warning, and reformat a multi-line commentMax Horn
2009-10-21Fixed the bug where ego would not walk properly after he's swapped in LSL5 (f...Filippos Karapetis
2009-10-18SCI: Rename game_obj to _gameObjMax Horn
2009-10-15SCI: pointer_add -> error changed to warning b/c iceman does it. Just ignorin...Martin Kiewitz
2009-10-14SCI: Improve cmdSend slightly. It's still broken, thoughWillem Jan Palenstijn
2009-10-14SCI: Fix build with VM_DEBUG_SEND enabledWillem Jan Palenstijn
2009-10-14SCI: removed speed throttler (cause of kAnimate change)Martin Kiewitz
2009-10-14SCI: Rename some vars (cleaning up what seems to have been caused by a blind ...Max Horn
2009-10-13SCI: Merge some sfx related global funcs into SfxState.Max Horn
2009-10-12Reverted the Common::String::printf() related commits, as the function works ...Filippos Karapetis
2009-10-12Fixed a warning message under MSVC... seems like Common::String::printf does ...Filippos Karapetis
2009-10-11More work on the Object classFilippos Karapetis
2009-10-11SCI: change remove script FIXME warning into commentMartin Kiewitz
2009-10-10Started rewriting the Object struct into a classFilippos Karapetis
2009-10-09SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe...Martin Kiewitz
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-02Fix cppcheck issue reported by salty-horseWillem Jan Palenstijn
2009-10-02SCI: Use String::printf instead of temporary bufferWillem Jan Palenstijn
2009-10-02SCI: Make NULL_REG & SIGNAL_REG const; change validate_property so that its c...Max Horn
2009-10-01Removed the STRICT_SEND, STRICT_READ and ASSERT_ARITHMETIC definesFilippos Karapetis
2009-10-01- Removed the toggle for "weak" validations, as there are cases where they fa...Filippos Karapetis
2009-10-01SCI: Remove outdated debugging hack.Willem Jan Palenstijn
2009-09-30Fixed the warning message shown when dummy functions are invokedFilippos Karapetis
2009-09-30Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us...Filippos Karapetis
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-30SCI: Replace magic '-42' by an enumMax Horn
2009-09-30SCI: Add callk stackframe directly in run_vmWillem Jan Palenstijn
2009-09-29- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...Filippos Karapetis
2009-09-28SCI: Remove unsafe unmarkDeleted function.Willem Jan Palenstijn
2009-09-27SCI: change segment offsets in reg segments to be in half reg_t.Willem Jan Palenstijn