aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Expand)Author
2006-10-25#ifndef DISABLE_SCUMM_7_8 missingBertrand Augereau
2006-10-25Missing include file (for ScummEngine_v6 symbol)Bertrand Augereau
2006-10-25Add Macintosh version of Backyard Football 2002Travis Howell
2006-10-24const correctnessMax Horn
2006-10-24Add back football2002 targetTravis Howell
2006-10-22Backend modularization: Create timer manager, savefile manager and audio mixe...Max Horn
2006-10-21cleanupMax Horn
2006-10-20SCUMM: ArrayHeader related cleanupMax 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-18cleanupMax Horn
2006-10-18cleanupMax Horn
2006-10-18SCUMM: Got rid of BompHeaderMax Horn
2006-10-18SCUMM: Be less generous to code invoking checkXYInBoxBounds with a bad box pa...Max Horn
2006-10-18SCUMM: Moved getDistanceBetween to clas ScummEngine_v6; grouped inventory rel...Max Horn
2006-10-18SCUMM: reordered contents of actor.cpp, grouping methods in a hopefully somew...Max Horn
2006-10-18SCUMM: Yet another minox walkbox cleanupMax Horn
2006-10-18SCUMM: walbox related cleanupMax Horn
2006-10-15Added some more const keywordsMax Horn
2006-10-15Turned some more static vars into static constMax Horn
2006-10-15Moved get_resource_id_quoted around a bit and added another FIXME commentMax Horn
2006-10-15Added FIXME comment about 'static' abuse in imuse_part.cppMax Horn
2006-10-15oopsMax Horn
2006-10-15Replaced Chunk::ChunkString by tag2strMax Horn
2006-10-15Replaced function level static variable (YUCK) called 'sentence' by ScummEngi...Max Horn
2006-10-15Turning various static tables into static constMax Horn
2006-10-15Got rid of ScummEngine::_confirmExit, and some other minor cleanupMax Horn
2006-10-14Update the screen immediately after restoring the cursor on running a dialog.Torbjörn Andersson
2006-10-14Fixed bug #1573366 ("SMUSH: unpausing the game causes cursor to show").Torbjörn Andersson
2006-10-14Reenable INSANE warning. No check is required.Eugene Sandulenko
2006-10-13Fix potentioal bug when all subsequent SMUSH scenes were considered INSANEEugene Sandulenko
2006-10-13Oops. rv last commit.Eugene Sandulenko
2006-10-13Reenable incorrectly compressed files warningEugene Sandulenko
2006-10-10now SmushPlayer is class created once same as SmushMixer while scumm engine c...Paweł Kołodziejski
2006-10-08removed not needed anymore time measures in smush codePaweł Kołodziejski
2006-10-08re-add missing break; removed by mistakePaweł Kołodziejski
2006-10-08remove handleSkip code, SKIP chunk is only used by INSANE code and exist only...Paweł Kołodziejski
2006-10-08small unify handleIACT functionPaweł Kołodziejski
2006-10-08Initial commit of the wince-gcc re-portKostas Nakos
2006-10-07Fixed compilation.Torbjörn Andersson
2006-10-07Removed _lastKeyHit, instead pass the key code as a parameter to processKeybo...Max Horn
2006-10-07Removed 'smushMode' param from processInput and processKeyboard in favor of a...Max Horn
2006-10-07Clarified commentMax Horn
2006-10-07Moved calls to addDefaultDirectory, and creation of the master file handle, f...Max Horn
2006-10-07Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ScummEngin...Max Horn
2006-10-07Some more processKeyboard splittingMax Horn
2006-10-07Further split processKeyboard code, moving stuff specific to some SCUMM versi...Max Horn
2006-10-07Moved SCUMM keyboard handling code from processInput() to the new (sub)method...Max Horn
2006-10-07Renemaed ScummEngine::processKbd to processInput (as it also deals with the m...Max Horn
2006-10-07some HE related cleanupMax Horn