aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Expand)Author
2004-12-21Unused includesTravis Howell
2004-12-21Unused varTravis Howell
2004-12-21Sync HE100Travis Howell
2004-12-21Missed lineTravis Howell
2004-12-21_HEV7ActorPalette doesn't need to be saved.Travis Howell
2004-12-21WinCE workaround to limit issues if the decoding is too slowNicolas Bacca
2004-12-19oopsGregory Montoir
2004-12-19to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it actu...Gregory Montoir
2004-12-19Correct rangeTravis Howell
2004-12-19Off by oneTravis Howell
2004-12-19Report unknown MD5's. I wonder, should we move the check afterEugene Sandulenko
2004-12-18Fix for bug #1087439 (Volume control regression)Max Horn
2004-12-17Reduce code size of resource.cpp to help PalmOS port, by moving util code to ...Max Horn
2004-12-11change loadVOCFromStream to take a reference instead of a pointer (to a stream)Max Horn
2004-12-10New ARM call (PalmOS)Chris Apers
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-08oopsMax Horn
2004-12-06Only activate virtual keyboard when neededMax Horn
2004-12-05Clean up OSystem::EventMax Horn
2004-12-05this is just how watcom handles signed divisionGregory Montoir
2004-12-03Fixed an Adlib regression with older games (e.g. EGA Loom, Indy 3 andTorbjörn Andersson
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-28Fix range checkMax Horn
2004-11-28Trying to cleanup the volume control mess inside the SCUMM engine: renamed Mu...Max Horn
2004-11-28Sync with HE docs md5sTravis Howell
2004-11-28correctionGregory Montoir
2004-11-28Fixing actor regression in The Dig caused by my previous changesMax Horn
2004-11-28Fix AKOS clipping issues at the left/right border of the screen (smooth scrol...Max Horn
2004-11-28Print some camera infoMax Horn
2004-11-27md5 updateGregory Montoir
2004-11-27Fix for bug #1067982 (DIG: Parallax scrolling in library semi-broken)Max Horn
2004-11-27fixed potiential problem in scumm save/load codeGregory Montoir
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and simp...Gregory Montoir
2004-11-27Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ...Max Horn
2004-11-27cleanupMax Horn
2004-11-27Use modern form of setupPremixMax Horn
2004-11-27Added some more mixer doxygen docs; cleaned up Mixer API a bit, removing some...Max Horn
2004-11-27To really, truly fix the multi-midi race condition, the adlib driver is now a...Jerome Fisher
2004-11-27- driver being NULL there is perfectly fine, Fingolfin :)Jerome Fisher
2004-11-27Make Array stuff part of the V6 engine class (note: it's a bit confusing to h...Max Horn
2004-11-27Reduce code duplicationMax Horn
2004-11-27Fixing some evil behaviourMax Horn
2004-11-27No longer stubsTravis Howell
2004-11-27Revert opcode EF merge, HE72 uses different array structure.Travis Howell
2004-11-27Don't use directory param of File::open unless you have toMax Horn
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-11-26paranoiaMax Horn
2004-11-26The Adlib MidiDriver is now initialised immediately when it is determined tha...Jerome Fisher
2004-11-26renamed some HE opcodes and got rid of o72_unknownEF as it seems it was a dup...Gregory Montoir