Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-11 | GUI: Remove GuiObject::getMillis() | Max Horn | |
svn-id: r48241 | |||
2010-03-10 | Replace mutex_up/mutex_down methods by Common::StackLock | Max Horn | |
svn-id: r48231 | |||
2010-03-10 | cleanup | Max Horn | |
svn-id: r48230 | |||
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson | |
In this case, it was always a break after a return in a switch case. There are similar cases which cppcheck didn't detect, and a couple of cases where we have a break after a continue in a switch case (where the continue refers to an outer loop), but I didn't touch those. Not yet, at least. svn-id: r48218 | |||
2010-03-08 | Workaround for bug #1878514: COMI: Glitch when turning pages in recipe book | Max Horn | |
svn-id: r48207 | |||
2010-03-08 | Tweak makeVOCDiskStream | Max Horn | |
* now takes a SeekableReadStream *pointer* like (almost) all other audiostream factories * fix potential memory leak in it * rename takeOwnershipOfStream to disposeAfterUse for consistency svn-id: r48184 | |||
2010-03-05 | Patch #2963270: MM: V0 Verb Give Fix | Max Horn | |
svn-id: r48163 | |||
2010-03-04 | Fix another mismatching new[] call (note that this needs to be replaced by ↵ | Johannes Schickel | |
malloc, since else MemoryReadStream will try to use free on an new[] allocated block.) svn-id: r48162 | |||
2010-03-04 | Fix mismatching new[]/delete. | Johannes Schickel | |
svn-id: r48161 | |||
2010-03-02 | Fix bug #2961530 - Zak/FM-Towns: Game hangs when using monkey wrench. | Travis Howell | |
svn-id: r48158 | |||
2010-02-27 | Fix bug #2959947 - SPYFOX1: Saves don't work from menu. | Travis Howell | |
svn-id: r48142 | |||
2010-02-26 | SID: Adding DISABLE_SID option, as SID player embiggens binary by a large ↵ | Neil Millstone | |
amount. This is a problem for the DS port. svn-id: r48137 | |||
2010-02-26 | SCUMM: Fix stride of palette data in ARM optimised costime renderer | Neil Millstone | |
svn-id: r48135 | |||
2010-02-24 | Add another German Windows version of Pajama Sam 2. | Travis Howell | |
svn-id: r48123 | |||
2010-02-22 | SPY Fox 3: Operation Ozone is supported too. | Travis Howell | |
svn-id: r48112 | |||
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵ | Yotam Barnoy | |
engines + GUI and proper keypad handling svn-id: r48101 | |||
2010-02-03 | Yet more Flac -> FLAC changes for consistency. | Johannes Schickel | |
svn-id: r47847 | |||
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel | |
- Rename makeFlacStream to makeFLACStream. svn-id: r47846 | |||
2010-01-31 | Silenced some more cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47785 | |||
2010-01-31 | Removed obsolete code | Chris Apers | |
svn-id: r47767 | |||
2010-01-31 | Switch makeADPCMStream to DisposeAfterUse::Flag | Max Horn | |
svn-id: r47736 | |||
2010-01-30 | Use SubLoopingAudioStream instead of makeLoopingAudioStream in SCUMM. ↵ | Johannes Schickel | |
(Incorrect replacement introduced with r47715, thanks to Max for spotting this). svn-id: r47722 | |||
2010-01-30 | Typo. | Johannes Schickel | |
svn-id: r47719 | |||
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel | |
svn-id: r47716 | |||
2010-01-30 | Get rid of Audio::makeRawMemoryStream_OLD. | Johannes Schickel | |
svn-id: r47715 | |||
2010-01-28 | Fix regressions in Let's Explore the Jungle with Buzzy. | Travis Howell | |
svn-id: r47622 | |||
2010-01-28 | Fix regression in Let's Explore the Jungle with Buzzy. | Travis Howell | |
svn-id: r47621 | |||
2010-01-28 | Fix regression in Let's Explore the Jungle with Buzzy. | Travis Howell | |
svn-id: r47619 | |||
2010-01-27 | Fix sound regression in HE games. | Travis Howell | |
svn-id: r47596 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 | |||
2010-01-26 | Let's Explore the Jungle with Buzzy uses VAR_PLATFORM variabletoo, but with ↵ | Travis Howell | |
different values. svn-id: r47562 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-25 | Use "No AdLib" instead of "No Adlib" in SCUMM's detection tables too. | Johannes Schickel | |
svn-id: r47531 | |||
2010-01-25 | Replace some more Adlib uses by AdLib. | Johannes Schickel | |
svn-id: r47530 | |||
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn | |
svn-id: r47492 | |||
2010-01-23 | Some more header modifications ("Graphic Adventure Engine" and the legal ↵ | Arnaud Boutonné | |
property paragraph) svn-id: r47489 | |||
2010-01-23 | Get rid of FLAG_LOOP | Max Horn | |
svn-id: r47473 | |||
2010-01-23 | Get rid of deprecated makeRawDiskStream variants; rename deprecated ↵ | Max Horn | |
makeRawMemoryStream variant to makeRawMemoryStream_OLD; adapt some code to this change svn-id: r47472 | |||
2010-01-23 | Update HE version for Dutch Windows demo of Freddi Fish 4. | Travis Howell | |
svn-id: r47465 | |||
2010-01-23 | Get rid of two more FLAG_LOOP instances | Max Horn | |
svn-id: r47459 | |||
2010-01-22 | SCUMM: Get rid of some redundant enum vals in iMuse digitial | Max Horn | |
svn-id: r47436 | |||
2010-01-20 | Add another Dutch Windows demo of Freddi Fish 4. | Travis Howell | |
svn-id: r47413 | |||
2010-01-20 | Fixed a small memory leak. Cppcheck again... | Torbjörn Andersson | |
svn-id: r47401 | |||
2010-01-19 | Started to get rid of Audio::FLAG_LOOP | Max Horn | |
svn-id: r47397 | |||
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 | Remove loop start/end params from Mixer::playRaw; convert some code from ↵ | Max Horn | |
Mixer::playRaw to Mixer::playInputStream svn-id: r47375 | |||
2010-01-19 | Get rid of Mixer::FLAG_REVERSE_STEREO; also change SCUMM's iMuse Digital ↵ | Max Horn | |
emulation to reverse stereo again, as it once seems to have been intended svn-id: r47374 | |||
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 |