Age | Commit message (Expand) | Author |
2011-02-10 | SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanup | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-09 | SCI: Do not try to dereference object name when it's not a pointer. | Walter van Niftrik |
2011-02-08 | SCI: Changed the warning when applying script patches into a debug output call | Filippos Karapetis |
2011-02-08 | SCI: Some work on robot videos | Filippos Karapetis |
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn |
2011-02-07 | SCI: Converted the robot decoder into a regular video decoder, and decoupled ... | Filippos Karapetis |
2011-02-06 | SCI: Improve Mac SCI1.1+ cursor support | Matthew Hoops |
2011-02-05 | SCI: Add support for BE selector name tables | Matthew Hoops |
2011-02-04 | SCI: Rewrote the robot playing code in a way similar to other video decoders | Filippos Karapetis |
2011-02-03 | SCI: Add a stub for kFont which calls kSetFontRes as a subop | Matthew Hoops |
2011-02-03 | SCI: Add support for GK1 Mac high-res fonts | Matthew Hoops |
2011-02-03 | SCI21: Some robot related changes | Filippos Karapetis |
2011-02-03 | SCI: Fix GK1 Mac messages | Matthew Hoops |
2011-02-03 | SCI: Properly reset the array/string segment ids | Matthew Hoops |
2011-02-03 | SCI: Disable the special QFG1 Mac icon bar | Matthew Hoops |
2011-02-02 | SCI: Add comment about GK1 Mac using kSetFontRes | Matthew Hoops |
2011-02-01 | SCI: Make Hoyle4 workarounds without names so they work in the Mac version (t... | Matthew Hoops |
2011-01-26 | SCI: Make SCI3 propertyId endianness hack a bit cleaner | Willem Jan Palenstijn |
2011-01-25 | SCI: cleanup | Max Horn |
2011-01-25 | SCI3: Fix script abort during startup on Big Endian platforms | Lars Skovlund |
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 | SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer... | Filippos Karapetis |
2011-01-21 | SCI: Add comment for GK1 workaround. | 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-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-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-09 | SCI2: Some documentation/stubs | 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 | 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-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: Slight cleanup to the garbage collector | Filippos Karapetis |