Age | Commit message (Expand) | Author |
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover |
2016-05-02 | MADE: Init class variables | Eugene Sandulenko |
2016-03-13 | BACKENDS: Only expose one set of functions for AudioCDManager | Matthew Hoops |
2016-03-13 | BACKENDS: Move to an openCD() without parameters as the public API | Matthew Hoops |
2015-07-05 | MADE: Cleanup AdLib driver initialization... | Torbjörn Andersson |
2015-07-05 | MADE: Allow loading of sample.ad from rtzcd.red | Torbjörn Andersson |
2015-07-02 | MADE: Limit Miles audio to Return to Zork only, and enable Adlib support. | Kirben |
2014-02-18 | MADE: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-03 | MADE: Create MusicPlayer in run() instead of MadeEngine's constructor. | Johannes Schickel |
2011-10-09 | MADE: Minimize #include usage. | Johannes Schickel |
2011-06-02 | MADE: Remove all instances of s(n)printf | Max Horn |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-23 | ENGINES: Further simplify pseudo MidiDrivers; fix some regressions | Max Horn |
2011-03-19 | MADE: Cleanup syncSoundSettings() | dhewg |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-11-29 | MADE: Fixed bug #3090034 - "RTZ: Keyboard unresponsive", by properly handling... | Filippos Karapetis |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn |
2010-11-08 | MADE: Added basic debugging console to engine | David Turner |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-09-15 | MIDI: Send a reset MIDI device signal on startup. | Johannes Schickel |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-02-04 | - Fixed/completed cd audio support (sfPlayCd and sfGetCdTime) for Manhole:N&E... | Benjamin Haisch |
2009-01-25 | Removed leftover debug code | Filippos Karapetis |
2009-01-25 | - Implemented sound decompression for Manhole EGA | Benjamin Haisch |
2009-01-24 | Removed 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-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-12-15 | - Implemented cmd_restart (for the restart functionality in Return to Zork) | Benjamin Haisch |
2008-12-04 | Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRects | Max Horn |
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel |
2008-11-10 | - Global options dialog support | Benjamin Haisch |
2008-11-07 | Implemented RTL support | Benjamin Haisch |
2008-11-06 | Switched various Engine APIs to use Common::Error | Max Horn |
2008-06-18 | - Fixed sprite drawing in Rodney's Funscreen | Benjamin Haisch |
2008-06-12 | - Added support for Rodney's Fun Screen | Benjamin Haisch |
2008-05-28 | Fixed premature stopping of sounds/voices. | Benjamin Haisch |