aboutsummaryrefslogtreecommitdiff
path: root/engines/made
AgeCommit message (Expand)Author
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-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-17MADE: Prefer Surface::create taking a PixelFormat over the one taking a byte ...Johannes Schickel
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-28AUDIO: Add Audio::MidiPlayer::createDriver(), let some engines use itMax Horn
2011-03-25AUDIO: Move more common code to Audio::MidiPlayerMax Horn
2011-03-24MADE: Change MusicPlayer to derive from Audio::MidiPlayerMax Horn
2011-03-23ENGINES: Remove unused MIDI pass-through codeMax 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-22AUDIO: Add pure virtual MidiDriver::isOpen() methodMax Horn
2011-03-19MADE: Cleanup syncSoundSettings()dhewg
2011-02-15MADE: Revert a little behavior change in setRGBPalette.Johannes Schickel
2011-02-14MADE: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-02MIDI: Fix for bug #3170988 - "MONKEY2: Messed up MT-32 music"Filippos Karapetis
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-11-29MADE: Fixed bug #3090034 - "RTZ: Keyboard unresponsive", by properly handling...Filippos Karapetis
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
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-11-02MADE Remove now redundant fflush callMax Horn
2010-10-15MADE: Fixed bug #3087849 - "MADE: Code analysis warnings"Filippos Karapetis
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
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-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-22MADE: fixed bug 3029750 caused by caching from commit 46102.Yotam Barnoy
2010-07-20Implement PlayNote/StopNote and PlayTele/StopTele for The Manhole.Matthew Hoops
2010-07-16Cleanup.Torbjörn Andersson
2010-07-16Add entries for the DOS, FM-Towns, and PC-98 versions of RTZ (all on the FM-T...Matthew Hoops
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-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-14Extended advancedDetector with depth parameter.Eugene Sandulenko
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax 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-27Check if we should quit on every opcode call instead of after every 500. Fixe...Matthew Hoops