Age | Commit message (Expand) | Author |
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 | 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-16 | Fix bug #2838551: "PSP: AGI games are unbearably slow" | Eugene Sandulenko |
2009-08-16 | SCI: Fix whitespace. | Walter van Niftrik |
2009-08-16 | SCI: Fix regression in previous commit (QFG2). | Walter van Niftrik |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-08-16 | Fix warning caused by -Wformat-security. | Johannes Schickel |
2009-08-16 | Fix warning caused by -Wformat-security, also fixed a possible buffer overflo... | Johannes Schickel |
2009-08-16 | Fix format arugments in LoL code. (triggered via -Wformat-security) | Johannes Schickel |
2009-08-16 | Introduce a better fix for the Mac OS X backspace problem by adding the worka... | Matthew Hoops |
2009-08-16 | Fix for bug #2838517 (FF: backspace does not work when typing save game name). | Matthew Hoops |
2009-08-16 | Fix F5's save button in DOTT CD for me. Actually I was able to reproduce the ... | Johannes Schickel |
2009-08-16 | Added detection entry for the UK 16 colour version | Paul Gilbert |
2009-08-16 | Fix bug #2838464 "SCUMM: GUI messages misaligned". | Johannes Schickel |
2009-08-16 | Fix valgrind warnings. | Johannes Schickel |
2009-08-16 | Fix using the backspace key on Mac OS X in HE games. | Matthew Hoops |
2009-08-16 | Fix overflow in convertFilePath(). | Travis Howell |
2009-08-15 | Fix for bug #2835581 (KQ3: Game Crash When Leaving Tavern as Fly): | Kari Salminen |
2009-08-15 | Yet another slight graphic fix for the Kyrandia 1 Amiga credits. | Johannes Schickel |
2009-08-15 | Added const qualifiers to static data. | Johannes Schickel |
2009-08-15 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-08-15 | SCI: Add missing versions to exe version parsing | Walter van Niftrik |
2009-08-15 | SCI: Rename sci_version_t to SciVersion | Walter van Niftrik |
2009-08-15 | Added Dirty Rect handling functionality | Paul Gilbert |
2009-08-15 | Restore code to clear screen, before playing videos with smaller resolution i... | Travis Howell |
2009-08-15 | Fix regression, that caused multiple sounds in Simon the Sorcerer 2 to be cut... | Travis Howell |
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik |
2009-08-14 | remove double semi-colon -- hopefully this kicks the buildbot back into actio... | Joost Peters |
2009-08-14 | Little fix for lopping credits in Kyrandia 1 Amiga. | Johannes Schickel |
2009-08-14 | Fix incorrect memset() call (reported by Peter Bortas). | Joost Peters |
2009-08-14 | Setting gob3 save/load mode of the temporary sprite "intro.$$$" to ignore and... | Sven Hesse |
2009-08-14 | The Nintendo DS hack for introduction in Simon the Sorcerer 1 is only require... | Travis Howell |
2009-08-13 | Allow VOCs to stream from disk. Disabled by default, use symbol STREAM_AUDIO... | Neil Millstone |
2009-08-13 | Implemented support for the "Lore of the Lands" special of Lands of Lore CD. | Johannes Schickel |
2009-08-13 | fix methods | Arnaud Boutonné |