aboutsummaryrefslogtreecommitdiff
path: root/queen/queen.cpp
AgeCommit message (Expand)Author
2004-12-19Fixed regression in queen floppy version. Before doing any speech/texts synch...Gregory Montoir
2004-12-17Even more paranoia, since the older ScummVM releases allowed speech_mute to b...Joost Peters
2004-12-17Simplify check.Joost Peters
2004-12-17Mute speech for floppy version as well.Joost Peters
2004-12-09Pass subdirectories to gamedetector functionsRobert Göffringmann
2004-12-03Minor cleanup, one more time.Gregory Montoir
2004-12-02simplified palette handlingGregory Montoir
2004-12-02enabled autosaveGregory Montoir
2004-12-02Moved MidiDriver creation code into the MidiDriver class (as static methods),...Max Horn
2004-11-30enabled savegame loading on startupGregory Montoir
2004-11-28Fingolfin, I see what you mean about the volume control mess :)Jerome Fisher
2004-11-28- MIDI messages are now pre-processed and go through normal channel allocatio...Jerome Fisher
2004-11-27Moved Engine::getSavePath() to class SaveFileManager; removed the 'directory'...Max Horn
2004-11-24Fix a`ll engines. They work, though current fix is just temporary.Eugene Sandulenko
2004-11-23cleanup, follow code conventionsGregory Montoir
2004-11-23sync queen engine with latest OSystem changesGregory Montoir
2004-11-23Added Engine::init() method; added return value to Engine::go()Max Horn
2004-11-20Removing walkthrough stuff again (talked to aquadran about this, he had no ob...Max Horn
2004-11-19added walkthroughPaweł Kołodziejski
2004-11-15change engine initialization as suggested on -develGregory Montoir
2004-10-22Support MT-32 emu.Eugene Sandulenko
2004-10-10make queen engine returning to the launcher when finished (next step: plug al...Gregory Montoir
2004-08-24Rewrote the way strings are extracting from the datafiles, now it should be '...Gregory Montoir
2004-08-06cleanup and simplify Resource class a bit moreGregory Montoir
2004-08-06minor cleanupGregory Montoir
2004-08-05forgot thatGregory Montoir
2004-08-05simplified some codeGregory Montoir
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
2004-03-09Enable music volume slider in JournalJoost Peters
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-02-05renamed (Const)Iterator to (const_)iterator; changed size() to return an uintMax Horn
2004-02-01Match new[] with delete[]Joost 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-25demos never have speechJoost Peters
2004-01-25The Floppy version has speech in the intro. (it doesn't hurt if speechToggle ...Joost Peters
2004-01-15got rid of timer stuff to handle display syncGregory Montoir
2004-01-13- wrong sentence was spoken when Joe was trying to 'pick up' a personGregory Montoir
2004-01-12New save/load code, this *breaks* compatiblity with the previousGregory Montoir
2004-01-11cleanupGregory Montoir
2004-01-09renamed some methods and moved some code to DisplayGregory Montoir
2004-01-08- new Grid class to handle all zones / areas stuffGregory Montoir
2004-01-08mostly cleanup :Gregory Montoir
2004-01-06- enabled debugger in QueenEngine::errorStringGregory Montoir
2004-01-06updated copyright noticeMax Horn
2004-01-05- enabled debugger in QueenEngine::errorStringGregory Montoir
2004-01-05added a class to manage banks, Queen::Graphics cleanupGregory Montoir
2004-01-04- added code to only redraw changed blocks in order to avoid full screen refreshGregory Montoir
2004-01-04renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...Max Horn
2004-01-03Allow queen to use adlib driver as well (that was surprisingly easy :))Joost Peters