Age | Commit message (Expand) | Author |
2010-02-03 | Yet more Flac -> FLAC changes for consistency. | Johannes Schickel |
2010-02-03 | - Rename FlacStream to FLACStream. | 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-21 | Silenced some cppcheck warnings. | Torbjörn Andersson |
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 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play... | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Make VagStream a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
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 |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-12-30 | Corrected an old comment. | Torbjörn Andersson |
2009-12-09 | Fixed some simple cppcheck warnings. | 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 | SWORD2: Turned static vars in Logic::fnISpeak into member vars of class Logic | Max Horn |
2009-10-20 | SWORD2: Resolve FIXME about weird static var 'k' in Router::smoothCheck | Max Horn |
2009-10-20 | SWORD2: Resolve FIXME about static var 'left' in Router::slidyWalkAnimator | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | 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 | SWORD2: Switch from loadWAVFromStream to makeWAVStream. | Max Horn |
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-18 | SWORD2: Don't show a pop-up if the 'eye' movie is missing - it was omitted in... | Joost Peters |
2009-09-01 | Coding best practice: Always use enums instead of #defines to define integer ... | Max Horn |
2009-08-14 | remove double semi-colon -- hopefully this kicks the buildbot back into actio... | Joost Peters |
2009-07-29 | SWORD1 & SWORD2: Replaced ioFailed by err+eos | Max Horn |
2009-07-28 | Broken Sword 2, unsurprisingly, had the same subtitle drawing glitch for small | Torbjörn Andersson |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
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-27 | sword2: base psx demo detection on screens.clu, and let the user decide betwe... | Fabio Battaglia |
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-20 | Removed the rest of the hard-coded cutscene information. It was only needed to | Torbjörn Andersson |
2009-05-20 | Removed the "seamless" flag. It was something I added to cope with the fade | Torbjörn Andersson |
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-13 | Fix some variable may be used uninitialized warnings. | Johannes Schickel |