Age | Commit message (Expand) | Author |
2009-03-31 | Fixed dialogue balloon appearing in the wrong position after commit 39772. | Nicola Mettifogo |
2009-03-31 | Added basic multiple inventory support. This will be used for the GIVE and SW... | Nicola Mettifogo |
2009-03-31 | There have been subclasses of DialogueManager for a while, so now we use thei... | Nicola Mettifogo |
2009-03-31 | Got rid of the gfx_res_mod_t struct | Filippos Karapetis |
2009-03-31 | Character doesn't need a reference to the engine anymore. | Nicola Mettifogo |
2009-03-30 | Initialize _staticPalette when creating the graphics resource manager. This a... | Filippos Karapetis |
2009-03-30 | This should really fix the issues with vobab.999/999.voc in SCI1 games (e.g. ... | Filippos Karapetis |
2009-03-30 | vag: delete stream after use | Fabio Battaglia |
2009-03-30 | Ignore the unreliable resource vocab.999 in SCI1 games. This allows us to use... | Filippos Karapetis |
2009-03-30 | Disabled some unused code | Filippos Karapetis |
2009-03-30 | Rate selection is now possible for VAG audio decoder, also decoder doesn't di... | Fabio Battaglia |
2009-03-30 | Remove -Wno-parentheses switch for g++ 4.3. | Johannes Schickel |
2009-03-30 | SWORD1: Commit of parentheses patch from salty-horse. (from -devel "Enabling ... | Johannes Schickel |
2009-03-30 | SCUMM: Commit of parentheses patch from salty-horse. (from -devel "Enabling -... | Johannes Schickel |
2009-03-30 | PARALLACTION: Commit of parentheses patch from salty-horse. (from -devel "Ena... | Johannes Schickel |
2009-03-30 | TINSEL: Commit of parentheses patch from salty-horse. (from -devel "Enabling ... | Johannes Schickel |
2009-03-30 | Added another version of Quest for Glory, from bug report #2718784 | Filippos Karapetis |
2009-03-30 | Drop Cygwin support, the -mno-cygwin option is been removed from GCC in the f... | Travis Howell |
2009-03-30 | Added another version of Hoyle 1, from bug report #2719227 | Filippos Karapetis |
2009-03-30 | Verified the SCI version of a version of Laura Bow 1 - The Colonel's Bequest,... | Filippos Karapetis |
2009-03-30 | Changed the SCI version of the French version of LSL3 to match the other ones... | Filippos Karapetis |
2009-03-30 | Add GF_EGA feature flag for PN, to allow easier support of PC VGA version in ... | Travis Howell |
2009-03-30 | Added build rules for SCI32 games | Filippos Karapetis |
2009-03-30 | Fixed compilation | Filippos Karapetis |
2009-03-30 | Wrapped all the still WIP SCI32-specific code around appropriate ifdef blocks... | Filippos Karapetis |
2009-03-30 | Fluidsynth requires additional libraries, for mingw build. | Travis Howell |
2009-03-29 | SCI: don't delete static palette twice | Willem Jan Palenstijn |
2009-03-29 | SCI: Merge static palette into global palette at startup | Willem Jan Palenstijn |
2009-03-29 | SCI: remove some debugging printfs | Willem Jan Palenstijn |
2009-03-29 | fixed 'if' statement as should be/was. | Paweł Kołodziejski |
2009-03-29 | Added stubs for the missing palette effects in kPalette() | Filippos Karapetis |
2009-03-29 | Added a stub for the palette fadeout/fadein effect, so that we remember it's ... | Filippos Karapetis |
2009-03-29 | Implemented IFCHAR command. This makes part 3 of BRA completely explorable. | Nicola Mettifogo |
2009-03-29 | Added declaration for Amiga BRA callables. | Nicola Mettifogo |
2009-03-29 | (Re)link bounding animations after location has been completely parsed. This ... | Nicola Mettifogo |
2009-03-29 | Ensure zone and animation flags are restored when a location is reloaded. Thi... | Nicola Mettifogo |
2009-03-29 | Commands now evaluate their reference Zone at runtime, thus handling of forwa... | Nicola Mettifogo |
2009-03-29 | Fixed the colors of the widgets in KQ5's options menu | Filippos Karapetis |
2009-03-29 | Fixed several free/delete mismatches. | Nicola Mettifogo |
2009-03-29 | Set main menu text height to the actual font height. | Nicola Mettifogo |
2009-03-29 | Fixed the colors of the window frames in KQ5 | Filippos Karapetis |
2009-03-29 | Added missing parenthesis in M4Engine::delay | Paul Gilbert |
2009-03-29 | Merged CommandData into Command. | Nicola Mettifogo |
2009-03-29 | Eco Quest 1 continues after the intro now | Filippos Karapetis |
2009-03-28 | Fix bug #2684645: AMIGAOS: Build breaks in "base/commandline". | Walter van Niftrik |
2009-03-28 | Fix bug #2691034: AMIGAOS: Makefile.common broken. | Walter van Niftrik |
2009-03-28 | Cine::Palette: Revamp palette constants so they can be used for e.g. allocati... | Kari Salminen |
2009-03-28 | Fix invalid memory writes. | Johannes Schickel |
2009-03-28 | Cine::Palette: Add constants for normally used palette color counts and byte ... | Kari Salminen |
2009-03-28 | Cine::Palette: Add empty() and isValid() functions. | Kari Salminen |