Age | Commit message (Expand) | Author |
2010-01-10 | Check if game engine is already paused before pausing it again to show virtua... | Fabio Battaglia |
2010-01-10 | Typo. | Johannes Schickel |
2010-01-10 | Add some more comments. | Johannes Schickel |
2010-01-10 | Fix missing type forward declaration in voc.h. | Johannes Schickel |
2010-01-10 | Fix 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-10 | SCI: kPortrait - abort on mouse presses only | Martin Kiewitz |
2010-01-10 | SCI: kPortrait - mouse click now aborts portrait | Martin Kiewitz |
2010-01-10 | SCI: fixed typo when getting resourceId on kPortrait call - fixes resource no... | Martin Kiewitz |
2010-01-10 | SCI: kPortrait - error() out when resource could not be found | Martin Kiewitz |
2010-01-10 | SCI: ignore hiresMode when not being upscaledHires for kDrawCel and updateBox... | Martin Kiewitz |
2010-01-10 | SCI: changed SoundResource constructor to set values for digitalChannelNr/dig... | Martin Kiewitz |
2010-01-10 | SCI: updateBox now also supports hires mode | Martin Kiewitz |
2010-01-10 | SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox m... | Martin Kiewitz |
2010-01-10 | SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel... | Martin Kiewitz |
2010-01-10 | Handle properly shouldQuit() | Robert Špalek |
2010-01-09 | SCI: kPortrait - now drawing after wait, also using gui wait so mouse cursor ... | Martin Kiewitz |
2010-01-09 | Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig... | Max Horn |
2010-01-09 | Fix Timestamp::addMsecs; some cleanup | Max Horn |
2010-01-09 | SCI: kPortrait - drawing base bitmap before drawing animation bitmap | Martin Kiewitz |
2010-01-09 | kPortrait: found the coordinate offsets, corrected actual bitmap size (someti... | Martin Kiewitz |
2010-01-09 | SCI: deleting _bitmaps and unlocking sync resource in kPortrait | Martin Kiewitz |
2010-01-09 | SCI: kPortrait - animation included, doesnt seem right currently coordinate o... | Martin Kiewitz |
2010-01-09 | Register default setting for 'mute' option | Willem Jan Palenstijn |
2010-01-09 | SCI: kPortrait almost fully implemented (animation bitmaps still missing) | Martin Kiewitz |
2010-01-09 | Implement some safer handling of the "Extended" block in VOC files. | Johannes Schickel |
2010-01-09 | SCI: adding audio support to kPortrait, audio is now playing when portraits a... | Martin Kiewitz |
2010-01-09 | SCI: added new debug command "picture_visualize", which enables visualization... | Martin Kiewitz |
2010-01-09 | removed useless rtl logs | Vladimir Menshakov |
2010-01-09 | fixed RTL | Vladimir Menshakov |
2010-01-09 | log when EVENT_RTL received | Vladimir Menshakov |
2010-01-09 | Fix for a rare case where the NPC handler for Ewan the shopkeeper can cause a... | Paul Gilbert |
2010-01-09 | Yup, not checking for stereo sound was an accident here | Sven Hesse |
2010-01-09 | SCI: Cleanup | Walter van Niftrik |
2010-01-09 | SCI: Fix handling of output rate in PCJr driver | Walter van Niftrik |
2010-01-09 | SCI: Fix crash on exit when using PCJr driver. | Walter van Niftrik |
2010-01-09 | SCI: Cleanup | Walter van Niftrik |
2010-01-09 | SCI: Move music device IDs to drivers. | Walter van Niftrik |
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn |
2010-01-08 | SCI: Ctrl-Z now supported as well :D | Martin Kiewitz |
2010-01-08 | Use DisposeAfterUse::Flag | Willem Jan Palenstijn |
2010-01-08 | SCI: removed controlify() to ease readability of code | Martin Kiewitz |
2010-01-08 | SCI: fix for platform difference between linux and windows, makes Ctrl-Alt-ke... | Martin Kiewitz |
2010-01-08 | Fix LinearMemoryStream::seek, when the stream was created without request to ... | Johannes Schickel |
2010-01-08 | Switch SCUMM from AppendableAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Fix header guard | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn |