Age | Commit message (Expand) | Author |
2012-12-30 | SCI32: Add more KScrollWindow notes | Willem Jan Palenstijn |
2012-12-30 | SCI32: Add notes about KScrollWindow/Where,Go | Willem Jan Palenstijn |
2012-12-30 | SCI32: Add some notes about KScrollWindow/Add | Willem Jan Palenstijn |
2012-11-15 | SCI: Properly reset the palVary signal when loading (bug #3575569) | Filippos Karapetis |
2012-11-07 | SCI: Fix bug #3575569 - "SCI: QFG1VGA: Palette/hue bug after loading" | Filippos Karapetis |
2012-10-22 | SCI: Add a workaround for bug #3568452 - "SCI: QFG1VGA - Path finding bug in ... | Filippos Karapetis |
2012-10-22 | SCI: Fix bug #3578335 - "SCI: Mixed-Up Mother Goose EGA - crash upon choosing... | Filippos Karapetis |
2012-10-22 | SCI: Add the Inside the Chest / Benind the Developer's Shield demo | Filippos Karapetis |
2012-10-13 | SCI: Fix bug #3568431 - "SCI: QFG1VGA - Text glitch at the ghosts death screen" | Filippos Karapetis |
2012-10-07 | SCI: Fix Uhura's Woo conversation option | Willem Jan Palenstijn |
2012-10-07 | SCI: Flip assert | Willem Jan Palenstijn |
2012-10-06 | SCI: Fix dissect_script crash with invalid object types | Willem Jan Palenstijn |
2012-10-06 | SCI: Fix some console output formatting | Willem Jan Palenstijn |
2012-10-05 | SCI: Add kReadNumber fixme | Willem Jan Palenstijn |
2012-10-01 | SCI: Fix compilation with MSVC (atan2() was ambiguous) | Filippos Karapetis |
2012-09-30 | SCI: Implement kMergePoly | Willem Jan Palenstijn |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-08-26 | Merge pull request #268 from clone2727/video-rewrite | Matthew Hoops |
2012-08-21 | SCI: More work on kRemapColors | Filippos Karapetis |
2012-08-21 | SCI: Extend a workaround for the dream sequence in QFG4 | Filippos Karapetis |
2012-08-21 | SCI: Use a simpler atan implementation for kGetAngle in SCI1 and newer games | Filippos Karapetis |
2012-08-16 | VIDEO: Merge AdvancedVideoDecoder into VideoDecoder | Matthew Hoops |
2012-08-16 | VIDEO: Remove the Coktel video code from using the VideoDecoder API | Matthew Hoops |
2012-08-02 | SCI: Add a workaround for a script bug in QFG4 | Filippos Karapetis |
2012-07-27 | VIDEO: Adapt QuickTimeDecoder to the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-27 | SCI: Add a workaround for a bug in Phantasmagoria 1 | Filippos Karapetis |
2012-07-27 | SCI: Add support for kCD(0) with a parameter | Filippos Karapetis |
2012-07-26 | SCI: Add some debug code to op_line | Filippos Karapetis |
2012-07-25 | SCI: Add a workaround for a script bug in QFG4 | Filippos Karapetis |
2012-07-25 | SCI: Silence some very chatty warnings | Filippos Karapetis |
2012-07-25 | SCI: Expand an uninitialized read workaround for SQ6 | Filippos Karapetis |
2012-07-25 | SCI: Add a workaround for QFG4, screen 140 (character selection screen) | Filippos Karapetis |
2012-07-24 | SCI: Cleanup of the palette remapping code | Filippos Karapetis |
2012-07-24 | SCI: More work on color remapping | Filippos Karapetis |
2012-07-24 | SCI: Initial implementation of kRemapColors(kRemapByPercent) | Filippos Karapetis |
2012-07-24 | SCI: Separate the early SCI11 version of kRemapColors from the SCI32 one | Filippos Karapetis |
2012-07-22 | SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder API | Matthew Hoops |
2012-07-22 | VIDEO: Rewrite the AVI code to use AdvancedVideoDecoder | Matthew Hoops |
2012-07-20 | SCI: Move the SEQ code to the new VideoDecoder API | Matthew Hoops |
2012-07-17 | SCI: Bugfix for kCreateTextBitmap(). Fixes the ComPost text in the SQ6 demo | Filippos Karapetis |
2012-07-16 | SCI: Only skip text in room 100 in the SQ6 demo | Filippos Karapetis |
2012-07-16 | SCI: Temporarily disable text display in the demo of SQ6 to stop crashes | Filippos Karapetis |
2012-07-09 | SCI: Update comments in kGetAngleWorker() | Filippos Karapetis |
2012-07-08 | SCI: Also set the filename of the videoState struct when playing AVIs | Filippos Karapetis |
2012-07-08 | SCI: Fix a typo and add some comments to kGetAngleWorker() | Filippos Karapetis |
2012-07-08 | SCI: Show information for correct file naming in the QFG4 import room | Filippos Karapetis |
2012-07-08 | SCI: Update the virtual file selected in the QFG4 character import screen | Filippos Karapetis |
2012-07-08 | SCI: Add a hack in kGetAngleWorker to fix bug #3540976 | Filippos Karapetis |
2012-07-05 | SCI: Handle calls from MessageState::outputString() to arrays | Filippos Karapetis |
2012-07-05 | SCI: Some updates to SCI32 kernel graphics functions | Filippos Karapetis |