Age | Commit message (Expand) | Author |
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 |
2010-01-08 | Move Mohawk's QueuedAudioStream to sound/ (with some tweaks) | Max Horn |
2010-01-08 | Fix sound effects in Sword1 PSX, regression from r47132. | Johannes Schickel |
2010-01-08 | SCI: we won't do keyboard mapping for sci1late+, because otherwise Ctrl-keys ... | Martin Kiewitz |
2010-01-08 | SCI: fixing sq3 again (state selector wasnt updated anymore) | Martin Kiewitz |
2010-01-08 | Fix documentation for setMouseCursor's format paramenter. | Johannes Schickel |
2010-01-08 | SCI: updateCues() cleanup | Martin Kiewitz |
2010-01-08 | This should fix bug #2928411, "SWORD1: Macintosh Demo crashes after Intro". | Torbjörn Andersson |
2010-01-08 | Properly fix credits | Eugene Sandulenko |
2010-01-08 | minor fixes | Vladimir Menshakov |
2010-01-08 | added configurable timers/fast mode with ctrl-f hotkey | Vladimir Menshakov |
2010-01-08 | Remove custom AiffAudioStream and replace it by the use of makeLoopingAudioSt... | Johannes Schickel |
2010-01-08 | SCI: support "Ctrl-" prefix keys in menu, makes Ctrl-keys work in lsl6 | Martin Kiewitz |
2010-01-08 | SCI: support "+" and "-" for menu (fixes speed changes via those keys in all ... | Martin Kiewitz |
2010-01-08 | Add some warning inside makeLoopingAudioStream, in case the give start time i... | Johannes Schickel |
2010-01-08 | fixed invalid volume setting | Vladimir Menshakov |
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play... | Johannes Schickel |
2010-01-08 | Add another makeLoopingAudioStream factory for transparently looping a certai... | Johannes Schickel |
2010-01-08 | added warning on invalid sound | Vladimir Menshakov |
2010-01-08 | Fix unhandled case(s) in switch warning from g++. | Johannes Schickel |
2010-01-08 | SCI: changed handling when unsupported sound type is selected, we are switchi... | Martin Kiewitz |