Age | Commit message (Expand) | Author |
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 |
2003-08-15 | Don't confuse RO and ROL sound resources | Travis Howell |
2003-08-14 | Added support for Roland MT-32 music tracks | Jamieson Christian |
2003-08-12 | Removed unused stuff. | Jamieson Christian |
2003-08-10 | Fix for Bug [785373] SAM: Overlapping music at Bigfoot convention | Jamieson Christian |
2003-08-07 | In fact, Nicolas, this is no more needed :) | Chris Apers |
2003-08-06 | Remove old tweak that can break the music when restoring now ... Chris, you s... | Nicolas Bacca |
2003-08-06 | Upgraded IMuse::doCommand() to support more than 8 parameters. | Jamieson Christian |
2003-08-06 | Fix for Bug [780918] SAM: Music stops at Bumpusville | Jamieson Christian |
2003-08-05 | getting rid of g_mixer; removing lots of whitespace | Max Horn |
2003-08-01 | indention fix (so the code adheres to our indention rules) | Max Horn |
2003-07-15 | replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gSc... | Max Horn |
2003-07-07 | Fix for bug [761637] FOA: Music problems in endgame/credits. | Jamieson Christian |
2003-06-18 | Fix for bug [756555] ALL: With '-ewindows' notes don't stop at quit | Jamieson Christian |
2003-06-17 | I will add a wrapper for that (currently NULL driver) | Chris Apers |
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm speci... | Max Horn |
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme... | Max Horn |