Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-11 | Added savefile.* to MSVC6 project | Jamieson Christian | |
svn-id: r9632 | |||
2003-08-11 | this fixme doesn't apply to old bundle games using GID_INDY3 target | Jonathan Gray | |
svn-id: r9631 | |||
2003-08-11 | A nuke wasn't required after all | Travis Howell | |
svn-id: r9630 | |||
2003-08-11 | Fix regression | Travis Howell | |
svn-id: r9629 | |||
2003-08-10 | stdafx.h needs to be included before scummsys.h because of the #define of free. | Marcus Comstedt | |
svn-id: r9628 | |||
2003-08-10 | Replaced use of File with use of SaveFileManager where appropriate. | Marcus Comstedt | |
svn-id: r9627 | |||
2003-08-10 | Harmonized SaveFile API with File API a bit. | Marcus Comstedt | |
svn-id: r9626 | |||
2003-08-10 | Add missing code for f10 key, thanks to Jamieson | Travis Howell | |
Stops multiple flashing star occuring on one character/object svn-id: r9625 | |||
2003-08-10 | Fix for f10 key in simon1 | Travis Howell | |
svn-id: r9624 | |||
2003-08-10 | Doesn't look like these are used anymore. | Marcus Comstedt | |
svn-id: r9623 | |||
2003-08-10 | Fix for Bug [785373] SAM: Overlapping music at Bigfoot convention | Jamieson Christian | |
Included the ImDeferredCommand list when checking for sounds that have been queued to play. Also added sound queue processing between execution of exit script and entry script. In the case of this bug, the entry script required that the iMuse state be fully up to date, including last-moment changes from the previous exit script. svn-id: r9622 | |||
2003-08-10 | Added imuse_panic to turn off all music players | Jamieson Christian | |
svn-id: r9621 | |||
2003-08-10 | most people have case sensitive filesystems | Jonathan Gray | |
svn-id: r9620 | |||
2003-08-10 | Use debug by default for CVS trunk | James Brown | |
svn-id: r9619 | |||
2003-08-10 | Tweak a little | James Brown | |
svn-id: r9618 | |||
2003-08-10 | depend on configure for config.mak so we can pick up changes | Jonathan Gray | |
svn-id: r9617 | |||
2003-08-10 | nice friendly message about having to run configure first | Jonathan Gray | |
svn-id: r9616 | |||
2003-08-10 | update readme for configure, debian and osx section will need to be updated ↵ | Jonathan Gray | |
as well... svn-id: r9615 | |||
2003-08-10 | Makefile.new -> Makefile, Makefile -> Makefile.noconf default Makefile now ↵ | Jonathan Gray | |
requires configure script svn-id: r9614 | |||
2003-08-10 | remap F1 to F5 for comi so people don't get the broken in game menu | Jonathan Gray | |
svn-id: r9613 | |||
2003-08-10 | stop if we find a configure option we don't know about, add --enable-debug ↵ | Jonathan Gray | |
option which currently only adds -g svn-id: r9612 | |||
2003-08-09 | make use of env vars when doing checks | Jonathan Gray | |
svn-id: r9611 | |||
2003-08-09 | remove echo that shouldn't have been left in | Jonathan Gray | |
svn-id: r9610 | |||
2003-08-09 | don't allow loading of messy 0.5.1 savegames. | Robert Göffringmann | |
svn-id: r9609 | |||
2003-08-09 | makes use of SoundMixer::pauseChannels() now. | Robert Göffringmann | |
svn-id: r9608 | |||
2003-08-09 | added SoundMixer::pauseChannels for pausing SFX and keeping adlib music ↵ | Robert Göffringmann | |
running (needed by BASS when menu bar drops down) svn-id: r9607 | |||
2003-08-08 | Lets try and keep this more updated from now on, hmm? | James Brown | |
svn-id: r9606 | |||
2003-08-08 | Revamped the GM-to-FM emulation tables. | Jamieson Christian | |
The new tables come directly from the Adlib driver for the original Sam & Max distro. Sam & Max using Adlib should now sound essentially identical to the original distro ("a few more tests"), and other games without specific Adlib support, such as Simon, should sound a whole lot closer to the GM tonality. Percussion support is now comprehensive for Sam & Max and a lot more thorough for other games. svn-id: r9605 | |||
2003-08-08 | Added generic send() option to MidiChannel. | Jamieson Christian | |
This circumvents problems doing generic send() calls to MidiDrivers that support more than 16 MIDI channels (i.e. Adlib). Because of the way it interacts with MidiDriver, Simon could have run into a problem if it tried to allocate more than 15 Adlib music channels (though this would only happen in very, VERY rare circumstances). Also fixed a problem with the channel numbering scheme used by MidiDriver_Adlib, in particular the percussion channel number. svn-id: r9604 | |||
2003-08-08 | remove GF_LOOM | Jonathan Gray | |
svn-id: r9603 | |||
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 |