Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD ↵ | Johannes Schickel | |
audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) svn-id: r43512 | |||
2009-08-16 | Introduce a better fix for the Mac OS X backspace problem by adding the ↵ | Matthew Hoops | |
workaround to default-events.cpp. svn-id: r43441 | |||
2009-08-16 | Fix for bug #2838517 (FF: backspace does not work when typing save game name). | Matthew Hoops | |
svn-id: r43440 | |||
2009-08-15 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r43409 | |||
2009-08-15 | Restore code to clear screen, before playing videos with smaller resolution ↵ | Travis Howell | |
in the Amiga version of The Feeble Files. svn-id: r43402 | |||
2009-08-15 | Fix regression, that caused multiple sounds in Simon the Sorcerer 2 to be ↵ | Travis Howell | |
cut off. svn-id: r43400 | |||
2009-08-14 | The Nintendo DS hack for introduction in Simon the Sorcerer 1 is only ↵ | Travis Howell | |
required for Windows version (WAV format) now. svn-id: r43358 | |||
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol ↵ | Neil Millstone | |
STREAM_AUDIO_FROM_DISK to enable. See patch #2834001. svn-id: r43357 | |||
2009-08-12 | Removed duplicated functions. | Andre Heider | |
svn-id: r43314 | |||
2009-08-12 | Enable Personal Nightmare by default. | Travis Howell | |
svn-id: r43304 |