aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-08More Simon shutdown cleanupJamieson Christian
svn-id: r9602
2003-08-08Use shutdown() when quiting via ctrl zTravis Howell
svn-id: r9601
2003-08-08Fixed hang from double-lock of mutexJamieson Christian
svn-id: r9600
2003-08-08Close music engine on shutdownJamieson Christian
svn-id: r9599
2003-08-08remove debug printfJonathan Gray
svn-id: r9598
2003-08-08fix spacingJonathan Gray
svn-id: r9597
2003-08-08list -h in help textJonathan Gray
svn-id: r9596
2003-08-08add ability to specify prefix for optional libraries see help for detailsJonathan Gray
svn-id: r9595
2003-08-08Fixed type mismatch warningJamieson Christian
svn-id: r9594
2003-08-08Send All Notes Off to every channel on closeJamieson Christian
svn-id: r9593
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-07my code was actually right. Rather the calling code is evil, it passes us ↵Max Horn
odd buffer sizes for 16 bit audio data, which of course made no sense -> I added some asserts against this svn-id: r9590
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-07replace code in readBuffer by slightly less efficient but hopefully working ↵Max Horn
code (at least it fixes an endless loop in COMI for me). I did fix the originaly bug in my optimization, and right now I clueless as to why that code isn't working as it should <sigh>. Need sleep svn-id: r9588
2003-08-07Fix newline warningChris Apers
svn-id: r9587
2003-08-07No more needed ... Arisme, your turnChris Apers
svn-id: r9586
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-06Fix intro timing on WinCE ... guess everybody could use it but I'll leave ↵Nicolas Bacca
the engine mainteners decide :p svn-id: r9583
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-06Added comment to new macroJamieson Christian
svn-id: r9581
2003-08-06Changed readSample template functionJamieson Christian
to Fingolfin's new READSAMPLE macro. Circumvents buggy template function handling in MSVC6. Props to Fingolfin for tracking this bug down by remote. svn-id: r9580
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