aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06Added backends/intern.h to project tree, little config tweakChris Apers
svn-id: r9578
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-06some cleanupMax Horn
svn-id: r9575
2003-08-06sync with 0.5.0 branchMax Horn
svn-id: r9559
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-06Added .ini parametersNicolas Bacca
svn-id: r9553
2003-08-06Fixed type mismatch error compiling palmos portChris Apers
svn-id: r9552
2003-08-06Fix #783732 : freeze on Pocket PCNicolas Bacca
svn-id: r9550
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-06update man page a bit, we should probably have another one for the config ↵Jonathan Gray
file at some point as well svn-id: r9544
2003-08-06ChangedChris Apers
svn-id: r9543
2003-08-06Added --demo-mode optionChris Apers
svn-id: r9542
2003-08-06Get rid of the bad onehalf array (thx to Mark Fechtner)Chris Apers
svn-id: r9540
2003-08-06Disable SWORD2Chris Apers
svn-id: r9539
2003-08-06Added --demo-mode optionChris Apers
svn-id: r9538
2003-08-06correct version stringJonathan Gray
svn-id: r9537
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-06get rid of some g_system usageMax Horn
svn-id: r9529
2003-08-06must create adlib driver *after* calling _mixer->bindToSystemMax Horn
svn-id: r9528
2003-08-05getting rid of g_mixer; removing lots of whitespaceMax Horn
svn-id: r9527
2003-08-05removing whitespaceMax Horn
svn-id: r9526
2003-08-05some cleanup; added Channel::getVolume, once somebody tells me what exactly ↵Max Horn
is needed, I can add per-channel volume, and also per-channel panning svn-id: r9525
2003-08-05Update right click stuffNicolas Bacca
svn-id: r9523
2003-08-05begone, old mixer codeMax Horn
svn-id: r9521
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-05Hotfixes ...Ruediger Hanke
svn-id: r9514
2003-08-05more cleanupMax Horn
svn-id: r9513
2003-08-05cleanupMax Horn
svn-id: r9512
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-05oopsTravis Howell
svn-id: r9508
2003-08-05F10 key works in simon1Travis Howell
svn-id: r9507
2003-08-05F10 key works in simon1, although it highlights exitsTravis Howell
svn-id: r9506
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-05Rvert this non-smallheader adlib changeTravis Howell
svn-id: r9491
2003-08-05stdafx.h should always be firstMax Horn
svn-id: r9490
2003-08-05removed obsolete FIXMEMax Horn
svn-id: r9488