aboutsummaryrefslogtreecommitdiff
path: root/engines/made
AgeCommit message (Expand)Author
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
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...Johannes Schickel
2010-01-11Improve support for negative Timestamps, and add + and - operatorsMax Horn
2010-01-11MADE: Use Mixer::getElapsedTime and Audio::Timestamp instead of Mixer::getSou...Max Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Rename QueuedAudioStream to QueuingAudioStreamMax Horn
2010-01-08Switch Tinsel, MADE and some of the video players to QueuedAudioStreamMax Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-03Remove some unused struct membersBenjamin Haisch
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-23Optimized object property access speedBenjamin Haisch
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-24Change "=" to ":=" in some module.mk files for consistency.Johannes Schickel
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-06Fix regression introduced by r44459; LGoP2 crashed after Infocom logoBenjamin Haisch
2009-10-04Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modific...Filippos Karapetis
2009-09-29Fixed bug #2868938Benjamin Haisch
2009-09-28Fixed clipping-related bug (bug #2826036)Benjamin Haisch