Age | Commit message (Expand) | Author |
2011-01-23 | SCI: Fixed possible use of uninitialized variable in SCI Script Debugger. | David Turner |
2011-01-23 | VIDEO: Move video classes to Video:: namespace | Eugene Sandulenko |
2011-01-23 | GRAPHICS: Move graphics/video/ to video/. Step 1/2 | Eugene Sandulenko |
2011-01-22 | SCI/Robot:Don't ifdef out ::playAudio, since it is only used for debugging | Lars Skovlund |
2011-01-22 | SCI: Moved the robot audio playing test code inside GfxRobot::playAudio() | Filippos Karapetis |
2011-01-22 | SCI/robot: Correct detection of null preload | Lars Skovlund |
2011-01-22 | SCI: Added stub for playing robot audio from the console | Lars Skovlund |
2011-01-22 | SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer... | Filippos Karapetis |
2011-01-22 | SCI: Changed the expensive and inaccurate floating-point divisions to integer... | Filippos Karapetis |
2011-01-22 | SCI: Code formatting | Filippos Karapetis |
2011-01-21 | SCI: Fix robot palette activation | Lars Skovlund |
2011-01-21 | SCI: Add comment for GK1 workaround. | Lars Skovlund |
2011-01-21 | SCI: Fix robot memory leak | Lars Skovlund |
2011-01-21 | SCI: Fix GK1 breaking into the debugger when watching the intro | Lars Skovlund |
2011-01-21 | SCI: Partial robot support, currently disabled since it does not run | Lars Skovlund |
2011-01-21 | COMMON: Move SCI's DCL decompression code to common | Matthew Hoops |
2011-01-15 | SCI: Plugged 2 memory leaks, reported by digitall | Filippos Karapetis |
2011-01-15 | SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s... | Filippos Karapetis |
2011-01-15 | SCI: cleaned up checkSelectorBreakpoint() | Filippos Karapetis |
2011-01-15 | SCI: Extended the bpk debug command so that it can also disable a breakpoint ... | Filippos Karapetis |
2011-01-15 | SCI: Bugfix for r55246: Don't send init commands when resuming a sound | Filippos Karapetis |
2011-01-15 | SCI: Fixed bug #3034974 - "SCI: Music out of tune after loading a save" | Filippos Karapetis |
2011-01-12 | SCI: Fixed bug #3155550 - "SQ4 Russian: Script error in Scate-o-rama" | Filippos Karapetis |
2011-01-12 | SCI: Added a workaround for script bug #3156472 - "King's Quest 5 cdrom versi... | Filippos Karapetis |
2011-01-12 | SCI: Simplified the kMoveCursor code | Filippos Karapetis |
2011-01-10 | SOUND: Get rid of unused forward declarations in mixer.h. | Johannes Schickel |
2011-01-09 | SCI2.1: Some further work on robot files | Filippos Karapetis |
2011-01-09 | SCI2: Implemented proper text splitting | Filippos Karapetis |
2011-01-09 | SCI2: Some documentation/stubs | Filippos Karapetis |
2011-01-09 | SCI: Cleanup | Filippos Karapetis |
2011-01-09 | SCI: Changed the bShow parameter of GfxText16:Box() into a bool | Filippos Karapetis |
2011-01-08 | SCI: Some function renaming | Filippos Karapetis |
2011-01-08 | SCI2: Updated comments | Filippos Karapetis |
2011-01-08 | SCI2.1: Added a comment with the SCI2.1 games using a SCI2 kernel | Filippos Karapetis |
2011-01-08 | SCI2.1: Added some information about kSetPalStyleRange, kNewRoom and kMorphOn | Filippos Karapetis |
2011-01-08 | SCI2.1: Some stubs used by SQ6 | Filippos Karapetis |
2011-01-08 | SCI2.1: Some functionality for Phantasmagoria 1 and MUMG Deluxe | Filippos Karapetis |
2011-01-08 | SCI: Fixed typo | Filippos Karapetis |
2011-01-08 | SCI: Fixed a typo | Filippos Karapetis |
2011-01-08 | SCI2.1: Added/documented some functionality used by Shivers 1 | Filippos Karapetis |
2011-01-07 | SCI: Moved the handling of the op_line debug opcode inside readPMachineInstru... | Filippos Karapetis |
2011-01-07 | SCI: Removed leftover end markers from the opcode formats array | Filippos Karapetis |
2011-01-07 | SCI2/2.1: Improvements to the find_callk debug function, and some kernel func... | Filippos Karapetis |
2011-01-07 | SCI: The SCI2.1 SVGA version of MUMG is named "Mixed-Up Mother Goose Deluxe" | Filippos Karapetis |
2011-01-07 | SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games) | Filippos Karapetis |
2011-01-07 | SCI2.1: Added a sanity check for VMD video positioning, for the demo of Light... | Filippos Karapetis |
2011-01-07 | SCI2.1: Show the kernel table used in the "version" console command | Filippos Karapetis |
2011-01-04 | SCI: Cleanup | Filippos Karapetis |
2011-01-04 | SCI: Fixed part of bug #3150767 - "KQ5 French crash on startup, only partial ... | Filippos Karapetis |
2011-01-04 | SCI: Moved the "SCI" bit to the extras field, to preserve the original naming... | Filippos Karapetis |