aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2006-03-01added 2 SCUMM vars for v1/v2.Gregory Montoir
2006-03-01Oops forgot to enable music again.Johannes Schickel
2006-03-01Added debug calls to the adlib functions, also uses mixer samplerate now.Johannes Schickel
2006-03-01Updated datatypes to resolve ambiguityLars Persson
2006-03-01Fixed updateCallback11() according to LordHoto's directions, and renamed itTorbjörn Andersson
2006-03-01Renamed 'unk9' to a slightly more descriptive 'repeatCounter'. (I should haveTorbjörn Andersson
2006-03-01Use signed integers for jump offsets, so that the jump opcodes can jump bothTorbjörn Andersson
2006-03-01Cleaned up updateCallback36() and renamed it setVibratoDepth().Torbjörn Andersson
2006-03-01Cleaned up updateCallback35() and renamed it setAMDepth(). It looks like theTorbjörn Andersson
2006-03-01Minor cleanup and comments.Torbjörn Andersson
2006-03-01Remove HE specific string array from SCUMM6 table, since the value is differe...Travis Howell
2006-03-01Update string array tables and use for all possible games and stringsTravis Howell
2006-03-01Update string array table for SCUMM7Travis Howell
2006-02-28Add comment to workaround for music in Sam & Max, based on commit log. And li...Travis Howell
2006-02-28updated some bugs/issues comments and removed wrong 'FIXME' markers.Gregory Montoir
2006-02-28Added lock() and unlock() again to readBuffer.Johannes Schickel
2006-02-28Added some basic comments, along with some very, very minor cleanup.Torbjörn Andersson
2006-02-28Removed unnecessary line.Torbjörn Andersson
2006-02-28This may be needless paranoia, but I always get nervous about order ofTorbjörn Andersson
2006-02-28These zakTowns specific changes aren't explained and don't match original cod...Travis Howell
2006-02-28Typo.Travis Howell
2006-02-28Update code and comment for screen savers issue in Sam & Max.Travis Howell
2006-02-27Fixes hangs in the "Pool of Sorrow" scene (at least I don't get them anymore).Johannes Schickel
2006-02-27Typo.Travis Howell
2006-02-27Update comment for SO_WAIT_FOR_TURN workaround in The Dig, this is due to scr...Travis Howell
2006-02-27Added WIP Adlib sound playing code to kyra.Johannes Schickel
2006-02-27Revert the 'get rid of SO_WAIT_FOR_TURN workaround' commit but keep it specif...Gregory Montoir
2006-02-27Get rid of the SO_WAIT_FOR_TURN hack for TheDig as the original interpreter d...Gregory Montoir
2006-02-27cleanupGregory Montoir
2006-02-27Use _numStrips when checking for foreced sprite redraw, instead of set values.Travis Howell
2006-02-27Charset 0 is loaded on start in original versions of OLD_BUNDLE games tooTravis Howell
2006-02-27SysEx data now passed around with const pointers. Permits simplification of s...Jamieson Christian
2006-02-26Removed deprecated IMUSE_DEBUG #define in favor of debugC calls using the run...Jamieson Christian
2006-02-26CleanupMax Horn
2006-02-26Do not compute the MD5 checksum if an override for it is setMax Horn
2006-02-26Initial add of the Lure of the Temptress disassemblyPaul Gilbert
2006-02-26With the added delay to the popup menu loop, it's much more likely that eachTorbjörn Andersson
2006-02-26Cleaned up my earlier "delay in busy-wait loop" commit, and added a similarTorbjörn Andersson
2006-02-26Added delays to the waitForRelease() and waitForPress() busy-wait loops.Torbjörn Andersson
2006-02-26Remove roomOps cases which are never used by COMI scriptsTravis Howell
2006-02-26COMI uses a separate setting for the verb charset, verbs use correct charset nowTravis Howell
2006-02-26Camera variables are initialised on startup by COMI tooTravis Howell
2006-02-26Move debug mode setting to initScummVars(), so it is reset when game is resta...Travis Howell
2006-02-26That change shouldn't have been commitedTravis Howell
2006-02-26stop playing a sample before deleting the sample dataWillem Jan Palenstijn
2006-02-26Change debugInput opcode result to zerod array for now, since it expects inpu...Travis Howell
2006-02-25Remove the dummy index 0 entry from substResFileNameTableMax Horn
2006-02-25Moved the plugin interface code of the SCUMM engine into a separate source fileMax Horn
2006-02-25cleanup unpacking function and get rid of an old hack to prevent buffer overf...Gregory Montoir
2006-02-25Fix compiler warning (wrong return type)Max Horn