Age | Commit message (Expand) | Author |
2005-04-13 | Patches #1164217 "Updated GS Support + Percussion Remapping Patch" and | Eugene Sandulenko |
2005-04-12 | Patch #1180882 "GM/GS Percussion Remapping" | Eugene Sandulenko |
2005-04-02 | Extremely minor consistency change. | Torbjörn Andersson |
2005-03-09 | Use _chorus, not _effect_level, as parameter to chorusLevel(). I don't | Torbjörn Andersson |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-07 | cleanup | Max Horn |
2005-01-01 | Updated copyright | Max Horn |
2004-12-03 | Fixed an Adlib regression with older games (e.g. EGA Loom, Indy 3 and | Torbjörn Andersson |
2004-11-28 | Trying to cleanup the volume control mess inside the SCUMM engine: renamed Mu... | Max Horn |
2004-11-27 | To really, truly fix the multi-midi race condition, the adlib driver is now a... | Jerome Fisher |
2004-11-27 | - driver being NULL there is perfectly fine, Fingolfin :) | Jerome Fisher |
2004-11-26 | paranoia | Max Horn |
2004-11-26 | The Adlib MidiDriver is now initialised immediately when it is determined tha... | Jerome Fisher |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor... | Max Horn |
2004-02-09 | Modified version of patch #892795 (Let scumvm -v show supported libs) | Max Horn |
2004-01-06 | updated copyright notice | Max Horn |
2003-12-13 | cleanup | Max Horn |
2003-11-16 | changed some shift operators to *, / | Paweł Kołodziejski |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-10-17 | Another fix for Bug [817871] re hanging notes on | Jamieson Christian |
2003-10-17 | Added trace output for IMuse doCommand codes that we're not sure | Jamieson Christian |
2003-10-15 | removed the kDefault*Volume constants | Max Horn |
2003-10-12 | Fix for Bug [817871]: Added MT-32 master volume adjustment to pause(). | Jamieson Christian |
2003-10-07 | Patch [818296] Modified MT-32 intialization sequence. | Jamieson Christian |
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian |
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix explic... | Max Horn |
2003-10-03 | const as const can | Max Horn |
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also m... | Max Horn |
2003-10-01 | Fix for Bug [812737] ALL: pitchbend range with MT32 | Jamieson Christian |
2003-09-30 | Fixed MT-32 init not getting called | Jamieson Christian |
2003-09-30 | Fix for Bug [812740] ALL: MT32: some notes cut off early | Jamieson Christian |
2003-09-29 | Cleanup, mostly related to matching up semantics | Jamieson Christian |
2003-09-29 | Fixed iMuse termination sequence to avoid deadlock. | Jamieson Christian |
2003-09-28 | Added terminate() to the MusicEngine and publicized | Jamieson Christian |
2003-09-17 | new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t... | Max Horn |
2003-09-16 | Partial fix for Bug [636985] ZAK256: No kazoo tune | Jamieson Christian |
2003-09-15 | Feature Request [806641] Increase MIDI | Jamieson Christian |
2003-09-14 | Fix for Bug [805593] MI2: Music stops in LeChuck's fortress | Jamieson Christian |
2003-09-08 | make even more use of Scumm::_musicEngine; added MusicEngine::setMasterVolume | Max Horn |
2003-09-07 | cleanup/refactoring | Max Horn |
2003-09-07 | some cleanup; clarified isSoundInUse semantics and the difference between IMu... | Max Horn |
2003-09-07 | added common base class MusicEngine for iMuse/iMuseDigital/Player_V123 (initi... | Max Horn |
2003-08-29 | Replaced VER_V* notation for savegames with | Jamieson Christian |
2003-08-23 | Typo | Travis Howell |
2003-08-23 | Added explicit 'ASFX' awareness for clarity | Jamieson Christian |
2003-08-16 | More corrections to the VAR_MUSIC_TIMER | Jamieson Christian |
2003-08-16 | Corrected timing mechanism for RO music streams. | Jamieson Christian |
2003-08-16 | Fixed transpose/detune computations | Jamieson Christian |
2003-08-15 | No need for those brackets | Travis Howell |