Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn | |
svn-id: r47377 | |||
2010-01-19 | SAGA: Move from Mixer::playRaw to playInputStream; add FIXME regarding ↵ | Max Horn | |
sounds not being looped svn-id: r47376 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn | |
svn-id: r47368 | |||
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn | |
svn-id: r47367 | |||
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47334 | |||
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵ | Johannes Schickel | |
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279 | |||
2010-01-11 | Fix bug #2929619: "IHNM: Small problem detecting German version" | Eugene Sandulenko | |
svn-id: r47255 | |||
2010-01-10 | Fix a memory leak. | Johannes Schickel | |
svn-id: r47227 | |||
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and ↵ | Johannes Schickel | |
thus features the same looping capabilites as LinearMemoryStream and LinearDiskStream. - Remove custom looping code from LinearMemoryStream and LinearDiskStream. - Adapt various client code to the changes. svn-id: r47226 | |||
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47182 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop ↵ | Johannes Schickel | |
Mixer::playAudioStreamLooping. (There's Audio::makeLoopingAudioStream). svn-id: r47160 | |||
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel | |
- Fix documentation of openStreamFile. svn-id: r47080 | |||
2010-01-06 | Adapt SAGA to use Mixer::playAudioStreamLooping instead of relying the ↵ | Johannes Schickel | |
depracted in AudioStream looping support. svn-id: r47063 | |||
2010-01-02 | Implement FR #2827944: "SAGA: Hide in-game GUI on thumbnails" | Eugene Sandulenko | |
svn-id: r46879 | |||
2010-01-02 | Removing now redundant comment. The fix was correct. | Eugene Sandulenko | |
svn-id: r46868 | |||
2010-01-01 | Fix undefined operation in setNoPendingVerb (someone with knowledge of SAGA ↵ | Johannes Schickel | |
should review this, see the TODO comment). (Thanks to syke for reporting this) svn-id: r46848 | |||
2009-12-30 | Wrapped some IHNM-specific code around appropriate ifdef's | Filippos Karapetis | |
svn-id: r46749 | |||
2009-12-27 | fix resource refactor regression | Andrew Kurushin | |
svn-id: r46659 | |||
2009-12-24 | Fix detection for ITE Floppy Italian | Eugene Sandulenko | |
svn-id: r46537 | |||
2009-12-23 | Add more information to Italian fan translations of ITE as mentioned in | Eugene Sandulenko | |
bugreport #2871990: "ITE: Italian FAN translation regression" svn-id: r46520 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-04 | Fix warning. | Johannes Schickel | |
svn-id: r46260 | |||
2009-12-04 | Silenced GCC warnings. | Torbjörn Andersson | |
svn-id: r46258 | |||
2009-12-04 | refactor resource module: | Andrew Kurushin | |
- struct ResourceContext => class ResourceContext - replace "*alloc","free" with array templates - simplify createContexts routines svn-id: r46254 | |||
2009-12-01 | Fill out doxygen comment about supported games | Eugene Sandulenko | |
svn-id: r46234 | |||
2009-11-25 | Cache resource file size to avoid excess file->size() calls. | Eugene Sandulenko | |
svn-id: r46138 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-16 | Added a new convenience method to the video player, which adds the event of ↵ | Filippos Karapetis | |
skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used svn-id: r45151 | |||
2009-10-09 | Remove some unused variables | Max Horn | |
svn-id: r44853 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-10-02 | Fixed cppcheck warnings about mismatching allocation/deallocation. | Torbjörn Andersson | |
svn-id: r44543 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵ | Filippos Karapetis | |
and issues in compilers which don't support NORETURN svn-id: r44314 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44300 | |||
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the ↵ | Johannes Schickel | |
solution proposed in "Case agnostic handling for directories (and files)" on -devel. svn-id: r44266 | |||
2009-09-17 | Corrected the size of one of the Italian fan-translated versions of ITE (bug ↵ | Filippos Karapetis | |
report #2845399) svn-id: r44141 | |||
2009-09-11 | Slightly modified version of Patch #2838562: Improve endian.h and stream.h | Max Horn | |
svn-id: r44027 | |||
2009-09-02 | SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an ↵ | Max Horn | |
only-growing array -> should reduce memory usage significantly svn-id: r43912 | |||
2009-08-24 | reverting changes from patch 43696 that shouldnt have been committed | Norbert Lange | |
svn-id: r43697 | |||
2009-08-24 | Enable alternative palettse for Amiga Monkey Island - Patch ID: 2819787 | Norbert Lange | |
use tables for palette colors instead of code with constants svn-id: r43696 | |||
2009-08-18 | Applied agent-q's patch to the SAGA pathfinding code for all platforms - x ↵ | Filippos Karapetis | |
and y should not ever be greater than 640 and 480 respectively, so it looks safe enough to be applied svn-id: r43500 | |||
2009-08-17 | Put back the code for playing external digital music, used by the MIDI ↵ | Filippos Karapetis | |
enhancement project, which was removed in rev. #43480 svn-id: r43485 | |||
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel | |
svn-id: r43481 | |||
2009-08-17 | - Removed the custom DigitalMusicInputStream used in SAGA for the digital ↵ | Filippos Karapetis | |
music in ITE CD and replaced it with the common LinearDiskStream class - Removed leftover code which plays standalone tracks (it's not used anywhere) svn-id: r43480 | |||
2009-08-17 | Simplified the sound playing code by removing the boolean variables for ↵ | Filippos Karapetis | |
signed, stereo, endian and sample bit information - now sound flags are used instead. Some cleanup. svn-id: r43470 |