aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-01Patch #2848546: motomagx-mpkg-fixAndre Heider
2009-09-01Disabled dithering by default, in order to get the graphics filters working (...Filippos Karapetis
2009-09-01Playtoons: Add support to IDs 65530, 65531, 65532, 65534, and renamed Id -1 i...Arnaud Boutonné
2009-09-01Cleanup, and mention new features.Andre Heider
2009-09-01Re-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-01Added an options dialog for some Wii specific settings.Andre Heider
2009-09-01- Added MD5's for the 5 different Crazy Nick's collectionsFilippos Karapetis
2009-09-01SCI: Fix message property of mouse event. This fixes mouse handling in theWalter van Niftrik
2009-09-01- Moved the Sierra game ID conversion code inside game.cpp, so that any game-...Filippos Karapetis
2009-09-01Fixed incorrect usage of ARRAYSIZE (thanks fingolfin)Filippos Karapetis
2009-09-01SCI: Turned convertSierraGameId partially into a tableMax Horn
2009-09-01Coding best practice: Whenever possible, pass objects by reference instead of...Max Horn
2009-09-01Coding best practice: Always use enums instead of #defines to define integer ...Max Horn
2009-09-01Clarified the backspace key workaround: This is not a Mac OS X issue (as the ...Max Horn
2009-09-01SCUMM: Better fix for convertFilePath (use snprintf instead of sprintf, avoid...Max Horn
2009-09-01Updated to support multiple exesLars Persson
2009-09-01Changed an error to a warning, as it occurs at the beginning of EcoQuest 1 CD...Filippos Karapetis
2009-09-01Fixed the crash at the beginning of EcoQuest 1 CDFilippos Karapetis
2009-09-01Fixed regression with some weird mouse cursors (e.g. in EcoQuest)Filippos Karapetis
2009-09-01SCI: Fix bug in SCI1.1 varselector search.Walter van Niftrik
2009-09-01SCI: Fix relative cues in SCI1.Walter van Niftrik
2009-08-31CleanupFilippos Karapetis
2009-08-31CleanupFilippos Karapetis
2009-08-31Rewrote the static selector mapper to use SCI versions instead of game IDs, a...Filippos Karapetis
2009-08-31Forgot to remove a $(STRIP) line in r43855Andre Heider
2009-08-31- Removed the now-unused "setTarget" selectorFilippos Karapetis
2009-08-31Some adjustments to the output of the "selector" and "selectors" console comm...Filippos Karapetis
2009-08-31SCI: Add stub for PalVary.Walter van Niftrik
2009-08-31Skip unnecessary I/O when stripping moto* binariesAndre Heider
2009-08-31Removed many bogus return values in the SCI graphics functions - some functio...Filippos Karapetis
2009-08-31SCI: Fix messages in QFG remake.Walter van Niftrik
2009-08-31Update scummvm-tools.spec with new toolsWillem Jan Palenstijn
2009-08-31Groovie: Handle special case for cursor #4Scott Thomas
2009-08-31Revert revision 43845, to keep configure options for games and game engines c...Travis Howell
2009-08-31Added the --enable-unsupported option to enable the detection of theJordi Vilalta Prat
2009-08-31Simplified the usage of dynamic variable names by using common helper functio...Jordi Vilalta Prat
2009-08-31Add configure option for Groovie 2 games.Travis Howell
2009-08-30Groovie: Initial implementation cursors for Groovie V2Scott Thomas
2009-08-30Modify warning message for o5_deleteFile as it's not only used by Dynasty, an...Arnaud Boutonné
2009-08-30Implement getDebugger() in AGIJordi Vilalta Prat
2009-08-30Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE.Matthew Hoops
2009-08-30Remove unused includeJordi Vilalta Prat
2009-08-30Fix indentationJordi Vilalta Prat
2009-08-30Named some unnamed enums. Hopefully, this will fix compilation under WinCE.Filippos Karapetis
2009-08-30Updated the MSVC project files (added the newly-added AVI player)Filippos Karapetis
2009-08-30Adding support for AVI in SCI games (such as kq6) and implement kPlatform.Matthew Hoops
2009-08-30Add an AVI player and MSVideo1 codec for use with some SCI Windows game (such...Matthew Hoops
2009-08-30SCI: Fix detection of QFG1 remake.Walter van Niftrik
2009-08-30SCI: Fix missing 'else' in r43824.Walter van Niftrik