Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-08 | More Simon shutdown cleanup | Jamieson Christian | |
svn-id: r9602 | |||
2003-08-08 | Use shutdown() when quiting via ctrl z | Travis Howell | |
svn-id: r9601 | |||
2003-08-08 | Fixed hang from double-lock of mutex | Jamieson Christian | |
svn-id: r9600 | |||
2003-08-08 | Close music engine on shutdown | Jamieson Christian | |
svn-id: r9599 | |||
2003-08-08 | remove debug printf | Jonathan Gray | |
svn-id: r9598 | |||
2003-08-08 | fix spacing | Jonathan Gray | |
svn-id: r9597 | |||
2003-08-08 | list -h in help text | Jonathan Gray | |
svn-id: r9596 | |||
2003-08-08 | add ability to specify prefix for optional libraries see help for details | Jonathan Gray | |
svn-id: r9595 | |||
2003-08-08 | Fixed type mismatch warning | Jamieson Christian | |
svn-id: r9594 | |||
2003-08-08 | Send All Notes Off to every channel on close | Jamieson Christian | |
svn-id: r9593 | |||
2003-08-08 | Added missing break after case | Jamieson Christian | |
svn-id: r9592 | |||
2003-08-07 | work around odd cases with odd lens for 16 bit audio data | Max Horn | |
svn-id: r9591 | |||
2003-08-07 | my 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-07 | Fix for Bug [780924] IMUSE: Pitchbend isn't reset when changing tracks | Jamieson 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-07 | replace 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-07 | Fix newline warning | Chris Apers | |
svn-id: r9587 | |||
2003-08-07 | No more needed ... Arisme, your turn | Chris Apers | |
svn-id: r9586 | |||
2003-08-07 | This seems to be no more used | Chris Apers | |
svn-id: r9585 | |||
2003-08-07 | In fact, Nicolas, this is no more needed :) | Chris Apers | |
svn-id: r9584 | |||
2003-08-06 | Fix 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-06 | Remove old tweak that can break the music when restoring now ... Chris, you ↵ | Nicolas Bacca | |
should check it too :p svn-id: r9582 | |||
2003-08-06 | Added comment to new macro | Jamieson Christian | |
svn-id: r9581 | |||
2003-08-06 | Changed readSample template function | Jamieson 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-06 | Upgraded 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-06 | Added backends/intern.h to project tree, little config tweak | Chris Apers | |
svn-id: r9578 | |||
2003-08-06 | Tweaked debugger output to avoid wrapping, esp. | Jamieson Christian | |
in the case of tabular output. svn-id: r9577 | |||
2003-08-06 | Fix for Bug [780918] SAM: Music stops at Bumpusville | Jamieson 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-06 | some cleanup | Max Horn | |
svn-id: r9575 | |||
2003-08-06 | sync with 0.5.0 branch | Max Horn | |
svn-id: r9559 | |||
2003-08-06 | remove obsolete warning for non-22050 Vorbis files | Max Horn | |
svn-id: r9555 | |||
2003-08-06 | get rid of GF_INDY3 again, and also remove GID_INDY3_256 and GID_INDY3_TOWNS | Max Horn | |
svn-id: r9554 | |||
2003-08-06 | Added .ini parameters | Nicolas Bacca | |
svn-id: r9553 | |||
2003-08-06 | Fixed type mismatch error compiling palmos port | Chris Apers | |
svn-id: r9552 | |||
2003-08-06 | Fix #783732 : freeze on Pocket PC | Nicolas Bacca | |
svn-id: r9550 | |||
2003-08-06 | Remove unneeded double brackets | Travis Howell | |
svn-id: r9548 | |||
2003-08-06 | Add 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-06 | Add GF_INDY3 feature flag for indy3 games to reduce checks | Travis Howell | |
Remove GF_ADLIB_DEFAULT since it is no longer used svn-id: r9546 | |||
2003-08-06 | update 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-06 | Changed | Chris Apers | |
svn-id: r9543 | |||
2003-08-06 | Added --demo-mode option | Chris Apers | |
svn-id: r9542 | |||
2003-08-06 | Get rid of the bad onehalf array (thx to Mark Fechtner) | Chris Apers | |
svn-id: r9540 | |||
2003-08-06 | Disable SWORD2 | Chris Apers | |
svn-id: r9539 | |||
2003-08-06 | Added --demo-mode option | Chris Apers | |
svn-id: r9538 | |||
2003-08-06 | correct version string | Jonathan Gray | |
svn-id: r9537 | |||
2003-08-06 | snmidemo is adlin resources only, other than intro. | Travis Howell | |
snmdemo is midi resources only, double checked svn-id: r9535 | |||
2003-08-06 | Reverted too much | Travis Howell | |
Add note about missing code in simon svn-id: r9531 | |||
2003-08-06 | get rid of some g_system usage | Max Horn | |
svn-id: r9529 | |||
2003-08-06 | must create adlib driver *after* calling _mixer->bindToSystem | Max Horn | |
svn-id: r9528 | |||
2003-08-05 | getting rid of g_mixer; removing lots of whitespace | Max Horn | |
svn-id: r9527 | |||
2003-08-05 | removing whitespace | Max Horn | |
svn-id: r9526 |