aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2004-11-28- Now really use g_scummfont everywhere.Jerome Fisher
2004-11-28- Now uses g_scummfont instead of g_sysfont.Jerome Fisher
2004-11-28- Cleanup. Still waiting for a real MT-32 to check PCM tuning.Jerome Fisher
2004-11-28- Tweaked tuning.Jerome Fisher
2004-11-28- Added graphical representation of initialisation progress. This is quite ha...Jerome Fisher
2004-11-28correctionGregory Montoir
2004-11-28Fixing actor regression in The Dig caused by my previous changesMax Horn
2004-11-28Fix AKOS clipping issues at the left/right border of the screen (smooth scrol...Max Horn
2004-11-28Print some camera infoMax Horn
2004-11-27md5 updateGregory Montoir
2004-11-27Fix for bug #1067982 (DIG: Parallax scrolling in library semi-broken)Max Horn
2004-11-27fixed potiential problem in scumm save/load codeGregory Montoir
2004-11-27moved all the HE wiz stuff to a separate module, with minor cleanups and simp...Gregory Montoir
2004-11-27This is done...Max Horn
2004-11-27Removed the (highly SCUMM specific) 'appendable stream' API from SoundMixer; ...Max Horn