aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-23Update all creditsTravis Howell
2006-04-23Fix for HE games which use the generic HE variants (d'oh)Max Horn
2006-04-23Update creditsTravis Howell
2006-04-23Detect (and error out) if readMAXS failsMax Horn
2006-04-23Fix access to .he2 in Sound::openSfxFile, tooMax Horn
2006-04-23Fix access to .he3/.he4 filesMax Horn
2006-04-23Added a comment regarding COMI disc changingMax Horn
2006-04-23Moved _heTimers to ScummEngine_v60heMax Horn
2006-04-23Move HE specific stuff from class Sound to its new subclass SoundHEMax Horn
2006-04-23Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ...Max Horn
2006-04-23Change some uses of ScummFile to the more generic BaseScummFileMax Horn
2006-04-23Modified openFile and openResourceFile to take a Common::String instead of a ...Max Horn
2006-04-23Behold, the new SCUMM detector finally has arrived. Unified detection & engin...Max Horn
2006-04-23Small tweak to allow turning off MD5 computation for debuggingMax Horn
2006-04-23Remove superfluous exclamation markMax Horn
2006-04-23Implemented volume and panning for FF sound effects. I hope my mapping fromTorbjörn Andersson
2006-04-23Also output the description when running DETECTOR_TESTING_HACKMax Horn
2006-04-23Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...Oystein Eftevaag
2006-04-23typoMax Horn
2006-04-23Fixed MD5 entry for mac version of MI1Max Horn
2006-04-23Modified DETECTOR_TESTING_HACK code to skip over invalid pathsMax Horn
2006-04-23Fixed getNodeForPath on systems using POSIXFilesystemNode to again correctly ...Max Horn
2006-04-23Test code for the detection code in all engines (disabled by default)Max Horn
2006-04-23Fix 'comparison between signed and unsigned integer' warningMax Horn
2006-04-23Modified some error calls to explicitly name the function they occured in (th...Max Horn
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
2006-04-23Fix video sequences shown by arcade machinesTravis Howell
2006-04-23Read and use frame rate setting for videosTravis Howell
2006-04-23Fix audio and video sync. in videos of FFTravis Howell
2006-04-23Replaced _demoMode by GF_DEMOMax Horn
2006-04-22Non-void functions always must return somethingMax Horn
2006-04-22The dirent struct on IRIX doesn't have the d_type field, so define SYSTEM_NOT...Joost Peters
2006-04-22Added F1 as save for ITELars Persson
2006-04-22Fix valgrind warningTravis Howell
2006-04-22Enable MS ADPCM WAV format decoder for all sound in Macintosh version of FF a...Travis Howell
2006-04-22- Implemented MS ADPCM WAV format decoder used in Feeble Files. Still it isEugene Sandulenko
2006-04-22Implement CLIP() routine used to put arbitrary value in specified range.Eugene Sandulenko
2006-04-22Cleanup use of different filenames in different versionsTravis Howell
2006-04-21Changed loadVGAFile dstSize datatype from uint to uint32 so it matches the da...Lars Persson
2006-04-21Updated Symbian Actions and SDL Symbian interface for latest backend changes ...Lars Persson
2006-04-21Return of void value is not valid for all platforms. Changed to call function...Lars Persson
2006-04-21Implementation and declartion in intern.h differed. Changed so both is using ...Lars Persson
2006-04-21Use SetInt to set the Keymapping version, instead of Set.Lars Persson
2006-04-21Conflicting domains for String definition. Added Common:: to String to clarif...Lars Persson
2006-04-21Add creation of Symbian SDL backend instead of plain SDLLars Persson
2006-04-21Adjust buffer sizes for conversation options, even for sprite id 1. ThisTorbjörn Andersson
2006-04-21Fixed silly bug in --save-slot handling: Don't try to restore a savegame unlessTorbjörn Andersson
2006-04-21Add FF differences in chance script opcodeTravis Howell
2006-04-21Split bitArrays into three separate arrays, like original. Also fixing load/s...Travis Howell