Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Removed dead code | Max Horn | |
svn-id: r27066 | |||
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 | Initialise _stream.next_in as well, to silence another Valgrind warning in at | Torbjörn Andersson | |
least some versions of Freddi Fish 1. svn-id: r27063 | |||
2007-06-03 | Initialized _stream.avail_in (and fixed a typo in a comment) after discussing | Torbjörn Andersson | |
with Fingolfin. This seems to fix the mysterious bug #1726120, though I'll need to test that a bit more before closing it. svn-id: r27062 | |||
2007-06-03 | Fix bugs mentioned in #1730147 "GUI: Classic themes need to be updated" | Eugene Sandulenko | |
svn-id: r27061 | |||
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 | Enhanced Common::String by adding char constructor and operator+ for chars | Max Horn | |
svn-id: r27051 | |||
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 | ADded special SVG to work with S60v3. Does not handle embedded bitmaps to well. | Lars Persson | |
svn-id: r27029 | |||
2007-05-31 | ADded makefile for SVG icon | Lars Persson | |
svn-id: r27028 | |||
2007-05-31 | svn-id: r27027 | Lars Persson | |
2007-05-31 | Add Macintosh filenames differences, for several CUP previews of HE games. | Travis Howell | |
svn-id: r27026 | |||
2007-05-30 | added comment to cloneToFadeOutTrack() | Paweł Kołodziejski | |
svn-id: r27025 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-30 | fixed predictive dialog messing up state if another dialog was already shown | Kostas Nakos | |
svn-id: r27023 | |||
2007-05-30 | properly direct pred. dialog's output, when started thru the event mechanism | Kostas Nakos | |
svn-id: r27022 | |||
2007-05-30 | cleanup, don't rely on assert() to ensure a gamefile/savefile is opened. ↵ | Gregory Montoir | |
Also removed the use of Common::File global objects. svn-id: r27021 | |||
2007-05-30 | AdvDetector changes: made upgradeTargetIfNecessary internal; cleanup to ↵ | Max Horn | |
findGameID svn-id: r27020 | |||
2007-05-30 | updating readme now that i shows IQ points in Indy3 | Matthew Hoops | |
svn-id: r27019 | |||
2007-05-30 | Removing useless common/fs.h includes | Max Horn | |
svn-id: r27018 | |||
2007-05-30 | These days, man pages are usually stored in /usr/share/man, not in /usr/man | Max Horn | |
svn-id: r27017 | |||
2007-05-30 | LaTeX is no longer needed to build ScummVM docs, so we can remove this build dep | Max Horn | |
svn-id: r27016 | |||
2007-05-30 | Slightly modified version of patch #1728192: Fix for Debian packaging scripts | Max Horn | |
svn-id: r27015 | |||
2007-05-30 | Added a copy of the SVG icon to our icons/ dir | Max Horn | |
svn-id: r27014 |