Age | Commit message (Expand) | Author |
2009-08-19 | SCI: Don't dither in SCI. | Walter van Niftrik |
2009-08-19 | SCI: Add partial support for Amiga SCI1 games. | Walter van Niftrik |
2009-08-19 | SCI: Cleanup. | Walter van Niftrik |
2009-08-19 | SCI: Add autodetection of Amiga views. | Walter van Niftrik |
2009-08-19 | - Fix sluggish mouse movement in Kyra2/Kyra3/LoL main menu. | Johannes Schickel |
2009-08-19 | Use Common::List::empty instead of Common::List::size, which is faster for ch... | Johannes Schickel |
2009-08-19 | Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w... | Johannes Schickel |
2009-08-19 | Add missing "break" in switch statement. | Johannes Schickel |
2009-08-19 | Cleanup. | Johannes Schickel |
2009-08-19 | Cleanup. | Johannes Schickel |
2009-08-19 | Cleanup. | Johannes Schickel |
2009-08-19 | Implemented proper character selection of Lands of Lore PC98. | Johannes Schickel |
2009-08-19 | Corrected comments in the bug workaround list | Paul Gilbert |
2009-08-19 | Comment out unused function (which was also currently only enabled when SCI32... | Johannes Schickel |
2009-08-19 | Skip the whole Lore of the Lands special when the user does any input, like t... | Johannes Schickel |
2009-08-19 | Merged revisions 43458-43468,43470-43471,43473-43475,43477,43479-43483,43485,... | Travis Howell |
2009-08-18 | Possible fix for #2828330 (AGI: KQ1: Fast text box). If doesn't break anythin... | Kari Salminen |
2009-08-18 | - PMV player: Use frame count from PVM file and fix incorrect "invalid chunk ... | Benjamin Haisch |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-08-18 | Started rewriting the SCI engine to use FSNode instead of file names. This is... | Filippos Karapetis |
2009-08-18 | Mapped some Sierra internal IDs to our own ones, and added a note about a hac... | Filippos Karapetis |
2009-08-18 | Bugfix for Castle Skorl problem reported on the list | Paul Gilbert |
2009-08-18 | - Added game ID detection to the fallback detector. We still need to map some... | Filippos Karapetis |
2009-08-18 | Removed the maxMemory parameter of the resource manager and replaced it with ... | Filippos Karapetis |
2009-08-18 | Applied agent-q's patch to the SAGA pathfinding code for all platforms - x an... | Filippos Karapetis |
2009-08-17 | SCI: Fix kernel table for multilingual SCI01 games. Cleanup. | Walter van Niftrik |
2009-08-17 | Put back the code for playing external digital music, used by the MIDI enhanc... | Filippos Karapetis |
2009-08-17 | SCI: Build fix. | Walter van Niftrik |
2009-08-17 | SCI: Add autodetection for DoSound. Cleanup. | Walter van Niftrik |
2009-08-17 | Slight cleanup to makeLinearDiskStream interface. | Johannes Schickel |
2009-08-17 | - Removed the custom DigitalMusicInputStream used in SAGA for the digital mus... | Filippos Karapetis |
2009-08-17 | merge with trunk | Norbert Lange |
2009-08-17 | Fix possible out of bounds access in Screen::drawShape. | Johannes Schickel |
2009-08-17 | Clear input queue before displaying the credits in Kyrandia 1. | Johannes Schickel |
2009-08-17 | Cleanup: don't copy the Kyrandia 1 Amiga credits data in a temporary buffer, ... | Johannes Schickel |
2009-08-17 | Switched event loop while/do to do/while, to ensure event handling occurs eve... | Paul Gilbert |
2009-08-17 | Simplified the sound playing code by removing the boolean variables for signe... | Filippos Karapetis |
2009-08-17 | Fix for some more !!HIGH STRINGS!! when talking to the palace guards | Paul Gilbert |
2009-08-17 | Ignore speech and sound effect samples with unknown compression, instead of t... | Filippos Karapetis |
2009-08-17 | Made sound effect playing code consistent for compressed and uncompressed sou... | Filippos Karapetis |
2009-08-17 | Add back parenthesis (I wasn't aware of this convention, sorry) in saveload, ... | Arnaud Boutonné |
2009-08-17 | Formatting. | Johannes Schickel |
2009-08-17 | Suppress useless parentheses | Arnaud Boutonné |
2009-08-17 | Added OPCODEDRAW 0x85, with a specific workaround for Bambou hardcoded paths ... | Arnaud Boutonné |
2009-08-17 | Cleanup | Filippos Karapetis |
2009-08-17 | Fix compilation of the SCI engine. It seems that all of the SCI header files ... | Johannes Schickel |
2009-08-17 | - Simplified some functions to accept only the parts of the EngineState they ... | Filippos Karapetis |
2009-08-17 | Merged revisions 43417,43420,43425-43426,43428,43431,43434,43436-43438,43440-... | Travis Howell |
2009-08-16 | Fix bug #2838551: "PSP: AGI games are unbearably slow" | Eugene Sandulenko |
2009-08-16 | SCI: Fix whitespace. | Walter van Niftrik |