aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-01-11Improve support for negative Timestamps, and add + and - operatorsMax Horn
2010-01-11MADE: Use Mixer::getElapsedTime and Audio::Timestamp instead of Mixer::getSou...Max Horn
2010-01-11- Don't set the palette per portrait frame - setting the whole screen palette...Filippos Karapetis
2010-01-11Hide the mouse cursor while a video is being playedFilippos Karapetis
2010-01-10SCI: Fix default optimization level in AvoidPathWalter van Niftrik
2010-01-10Silenced warnings ("this" isn't defined on object instantiation, and commente...Filippos Karapetis
2010-01-10fix #2926655: "Teenagent: Inventory problems on BE systems"Joost Peters
2010-01-10Fix bug in Engine::pauseEngine (this should fix #2912148 "Using virtual keybo...Johannes Schickel
2010-01-10Fix a memory leak.Johannes Schickel
2010-01-10- Add a SubLoopingAudioStream, which loops a nested part of a stream and thus...Johannes Schickel
2010-01-10SCI: kPortrait - abort on mouse presses onlyMartin Kiewitz
2010-01-10SCI: kPortrait - mouse click now aborts portraitMartin Kiewitz
2010-01-10SCI: fixed typo when getting resourceId on kPortrait call - fixes resource no...Martin Kiewitz
2010-01-10SCI: kPortrait - error() out when resource could not be foundMartin Kiewitz
2010-01-10SCI: ignore hiresMode when not being upscaledHires for kDrawCel and updateBox...Martin Kiewitz
2010-01-10SCI: changed SoundResource constructor to set values for digitalChannelNr/dig...Martin Kiewitz
2010-01-10SCI: updateBox now also supports hires modeMartin Kiewitz
2010-01-10SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox m...Martin Kiewitz
2010-01-10SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel...Martin Kiewitz
2010-01-10Handle properly shouldQuit()Robert Špalek
2010-01-09SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ...Martin Kiewitz
2010-01-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-09SCI: kPortrait - drawing base bitmap before drawing animation bitmapMartin Kiewitz
2010-01-09kPortrait: found the coordinate offsets, corrected actual bitmap size (someti...Martin Kiewitz
2010-01-09SCI: deleting _bitmaps and unlocking sync resource in kPortraitMartin Kiewitz
2010-01-09SCI: kPortrait - animation included, doesnt seem right currently coordinate o...Martin Kiewitz
2010-01-09SCI: kPortrait almost fully implemented (animation bitmaps still missing)Martin Kiewitz
2010-01-09SCI: adding audio support to kPortrait, audio is now playing when portraits a...Martin Kiewitz
2010-01-09SCI: added new debug command "picture_visualize", which enables visualization...Martin Kiewitz
2010-01-09removed useless rtl logsVladimir Menshakov
2010-01-09fixed RTLVladimir Menshakov
2010-01-09log when EVENT_RTL receivedVladimir Menshakov
2010-01-09Fix for a rare case where the NPC handler for Ewan the shopkeeper can cause a...Paul Gilbert
2010-01-09SCI: CleanupWalter van Niftrik
2010-01-09SCI: Fix handling of output rate in PCJr driverWalter van Niftrik
2010-01-09SCI: Fix crash on exit when using PCJr driver.Walter van Niftrik
2010-01-09SCI: CleanupWalter van Niftrik
2010-01-09SCI: Move music device IDs to drivers.Walter van Niftrik
2010-01-09Replace AppendableAudioStream by QueuingAudioStreamMax Horn
2010-01-08SCI: Ctrl-Z now supported as well :DMartin Kiewitz
2010-01-08SCI: removed controlify() to ease readability of codeMartin Kiewitz
2010-01-08SCI: fix for platform difference between linux and windows, makes Ctrl-Alt-ke...Martin Kiewitz
2010-01-08Switch SCUMM from AppendableAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2010-01-08Move Mohawk's QueuedAudioStream to sound/ (with some tweaks)Max Horn
2010-01-08Fix sound effects in Sword1 PSX, regression from r47132.Johannes Schickel
2010-01-08SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ...Martin Kiewitz