Age | Commit message (Expand) | Author |
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 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-02-27 | Check if we should quit on every opcode call instead of after every 500. Fixe... | Matthew Hoops |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-19 | Started to get rid of Audio::FLAG_LOOP | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn |
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-11 | Improve support for negative Timestamps, and add + and - operators | Max Horn |
2010-01-11 | MADE: Use Mixer::getElapsedTime and Audio::Timestamp instead of Mixer::getSou... | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-03 | Remove some unused struct members | Benjamin Haisch |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-23 | Optimized object property access speed | Benjamin Haisch |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-24 | Change "=" to ":=" in some module.mk files for consistency. | Johannes Schickel |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-06 | Fix regression introduced by r44459; LGoP2 crashed after Infocom logo | Benjamin Haisch |
2009-10-04 | Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modific... | Filippos Karapetis |
2009-09-29 | Fixed bug #2868938 | Benjamin Haisch |
2009-09-28 | Fixed clipping-related bug (bug #2826036) | Benjamin Haisch |
2009-09-24 | Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent war... | Filippos Karapetis |
2009-09-24 | MADE: Fixed some warnings about unreachable code | Filippos Karapetis |
2009-08-23 | Fix 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-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-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko |
2009-05-31 | MADE: cleanup | Max Horn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-03-14 | Reduced the CPU load of screen effects, by reducing the number of palette cha... | Filippos Karapetis |