Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel | |
- Rename makeFlacStream to makeFLACStream. svn-id: r47846 | |||
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel | |
svn-id: r47716 | |||
2010-01-26 | AGOS: Turn BaseSound into a subclass of Common::NonCopyable | Max Horn | |
svn-id: r47581 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn | |
svn-id: r47492 | |||
2010-01-23 | Update comments. | Travis Howell | |
svn-id: r47461 | |||
2010-01-23 | Fix regressions, only the Amiga CD32 version of Simon the Sorcerer 1 used ↵ | Travis Howell | |
signed sound data. svn-id: r47460 | |||
2010-01-23 | AGOS: Further unify code related to compressed sound | Max Horn | |
svn-id: r47458 | |||
2010-01-23 | AGOS: Fix memory leak in Sound::loadSfxTable | Max Horn | |
svn-id: r47457 | |||
2010-01-23 | AGOS: Turn BaseSound::makeAudioStream into a pure virtual method | Max Horn | |
svn-id: r47456 | |||
2010-01-23 | AGOS: Unify code related to compressed sound | Max Horn | |
svn-id: r47455 | |||
2010-01-23 | AGOS: Get rid of FLAG_LOOP usage | Max Horn | |
svn-id: r47454 | |||
2010-01-23 | AGOS: Start to refactor sound handling | Max Horn | |
svn-id: r47453 | |||
2010-01-22 | AGOS: Add FIXME for a memory leak | Max Horn | |
svn-id: r47452 | |||
2010-01-22 | AGOS: cleanup | Max Horn | |
svn-id: r47451 | |||
2010-01-22 | AGOS: Rearrange sound code a bit | Max Horn | |
svn-id: r47450 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::playRaw for good | Max Horn | |
svn-id: r47394 | |||
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-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-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-07 | Cleanup. | Johannes Schickel | |
svn-id: r47133 | |||
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel | |
svn-id: r47129 | |||
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt | |
This makes sense as a default for CLUT8 modes, but not really for anything else. As part of the gsoc2009-16bit merge, the default was changed to "all ones", with extra code in the SDL backend to truncate this to the depth of the mode. However, "all ones" (white) still isn't a very useful default for RGB modes. So rather than jumping through hoops to provide a bad default, it's better to remove the default altogether. Engines which relied on the old default of 255 have been updated to specify it explicitly. svn-id: r47118 | |||
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel | |
- Fix documentation of openStreamFile. svn-id: r47080 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2010-01-01 | Add Polish Windows 4CD version of The Feeble Files. | Travis Howell | |
svn-id: r46815 | |||
2009-12-28 | Create the stream dynamically in playSoundData(), to avoid a crash (spotted by | Torbjörn Andersson | |
salty-horse) when makeWAVStream() deletes it. svn-id: r46676 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r46232 | |||
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-10 | AGOS: cleanup | Max Horn | |
svn-id: r45819 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-11-01 | AGOS Simon1 Windows fix. Fixed careless use of setChar function. | Yotam Barnoy | |
svn-id: r45592 | |||
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn | |
svn-id: r45095 | |||
2009-10-02 | Fix some cppcheck warnings reported by salty-horse | Max Horn | |
svn-id: r44538 | |||
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 | AGOS: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44298 | |||
2009-09-24 | Add VGA script code differences in DIMP. | Travis Howell | |
svn-id: r44288 | |||
2009-09-24 | Correct tags. | Travis Howell | |
svn-id: r44286 | |||
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) ↵ | Travis Howell | |
other Puzzle Pack games. svn-id: r44285 | |||
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell | |
svn-id: r44281 | |||
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-20 | Correct error in load code for PC version of Waxworks. | Travis Howell | |
svn-id: r44206 | |||
2009-09-11 | Remove excess spaces. | Travis Howell | |
svn-id: r44030 | |||
2009-08-24 | Whitespace changes. | Travis Howell | |
svn-id: r43689 | |||
2009-08-22 | Correct errors in load/save code for PC version of Waxworks. | Travis Howell | |
svn-id: r43628 |