aboutsummaryrefslogtreecommitdiff
path: root/engines/cine
AgeCommit message (Expand)Author
2011-12-19CINE: Add some comments to the MT-32 instrument code.Johannes Schickel
2011-12-11CINE: Make findNote behave like in the original.Johannes Schickel
2011-12-11CINE: Fall back to AdLib, in case a user tries to use the MT-32 output with a...Johannes Schickel
2011-12-11CINE: Make PC sound code thread safe, since the MIDI output might run the cal...Johannes Schickel
2011-12-11CINE: Make findNote behave a bit more like the original.Johannes Schickel
2011-12-11CINE: Implement MT-32 output driver.Johannes Schickel
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-11-02CINE: Fix warningsEugene Sandulenko
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-09CINE: Remove unused variable 'di'Torbjörn Andersson
2011-09-08CINE: Made some static data const.Johannes Schickel
2011-06-30JANITORIAL: Silence a couple of "variable set but not used" warnings.eriktorbjorn
2011-06-26CINE: Fixed compilation when DUMP_SCRIPTS is setFilippos Karapetis
2011-06-23ANALYSIS: Add static casts to is* functionsLittleboy
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14DETECTOR: Separate code for handling obsolete gameids from advanced detectorMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10CINE: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-06-02CINE: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-19CINE: Init volume levels on startupdhewg
2011-03-16CINE: Add Opcode 0x40 (o1_closePart) to Operation Stealth.D G Turner
2011-02-14CINE: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-11CINE: Fix for Operation Stealth assertion when caught by rat in Scene 8 Rats'...David Turner
2011-01-11CINE: Extend "labyrinthCheat" console command to cover Operation Stealth Scen...David Turner
2011-01-10CINE: Modified Palette::rotateRight() function to cope with all positive valu...David Turner
2011-01-09CINE: Added fix for Operation Stealth Loss of Inventory after Scene 6 Labyrin...David Turner
2011-01-09CINE: Add console command "labyrinthCheat" to help with Operation Stealth Pla...David Turner
2011-01-09CINE: Add FIXME about Operation Stealth Memory Leak.David Turner
2011-01-02JANITORIAL: Suppress some useless includesArnaud Boutonné
2010-12-31CINE: Fix CollisionPage Uninitialised Reads in Operation Stealth.David Turner
2010-12-31CINE: Close Memory Leak in PCSoundFxPlayer.David Turner
2010-12-29CINE: Fix Memory Leak in PCSoundFxPlayer.David Turner
2010-12-29CINE: Fixed mismatched deallocation in ScriptVars reported by Valgrind.David Turner
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-07CINE: Added basic debugging console to engineDavid Turner