aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-08-01Some GK2 VMDs now load and play, too. The sound is borked, though (probably ↵Sven Hesse
16 bit). svn-id: r28377
2007-08-01Fix compiler warning.Travis Howell
svn-id: r28376
2007-08-01Fix for the non-loading BBM files in the ITE demos with substitute scenes. ↵Filippos Karapetis
This is a very strange bug, and it seems to be directly related to an issue with the Common::File class svn-id: r28375
2007-07-31Woodruff's intro.vmd now works correctly! :))Sven Hesse
svn-id: r28374
2007-07-31- VMD playing works a bit better nowSven Hesse
- Minor cleanup svn-id: r28373
2007-07-31Fixed incorrect file assignment for the ITE Windows demoFilippos Karapetis
svn-id: r28372
2007-07-31add missing clippingGregory Montoir
svn-id: r28371
2007-07-31fix for bug #1751226 (glitches on save/loadGregory Montoir
svn-id: r28370
2007-07-31Added Ween English Atari ST and updated the Amiga version, as provided by ↵Sven Hesse
pwigren in bug #1764174 svn-id: r28369
2007-07-31Changed code to use the new fadePalette function, thus removing ↵Nicola Mettifogo
fadeInPalette and some custom fade code in _c_endComment. svn-id: r28368
2007-07-31Generalized fadePalette to support custom target palette.Nicola Mettifogo
svn-id: r28367
2007-07-31Added an English Bargon Attack Amiga/AtariST version, as provided by pwigren ↵Sven Hesse
in bug #1764174 svn-id: r28366
2007-07-31Renamed palette functions.Nicola Mettifogo
svn-id: r28365
2007-07-31Fixed some warningsFilippos Karapetis
svn-id: r28364
2007-07-31Still partly broken/stubby VMD playingSven Hesse
svn-id: r28363
2007-07-31Cleanup: removed dead code, fixed some comments and did some layout changesFilippos Karapetis
svn-id: r28362
2007-07-31Some updates to the psychic profile in IHNM. sfPsychicProfileOff has been ↵Filippos Karapetis
enabled again svn-id: r28361
2007-07-31Added the spanish version of Woodruff, provided by jvprat on #scummvmSven Hesse
svn-id: r28360
2007-07-31sfPsychicProfileOff is not used, therefore disable it to prevent it from ↵Filippos Karapetis
trying to clear the psychic profile again svn-id: r28359
2007-07-31It's now possible to return to the chapter selection screen correctly in IHNMFilippos Karapetis
svn-id: r28358
2007-07-31Implement some differences to the actor walking code in IHNMFilippos Karapetis
svn-id: r28352
2007-07-31Minor DataIO-cleanupSven Hesse
svn-id: r28349
2007-07-31Play MIDI music at the volume specified in the options screenFilippos Karapetis
svn-id: r28348
2007-07-31Music should not be played after changing scene if it's disabled from the ↵Filippos Karapetis
options svn-id: r28347
2007-07-31The mouse works correctly now in the options dialog when it's opened in the ↵Filippos Karapetis
non-interactive part of the IHNM demo svn-id: r28346
2007-07-31Loading saved games in the demo version of IHNM should work nowFilippos Karapetis
svn-id: r28345
2007-07-30The interactive part of the IHNM demo fully works now. Also, made the ↵Filippos Karapetis
options screen work in the non-interactive part of the demo svn-id: r28344
2007-07-30sf92 is not null in the demo version of IHNMFilippos Karapetis
svn-id: r28343
2007-07-30- Removed left-over, commented-out codeSven Hesse
- Added support for palette changing within the frame data (haven't seen any IMD that actually does that, though) svn-id: r28342
2007-07-30The interactive part of the IHNM demo loads music normally, like the full ↵Filippos Karapetis
version, so only load music manually when songTableID is 0 svn-id: r28341
2007-07-30Fixed some resources of the IHNM demoFilippos Karapetis
svn-id: r28340
2007-07-30Correct the object sprites only in Ted's part of the IHNM demoFilippos Karapetis
svn-id: r28339
2007-07-30Fixing Full Throttle. If I understand the code correctly, this *should* be ↵Sven Hesse
correct not break anything else. ;) svn-id: r28338
2007-07-30Fixed palette going psychedelic at the very end of the game.Nicola Mettifogo
svn-id: r28335
2007-07-30Replaced some palette code in _c_endComment with a function call.Nicola Mettifogo
svn-id: r28334
2007-07-30Added a few stub messagesSven Hesse
svn-id: r28333
2007-07-30Music works now in the IHNM demoFilippos Karapetis
svn-id: r28332
2007-07-30added missing MIDI gm->mt32 program change mapping (bug #1759318)Gregory Montoir
svn-id: r28331
2007-07-30The disk icon is now shown in the IHNM demo (though it's not functional yet)Filippos Karapetis
svn-id: r28329
2007-07-30Verified some resources of the IHNM demoFilippos Karapetis
svn-id: r28328
2007-07-30Restructured and cleaned-up IMD playingSven Hesse
svn-id: r28327
2007-07-30Process only mouse clicks in the psychic profile, not mouse movementFilippos Karapetis
svn-id: r28326
2007-07-30It's now possible to exit from the psychic profile screen in IHNMFilippos Karapetis
svn-id: r28325
2007-07-30Some corrections for the psychic profile screen in IHNM. The psychic profile ↵Filippos Karapetis
background drawing has been turned into an event, so actors and animations will no longer be incorrectly shown. Also, the incorrect text color has been fixed. The text position is still wrong, though, and it's currently not possible to exit the psychic profile screen svn-id: r28324
2007-07-30Initial support of the psychic profile in IHNM (still buggy)Filippos Karapetis
svn-id: r28323
2007-07-30The actors at the end of Benny's part in the IHNM demo are no longer ↵Filippos Karapetis
incorrectly shown svn-id: r28322
2007-07-30The credits of the IHNM demo are displayed correctly nowFilippos Karapetis
svn-id: r28320
2007-07-29Changed some comments so that they follow the same commenting styleFilippos Karapetis
svn-id: r28319
2007-07-29Refactored allegedly ugly code.Nicola Mettifogo
svn-id: r28318
2007-07-29Oops. Last cleanup left out one very important line.Nicola Mettifogo
svn-id: r28317