Age | Commit message (Expand) | Author |
2009-09-02 | Fixed loading again (broken accidentally in rev. 43504 | Filippos Karapetis |
2009-09-02 | SAGA: Change Actor::fillPathArray to use a dynamic queue instead of an only-g... | Max Horn |
2009-09-02 | Cleanup, rephrase | Andre Heider |
2009-09-02 | Fixed thumbnail gfx glitches on savegames | Andre Heider |
2009-09-02 | Removed the dirty rectangle option of updating one huge rectangle, and only l... | Filippos Karapetis |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |
2009-09-02 | LOL: update kyra.dat with floppy version data (floppy version still doesn't w... | Florian Kagerer |
2009-09-01 | Added checksums for KQ5 EGA (bug report #2829470) | Filippos Karapetis |
2009-09-01 | Add some more drawing constraints, so prevent overflowing the video memory | Sven Hesse |
2009-09-01 | Disabled the FreeSCI PIC0 palette dithering code, for now. It doesn't really ... | Filippos Karapetis |
2009-09-01 | Making another variable offset unsigned, since it overflows int16 | Sven Hesse |
2009-09-01 | Fixing warnings and adding a warning should the ID be something yet unknown, ... | Sven Hesse |
2009-09-01 | Patch #2848546: motomagx-mpkg-fix | Andre Heider |
2009-09-01 | Disabled dithering by default, in order to get the graphics filters working (... | Filippos Karapetis |
2009-09-01 | Playtoons: Add support to IDs 65530, 65531, 65532, 65534, and renamed Id -1 i... | Arnaud Boutonné |
2009-09-01 | Cleanup, and mention new features. | Andre Heider |
2009-09-01 | Re-enabled custom graphics options, and read the cursor, view, pic and text f... | Filippos Karapetis |
2009-09-01 | - Reverted the *vga targets back to *sci, and used the extras field again for... | Filippos Karapetis |
2009-09-01 | Added an options dialog for some Wii specific settings. | Andre Heider |
2009-09-01 | - Added MD5's for the 5 different Crazy Nick's collections | Filippos Karapetis |
2009-09-01 | SCI: Fix message property of mouse event. This fixes mouse handling in the | Walter van Niftrik |
2009-09-01 | - Moved the Sierra game ID conversion code inside game.cpp, so that any game-... | Filippos Karapetis |
2009-09-01 | Fixed incorrect usage of ARRAYSIZE (thanks fingolfin) | Filippos Karapetis |
2009-09-01 | SCI: Turned convertSierraGameId partially into a table | Max Horn |
2009-09-01 | Coding best practice: Whenever possible, pass objects by reference instead of... | Max Horn |
2009-09-01 | Coding best practice: Always use enums instead of #defines to define integer ... | Max Horn |
2009-09-01 | Clarified the backspace key workaround: This is not a Mac OS X issue (as the ... | Max Horn |
2009-09-01 | SCUMM: Better fix for convertFilePath (use snprintf instead of sprintf, avoid... | Max Horn |
2009-09-01 | Updated to support multiple exes | Lars Persson |
2009-09-01 | Changed an error to a warning, as it occurs at the beginning of EcoQuest 1 CD... | Filippos Karapetis |
2009-09-01 | Fixed the crash at the beginning of EcoQuest 1 CD | Filippos Karapetis |
2009-09-01 | Fixed regression with some weird mouse cursors (e.g. in EcoQuest) | Filippos Karapetis |
2009-09-01 | SCI: Fix bug in SCI1.1 varselector search. | Walter van Niftrik |
2009-09-01 | SCI: Fix relative cues in SCI1. | Walter van Niftrik |
2009-08-31 | Cleanup | Filippos Karapetis |
2009-08-31 | Cleanup | Filippos Karapetis |
2009-08-31 | Rewrote the static selector mapper to use SCI versions instead of game IDs, a... | Filippos Karapetis |
2009-08-31 | Forgot to remove a $(STRIP) line in r43855 | Andre Heider |
2009-08-31 | - Removed the now-unused "setTarget" selector | Filippos Karapetis |
2009-08-31 | Some adjustments to the output of the "selector" and "selectors" console comm... | Filippos Karapetis |
2009-08-31 | SCI: Add stub for PalVary. | Walter van Niftrik |
2009-08-31 | Skip unnecessary I/O when stripping moto* binaries | Andre Heider |
2009-08-31 | Removed many bogus return values in the SCI graphics functions - some functio... | Filippos Karapetis |
2009-08-31 | SCI: Fix messages in QFG remake. | Walter van Niftrik |
2009-08-31 | Update scummvm-tools.spec with new tools | Willem Jan Palenstijn |
2009-08-31 | Groovie: Handle special case for cursor #4 | Scott Thomas |
2009-08-31 | Revert revision 43845, to keep configure options for games and game engines c... | Travis Howell |