Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-01 | Fixed regression with some weird mouse cursors (e.g. in EcoQuest) | Filippos Karapetis | |
svn-id: r43874 | |||
2009-09-01 | SCI: Fix bug in SCI1.1 varselector search. | Walter van Niftrik | |
svn-id: r43872 | |||
2009-09-01 | SCI: Fix relative cues in SCI1. | Walter van Niftrik | |
svn-id: r43871 | |||
2009-08-31 | Cleanup | Filippos Karapetis | |
svn-id: r43869 | |||
2009-08-31 | Cleanup | Filippos Karapetis | |
svn-id: r43866 | |||
2009-08-31 | Rewrote the static selector mapper to use SCI versions instead of game IDs, ↵ | Filippos Karapetis | |
and split the selectors in SCI generations svn-id: r43863 | |||
2009-08-31 | Forgot to remove a $(STRIP) line in r43855 | Andre Heider | |
svn-id: r43860 | |||
2009-08-31 | - Removed the now-unused "setTarget" selector | Filippos Karapetis | |
- Added the "setCursor" selector - Replaced the selector table of the LSL5 demo with the one from the LSL1 demo (we no longer get a warning about an invalid selector) - Changed the selector table of the xmas1992 demo to use the table from KQ6 floppy - Set Laura Bow 2 floppy to use the KQ6 floppy table svn-id: r43859 | |||
2009-08-31 | Some adjustments to the output of the "selector" and "selectors" console ↵ | Filippos Karapetis | |
commands svn-id: r43858 | |||
2009-08-31 | SCI: Add stub for PalVary. | Walter van Niftrik | |
svn-id: r43857 | |||
2009-08-31 | Skip unnecessary I/O when stripping moto* binaries | Andre Heider | |
svn-id: r43855 | |||
2009-08-31 | Removed many bogus return values in the SCI graphics functions - some ↵ | Filippos Karapetis | |
functions always returned "true", whereas in others they errored out in fatal conditions before any value was returned. FreeSCI was returning values from the graphics drivers it used. In ScummVM, we have one graphics driver, and we error out in fatal conditions anyway, so these error checks are no longer necessary, and the resulting code looks much neater svn-id: r43851 | |||
2009-08-31 | SCI: Fix messages in QFG remake. | Walter van Niftrik | |
svn-id: r43850 | |||
2009-08-31 | Update scummvm-tools.spec with new tools | Willem Jan Palenstijn | |
svn-id: r43848 | |||
2009-08-31 | Groovie: Handle special case for cursor #4 | Scott Thomas | |
svn-id: r43847 | |||
2009-08-31 | Revert revision 43845, to keep configure options for games and game engines ↵ | Travis Howell | |
clear and consistent. svn-id: r43846 | |||
2009-08-31 | Added the --enable-unsupported option to enable the detection of the | Jordi Vilalta Prat | |
unsupported games, guarded by the ENABLE_UNSUPPORTED_GAMES define. It's a generalization of r43843. Also grouped all the engines options together in the configure help. svn-id: r43845 | |||
2009-08-31 | Simplified the usage of dynamic variable names by using common helper ↵ | Jordi Vilalta Prat | |
functions (set_var and get_var). svn-id: r43844 | |||
2009-08-31 | Add configure option for Groovie 2 games. | Travis Howell | |
svn-id: r43843 | |||
2009-08-30 | Groovie: Initial implementation cursors for Groovie V2 | Scott Thomas | |
svn-id: r43842 | |||
2009-08-30 | Modify warning message for o5_deleteFile as it's not only used by Dynasty, ↵ | Arnaud Boutonné | |
and Add oPlaytoons_copyFile. The latest will need to be completed if a call requires it. For the moment, it only fixes the crash at the end of the 3rd video of the construction kit. svn-id: r43841 | |||
2009-08-30 | Implement getDebugger() in AGI | Jordi Vilalta Prat | |
svn-id: r43840 | |||
2009-08-30 | Rename the WAVE_* constants to AVI_WAVE_* to fix compile on WinCE. | Matthew Hoops | |
svn-id: r43839 | |||
2009-08-30 | Remove unused include | Jordi Vilalta Prat | |
svn-id: r43838 | |||
2009-08-30 | Fix indentation | Jordi Vilalta Prat | |
svn-id: r43837 | |||
2009-08-30 | Named some unnamed enums. Hopefully, this will fix compilation under WinCE. | Filippos Karapetis | |
svn-id: r43836 | |||
2009-08-30 | Updated the MSVC project files (added the newly-added AVI player) | Filippos Karapetis | |
svn-id: r43835 | |||
2009-08-30 | Adding support for AVI in SCI games (such as kq6) and implement kPlatform. | Matthew Hoops | |
svn-id: r43834 | |||
2009-08-30 | Add an AVI player and MSVideo1 codec for use with some SCI Windows game ↵ | Matthew Hoops | |
(such as kq6). svn-id: r43833 | |||
2009-08-30 | SCI: Fix detection of QFG1 remake. | Walter van Niftrik | |
svn-id: r43832 | |||
2009-08-30 | SCI: Fix missing 'else' in r43824. | Walter van Niftrik | |
svn-id: r43831 | |||
2009-08-30 | Complete GFX rewrite with new features: | Andre Heider | |
- Standard and Dual-strike (240p) video modes, both with or without AA - Distinct textures for the overlay, game buffer and the cursor - Support for HW paletted textures - Less pixel buffer conversions - Cursor scaling - Support for kFeatureAspectRatioCorrection and kFeatureOverlaySupportsAlpha svn-id: r43830 | |||
2009-08-30 | Properly detect the transparent color on lossy pixel formats (like ARGB3444) | Andre Heider | |
svn-id: r43829 | |||
2009-08-30 | Added the ColorMask ARGB3444 for Gamecube/Wii | Andre Heider | |
svn-id: r43828 | |||
2009-08-30 | Groovie: Replace sprintf() usage with String::printf() | Jordi Vilalta Prat | |
svn-id: r43827 | |||
2009-08-30 | Making the Windows version of Little Red Riding Hood display something | Sven Hesse | |
svn-id: r43826 | |||
2009-08-30 | Fixed a regression in the sound of the demos of LSL3 and LSL5 | Filippos Karapetis | |
svn-id: r43825 | |||
2009-08-30 | SCI: Add lofs detection. | Walter van Niftrik | |
svn-id: r43824 | |||
2009-08-30 | Proof of concept with new logo. It is clearly visible now that the shadow | Eugene Sandulenko | |
has to be darker. Fix will come later. svn-id: r43823 | |||
2009-08-30 | Add detection strings for multi-lang Windows version of Little Red Riding Hood | Arnaud Boutonné | |
svn-id: r43821 | |||
2009-08-30 | Enlist 1.0.0-related changes. | Eugene Sandulenko | |
svn-id: r43819 | |||
2009-08-30 | Correct title for Freddi Fish 5. | Travis Howell | |
svn-id: r43816 | |||
2009-08-30 | Silence gcc warning. | Matthew Hoops | |
svn-id: r43814 | |||
2009-08-30 | SCI: Add support for SetCursor with 4 args. | Walter van Niftrik | |
svn-id: r43813 | |||
2009-08-30 | SCI: Add SetCursor detection. Cleanup. | Walter van Niftrik | |
svn-id: r43812 | |||
2009-08-30 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r43811 | |||
2009-08-29 | Patch #2845084: "Linuxmoto-backend small update" | Eugene Sandulenko | |
svn-id: r43809 | |||
2009-08-29 | Patch #2836424: "Optional compilation of CoktelVideo and Indeo3" | Eugene Sandulenko | |
svn-id: r43807 | |||
2009-08-29 | Fix bug #2846887: "MANIAC NES: incorrect background color?" by reverting | Eugene Sandulenko | |
commit r25657. In fact this was an incorrect fix introduced in 0.10.0 svn-id: r43805 | |||
2009-08-29 | Fix possible corruption of restart game save in Kyrandia 1. | Johannes Schickel | |
svn-id: r43803 |