Age | Commit message (Expand) | Author |
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 |
2009-03-30 | SWORD1: Commit of parentheses patch from salty-horse. (from -devel "Enabling ... | Johannes Schickel |
2009-03-19 | Silenced some warnings about potentially uninitialized variables | Filippos Karapetis |
2009-03-17 | sword1: clean background buffers before writing on them in psx decoding funct... | Fabio Battaglia |
2009-03-17 | sword1: cleanup | Fabio Battaglia |
2009-03-17 | sword1: optimize drawing routine for screen 54 | Fabio Battaglia |
2009-03-17 | sword1: enable psx background caching for screen 54 (bull's head) too | Fabio Battaglia |
2009-03-16 | sword1: cache decompressed psx version backgrounds, to avoid uncompressing th... | Fabio Battaglia |
2009-03-16 | sword1: added caching for train.plx when playing psx version | Fabio Battaglia |
2009-03-15 | Moving sword1/vag.* into sound/, to be used by Broken Sword 2 PSX | Fabio Battaglia |
2009-03-10 | Fix GMM loading disabled after loading savegame from ScummVM menu | Fabio Battaglia |
2009-03-09 | Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s... | Max Horn |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-04 | sword1: removed custom checks for thumbnails, using graphics/thumbnail.h func... | Fabio Battaglia |
2009-03-04 | sword1: disable saving/loading through GMM when in game menu | Fabio Battaglia |
2009-03-04 | sword1: enable thumbnails when saving through GMM | Fabio Battaglia |
2009-03-03 | Added missing checkCd() execution when loading through GMM | Fabio Battaglia |
2009-03-03 | Enabled and hopefully fixed GMM saving/loading for sword1 | Fabio Battaglia |
2009-03-03 | Cleaned up some comments | Fabio Battaglia |
2009-03-02 | Add playtime feature support to sword1 | Fabio Battaglia |
2009-03-02 | Avoid using unnecessary buffers in psxShrinkedBackgroundToIndexed | Fabio Battaglia |
2009-03-02 | Avoid using unnecessary buffers in psxBackgroundToIndexed | Fabio Battaglia |
2009-03-02 | Formatting changes in older PSX related functions | Fabio Battaglia |
2009-03-02 | Changed the way Broken Sword PSX parallax are handled to improve speed | Fabio Battaglia |
2009-03-01 | Removed some (the last?) remains of the BS1 MPEG cutscene player. | Torbjörn Andersson |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-02-28 | Fixed MSVC compiler warning | Paul Gilbert |
2009-02-28 | Shutting up a compiler warning | Sven Hesse |
2009-02-28 | Patch #2638336: Broken Sword PSX Support Part 2 of 2 | Eugene Sandulenko |
2009-02-28 | Patch #2638336: Broken Sword PSX Support | Eugene Sandulenko |
2009-02-27 | Committed patch #2606844 ("Fix crash when using BS1 without portuguese data"). | Torbjörn Andersson |
2009-02-27 | Committed a slightly updated patch #2602772 ("Patches for BS1 bug ID #1977094") | Torbjörn Andersson |
2009-02-21 | Allocate the background sound handle dynamically. Otherwise, it seems to me a... | Torbjörn Andersson |