Age | Commit message (Expand) | Author |
2010-05-23 | Another video player regression: When the palette changes, look up the | Torbjörn Andersson |
2010-05-23 | Keep the Broken Sword cutscene players from using up all available CPU. | Torbjörn Andersson |
2010-05-18 | Committing the rest of the VideoDecoder Rewrite from patch #2963496. | Matthew Hoops |
2010-05-17 | Change VideoDecoder::getCurFrame() to mean the last frame drawn instead of th... | Matthew Hoops |
2010-05-04 | Reduce indirect header dependencies further | Max Horn |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-05-04 | Get rid of Engine::_gameDataDir. | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-18 | COMMON: Move Common::RandomSource to common/random.* | Max Horn |
2010-02-03 | Yet more Flac -> FLAC changes for consistency. | Johannes Schickel |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-28 | Hide VagStream implementation, only expose it via a factory method | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-19 | Started to get rid of Audio::FLAG_LOOP | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | sword1: removed a leftover semicolon | Fabio Battaglia |
2010-01-19 | SWORD1: Fix memory leak in PSX audio code (seems to have been there for quite... | Max Horn |
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn |
2010-01-19 | Remove loop start/end params from Mixer::playRaw; convert some code from Mixe... | Max Horn |
2010-01-19 | SWORD1: Fix (?) sfx looping | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-09 | Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig... | Max Horn |
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Fix sound effects in Sword1 PSX, regression from r47132. | Johannes Schickel |
2010-01-08 | This should fix bug #2928411, "SWORD1: Macintosh Demo crashes after Intro". | Torbjörn Andersson |
2010-01-08 | Remove custom AiffAudioStream and replace it by the use of makeLoopingAudioSt... | Johannes Schickel |
2010-01-07 | Remove the deprecated FLAC, Vorbis and MP3 factories. | Johannes Schickel |
2010-01-07 | Make VagStream a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2010-01-06 | - Move openStreamFile from AudioStream to SeekableAudioStream. | Johannes Schickel |
2010-01-03 | Change BS 1 & 2 to I & II (see discussion on -devel) | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
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-20 | Fixed regression introduced when adding support for looping background sounds. | Torbjörn Andersson |
2009-10-20 | SWORD1: Resolve FIXME about weird static var 'left' in Router::slidyWalkAnimator | Max Horn |
2009-10-20 | SWORD1: Resolve FIXME about weird static var 'k' in Router::smoothCheck | Max Horn |
2009-10-16 | Added a new convenience method to the video player, which adds the event of s... | Filippos Karapetis |
2009-10-14 | SWORD1: Remove obsolete TODO | Max Horn |
2009-10-14 | Patch #2834677: Wave/ADPCM Endianness Fixes | Max Horn |
2009-10-11 | sword1: fix one gcc warning about comparison between signed and unsigned | Fabio Battaglia |
2009-10-11 | sword1: fix psx demo startup | Fabio Battaglia |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |