aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
AgeCommit message (Expand)Author
2007-03-02added other code differences for Amiga FOTAQ versions, full game is now compl...Gregory Montoir
2007-02-26some fixes for FOTAQ Amiga versions, cleanupGregory Montoir
2007-02-25reduced code dup, Queen::LineReader -> SeekableReadStream::readLineGregory Montoir
2007-02-25changed all hard-coded filenames to uppercase, for consistencyGregory Montoir
2007-02-25added AmigaSound::playRandomPatternJungle, minor cleanupGregory Montoir
2007-02-24some fixes and additions for FOTAQ amiga versionsGregory Montoir
2007-02-22indentationGregory Montoir
2007-02-22setup default colors for Amiga versionsGregory Montoir
2007-02-22some fixes with resource files handling for Amiga versionsGregory Montoir
2007-02-21added initial support for FOTAQ amiga versionsGregory Montoir
2007-02-20cleanupMax Horn
2007-02-18added basic support for playing FOTAQ amiga modules files (rjp1) instead of M...Gregory Montoir
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2007-02-13made rtrim() and ltrim() global functions, to reduce code duplication (it see...Gregory Montoir
2007-02-13added missing MKID_BE macrosGregory Montoir
2007-02-03* Reimplemented Mixer::pauseAll to simply invoke pause on all channelsMax Horn
2007-01-20First phase of detection-related plugins interface improvements. Now pluginsEugene Sandulenko
2006-11-24Fixed compile error in FLAC sound support. I haven't tested this.Torbjörn Andersson
2006-11-24simplification, removed some duplicated codeGregory Montoir
2006-11-24loadFile isn't called with useMalloc=true anymore, got rid of itGregory Montoir
2006-11-23Fix for bug #1599393 - FOTAQ: clicks at the beginning of speech. English talk...Gregory Montoir
2006-11-19workaround bug #1599009Gregory Montoir
2006-11-13Reverted previous commit to keep FotAQ from crashing. The LineReader classTorbjörn Andersson
2006-11-12once parsed, queen2.jas buffer can be free'd.Gregory Montoir
2006-11-12cleanupGregory Montoir
2006-11-04rewrote FOTAQ game version detection code in a - if I didn't break anything -...Gregory Montoir
2006-11-03cleanup (got rid of the custom Language enum, re-used the one in the Common n...Gregory Montoir
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-16* Added virtual Engine::getDebugger() methodMax Horn
2006-09-16Overhaul of the debugger codeMax Horn
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-23Use #include "..." instead of #include <...> for pack-start.h and pack-end.hTorbjörn Andersson
2006-07-22Fix struct packing issues (macros are not resolve in #pragma params, at least...Max Horn
2006-07-22Using FilesystemNode::name instead of FilesystemNode::displayName in all game...Johannes Schickel
2006-07-21Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now...Max Horn
2006-07-09Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking...Max Horn
2006-07-09Added OSystem::setFocusRectangle (first part of Nintendo DS patch)Max Horn
2006-06-24* Renamed config.mak to config.mkMax Horn
2006-06-24Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cppMax Horn
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
2006-06-10fix CE portKostas Nakos
2006-05-30Workaround bug #1497280.Gregory Montoir
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-05-13Patch #1091170: ALL, SCUMM: Subtitle speed controlMax Horn
2006-05-04Set speech_mute/sfx_mute/music_mute values in one single central placeMax Horn
2006-04-29Moved the AudioCDManager as well as class AudioStream and its (standard) subc...Max Horn
2006-04-29* Changed the createEngine() factory function of our plugins to return an err...Max Horn
2006-04-17Moved updateScreen() into delay() for smoother mouse cursor movement. This mayTorbjörn Andersson
2006-04-16Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ...Max Horn
2006-04-15- Renamed ConfigManager::getActiveDomain to getActiveDomainName, and added a ...Max Horn