aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script.cpp
AgeCommit message (Expand)Author
2011-05-17SCUMM: Make REDUCE_MEMORY_USAGE slightly more effecive (saving ~1kb ram)Max Horn
2011-05-14SCUMM: Remove some unused var warnings (see bug #3293800)Max Horn
2011-05-13SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso...Max Horn
2011-05-13SCUMM: Remove ResTypeData::_numMax Horn
2011-05-13SCUMM: Add a Resource class, refactor res code around itMax Horn
2011-05-13SCUMM: Rename ResTypeData::num to _numMax Horn
2011-05-13SCUMM: Get rid of the MemBlkHeader hackMax Horn
2011-05-13SCUMM: Refactor how resource (types) are srepresentedMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-04-05SCUMM: CleanupMax Horn
2011-04-05SCUMM: Fix off-by-one mistakes in out-of-bounds checks; name some constantsMax Horn
2011-04-04SCUMM: Check for cutSceneStackPointer underflowsMax Horn
2010-11-01ENGINES: Replace many printfs by warning/debug/debugNMax Horn
2010-10-18SCUMM: Fix potential bug in ScummEngine::resStrLen.Max Horn
2010-10-18SCUMM: Move common code from ScummEngine::fetchScript* to new method.Max Horn
2010-08-16SCUMM: Move setResult/getResultPos to script_v5.cppMax Horn
2010-08-11SCUMM: _resultVarNumber and related methods are specific to v0-v5Max Horn
2010-01-28Fix regressions in Let's Explore the Jungle with Buzzy.Travis Howell
2009-10-22Fix objects structure and object scripts in PCE version of Loom.Travis Howell
2009-07-29SCUMM: Fix verb/sentence handling in Indy3 mac (there, a double click must be...Max Horn
2009-07-29SCUMM: Enable looping in Indy3Mac sound effectsMax Horn
2009-07-29SCUMM: Rewrote ScummEngine::inventoryScriptIndy3Mac for clarityMax Horn
2009-07-25Add patch #2821100 - MM C64 Objects / Verb fixes, with minor clean up applied.Travis Howell
2009-07-15Hack is no longer required, due to revision 42498.Travis Howell
2009-07-04Fix mismatching format arguments.Johannes Schickel
2009-04-16SCUMM: Got rid of o6_invalidMax 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
2009-02-17Clear cutsceneOverride for all scripts (except current), when restarting any ...Travis Howell
2009-02-13Revert talkspeed changes, while still only using the game specific talkspeed ...Travis Howell
2008-11-20cleanupMax Horn
2008-11-15Fix for bug #2251765: FT: Talk speed inconsistencyMax Horn
2008-09-17Patch #2060517: SCUMM: engine sets incorrect talkspeed valueMax Horn
2008-08-06SCUMM: Renamed inventoryScript -> inventoryScriptIndy3MacMax Horn
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-29Introduced ClickArea enum, some related cleanup in runInputScript and checkEx...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-01Reverted my roomoffs changes (broke the Loom intro), and instead added the co...Max Horn
2007-03-04Fix script error in PC Engine version of Loom.Travis Howell
2007-03-03Fix level selection in PC Engine version of Loom.Travis Howell
2006-11-20Add stopObjectCode() differences in SCUMM 1 - 5 games. The nested script stac...Travis Howell
2006-11-19The script freezeCount isn't used by SCUMM 1/2 games at allTravis Howell
2006-10-30Fix bug #771499 - ZAK: Lotto numbers never picked. The freezeCount isn't chec...Travis Howell
2006-10-29SCUMM: The didexec flag did not exist in V0-V2; minor cleanupMax Horn
2006-10-02Workaround for bug #1555938 ("MI2: Inventory object cloning"), as suggested byTorbjörn Andersson
2006-09-23Removed CHECK_HEAPMax 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
2006-09-02Fix string formating in Russian versions of HE72+ gamesTravis Howell