Age | Commit message (Expand) | Author |
2007-06-04 | Only call MIDI code, in games which use MIDI based music. | Travis Howell |
2007-06-04 | Fix inventory arrows in Amiga OCS version of Simon the Sorcerer 1. | Travis Howell |
2007-06-04 | Fix invalid writes in Elvira 1, the original game would overwrite into _windo... | Travis Howell |
2007-06-04 | Virtualise a few sound functions. | Travis Howell |
2007-06-04 | Change printChar variables to signed, to allow removal of work around for The... | Travis Howell |
2007-06-04 | Change printChar variables to signed, to allow removal of work around for The... | Travis Howell |
2007-06-04 | Fix sign issue, which caused invalid writes, when entering saved game name in... | Travis Howell |
2007-06-03 | SAGA: When trying to access a wrong hitzone, adjust it to a valid one and con... | Filippos Karapetis |
2007-06-03 | new functionality for the predictive input dialog for smartphones | Kostas Nakos |
2007-06-03 | The animation frame counter is updated correctly now, so all animations in IH... | Filippos Karapetis |
2007-06-03 | Adding the new kFeatureDisableKeyFiltering OSystem feature. | Kostas Nakos |
2007-06-03 | Modified version of patch #1723779: SCUMM: Improved ctrl+t subtitle cycling | Max Horn |
2007-06-03 | Simplified check for scene height in IHNM | Filippos Karapetis |
2007-06-03 | Removed dead code | Max Horn |
2007-06-03 | Fixed serious memory leak in AGOS engine (sound looping code was leaking) | Max Horn |
2007-06-03 | Opcode 11 is sfLockUser. Also updated Scene::getHeight() for this change. Now... | Filippos Karapetis |
2007-06-03 | Initialise _stream.next_in as well, to silence another Valgrind warning in at | Torbjörn Andersson |
2007-06-03 | Initialized _stream.avail_in (and fixed a typo in a comment) after discussing | Torbjörn Andersson |
2007-06-03 | Fix bugs mentioned in #1730147 "GUI: Classic themes need to be updated" | Eugene Sandulenko |
2007-06-03 | Moved the updating of framecount to a more appropriate place | Filippos Karapetis |
2007-06-02 | Silence an MSVC8 warning | Filippos Karapetis |
2007-06-02 | implement most-recently-used scheme for dictionary words | Kostas Nakos |
2007-06-02 | better handle mode changes and command line length | Kostas Nakos |
2007-06-02 | adding multi-tap alpha input | Kostas Nakos |
2007-06-02 | Implemented the sfWaitFrames script function for IHNM. Many animations should... | Filippos Karapetis |
2007-06-02 | Moved a sanity check before some relevant asserts | Filippos Karapetis |
2007-06-02 | Actually drop the DXA frame (i.e. don't update the screen) when we say we do. | Torbjörn Andersson |
2007-06-02 | Fix display of conversation responses in Waxworks. | Travis Howell |
2007-06-02 | Enhanced Common::String by adding char constructor and operator+ for chars | Max Horn |
2007-06-02 | Make InfoDialog::setInfoText a bit more useful, by making it public & reusable | Max Horn |
2007-06-02 | renamed variable in IMuseDigital music code | Paweł Kołodziejski |
2007-06-02 | oops, remove debugging output | Kostas Nakos |
2007-06-02 | permit only one instance of predictive dialog, add handling of keypad keys | Kostas Nakos |
2007-06-02 | kill misplaced cursor, refresh only when necessary, add some (cheap) visual f... | Kostas Nakos |
2007-06-02 | Fix inventory icons display in Amiga version of Waxworks. | Travis Howell |
2007-06-01 | Fix regressions, caused by VGATimerEntry type changes. | Travis Howell |
2007-06-01 | cleanup names | Paweł Kołodziejski |
2007-06-01 | rename some imuse variables | Paweł Kołodziejski |
2007-06-01 | rename some imuse variables | Paweł Kołodziejski |
2007-06-01 | small correction of comment | Paweł Kołodziejski |
2007-06-01 | added comments for imuse digital variables | Paweł Kołodziejski |
2007-06-01 | Fix bug #1727457 - WATER: Unexpected crash at the end of level 15. | Travis Howell |
2007-05-31 | Re-added Revolution Software copyright to BS2 engine | Max Horn |
2007-05-31 | ADded special SVG to work with S60v3. Does not handle embedded bitmaps to well. | Lars Persson |
2007-05-31 | ADded makefile for SVG icon | Lars Persson |
2007-05-31 | svn-id: r27027 | Lars Persson |
2007-05-31 | Add Macintosh filenames differences, for several CUP previews of HE games. | Travis Howell |
2007-05-30 | added comment to cloneToFadeOutTrack() | Paweł Kołodziejski |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-30 | fixed predictive dialog messing up state if another dialog was already shown | Kostas Nakos |