aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2003-08-10remap F1 to F5 for comi so people don't get the broken in game menuJonathan Gray
svn-id: r9613
2003-08-08remove GF_LOOMJonathan Gray
svn-id: r9603
2003-08-08remove debug printfJonathan Gray
svn-id: r9598
2003-08-08Fixed type mismatch warningJamieson Christian
svn-id: r9594
2003-08-08Added missing break after caseJamieson Christian
svn-id: r9592
2003-08-07work around odd cases with odd lens for 16 bit audio dataMax Horn
svn-id: r9591
2003-08-07Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracksJamieson Christian
When scanning (not jumping) to a target location in a different track, the current track is first scanned to the end to update the player state before starting into the new track. Miscellaneous scan-related cleanup is included. svn-id: r9589
2003-08-07This seems to be no more usedChris Apers
svn-id: r9585
2003-08-07In fact, Nicolas, this is no more needed :)Chris Apers
svn-id: r9584
2003-08-06Remove old tweak that can break the music when restoring now ... Chris, you ↵Nicolas Bacca
should check it too :p svn-id: r9582
2003-08-06Upgraded IMuse::doCommand() to support more than 8 parameters.Jamieson Christian
V6 scripts can specify up to 16 parameters to be passed to doCommand(). In most cases 8 or fewer parameters were used, but occasional uses of 9 or 10 parameters resulted in incorrect iMuse behavior due to lost doCommand() data. ImTrigger was also upgraded to support 8 parameters instead of 4, since the incorrect behavior that was observed involved the use of triggered commands that required more than 4 parameters. Since ImTrigger data is not currently being saved (which is bad), we do not at this time have to go to another savegame format to support the additional ImTrigger data (which is good). This fix corrects a problem in the Tunnel of Love. When the "execution scene" music finishes and the hidden door opens, the Tunnel of Love music is supposed to start up again. In ScummVM, it never would, do to the loss of parameters for a trigger-based "Parameter Fade" command. A bit of miscellaneous cleanup has also been made. svn-id: r9579
2003-08-06Tweaked debugger output to avoid wrapping, esp.Jamieson Christian
in the case of tabular output. svn-id: r9577
2003-08-06Fix for Bug [780918] SAM: Music stops at BumpusvilleJamieson Christian
Tweaked handling of ImSetTrigger when the triggered command starts a new song. If the song to be started is already playing, we stop it (in preparation for a restart) ONLY if the song containing the command trigger is actually playing. Otherwise the restart is likely to never occur (as is the case with the Bumpusville mansion interior music). svn-id: r9576
2003-08-06remove obsolete warning for non-22050 Vorbis filesMax Horn
svn-id: r9555
2003-08-06get rid of GF_INDY3 again, and also remove GID_INDY3_256 and GID_INDY3_TOWNSMax Horn
svn-id: r9554
2003-08-06Remove unneeded double bracketsTravis Howell
svn-id: r9548
2003-08-06Add GF_LOOM feature flag for loom games to reduce checks.Travis Howell
Will make it easier to add loom fm towns target in future. svn-id: r9547
2003-08-06Add GF_INDY3 feature flag for indy3 games to reduce checksTravis Howell
Remove GF_ADLIB_DEFAULT since it is no longer used svn-id: r9546
2003-08-06snmidemo is adlin resources only, other than intro.Travis Howell
snmdemo is midi resources only, double checked svn-id: r9535
2003-08-06Reverted too muchTravis Howell
Add note about missing code in simon svn-id: r9531
2003-08-05getting rid of g_mixer; removing lots of whitespaceMax Horn
svn-id: r9527
2003-08-05another tab completion fix by wjpMax Horn
svn-id: r9517
2003-08-05fix for debugger tab completion (thanks wjp)Max Horn
svn-id: r9515
2003-08-05fix warning, cleanup codeMax Horn
svn-id: r9511
2003-08-05added support for output sample rates > 32767 (still limited to a max of ↵Max Horn
65535, but all we care about are 44100 and 48000 anyway) svn-id: r9510
2003-08-05cleanupMax Horn
svn-id: r9509
2003-08-05Make prepositions workJames Brown
svn-id: r9505
2003-08-05fix warning / whitespaceMax Horn
svn-id: r9504
2003-08-05Forgot some V1 prep codeJames Brown
svn-id: r9503
2003-08-05V1 preposition support, but broken.James Brown
svn-id: r9502
2003-08-05RevertTravis Howell
svn-id: r9500
2003-08-05This sam and max demo includes midi tracksTravis Howell
svn-id: r9499
2003-08-05removed obsolete FIXMEMax Horn
svn-id: r9488
2003-08-05fixed VAR_TALKSTOP_KEY for V7 games (descumm6.cpp had it right all the time :-)Max Horn
svn-id: r9486
2003-08-05Humongous Games should use native midi drivers if available, since music ↵Travis Howell
resources are MIDI type. svn-id: r9483
2003-08-05nuke old resource againTravis Howell
svn-id: r9481
2003-08-05Add adlib music improvements for indy3/monkeyega/monkeyvga and cleanups from ↵Travis Howell
patch #770862 svn-id: r9480
2003-08-03fix warningMax Horn
svn-id: r9443
2003-08-03removed obsolete warningMax Horn
svn-id: r9442
2003-08-03o5_getStringWidth was missing getResultPos() (thanks to _Q for pointing this ↵Max Horn
out) svn-id: r9441
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-08-01indention fix (so the code adheres to our indention rules)Max Horn
svn-id: r9384
2003-08-01enable partial looping: However this is *completely* untested since I have ↵Max Horn
no clue where this feature is used, so i can't test it... if somebody tells me where this occurs, I can fix it, if it's not working already svn-id: r9361
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-08-01more descriptive title for mac ft demoJonathan Gray
svn-id: r9353
2003-07-31added support for FT mac demoMax Horn
svn-id: r9351
2003-07-31revamped MP3/Vorbis CD 'emulation' code to use a PlayingSoundHandle -> this ↵Max Horn
allows to finally get rid of the hackish isChannelActive/isChannelUsed methods in SoundMixer svn-id: r9346
2003-07-31spelling (bug #781028)Max Horn
svn-id: r9342
2003-07-31cleanup for some comments & indentionMax Horn
svn-id: r9341
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337