aboutsummaryrefslogtreecommitdiff
path: root/queen
AgeCommit message (Expand)Author
2004-01-30Various changes to the build system which allow building ScummVM in an extern...Max Horn
2004-01-28remove outdated TODOsJoost Peters
2004-01-28Interview has no speech iether.Travis Howell
2004-01-27Allow using a real MT-32 (can someone with one please test this?)Joost Peters
2004-01-27minor cleanupJoost Peters
2004-01-27Proper fix for bug #884712Joost Peters
2004-01-26Yet another stupid EVC fixNicolas Bacca
2004-01-26fix compileOliver Kiehl
2004-01-25Seperate SFX and Speech.Joost Peters
2004-01-25Fix missing song at airport. Thanks for investigating, Kirben!Joost Peters
2004-01-25Song 17 should be silence in demos.Travis Howell
2004-01-25Check for demo version.Travis Howell
2004-01-25A music table from original demo exes.Travis Howell
2004-01-25Change debug levelTravis Howell
2004-01-25Remove old debug msg.Travis Howell
2004-01-25demos never have speechJoost Peters
2004-01-25- Cope better with invalid music (fixes 100% CPU usage)Joost Peters
2004-01-25The Floppy version has speech in the intro. (it doesn't hurt if speechToggle ...Joost Peters
2004-01-25Small correction to my last commit.Travis Howell
2004-01-25Add support for music in fotaq demosTravis Howell
2004-01-24- Added MT32 -> GM mapping, this fixes the wrong sound for the clock in the b...Joost Peters
2004-01-23change sscanf() calls to atoi() to please PalmOS :)Gregory Montoir
2004-01-23updateGregory Montoir
2004-01-23use BobSlot::clear instead of Graphics::clearBobGregory Montoir
2004-01-23MSVC warningsGregory Montoir
2004-01-23use BobSlot::clear instead of Graphics::clearBobGregory Montoir
2004-01-22- Some refactoring/clean-up.Joost Peters
2004-01-22(slightly) less hackish bounding box codeGregory Montoir
2004-01-21clear user input before entering Journal (no more load problems occuring when...Gregory Montoir
2004-01-20fix 'conversation options still displayed after hitting esc' bug (noticeable ...Gregory Montoir
2004-01-20- fixed bug #880415 (only setup bam scene after all _vm->update() calls)Gregory Montoir
2004-01-20initialise _channel arrayJoost Peters
2004-01-20AFAICT this is only used for caching in the original, which we don't care muc...Joost Peters
2004-01-19- Enable music queueing (I don't really like the levels of indirection, but i...Joost Peters
2004-01-19*temporary* fix for LineReader to handle files not terminated by an empty str...Gregory Montoir
2004-01-19re-use BobFrameGregory Montoir
2004-01-19increase Credits::_list size to match the German version requirements (thanks...Gregory Montoir
2004-01-19prevents bank re-loading (cutaways animations)Gregory Montoir
2004-01-19Added MusicPlayer class (MidiDriver derivate) for greater flexibilityJoost Peters
2004-01-18fix warningPaweł Kołodziejski
2004-01-18fix warningPaweł Kołodziejski
2004-01-16redundant checkGregory Montoir
2004-01-16- removed noisy warning in talk codeGregory Montoir
2004-01-16some assert() callsGregory Montoir
2004-01-16rewritten Logic::setupJoeInRoom(), in order to only get objectData(_entryObj)...Gregory Montoir
2004-01-16it seems entryObj can be <0, check for itGregory Montoir
2004-01-15got rid of timer stuff to handle display syncGregory Montoir
2004-01-15reset _lastSoundIndex in car animation tooGregory Montoir
2004-01-14bumped Cutaway::_personFace array size, as during intro Cutaway::_personFaceC...Gregory Montoir
2004-01-14- tweaked a bit walking functions to make persons stop walking when a cutaway...Gregory Montoir