Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | 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 | Fix indentation | Jordi Vilalta Prat | |
svn-id: r43837 | |||
2009-08-30 | Adding support for AVI in SCI games (such as kq6) and implement kPlatform. | Matthew Hoops | |
svn-id: r43834 | |||
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 | 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 | Add detection strings for multi-lang Windows version of Little Red Riding Hood | Arnaud Boutonné | |
svn-id: r43821 | |||
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 | 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 | |||
2009-08-29 | Correct regression in V1 DOS version of Zak McKracken. | Travis Howell | |
svn-id: r43802 | |||
2009-08-29 | Add patch #2846581 - MM C64: savedialog. | Travis Howell | |
svn-id: r43801 | |||
2009-08-29 | There is no sentence script in SCUMM0. | Travis Howell | |
svn-id: r43800 | |||
2009-08-29 | Removed the "op_" prefix from opcode names in the script debugger | Filippos Karapetis | |
svn-id: r43798 | |||
2009-08-29 | Add patch #2846476 - MM C64: german verbs fix. | Travis Howell | |
svn-id: r43797 | |||
2009-08-29 | Whitespace fix. | Johannes Schickel | |
svn-id: r43795 | |||
2009-08-29 | Fix regression, which caused skipping of some dialogue lines to fail in ↵ | Johannes Schickel | |
Kyrandia 1. svn-id: r43794 | |||
2009-08-29 | Move Amiga SFX tables to kyra.dat. | Johannes Schickel | |
svn-id: r43793 | |||
2009-08-29 | Fix the default save game path setting in HE98+ games. | Travis Howell | |
svn-id: r43791 | |||
2009-08-29 | Add Macintosh version of Blue's ABC Time Activities. | Travis Howell | |
svn-id: r43789 | |||
2009-08-29 | Use Common::String::clear instead of assigning "". | Johannes Schickel | |
svn-id: r43787 | |||
2009-08-29 | - Added static and const to static data. | Johannes Schickel | |
- Slight formatting fixes. svn-id: r43786 | |||
2009-08-29 | Fix the default save game path setting in Macintosh versions of HE72+ games. | Travis Howell | |
svn-id: r43784 | |||
2009-08-28 | Playtoons - Add new freeSprite function for Playtoons & Bambou. This fixes ↵ | Arnaud Boutonné | |
the crash that occurred when exiting the game. svn-id: r43783 | |||
2009-08-28 | Playtoons - Save temp sprites. This fixes some of the Bambou graphical ↵ | Arnaud Boutonné | |
issues, and the Playtoons menu (history selection) svn-id: r43782 | |||
2009-08-28 | Suppress useless game type for Playtoons CK | Arnaud Boutonné | |
svn-id: r43781 | |||
2009-08-28 | The first part of the selector table (the first 83 entries) is almost the ↵ | Filippos Karapetis | |
same in all SCI versions (up to and including the "z" selector), therefore the hardcoded selector tables can be simplified a lot svn-id: r43780 | |||
2009-08-28 | - Removed the unused selectors "prevSignal", "who" and "distance" from the ↵ | Filippos Karapetis | |
quick access selector array - Added the "motionCue" and "egoMoveSpeed" selectors to the selector array, to limit the places where findSelector() is used only in debugging functions - Reordered the selector initialization in mapSelectors(), so that their order matches the order found in vocab.997 svn-id: r43779 | |||
2009-08-28 | Added missing parameter size specifiers for the DW-GRA Palace Guards script ↵ | Paul Gilbert | |
fixes svn-id: r43777 | |||
2009-08-28 | Removed the unused selectors (edgeHit, semanticFail and baseSetter) | Filippos Karapetis | |
svn-id: r43776 | |||
2009-08-27 | Stop loading opcodes from vocab.998. They are the same in all SCI games and ↵ | Filippos Karapetis | |
are hardcoded anyway (plus, vocab.998 is unreliable in some games, e.g. QFG3, or completely missing in others). Also hardcoded the opcode names for the script debugger, the only place they're actually used. The only place where vocab.998 is loaded on demand is when using the "opcodes" console command (for debug/verification purposes) svn-id: r43775 | |||
2009-08-27 | Throw a warning when kGetSaveDir is called with a parameter | Matthew Hoops | |
svn-id: r43774 | |||
2009-08-27 | Fixing a typo and copy-paste error | Sven Hesse | |
svn-id: r43773 |