aboutsummaryrefslogtreecommitdiff
path: root/engines/made
AgeCommit message (Expand)Author
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
2009-09-24Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war...Filippos Karapetis
2009-09-24MADE: Fixed some warnings about unreachable codeFilippos Karapetis
2009-08-23Fix bug #2843050 (RTZ: Crash to desktop with demo). Don't assert out when a r...Matthew Hoops
2009-08-18- PMV player: Use frame count from PVM file and fix incorrect "invalid chunk ...Benjamin Haisch
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-06-06Added game GUI options to advancedDetector and updated all enginesEugene Sandulenko
2009-05-31MADE: cleanupMax Horn
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-14Reduced the CPU load of screen effects, by reducing the number of palette cha...Filippos Karapetis
2009-03-14Simplified screen effects. Removed copyRect() and reposition()Filippos Karapetis
2009-03-14Merged loadRGBPalette() inside setRGBPalette() (that's the only place it's us...Filippos Karapetis
2009-03-14Reduced CPU usage of the MADE engine by about 10% (by profiling the code)Filippos Karapetis
2009-03-14Do not update the screen while waitingFilippos Karapetis
2009-03-14Pushed up the simple script stack function in the header file (this helps iso...Filippos Karapetis
2009-03-12Added file sizes of the various CD versions of Return to Zork to the detector...Filippos Karapetis
2009-03-12Added the Italian and French versions of Return to Zork, as supplied in bug r...Filippos Karapetis
2009-03-12PMV player: stop reallocating the frame buffer on every frame, if its size ha...Filippos Karapetis
2009-03-09- Applied patch #2668849 by sunmaxBenjamin Haisch
2009-03-09Added LGOP2 detection entries:Benjamin Haisch
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-01Engines: Fused several init&go methods into a single run methodMax Horn
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently implement...Max Horn
2009-02-16Removed unused variableBenjamin Haisch