aboutsummaryrefslogtreecommitdiff
path: root/engines/queen
AgeCommit message (Expand)Author
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-07QUEEN: Delete the parser before closing the driver.eriktorbjorn
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format more forward declarations to follow conventionOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-25QUEEN: Remove leftover class forward declarationMax Horn
2011-03-24QUEEN: Rename some MidiMusic members to match Audio::MidiPlayerMax Horn
2011-03-24QUEEN: Fix incorrect 'all notes off' handlingMax Horn
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-23AUDIO: Change several fake MidiDrivers to MidiDriver_BASE subclassesMax Horn
2011-03-23ENGINES: Use Common::StackLock in more placesMax Horn
2011-03-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-20QUEEN: Fix the journal's music volume sliderdhewg
2011-03-20QUEEN: Reenable speech per defaultdhewg
2011-03-19QUEEN: Init volume levels on startupdhewg
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-19QUEEN: fix #1858081 - Jetty: "sign" at wrong positionGregory Montoir
2011-02-14QUEEN: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07QUEEN: Avoid hiding an overloaded virtual methodMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-21QUEEN: Correct uninitialised read in Queen Adlib driver found by Valgrind.David Turner
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-01ENGINES: Replace many printfs by warning/debug/debugNMax Horn
2010-11-01GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warningsMax Horn
2010-10-15QUEEN: Fixed code analysis warning - bug #3087851Filippos Karapetis
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-08-01QUEEN: fix for bug 3036170. File name test supports upper case for transferri...Yotam Barnoy
2010-07-17Remove PalmOS portMax Horn
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-06-25AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel...Florian Kagerer
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
2010-05-18Replace one instance of strncpy with Common::strlcpy.Johannes Schickel
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-25get rid of global Box objects and remove obsoleted PALMOS_ARM defines.Gregory Montoir
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew la...Ori Avtalion
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-03-24Stop the music before starting the next one, after discussing it with joostp.Torbjörn Andersson
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel