Age | Commit message (Expand) | Author |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn |
2010-01-19 | SAGA: Move from Mixer::playRaw to playInputStream; add FIXME regarding sounds... | 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-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | 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 | Fix bug #2929619: "IHNM: Small problem detecting German version" | Eugene Sandulenko |
2010-01-10 | Fix a memory leak. | Johannes Schickel |
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus... | Johannes Schickel |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play... | Johannes Schickel |
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel |
2010-01-06 | Adapt SAGA to use Mixer::playAudioStreamLooping instead of relying the deprac... | Johannes Schickel |
2010-01-02 | Implement FR #2827944: "SAGA: Hide in-game GUI on thumbnails" | Eugene Sandulenko |
2010-01-02 | Removing now redundant comment. The fix was correct. | Eugene Sandulenko |
2010-01-01 | Fix undefined operation in setNoPendingVerb (someone with knowledge of SAGA s... | Johannes Schickel |
2009-12-30 | Wrapped some IHNM-specific code around appropriate ifdef's | Filippos Karapetis |
2009-12-27 | fix resource refactor regression | Andrew Kurushin |
2009-12-24 | Fix detection for ITE Floppy Italian | Eugene Sandulenko |
2009-12-23 | Add more information to Italian fan translations of ITE as mentioned in | Eugene Sandulenko |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-12-04 | Fix warning. | Johannes Schickel |
2009-12-04 | Silenced GCC warnings. | Torbjörn Andersson |
2009-12-04 | refactor resource module: | Andrew Kurushin |
2009-12-01 | Fill out doxygen comment about supported games | Eugene Sandulenko |
2009-11-25 | Cache resource file size to avoid excess file->size() calls. | Eugene Sandulenko |
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly wi... | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-16 | Added a new convenience method to the video player, which adds the event of s... | Filippos Karapetis |
2009-10-09 | Remove some unused variables | Max Horn |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-02 | Fixed cppcheck warnings about mismatching allocation/deallocation. | Torbjörn Andersson |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-17 | Corrected the size of one of the Italian fan-translated versions of ITE (bug ... | Filippos Karapetis |
2009-09-11 | Slightly modified version of Patch #2838562: Improve endian.h and stream.h | Max Horn |
2009-09-02 | SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an only-g... | Max Horn |
2009-08-24 | reverting changes from patch 43696 that shouldnt have been committed | Norbert Lange |
2009-08-24 | Enable alternative palettse for Amiga Monkey Island - Patch ID: 2819787 | Norbert Lange |
2009-08-18 | Applied agent-q's patch to the SAGA pathfinding code for all platforms - x an... | Filippos Karapetis |
2009-08-17 | Put back the code for playing external digital music, used by the MIDI enhanc... | Filippos Karapetis |
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel |
2009-08-17 | - Removed the custom DigitalMusicInputStream used in SAGA for the digital mus... | Filippos Karapetis |
2009-08-17 | Simplified the sound playing code by removing the boolean variables for signe... | Filippos Karapetis |