Age | Commit message (Expand) | Author |
2009-05-25 | tinsel: avoid unnecessary iterations in Discworld PSX palette remapper | Fabio Battaglia |
2009-05-25 | tinsel: Discworld PSX uses "index.dat" as scene index file, not "index" | Fabio Battaglia |
2009-05-25 | tinsel: add entry in detector for Discworld PSX demo | Fabio Battaglia |
2009-05-25 | tinsel: endianess fix Discworld PSX palette remapper | Fabio Battaglia |
2009-05-24 | tinsel: fix some uninitialized var used in Discworld PSX | Fabio Battaglia |
2009-05-24 | SCI: Adlib: added support for rhythm channel | Walter van Niftrik |
2009-05-24 | tinsel: fix for CLUT palettes in Discworld PSX | Fabio Battaglia |
2009-05-24 | Also strip trailing whitespaces in C and Objective-C source files. (Seems I f... | Johannes Schickel |
2009-05-24 | SCI: reset system palette when loading a new PIC. | Willem Jan Palenstijn |
2009-05-24 | tinsel: Changes to psx palette conversion function | Fabio Battaglia |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-05-24 | Strip trailing whitespaces. | Johannes Schickel |
2009-05-24 | Commit patch #2796028 "lol files are always compiled" with some slight extens... | Johannes Schickel |
2009-05-24 | tinsel: fix graphic corruption caused by wrong clipping of 8-bit images in Di... | Fabio Battaglia |
2009-05-24 | LOL: fixed some input code issues: | Florian Kagerer |
2009-05-24 | tinsel: take into account clipping when drawing PSX 4-bit images | Fabio Battaglia |
2009-05-24 | tinsel: disable midi playing for Discworld PSX, as the game uses the propriet... | Fabio Battaglia |
2009-05-24 | SCI: re-xlate pixmap when palette revision changed | Willem Jan Palenstijn |
2009-05-24 | Removed the line feed workaround, and added explicit int16 castings to the FR... | Paul Gilbert |
2009-05-24 | Fixed audio synchronization in the CD version of KQ5 | Filippos Karapetis |
2009-05-24 | tinsel: sound samples and speech support for Discworld PSX using VAG. Based o... | Fabio Battaglia |
2009-05-24 | Fixed the display glitch associated with the animated handle in the engine room | Paul Gilbert |
2009-05-24 | Cleanup. | Johannes Schickel |
2009-05-24 | Add color and color component getters to Cine::Palette. | Kari Salminen |
2009-05-24 | Make various Sound functionality SoundHandle instead of filename based. | Johannes Schickel |
2009-05-24 | LOL: fix valgrind warning | Florian Kagerer |
2009-05-24 | Remove leftover (already commented out) code. | Johannes Schickel |
2009-05-24 | - Reorder supported codecs list | Johannes Schickel |
2009-05-24 | Cleanup. | Johannes Schickel |
2009-05-23 | Cleanup. | Johannes Schickel |
2009-05-23 | Add support for "getTotalPlayTime" in LinearMemoryStream again. | Johannes Schickel |
2009-05-23 | KYRA/LOL: restructured voice playing code so that audio compression can be su... | Florian Kagerer |
2009-05-23 | SCI: add (unused) palette revisioning support | Willem Jan Palenstijn |
2009-05-23 | Allow for different MOD signatures | Sven Hesse |
2009-05-23 | Adjust tools make rules for new website code | Eugene Sandulenko |
2009-05-23 | Adjust credits.pl for new website code. | Eugene Sandulenko |
2009-05-23 | Moved the "dump" and "dissectscript" commands to console.cpp and renamed them... | Filippos Karapetis |
2009-05-23 | Oops, fixed silly typo | Filippos Karapetis |
2009-05-23 | Some more WIP code for kDoAudio(), taken from Greg's SCI engine. Sound and sp... | Filippos Karapetis |
2009-05-23 | LOL: implemented fireball spell | Florian Kagerer |
2009-05-23 | Added a stub for SetVideoMode(), and fixed some of the palette glitches in th... | Filippos Karapetis |
2009-05-23 | Fixed clipping code for texts which do not fit on screen, and added a warning... | Filippos Karapetis |
2009-05-23 | Fixed the incorrect placement of the copyright message in KQ6 on screen | Filippos Karapetis |
2009-05-23 | The third and fourth parameter in changePortBounds() are x2 and y2, not width... | Filippos Karapetis |
2009-05-23 | Turned some errors into warnings, as they occur in KQ5CD | Filippos Karapetis |
2009-05-23 | Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port bo... | Filippos Karapetis |
2009-05-23 | SCI: Added partial support for SCI1.1 adlib music | Walter van Niftrik |
2009-05-23 | Cleanup. | Johannes Schickel |
2009-05-23 | Reserve opcode array entries beforehand, should save some reallocation and co... | Johannes Schickel |
2009-05-22 | Better safe than sorry, add an explicit default constructor for Button. | Johannes Schickel |