Age | Commit message (Expand) | Author |
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 |
2009-10-04 | Add missing PACKED_STRUCT attribute to FrameHeader. | Johannes Schickel |
2009-10-03 | If make*Stream failed, the file needs to be closed to prevent an assert on a ... | Andre Heider |
2009-10-01 | Fix free/delete/delete[] mismatches. Patch by salty-horse | Willem Jan Palenstijn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an... | Filippos Karapetis |
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis |
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the solutio... | Johannes Schickel |
2009-09-13 | Fixed bug #2847910, "Loss of background audio loop". It would probably be safe | Torbjörn Andersson |
2009-09-13 | Clarify things a bit by using the constant name rather than zero. | Torbjörn Andersson |
2009-08-30 | Fix indentation | Jordi Vilalta Prat |
2009-07-29 | SWORD1 & SWORD2: Replaced ioFailed by err+eos | Max Horn |
2009-07-28 | Fixed drawing subtitles for cutscenes that are narrower than the screen, and | Torbjörn Andersson |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-14 | Fix some typos and grammar in sword1's Sound::checkSpeechFileEndianness-funct... | Kari Salminen |
2009-07-13 | Fix compilation under Windows (The fabs-calls were causing error C2668 about ... | Kari Salminen |
2009-07-12 | Patch #1936137: "Speech for Mac BS1 english" | Eugene Sandulenko |
2009-07-03 | Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings | Max Horn |
2009-06-08 | sword1: slight cleanup of psx related sound code and comments | Fabio Battaglia |
2009-06-08 | sword1: add Broken Sword PSX demo support | Fabio Battaglia |
2009-06-06 | Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD) | Eugene Sandulenko |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of cha... | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're... | Filippos Karapetis |
2009-05-20 | - Reverted commit #40730, as it introduced rounding errors | Filippos Karapetis |
2009-05-19 | Changed calculations based on frame delay to be based on the scale of 1ms, no... | Filippos Karapetis |
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate... | Max Horn |
2009-05-19 | Correct translation error. | Travis Howell |