Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-19 | cleanup | Max Horn | |
svn-id: r47399 | |||
2010-01-19 | The Shorten audio decoder doesn't seem to use looping, so use the ↵ | Max Horn | |
non-deprecated version of makeRawMemoryStream svn-id: r47398 | |||
2010-01-19 | Started to get rid of Audio::FLAG_LOOP | Max Horn | |
svn-id: r47397 | |||
2010-01-19 | LURE: Remove evil 'using namespace' from header files | Max Horn | |
svn-id: r47396 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::playRaw for good | Max Horn | |
svn-id: r47394 | |||
2010-01-19 | Fixed some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47393 | |||
2010-01-19 | - Removed the resetDriver() hack. The reason why notes stopped being played ↵ | Filippos Karapetis | |
sometimes was actually mixer->stopAll(), which stopped the music stream as well (spotted by waltervn) - Hooked setReverb() to actually set music reverb svn-id: r47392 | |||
2010-01-19 | SCI: dont directly set mouse cursor to visible state but call show() instead ↵ | Martin Kiewitz | |
thus updating _isVisible so cursor wont get lost in sci0 games svn-id: r47391 | |||
2010-01-19 | SCI: call showBits() on the line between menubar and the actual menu ↵ | Martin Kiewitz | |
(because reanimate clips to picPort, so that line wouldnt be shown as restored) svn-id: r47390 | |||
2010-01-19 | SCI: also fix statusbar | Martin Kiewitz | |
svn-id: r47389 | |||
2010-01-19 | Add support for the flyby videos in Myst ME Macintosh. | Matthew Hoops | |
svn-id: r47388 | |||
2010-01-19 | SCI: fixed displaying of menubar (fixes all sorts of ega games) | Martin Kiewitz | |
svn-id: r47387 | |||
2010-01-19 | SCI: use reanimate instead of BitsShow() when removing menus | Martin Kiewitz | |
svn-id: r47386 | |||
2010-01-19 | SCI: Remove upper 4 bits when drawing lines on EGA games (fixes window ↵ | Martin Kiewitz | |
colors in kq1 and others) svn-id: r47385 | |||
2010-01-19 | Delete the inner music driver when MidiPlayer_AdLib() is destroyed, not in ↵ | Filippos Karapetis | |
close(), as MidiPlayer_AdLib() is closed and reopened inside SciMusic::resetDriver(). Fixes savegame loading and resetting the game svn-id: r47384 | |||
2010-01-19 | SCI: Still limit lower boundary in SCI1.1, moved upper priority boundary ↵ | Martin Kiewitz | |
limit removal for SCI1.1 into init svn-id: r47382 | |||
2010-01-19 | SCI: don't limit priority bands in sci1.1 (fixes swimmer in lsl6) | Martin Kiewitz | |
svn-id: r47381 | |||
2010-01-19 | SCI: implemented priority bands support for sci1.1 picture resources, fixed ↵ | Martin Kiewitz | |
lb2, kq6 svn-id: r47380 | |||
2010-01-19 | sword1: removed a leftover semicolon | Fabio Battaglia | |
svn-id: r47379 | |||
2010-01-19 | SWORD1: Fix memory leak in PSX audio code (seems to have been there for ↵ | Max Horn | |
quite some time?) svn-id: r47378 | |||
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn | |
svn-id: r47377 | |||
2010-01-19 | SAGA: Move from Mixer::playRaw to playInputStream; add FIXME regarding ↵ | Max Horn | |
sounds not being looped svn-id: r47376 | |||
2010-01-19 | Remove loop start/end params from Mixer::playRaw; convert some code from ↵ | Max Horn | |
Mixer::playRaw to Mixer::playInputStream svn-id: r47375 | |||
2010-01-19 | Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital ↵ | Max Horn | |
emulation to reverse stereo again, as it once seems to have been intended svn-id: r47374 | |||
2010-01-19 | SCI: added french lb2 floppy | Martin Kiewitz | |
svn-id: r47373 | |||
2010-01-19 | Missed copying a line from console.cpp; fixes a memory leak. | Matthew Hoops | |
svn-id: r47372 | |||
2010-01-19 | Make the workaround for the Riven intro background music work in the DVD ↵ | Matthew Hoops | |
version too. svn-id: r47371 | |||
2010-01-19 | SWORD1: Fix (?) sfx looping | Max Horn | |
svn-id: r47370 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn | |
svn-id: r47368 | |||
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn | |
svn-id: r47367 | |||
2010-01-18 | SCI: added comment about resource.p01 etc. (including possible TODO) | Martin Kiewitz | |
svn-id: r47364 | |||
2010-01-18 | SCI: added comment for merging together resource.p* files, if no volume file ↵ | Martin Kiewitz | |
could get opened svn-id: r47363 | |||
2010-01-18 | SCI: dont set dataInc selector inside updateCues when dataInc is not available | Martin Kiewitz | |
svn-id: r47362 | |||
2010-01-18 | Add detection for another french ADI4 environment disk | Arnaud Boutonné | |
svn-id: r47361 | |||
2010-01-18 | LOL: minor key map fix | Florian Kagerer | |
svn-id: r47359 | |||
2010-01-18 | Fixed assertion when setting non 8-bit cursors in Myst, Masterpiece Edition. | Torbjörn Andersson | |
svn-id: r47358 | |||
2010-01-18 | LOL: cleanup last commit | Florian Kagerer | |
svn-id: r47354 | |||
2010-01-18 | LOL: fixed spell array size | Florian Kagerer | |
svn-id: r47353 | |||
2010-01-17 | Fix SubSeekableAudioStream for stereo streams. | Johannes Schickel | |
svn-id: r47352 | |||
2010-01-17 | Update debug message. | Johannes Schickel | |
svn-id: r47351 | |||
2010-01-17 | Fix SubSeekableAudioStream regression from r47226 (i.e. length was ↵ | Johannes Schickel | |
calculated as start - end instead of end - start). svn-id: r47350 | |||
2010-01-17 | SCI: added warning() when detection fails to detect map and volume version | Martin Kiewitz | |
svn-id: r47349 | |||
2010-01-17 | SCI: fixed detection to not crash when adding sierras pinball creep, also ↵ | Martin Kiewitz | |
changed detection so that we dont "accept" games that use unknown view resources (otherwise pinball creep will get detected as SCI) svn-id: r47348 | |||
2010-01-17 | Mark lsl3 as a workaround. | Eugene Sandulenko | |
svn-id: r47347 | |||
2010-01-17 | SCI: speed throttler - hardcoded exception for room 290/lsl3, should fix ↵ | Martin Kiewitz | |
pushup count later in the game svn-id: r47346 | |||
2010-01-17 | SCI: Check GM patch before loading it | Walter van Niftrik | |
svn-id: r47345 | |||
2010-01-17 | SCI: Add MT-32 support for early SCI0 | Walter van Niftrik | |
svn-id: r47344 | |||
2010-01-17 | SCI: speed throttler changed, now gets triggered by kAnimate, removed ↵ | Martin Kiewitz | |
initial no-delay, i'm still getting animation now in iceman and sq3, slow palette animation in longbow fixed svn-id: r47343 |