Age | Commit message (Expand) | Author |
2010-07-22 | SCI: kSetCursor works the same in sci16 | Martin Kiewitz |
2010-07-22 | SCI: Some slight work on robot files | Filippos Karapetis |
2010-07-22 | SCI: kSetCursor change for sci32 | Martin Kiewitz |
2010-07-22 | SCI: sci2+ has a different kSetCursor order | Martin Kiewitz |
2010-07-21 | SCI: Moved all the video related functions in a separate file | Filippos Karapetis |
2010-07-21 | SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp... | Filippos Karapetis |
2010-07-21 | SCI: r51104 adding #ifdef and check for hires | Martin Kiewitz |
2010-07-21 | SCI: halfing kCelWide for sci2.1 | Martin Kiewitz |
2010-07-17 | SCI: removing kSetPort 4 argument support from r44938, which was wrong - addi... | Martin Kiewitz |
2010-07-15 | SCI: solved lsl1 casino door, lsl6 tram disappearing and qfg1 vga gate issue ... | Martin Kiewitz |
2010-07-15 | SCI: r50919 had some temporary test code in it, removing that so it really re... | Martin Kiewitz |
2010-07-15 | SCI: some big changes to kCantBeHere - kCantBeHere returns the actual "proble... | Martin Kiewitz |
2010-07-13 | SCI: adding quest for glory 2&3 export save filenames (same types and object ... | Martin Kiewitz |
2010-07-13 | SCI: adding quest for glory 1 export save filename ("a:glory1.sav") for filen... | Martin Kiewitz |
2010-07-12 | SCI: Fix warning | Max Horn |
2010-07-11 | SCI: remove "a:" from default export hero quest 1 filename "a:hq1_hero.sav" | Martin Kiewitz |
2010-07-11 | SCI: also sync palette after playing movies, fixes kq6 intro | Martin Kiewitz |
2010-07-10 | SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction | Martin Kiewitz |
2010-07-10 | SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet... | Martin Kiewitz |
2010-07-10 | Simplified the expression. | Torbjörn Andersson |
2010-07-10 | Fixed warning. | Torbjörn Andersson |
2010-07-10 | SCI: added kPalVary signatures & mapping, removed debug-warnings | Martin Kiewitz |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-28 | SCI: cleanup | Max Horn |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-25 | Removed the game ID check for embedded priority in icon controls, and replace... | Filippos Karapetis |
2010-06-24 | SCI: arg5 is map for graph(updateBox), added comment | Martin Kiewitz |
2010-06-24 | SCI: created a workaround table for uninitialized reads, removing old comment... | Martin Kiewitz |
2010-06-24 | SCI: implement detection for uninitialized temp variable reads and implement ... | Martin Kiewitz |
2010-06-24 | Initialize the stack with 'S' or 's' characters, like SSCI does (ultimately, ... | Filippos Karapetis |
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz |
2010-06-22 | SCI: kPalVary(setTarget) now triggers an error | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(changeTicks) | Martin Kiewitz |
2010-06-20 | SCI: displaying debug warning again for kPalVary(init) | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew... | Martin Kiewitz |
2010-06-20 | SCI: adding info about kPalVary(8) being SCI32 exclusive | Martin Kiewitz |
2010-06-20 | SCI: implementing kPalVary(2) | Martin Kiewitz |
2010-06-20 | SCI: some kPalVary support - intro of island dr. brain works fine now | Martin Kiewitz |
2010-06-20 | SCI: kPalVary - cleanup and some more code | Martin Kiewitz |
2010-06-20 | SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5 | Martin Kiewitz |
2010-06-18 | Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integer | Filippos Karapetis |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-18 | Added a new subop of kPalVary (PQ4) | Filippos Karapetis |
2010-06-18 | Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo) | Filippos Karapetis |
2010-06-18 | Fixed invalid memory read in GK1CD | Filippos Karapetis |
2010-06-18 | Added warning about unhandled kGraph subop 1 (GK1CD) | Filippos Karapetis |
2010-06-17 | Strict mode: error out on unhandled subops, to note if they actually exist an... | Filippos Karapetis |
2010-06-17 | SCI: Fix a few errors in PlayVMD comment. | Lars Skovlund |
2010-06-17 | SCI: Remove incorrect gameid check | Max Horn |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |