aboutsummaryrefslogtreecommitdiff
path: root/engines/made/made.cpp
AgeCommit message (Expand)Author
2019-11-15MADE: Fix Missing Default Switch CasesD G Turner
2019-09-28MADE: Remove unused structureCameron Cawley
2019-07-16MADE: Remove unused variablejepael
2019-06-10MADE: Remove leftover code. This lets run gracefully with -p parameterEugene Sandulenko
2017-10-07ENGINES: Remove default1x scaler flagColin Snover
2016-05-02MADE: Init class variablesEugene Sandulenko
2016-03-13BACKENDS: Only expose one set of functions for AudioCDManagerMatthew Hoops
2016-03-13BACKENDS: Move to an openCD() without parameters as the public APIMatthew Hoops
2015-07-05MADE: Cleanup AdLib driver initialization...Torbjörn Andersson
2015-07-05MADE: Allow loading of sample.ad from rtzcd.redTorbjörn Andersson
2015-07-02MADE: Limit Miles audio to Return to Zork only, and enable Adlib support.Kirben
2014-02-18MADE: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-03MADE: Create MusicPlayer in run() instead of MadeEngine's constructor.Johannes Schickel
2011-10-09MADE: Minimize #include usage.Johannes Schickel
2011-06-02MADE: Remove all instances of s(n)printfMax Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-23ENGINES: Further simplify pseudo MidiDrivers; fix some regressionsMax Horn
2011-03-19MADE: Cleanup syncSoundSettings()dhewg
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-29MADE: Fixed bug #3090034 - "RTZ: Keyboard unresponsive", by properly handling...Filippos Karapetis
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-08MADE: Added basic debugging console to engineDavid Turner
2010-10-13OPENGL: Merged from trunk, from rev 52105 to 53396.Johannes Schickel
2010-09-15MIDI: Send a reset MIDI device signal on startup.Johannes Schickel
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
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-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-08-18Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au...Johannes Schickel
2009-07-25Move the event recorder to its own class (EventRecoder inside common/EventRec...Johannes Schickel
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-02-04- Fixed/completed cd audio support (sfPlayCd and sfGetCdTime) for Manhole:N&E...Benjamin Haisch
2009-01-25Removed leftover debug codeFilippos Karapetis
2009-01-25- Implemented sound decompression for Manhole EGABenjamin Haisch
2009-01-24Removed leftover test code for MADE V1, used in Manhole EGA (though the sound...Filippos Karapetis
2009-01-16- Removed _gameVersion, engine versions are set in the game detection entries...Filippos Karapetis
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-12-15- Implemented cmd_restart (for the restart functionality in Return to Zork)Benjamin Haisch
2008-12-04Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRectsMax Horn
2008-11-14Committed my patch #2123680 "SDL: Backend transaction / rollback support".Johannes Schickel
2008-11-10- Global options dialog supportBenjamin Haisch
2008-11-07Implemented RTL supportBenjamin Haisch