Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-05 | Update sound ranges in debugger, for earlier games. | Travis Howell | |
svn-id: r27101 | |||
2007-06-05 | Fix palette glitches on printScroll background, during many scenes in Eivira 1. | Travis Howell | |
svn-id: r27100 | |||
2007-06-05 | Add workaround for the scrolling glitch in The Feeble Files, the occurs when ↵ | Travis Howell | |
the repair man comes to fix the car. svn-id: r27099 | |||
2007-06-05 | Trigger palette update, when setting the mouse palette in Elvira 2 and Waxworks. | Travis Howell | |
svn-id: r27098 | |||
2007-06-05 | Fix loading and saving game through the options screen in Amiga CD32 version ↵ | Travis Howell | |
of Simon the Sorcerer 1. svn-id: r27097 | |||
2007-06-05 | Fix regression when listing saved game names, in Simon the Sorcerer 1/2. | Travis Howell | |
svn-id: r27096 | |||
2007-06-05 | Hopefully more reliable display of inventory arrows. | Travis Howell | |
svn-id: r27095 | |||
2007-06-04 | IHNM: Add a temporary hack for the crash that occurs when climbing the ↵ | Filippos Karapetis | |
staircase to the second floor of the zeppelin in chapter 1 svn-id: r27094 | |||
2007-06-04 | Fixed incorrect placing of converse information for IHNM. Dialog options ↵ | Filippos Karapetis | |
should work in IHNM now, although they're still not placed properly svn-id: r27084 | |||
2007-06-04 | Fix for bug #1730511 ("KYRA1: Brandon's text isn't cleaned properly"). | Johannes Schickel | |
svn-id: r27083 | |||
2007-06-04 | Properly define max text width in IHNM | Filippos Karapetis | |
svn-id: r27082 | |||
2007-06-04 | Fix compilation of AGOS | Filippos Karapetis | |
svn-id: r27081 | |||
2007-06-04 | Only call MIDI code, in games which use MIDI based music. | Travis Howell | |
svn-id: r27080 | |||
2007-06-04 | Fix inventory arrows in Amiga OCS version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r27079 | |||
2007-06-04 | Fix invalid writes in Elvira 1, the original game would overwrite into ↵ | Travis Howell | |
_window6BackScn. svn-id: r27078 | |||
2007-06-04 | Virtualise a few sound functions. | Travis Howell | |
svn-id: r27077 | |||
2007-06-04 | Change printChar variables to signed, to allow removal of work around for ↵ | Travis Howell | |
The Feeble Files. svn-id: r27076 | |||
2007-06-04 | Change printChar variables to signed, to allow removal of work around for ↵ | Travis Howell | |
The Feeble Files. svn-id: r27075 | |||
2007-06-04 | Fix sign issue, which caused invalid writes, when entering saved game name ↵ | Travis Howell | |
in Elvira 2 and Waxworks. svn-id: r27074 | |||
2007-06-03 | SAGA: When trying to access a wrong hitzone, adjust it to a valid one and ↵ | Filippos Karapetis | |
continue with a warning instead of exiting with an error . We don't normally get invalid hitzones in ITE, but we do in IHNM, so this is used for now to bypass the places where IHNM crashes. It's now possible to climb the steps to the second floor of the zeppelin with Gorrister svn-id: r27072 | |||
2007-06-03 | The animation frame counter is updated correctly now, so all animations in ↵ | Filippos Karapetis | |
IHNM where the engine is waiting are displayed fully. Big thanks to sev, once again :) svn-id: r27070 | |||
2007-06-03 | Adding the new kFeatureDisableKeyFiltering OSystem feature. | Kostas Nakos | |
This feature is used by agi's prediction dialog and is a hint to the backend to temporarily switch off any keyboard mapping, used in devices with limited keyboard input. Also, supply some comments to the newly added event & feature. svn-id: r27069 | |||
2007-06-03 | Modified version of patch #1723779: SCUMM: Improved ctrl+t subtitle cycling | Max Horn | |
svn-id: r27068 | |||
2007-06-03 | Simplified check for scene height in IHNM | Filippos Karapetis | |
svn-id: r27067 | |||
2007-06-03 | Fixed serious memory leak in AGOS engine (sound looping code was leaking) | Max Horn | |
svn-id: r27065 | |||
2007-06-03 | Opcode 11 is sfLockUser. Also updated Scene::getHeight() for this change. ↵ | Filippos Karapetis | |
Now, the interface is locked when the scripts lock it. This prevents erroneous actor movement when skipping speech by left clicking, and other incorrect behavior. Special thanks to h00ligan for all his help svn-id: r27064 | |||
2007-06-03 | Moved the updating of framecount to a more appropriate place | Filippos Karapetis | |
svn-id: r27060 | |||
2007-06-02 | Silence an MSVC8 warning | Filippos Karapetis | |
svn-id: r27059 | |||
2007-06-02 | implement most-recently-used scheme for dictionary words | Kostas Nakos | |
svn-id: r27058 | |||
2007-06-02 | better handle mode changes and command line length | Kostas Nakos | |
svn-id: r27057 | |||
2007-06-02 | adding multi-tap alpha input | Kostas Nakos | |
svn-id: r27056 | |||
2007-06-02 | Implemented the sfWaitFrames script function for IHNM. Many animations ↵ | Filippos Karapetis | |
should display more correctly now (e.g. actor "zapping" animations, Ben falling off the stairs). They're still not correct, as frameCount is not updated properly svn-id: r27055 | |||
2007-06-02 | Moved a sanity check before some relevant asserts | Filippos Karapetis | |
svn-id: r27054 | |||
2007-06-02 | Actually drop the DXA frame (i.e. don't update the screen) when we say we do. | Torbjörn Andersson | |
svn-id: r27053 | |||
2007-06-02 | Fix display of conversation responses in Waxworks. | Travis Howell | |
svn-id: r27052 | |||
2007-06-02 | Make InfoDialog::setInfoText a bit more useful, by making it public & reusable | Max Horn | |
svn-id: r27050 | |||
2007-06-02 | renamed variable in IMuseDigital music code | Paweł Kołodziejski | |
svn-id: r27049 | |||
2007-06-02 | oops, remove debugging output | Kostas Nakos | |
svn-id: r27048 | |||
2007-06-02 | permit only one instance of predictive dialog, add handling of keypad keys | Kostas Nakos | |
svn-id: r27047 | |||
2007-06-02 | kill misplaced cursor, refresh only when necessary, add some (cheap) visual ↵ | Kostas Nakos | |
feedback on keypress svn-id: r27046 | |||
2007-06-02 | Fix inventory icons display in Amiga version of Waxworks. | Travis Howell | |
svn-id: r27045 | |||
2007-06-01 | Fix regressions, caused by VGATimerEntry type changes. | Travis Howell | |
svn-id: r27044 | |||
2007-06-01 | cleanup names | Paweł Kołodziejski | |
svn-id: r27041 | |||
2007-06-01 | rename some imuse variables | Paweł Kołodziejski | |
svn-id: r27040 | |||
2007-06-01 | rename some imuse variables | Paweł Kołodziejski | |
svn-id: r27039 | |||
2007-06-01 | small correction of comment | Paweł Kołodziejski | |
svn-id: r27038 | |||
2007-06-01 | added comments for imuse digital variables | Paweł Kołodziejski | |
svn-id: r27037 | |||
2007-06-01 | Fix bug #1727457 - WATER: Unexpected crash at the end of level 15. | Travis Howell | |
svn-id: r27036 | |||
2007-05-31 | Re-added Revolution Software copyright to BS2 engine | Max Horn | |
svn-id: r27030 | |||
2007-05-31 | Add Macintosh filenames differences, for several CUP previews of HE games. | Travis Howell | |
svn-id: r27026 |