Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-06 | Changed the frame delay for part of the introduction sequence to match the ↵ | Paul Gilbert | |
original game and prevent the music from running out before the next animation begins svn-id: r30287 | |||
2008-01-06 | Fix to show talk dialogs in EGA mode using the EGA palette | Paul Gilbert | |
svn-id: r30286 | |||
2008-01-06 | Fixed compilation | Filippos Karapetis | |
svn-id: r30285 | |||
2008-01-06 | cleanup | Max Horn | |
svn-id: r30284 | |||
2008-01-06 | clarify comment | Max Horn | |
svn-id: r30283 | |||
2008-01-05 | Made IMuseDigital::stopSound use flushTrack instead of setting ↵ | Max Horn | |
track->toBeRemoved = true; cleanup in flushTrack() svn-id: r30282 | |||
2008-01-05 | Removed unnecessary newline in debug message. | Torbjörn Andersson | |
svn-id: r30279 | |||
2008-01-05 | Let the audio mixer take care of (i.e. dispose) the Track::stream object, too | Max Horn | |
svn-id: r30277 | |||
2008-01-05 | stop low priority sounds which we want to override immediatly | Max Horn | |
svn-id: r30275 | |||
2008-01-05 | VAR_TMR_4 has a special role from VAR_TMR_1 till 3 (in particular, it exists ↵ | Max Horn | |
across far more SCUMM versions), so rename it to VAR_TIMER_TOTAL svn-id: r30271 | |||
2008-01-05 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30269 | |||
2008-01-05 | Play SOU data instantly, not slightly delayed -> allows us to get rid of ↵ | Max Horn | |
Track::streamSou & Track::mixerStreamRunning (have not yet removed the latter to avoid introducing a new savegame version) svn-id: r30268 | |||
2008-01-05 | Seems IMuseDigital::cloneToFadeOutTrack was using the wrong pan value all ↵ | Max Horn | |
the time svn-id: r30267 | |||
2008-01-05 | Moved some code which was being duplicated to methods of class Track | Max Horn | |
svn-id: r30266 | |||
2008-01-05 | Let the audio mixer delete the streamSou object | Max Horn | |
svn-id: r30265 | |||
2008-01-05 | Workaround for Amiga Gold Rush's broken picture 147 by patching it. | Kari Salminen | |
svn-id: r30263 | |||
2008-01-05 | When loading and before starting an iMuse Digitial track, reset it ↵ | Max Horn | |
completely to zero svn-id: r30262 | |||
2008-01-05 | Clarified some iMuse Digital code as I understand it | Max Horn | |
svn-id: r30260 | |||
2008-01-05 | Implement a workaround to hide.mouse-command for Amiga's Gold Rush. Fixes ↵ | Kari Salminen | |
walking with mouse in room 192 (The hanging scene i.e. the copy protection failure scene). svn-id: r30259 | |||
2008-01-05 | As far as I can tell / understand, IMuseDigital::getSoundStatus can safely ↵ | Max Horn | |
just use isSoundHandleActive for both stream and streamSou (warning: might cause regressions) svn-id: r30258 | |||
2008-01-05 | Use souStreamUsed to distinguish between 'stream' and 'streamSou' usage | Max Horn | |
svn-id: r30257 | |||
2008-01-05 | Do not busy wait in IMuseDigital::allocSlot on *any* platform | Max Horn | |
svn-id: r30255 | |||
2008-01-05 | This 'if' should not be necessary anymore | Max Horn | |
svn-id: r30254 | |||
2008-01-05 | Fix for bug #1795755: LOOM/FLAC: Pauses (temporary lockups) after speech | Max Horn | |
svn-id: r30252 | |||
2008-01-05 | Implement unknown test command 19 (hopefully) properly and name it ↵ | Kari Salminen | |
unofficially as the in.motion.using.mouse-command. svn-id: r30251 | |||
2008-01-05 | Fixed regression that would cause ScummEngine_v80he to leak polygon slots at an | Torbjörn Andersson | |
alarming rate. svn-id: r30249 | |||
2008-01-05 | Several warnings which have been disabled for MSVC are never thrown (at ↵ | Filippos Karapetis | |
least not anymore). Removing all the unneeded ones svn-id: r30248 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30242 | |||
2008-01-05 | Removed tabs in front of GPL header | Paul Gilbert | |
svn-id: r30241 | |||
2008-01-05 | Grammar fix in comment for kFeatureAutoComputeDirtyRects | Paul Gilbert | |
svn-id: r30240 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2008-01-05 | Fixed comment that incorrectly reversed green and blue ordering for ↵ | Paul Gilbert | |
setPalette data svn-id: r30237 | |||
2008-01-05 | Changed room change code for an immediate transition when in EGA mode (which ↵ | Paul Gilbert | |
can't do fades) svn-id: r30236 | |||
2008-01-05 | Fix for popup menus to work in EGA mode | Paul Gilbert | |
svn-id: r30234 | |||
2008-01-05 | Made standard EGA background colour a constant | Paul Gilbert | |
svn-id: r30233 | |||
2008-01-05 | Fix to show credits screen correctly in EGA mode | Paul Gilbert | |
svn-id: r30232 | |||
2008-01-05 | Brought waitForPress into line with other similar methods to not register ↵ | Paul Gilbert | |
control characters svn-id: r30231 | |||
2008-01-05 | Fix to use correct EGA/VGA colour when displaying talk conversation options | Paul Gilbert | |
svn-id: r30230 | |||
2008-01-05 | Fix for showing the correct colour in the status line in EGA mode | Paul Gilbert | |
svn-id: r30229 | |||
2008-01-05 | Added support for the EGA style menu | Paul Gilbert | |
svn-id: r30228 | |||
2008-01-05 | Removed redundant parameters and clarified EGA and VGA specific definitions | Paul Gilbert | |
svn-id: r30227 | |||
2008-01-05 | Added extra handling for EGA dialogs, and added formalised ↵ | Paul Gilbert | |
parameters/methods for text positioning svn-id: r30226 | |||
2008-01-05 | Converted some spaces to tabs. | Torbjörn Andersson | |
svn-id: r30225 | |||
2008-01-05 | Corrected the RGB values generated for a given EGA palette index | Paul Gilbert | |
svn-id: r30224 | |||
2008-01-04 | In revision 30221, the correct font wasn't selected in the character ↵ | Nicola Mettifogo | |
selection screen. Always ask things twice. svn-id: r30222 | |||
2008-01-04 | Fix for bug# 1729307. Fonts are now displayed with shadows when needed on ↵ | Nicola Mettifogo | |
Amiga. The correct font for intro screen has also been selected. svn-id: r30221 | |||
2008-01-04 | Applied my alternative patch for feature request #1266599 ("BS1: Invert stereo | Torbjörn Andersson | |
channels for traffic sounds in Rue Jarry"). Now let's see if it breaks any other scenes. :-) svn-id: r30220 | |||
2008-01-04 | fix a race - bug #1863961 (#1769503) | Kostas Nakos | |
svn-id: r30218 | |||
2008-01-04 | Slight cleanup | Filippos Karapetis | |
svn-id: r30217 | |||
2008-01-04 | Updated from media/trunk | Max Horn | |
svn-id: r30216 |