aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v2.cpp
AgeCommit message (Expand)Author
2012-02-13SCUMM: Clean up resetSentenceWillem Jan Palenstijn
2012-02-11SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver...Tobias Gunkel
2012-02-11SCUMM: adjust to coding style-guideTobias Gunkel
2012-02-11SCUMM: replace o_beginOverride() with o2_beginOverride()Tobias Gunkel
2012-02-11SCUMM: introduce constants for _userState for cleaner and easier to understan...Tobias Gunkel
2012-02-11SCUMM: scumm_vars 14 to 16 are not handled specially in v0Tobias Gunkel
2012-02-11SCUMM: Fix actor ID handling in v0Tobias Gunkel
2012-02-11SCUMM: 2nd try to fix dungeon door timingTobias Gunkel
2012-02-11SCUMM: shorten delay for dungeon door closing actionTobias Gunkel
2012-02-11SCUMM: use command stack and SentenceTab in mm c64Tobias Gunkel
2012-02-11SCUMM: start handling object type and id correctly in mm c64Tobias Gunkel
2012-02-11SCUMM: fix ScummEngine_v0::o_stopCurrentScript()Tobias Gunkel
2012-02-11SCUMM: changed handling of _activeInventory/_activeActor to _activeObject(2)/...Tobias Gunkel
2012-01-29SCUMM: Add script number differences in SCUMM V0, for two work arounds in Man...Travis Howell
2011-05-13SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ...Max Horn
2011-05-13SCUMM: Move class ResourceManager to its own headerMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-07SCUMM: Avoid hiding overloaded virtual methodMax Horn
2010-12-02SCUMM: Workaround for bug #1447058, a race condition in the game scriptsMax Horn
2010-10-25SCUMM: Add patch #3093541 - MMC64: Actor Walk / Object Fix.Travis Howell
2010-08-16SCUMM: More finely differentiate opcode tables between v3, v4 and v5Max Horn
2010-05-05SCUMM: Convert some code to use Common::StringMax Horn
2009-05-26Fix bug #2687801 - ZAK: Cannot pickup Ladder on Mars Youth Hostel.Travis Howell
2009-04-20SCUMM: Introduced new method ScummEngine_v5::jumpRelative; unified some v0 an...Max Horn
2009-04-19SCUMM: Moved o5_saveLoadGame and o5_saveLoadVars to ScummEngine_v4 (the highe...Max Horn
2009-04-19SCUMM: Moved ScummEngine_v2::o2_setBoxFlags to ScummEngine_v3::o3_setBoxFlagsMax Horn
2009-04-19SCUMM: Turned PARAM_1,2,3 into an enum; minor tweaksMax Horn
2009-04-16SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it)Max Horn
2009-03-20SCUMM: Split intern.h into multiple headersMax Horn
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-09-08Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-11A long time ago, in a virtual machine far, far away...Max Horn
2007-02-25Remove left over debug output.Travis Howell
2007-02-25Add support for using disks images for Apple II version of Maniac Mansion.Travis Howell
2007-02-18French keyboard is 'azerty' not 'awert'Chris Apers
2007-02-15Fix for bug #1328146: MANIACNES: Shortcut keys are incorrectly configuredMax Horn
2007-02-04Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 charac...Max Horn
2006-11-19* Made Actor::_pos protected, added public Actor::getPos() methodMax Horn
2006-10-30HACK no longer required for MM demo modeTravis Howell
2006-10-30Fix bug #771499 - ZAK: Lotto numbers never picked. The freezeCount isn't chec...Travis Howell
2006-10-29Named / documented the V0-V2 object states (we should probably rename the cor...Max Horn
2006-10-19SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit easi...Max Horn
2006-10-19cleanupMax Horn
2006-10-15Replaced function level static variable (YUCK) called 'sentence' by ScummEngi...Max Horn
2006-10-04o2_animateActor is essentially identical to o5_animateActor -- removed in fav...Max Horn
2006-09-17renamed ScummEngine::restoreBG to restoreBackground; renamed and moved Gdi::c...Max Horn
2006-09-17Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap...Max Horn
2006-09-16Replaced checkRange by assertRange, which has (a) an (IMO) more logical order...Max Horn