Age | Commit message (Expand) | Author |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | 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 | 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 | 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 | 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 | 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 |
2010-01-08 | SCI: Use adlib music by default | Walter van Niftrik |
2010-01-08 | SCI: Fix view detection in Hoyle 2 | Walter van Niftrik |
2010-01-08 | removed useless initializations | Vladimir Menshakov |
2010-01-08 | removed noisy debug | Vladimir Menshakov |
2010-01-08 | SCI: call gui-init right after loading a saved game, fixes weird gui issue th... | Martin Kiewitz |
2010-01-08 | minor cleanup | Vladimir Menshakov |
2010-01-08 | removed mark's animation z-odering, which seems to be invalid | Vladimir Menshakov |
2010-01-08 | fixed inventory animation speed | Vladimir Menshakov |
2010-01-08 | added zero-object special case in combine table | Vladimir Menshakov |
2010-01-08 | cleaned up blitting, fixed zoom+clipping issues | Vladimir Menshakov |
2010-01-07 | SCI: remove displaying tag in menu of some games (e.g. qfg1ega) | Martin Kiewitz |
2010-01-07 | SCI: kPortrait actually gets lowres coordinates that need to get adjusted acc... | Martin Kiewitz |
2010-01-07 | SCI: sierra sci doesnt seem to adjust according to port on upscaledhires_save... | Martin Kiewitz |
2010-01-07 | SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ... | Martin Kiewitz |
2010-01-07 | Premiliary adaption of SCI to use LoopingAudioStream. (This could really need... | Johannes Schickel |
2010-01-07 | Some formatting fixes. | Johannes Schickel |
2010-01-07 | Remove the deprecated FLAC, Vorbis and MP3 factories. | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Make VagStream a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | Do not try to destroy an object on the stack via delete. | Johannes Schickel |
2010-01-07 | Adapt TUCKER to use RewindableAudioStream and Mixer::playInputStreamLooping. ... | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | Create a wrapper makeLoopingAudioStream to reduce code duplcation. | Johannes Schickel |
2010-01-07 | Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be l... | Johannes Schickel |
2010-01-07 | SCI: fixed save/restorebits within screen class for displayscreen case, fixes... | Martin Kiewitz |
2010-01-07 | Moved creation of 'beep' sound buffer to sound manager constructor. | Nicola Mettifogo |
2010-01-07 | SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co... | Martin Kiewitz |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2010-01-07 | SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ... | Martin Kiewitz |
2010-01-07 | SCI: releasing sample stream as well (thx to LordHoto) | Martin Kiewitz |