aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
2010-07-17SCI: removing kSetPort 4 argument support from r44938, which was wrong - addi...Martin Kiewitz
2010-07-15SCI: solved lsl1 casino door, lsl6 tram disappearing and qfg1 vga gate issue ...Martin Kiewitz
2010-07-15SCI: r50919 had some temporary test code in it, removing that so it really re...Martin Kiewitz
2010-07-15SCI: some big changes to kCantBeHere - kCantBeHere returns the actual "proble...Martin Kiewitz
2010-07-13SCI: adding quest for glory 2&3 export save filenames (same types and object ...Martin Kiewitz
2010-07-13SCI: adding quest for glory 1 export save filename ("a:glory1.sav") for filen...Martin Kiewitz
2010-07-12SCI: Fix warningMax Horn
2010-07-11SCI: remove "a:" from default export hero quest 1 filename "a:hq1_hero.sav"Martin Kiewitz
2010-07-11SCI: also sync palette after playing movies, fixes kq6 introMartin Kiewitz
2010-07-10SCI: added signatures for kGraph, removed isDummy boolean from KernelFunctionMartin Kiewitz
2010-07-10SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet...Martin Kiewitz
2010-07-10Simplified the expression.Torbjörn Andersson
2010-07-10Fixed warning.Torbjörn Andersson
2010-07-10SCI: added kPalVary signatures & mapping, removed debug-warningsMartin Kiewitz
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-28SCI: cleanupMax Horn
2010-06-25SCI: Introduce SciGameId enumMax Horn
2010-06-25Removed the game ID check for embedded priority in icon controls, and replace...Filippos Karapetis
2010-06-24SCI: arg5 is map for graph(updateBox), added commentMartin Kiewitz
2010-06-24SCI: created a workaround table for uninitialized reads, removing old comment...Martin Kiewitz
2010-06-24SCI: implement detection for uninitialized temp variable reads and implement ...Martin Kiewitz
2010-06-24Initialize the stack with 'S' or 's' characters, like SSCI does (ultimately, ...Filippos Karapetis
2010-06-22SCI: kPalVary(SetTarget) implementedMartin Kiewitz
2010-06-22SCI: kPalVary(setTarget) now triggers an errorMartin Kiewitz
2010-06-20SCI: implemented kPalVary(changeTicks)Martin Kiewitz
2010-06-20SCI: displaying debug warning again for kPalVary(init)Martin Kiewitz
2010-06-20SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew...Martin Kiewitz
2010-06-20SCI: adding info about kPalVary(8) being SCI32 exclusiveMartin Kiewitz
2010-06-20SCI: implementing kPalVary(2)Martin Kiewitz
2010-06-20SCI: some kPalVary support - intro of island dr. brain works fine nowMartin Kiewitz
2010-06-20SCI: kPalVary - cleanup and some more codeMartin Kiewitz
2010-06-20SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5Martin Kiewitz
2010-06-18Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integerFilippos Karapetis
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-18Added a new subop of kPalVary (PQ4)Filippos Karapetis
2010-06-18Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo)Filippos Karapetis
2010-06-18Fixed invalid memory read in GK1CDFilippos Karapetis
2010-06-18Added warning about unhandled kGraph subop 1 (GK1CD)Filippos Karapetis
2010-06-17Strict mode: error out on unhandled subops, to note if they actually exist an...Filippos Karapetis
2010-06-17SCI: Fix a few errors in PlayVMD comment.Lars Skovlund
2010-06-17SCI: Remove incorrect gameid checkMax Horn
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
2010-06-17SCI: PlayVMD(1): Hmmm. Don't print gammaBoost etc if they aren't usedLars Skovlund
2010-06-17Add additional documentation and code to PlayVMD(1) describing theLars Skovlund
2010-06-17Only do video scaling when required (hopefully fixes SQ6). Adapt the scaling ...Matthew Hoops
2010-06-17Fixed cppcheck warning.Torbjörn Andersson
2010-06-17Added some more information on some of the calls of kPlayVMDFilippos Karapetis
2010-06-17Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ...Filippos Karapetis
2010-06-17Moved kMulDiv together with the rest of the math functions, and kPlayVMD toge...Filippos Karapetis
2010-06-16Added back the functionality to skip videosFilippos Karapetis