aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-12-05added support for an international BS1 cutscene pack (which we didn't release...Robert Göffringmann
2004-12-04getFeatureState should only be allowed when we are *not* in a GFX transaction...Max Horn
2004-12-04clear scroll offsets... not sure if this is actually necessary, but it *could...Robert Göffringmann
2004-12-03don't assert if no mouse buffer hasn't been setupGregory Montoir
2004-12-03Minor cleanup, one more time.Gregory Montoir
2004-12-03Oops, I forgot to make this change before making the last commit.Torbjörn Andersson
2004-12-03This is mostly done, except for bugfixing.Torbjörn Andersson
2004-12-03First pass at migrating from the old Reinherit console to the ScummVMTorbjörn Andersson
2004-12-03Stop sounds at the beginning of a scene. Two reasons: we already stopTorbjörn Andersson
2004-12-03Fixed an Adlib regression with older games (e.g. EGA Loom, Indy 3 andTorbjörn Andersson
2004-12-03ParanoiaMax Horn
2004-12-02Synched with upstream (Munt 0.1.1).Jerome Fisher
2004-12-02simplified palette handlingGregory Montoir
2004-12-02enabled autosaveGregory Montoir
2004-12-02Fix kyra compileTravis Howell
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-12-01renamed a few things to match our coding guidelinesGregory Montoir
2004-12-01I've been meaning to look at getting rid of the SAGA console in favour ofTorbjörn Andersson
2004-11-30'atari, fmtowns, mac, pc, windows' have nothing to do with savepath :)Gregory Montoir
2004-11-30enabled savegame loading on startupGregory Montoir
2004-11-29Allow the file browser to get back to the "pseudo root" under Windows. ThisTorbjörn Andersson
2004-11-29- Fixed uninitialised reverb level. This bug took embarrassingly long to find...Jerome Fisher
2004-11-29- Now actually read and write the 4 bytes of tuning frequency info in the hea...Jerome Fisher
2004-11-29Fix music volumeEugene Sandulenko
2004-11-29Fix music volumeEugene Sandulenko
2004-11-29Go on safe side by getting music volume from config managerEugene Sandulenko
2004-11-29Fix music volume.Eugene Sandulenko
2004-11-28Fingolfin, I see what you mean about the volume control mess :)Jerome Fisher
2004-11-28cleanupMax Horn
2004-11-28Last one... No more MT-32 pass-through.Jerome Fisher
2004-11-28No longer sets pass-through for MT-32 emulator.Jerome Fisher
2004-11-28Who started this trend? :)Jerome Fisher
2004-11-28- MIDI messages are now pre-processed and go through normal channel allocatio...Jerome Fisher
2004-11-28Changed parameter order of SoundMixer::playInputStream to match that of playRawMax Horn
2004-11-28Fix range checkMax Horn
2004-11-28- Now sets the palette earlier, and only once.Jerome Fisher
2004-11-28- Now sets itself as a "permanent" mixer channel.Jerome Fisher
2004-11-28Added a "permanent" field to Channels, which simply prevents them from being ...Jerome Fisher
2004-11-28Initialize palette for the progress barEugene Sandulenko
2004-11-28Trying to cleanup the volume control mess inside the SCUMM engine: renamed Mu...Max Horn
2004-11-28- Cleanup.Jerome Fisher
2004-11-28Using a slightly hacked DOSbox I believe I have verified that the firstTorbjörn Andersson
2004-11-28Added debug message similar to the one for the scene LUT.Torbjörn Andersson
2004-11-28Assume for now that the premixer is always used for music playback (as oppose...Max Horn
2004-11-28Fixed various warningsMax Horn
2004-11-28fixed an unsigned comparision warning (does this code really do what you inte...Max Horn
2004-11-28const correctness fixMax Horn
2004-11-28Sync with HE docs md5sTravis Howell
2004-11-28DuplicatesTravis Howell
2004-11-28- More cleanup.Jerome Fisher