Age | Commit message (Expand) | Author |
2010-06-14 | SCUMM: Fix bug #1438631. | Eugene Sandulenko |
2010-06-14 | Implement safeguard for negative depth values in AdvancedDetector. | Eugene Sandulenko |
2010-06-14 | Mohawk: Added support for running Riven off DVD layout. | Eugene Sandulenko |
2010-06-14 | Extended advancedDetector with depth parameter. | Eugene Sandulenko |
2010-06-14 | Really silence the warning with _bufSize | Filippos Karapetis |
2010-06-14 | Silenced warning | Filippos Karapetis |
2010-06-14 | Fixed a bug with commit #49640 | Filippos Karapetis |
2010-06-14 | Some cleanup of the script locals code | Filippos Karapetis |
2010-06-14 | GP2XWiz: Add shellscripts to support building a non-stripped bundle for use w... | John Willis |
2010-06-14 | SCI: Limit the screen refresh rate to 60fps | Filippos Karapetis |
2010-06-14 | Moved the actionNouns array from the scene to the globals object, since the s... | Paul Gilbert |
2010-06-14 | Further memory leak fixes reported by Valgrind | Paul Gilbert |
2010-06-14 | Fixes for memory leaks reported by Valgrind | Paul Gilbert |
2010-06-14 | Added logic for animation sequences specifying a starting animation frame number | Paul Gilbert |
2010-06-13 | Fixed compilation with the old music code | Filippos Karapetis |
2010-06-13 | The offset of script local variables is now calculated when the script is loa... | Filippos Karapetis |
2010-06-13 | Disabled two cases of findObjectByName() in SCI0 early games | Filippos Karapetis |
2010-06-13 | Fixed regression from commit #49251, and added an explanation. Calls to kNewN... | Filippos Karapetis |
2010-06-13 | Bugfixes for correct moving of the screen viewport within an animation | Paul Gilbert |
2010-06-13 | Added a parser for kZoneNone zones/animations in BRA. | Nicola Mettifogo |
2010-06-13 | Added logic for handling the rate of animation background scrolling, and misc... | Paul Gilbert |
2010-06-13 | When closing inventory, do not force input back to game-mode if commands need... | Nicola Mettifogo |
2010-06-13 | Added a default constructor for the ResourceSource struct | Filippos Karapetis |
2010-06-13 | Fixed clipping when drawing sprites at small scale factors (this fixes the ba... | Nicola Mettifogo |
2010-06-13 | Support for vertical scrolling. Patch 3005933 by fuzzie. | Nicola Mettifogo |
2010-06-13 | Keep the balloon from getting stuck in an infinite loop when floating near th... | Nicola Mettifogo |
2010-06-13 | Improved debug output of BRA walk code. | Nicola Mettifogo |
2010-06-12 | Applied fix for checking unallocated channels for All Notes Off MIDI command | Paul Gilbert |
2010-06-12 | SAGA: Music code cleanup. The music driver is now placed inside the MusicPlay... | Filippos Karapetis |
2010-06-12 | Initialize compression-related variables when loading external patch files. F... | Filippos Karapetis |
2010-06-12 | Added debug output to kDoAudio and some music commands. Also added a warning ... | Filippos Karapetis |
2010-06-12 | Reimplemented the scaled sprite drawing logic. The first introduction sequenc... | Paul Gilbert |
2010-06-12 | Extended show_instruments to show the songs where each instrument is used in | Filippos Karapetis |
2010-06-11 | Renamed verify_midi to show_instruments (and fixed a bug with it at the same ... | Filippos Karapetis |
2010-06-11 | - Added a new debug command, verify_midi, which can be used to check all the ... | Filippos Karapetis |
2010-06-11 | Bugfixes to correctly scroll the background during animations | Paul Gilbert |
2010-06-11 | Clarified various incorrectly named parameters, and fixed code for loading th... | Paul Gilbert |
2010-06-11 | Add support for setFocusRectangle - enabled on 'small' Android screens. | Angus Lees |
2010-06-11 | SCI: adjust priority bottom, if its 200 to avoid possible out of bounds (sier... | Martin Kiewitz |
2010-06-11 | Added a new kernel function, kEmpty, for really empty (not dummy, i.e. unimpl... | Filippos Karapetis |
2010-06-10 | In SCI1.1, kSetSynonyms is a dummy (empty) function | Filippos Karapetis |
2010-06-10 | SCI: adding current delta to tick position when getting the setsignalloop com... | Martin Kiewitz |
2010-06-10 | kSciAudioWPlay should not actually play the song, but 'pre-load' it. We fake ... | Matthew Hoops |
2010-06-10 | Allow for digits in stage directions in SCI32 games: GK1 floppy uses them. | Matthew Hoops |
2010-06-10 | SCI: Fix some doxygen comments | Max Horn |
2010-06-10 | SCI: Switch Console::cmdSelector to use Kernel::getSelectorName | Max Horn |
2010-06-10 | SCI: Get rid of DEFUN, cleanup | Max Horn |
2010-06-10 | SCI: Cleanup kernel signature code a bit. | Max Horn |
2010-06-10 | SCI: Fix Console::cmdValueType to handle all possible reg types | Max Horn |
2010-06-10 | Add support for AIFF sound in SCI32 Mac games and add support for AIFF/WAVE a... | Matthew Hoops |