aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2011-02-03SCI: updated comments concerning robot videosFilippos Karapetis
2011-02-03SCI: Robot related changesFilippos Karapetis
2011-02-03SCI: Add a stub for kFont which calls kSetFontRes as a subopMatthew Hoops
2011-02-03SCI: Add support for GK1 Mac high-res fontsMatthew Hoops
2011-02-03SCI: Fix a typo, the interpreter can handle robot video versions 3 - 5Filippos Karapetis
2011-02-03SCI21: Some robot related changesFilippos Karapetis
2011-02-03SCI: Fix KQ6 Mac audio resourcesMatthew Hoops
2011-02-03SCI: Fix GK1 Mac messagesMatthew Hoops
2011-02-03SCI: Properly reset the array/string segment idsMatthew Hoops
2011-02-03SCI: Disable the special QFG1 Mac icon barMatthew Hoops
2011-02-02SCI: Fix GK1 Mac scalingMatthew Hoops
2011-02-02SCI: Fix memory leaks in GfxRobotLars Skovlund
2011-02-02SCI: Fix SCI32 Mac fontsMatthew Hoops
2011-02-02SCI: Fix SCI32 Mac picturesMatthew Hoops
2011-02-02SCI: Fix GK1 Mac views, the game now startsMatthew Hoops
2011-02-02SCI: Set Mac cursors as a non-compressable type tooMatthew Hoops
2011-02-02SCI: Add comment about GK1 Mac using kSetFontResMatthew Hoops
2011-02-02SCI: Fix Mac sync resource supportMatthew Hoops
2011-02-02SCI: Add support for Mac audio36/sync36 resources in resource forksMatthew Hoops
2011-02-01SCI: Make Hoyle4 workarounds without names so they work in the Mac version (t...Matthew Hoops
2011-02-01SCI: Mac SCI1.1+ games can use SYNC as the resource type for sync resources tooMatthew Hoops
2011-02-01SCI: Fix SCI1.1+ Mac views with uint16 rle lengths (thanks, Walter)Matthew Hoops
2011-01-31SCI: Update the Mac version detection commentsMatthew Hoops
2011-01-31SCI: Add support for Mac SCI1.1+ resource compressionMatthew Hoops
2011-01-31SCI: Add missing initializationsSven Hesse
2011-01-27SCI: Set the printLang and parseLang selectors again when restarting, if nece...Filippos Karapetis
2011-01-26SCI: Make SCI3 propertyId endianness hack a bit cleanerWillem Jan Palenstijn
2011-01-25SCI: cleanupMax Horn
2011-01-25SCI3: Fix script abort during startup on Big Endian platformsLars Skovlund
2011-01-24SCI/Robot: Simplify ::setPalette()Lars Skovlund
2011-01-24SCI/Robot: Fix typoLars Skovlund
2011-01-23SCI: Fixed possible use of uninitialized variable in SCI Script Debugger.David Turner
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-22SCI/Robot:Don't ifdef out ::playAudio, since it is only used for debuggingLars Skovlund
2011-01-22SCI: Moved the robot audio playing test code inside GfxRobot::playAudio()Filippos Karapetis
2011-01-22SCI/robot: Correct detection of null preloadLars Skovlund
2011-01-22SCI: Added stub for playing robot audio from the consoleLars Skovlund
2011-01-22SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer...Filippos Karapetis
2011-01-22SCI: Changed the expensive and inaccurate floating-point divisions to integer...Filippos Karapetis
2011-01-22SCI: Code formattingFilippos Karapetis
2011-01-21SCI: Fix robot palette activationLars Skovlund
2011-01-21SCI: Add comment for GK1 workaround.Lars Skovlund
2011-01-21SCI: Fix robot memory leakLars Skovlund
2011-01-21SCI: Fix GK1 breaking into the debugger when watching the introLars Skovlund
2011-01-21SCI: Partial robot support, currently disabled since it does not runLars Skovlund
2011-01-21COMMON: Move SCI's DCL decompression code to commonMatthew Hoops
2011-01-15SCI: Plugged 2 memory leaks, reported by digitallFilippos Karapetis
2011-01-15SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s...Filippos Karapetis
2011-01-15SCI: cleaned up checkSelectorBreakpoint()Filippos Karapetis