aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Collapse)Author
2010-07-17SCI: removing kSetPort 4 argument support from r44938, which was wrong - ↵Martin Kiewitz
adding workaround for lsl6 ending - fixes lsl6 ending svn-id: r50967
2010-07-15SCI: solved lsl1 casino door, lsl6 tram disappearing and qfg1 vga gate issue ↵Martin Kiewitz
- i hope this won't cause regressions, but calling the method in collision case is definitely wrong svn-id: r50921
2010-07-15SCI: r50919 had some temporary test code in it, removing that so it really ↵Martin Kiewitz
returns the actual "problem" svn-id: r50920
2010-07-15SCI: some big changes to kCantBeHere - kCantBeHere returns the actual ↵Martin Kiewitz
"problem" instead of being a plain boolean - part of solving lsl1 casino door / qfg1vga gate svn-id: r50919
2010-07-13SCI: adding quest for glory 2&3 export save filenames (same types and object ↵Martin Kiewitz
names as qfg1) svn-id: r50853
2010-07-13SCI: adding quest for glory 1 export save filename ("a:glory1.sav") for ↵Martin Kiewitz
filename fixing svn-id: r50851
2010-07-12SCI: Fix warningMax Horn
svn-id: r50818
2010-07-11SCI: remove "a:" from default export hero quest 1 filename "a:hq1_hero.sav"Martin Kiewitz
svn-id: r50803
2010-07-11SCI: also sync palette after playing movies, fixes kq6 introMartin Kiewitz
svn-id: r50798
2010-07-10SCI: added signatures for kGraph, removed isDummy boolean from KernelFunctionMartin Kiewitz
svn-id: r50786
2010-07-10SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing ↵Martin Kiewitz
kAssertPalette (we used the wrong parameter number before, maybe the issues were caused by this) svn-id: r50780
2010-07-10Simplified the expression.Torbjörn Andersson
svn-id: r50779
2010-07-10Fixed warning.Torbjörn Andersson
svn-id: r50778
2010-07-10SCI: added kPalVary signatures & mapping, removed debug-warningsMartin Kiewitz
svn-id: r50777
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
svn-id: r50532
2010-06-28SCI: cleanupMax Horn
svn-id: r50419
2010-06-25SCI: Introduce SciGameId enumMax Horn
svn-id: r50273
2010-06-25Removed the game ID check for embedded priority in icon controls, and ↵Filippos Karapetis
replaced it with a check for priority existence svn-id: r50260
2010-06-24SCI: arg5 is map for graph(updateBox), added commentMartin Kiewitz
svn-id: r50221
2010-06-24SCI: created a workaround table for uninitialized reads, removing old ↵Martin Kiewitz
commented out workarounds for pharkas and laura bow 2 svn-id: r50214
2010-06-24SCI: implement detection for uninitialized temp variable reads and implement ↵Martin Kiewitz
direct fixes for them, i couldnt figure out a valid replacement for island, pharkas and laurabow2 work that way. this should also get changed to a replacement table svn-id: r50211
2010-06-24Initialize the stack with 'S' or 's' characters, like SSCI does (ultimately, ↵Filippos Karapetis
we should not change the stack again like we do in op_link - this is what Sierra is doing). Some cleanup svn-id: r50207
2010-06-22SCI: kPalVary(SetTarget) implementedMartin Kiewitz
svn-id: r50153
2010-06-22SCI: kPalVary(setTarget) now triggers an errorMartin Kiewitz
svn-id: r50146
2010-06-20SCI: implemented kPalVary(changeTicks)Martin Kiewitz
svn-id: r50100
2010-06-20SCI: displaying debug warning again for kPalVary(init)Martin Kiewitz
svn-id: r50092
2010-06-20SCI: implemented kPalVary(reverse) for pharkas, although there is a bug ↵Martin Kiewitz
somewhere, not working 100% svn-id: r50089
2010-06-20SCI: adding info about kPalVary(8) being SCI32 exclusiveMartin Kiewitz
svn-id: r50086
2010-06-20SCI: implementing kPalVary(2)Martin Kiewitz
svn-id: r50085
2010-06-20SCI: some kPalVary support - intro of island dr. brain works fine nowMartin Kiewitz
svn-id: r50082
2010-06-20SCI: kPalVary - cleanup and some more codeMartin Kiewitz
svn-id: r50081
2010-06-20SCI: implementing reading of parameters for kPalVary(init) for argc 4 and argc 5Martin Kiewitz
svn-id: r50075
2010-06-18Fixed invalid memory read in LSL6 hires - kRobot(1) returns an integerFilippos Karapetis
svn-id: r50024
2010-06-18SCI: Rewrap some overlong commentsMax Horn
svn-id: r50012
2010-06-18Added a new subop of kPalVary (PQ4)Filippos Karapetis
svn-id: r49987
2010-06-18Added stubs for kPalVary, subops 2 and 5 (XMAS '92, QFG4 demo)Filippos Karapetis
svn-id: r49981
2010-06-18Fixed invalid memory read in GK1CDFilippos Karapetis
svn-id: r49980
2010-06-18Added warning about unhandled kGraph subop 1 (GK1CD)Filippos Karapetis
svn-id: r49979
2010-06-17Strict mode: error out on unhandled subops, to note if they actually exist ↵Filippos Karapetis
and where they're used svn-id: r49975
2010-06-17SCI: Fix a few errors in PlayVMD comment.Lars Skovlund
svn-id: r49971
2010-06-17SCI: Remove incorrect gameid checkMax Horn
svn-id: r49969
2010-06-17SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()'Max Horn
svn-id: r49968
2010-06-17SCI: PlayVMD(1): Hmmm. Don't print gammaBoost etc if they aren't usedLars Skovlund
svn-id: r49953
2010-06-17Add additional documentation and code to PlayVMD(1) describing theLars Skovlund
myriad parameters settable here, and dump actual parameters passed svn-id: r49952
2010-06-17Only do video scaling when required (hopefully fixes SQ6). Adapt the scaling ↵Matthew Hoops
code to normal SCI videos as well. svn-id: r49951
2010-06-17Fixed cppcheck warning.Torbjörn Andersson
svn-id: r49935
2010-06-17Added some more information on some of the calls of kPlayVMDFilippos Karapetis
svn-id: r49923
2010-06-17Added 2x scaling for VMD videos, for bugtesting (temporarily in SCI itself). ↵Filippos Karapetis
It's currently not optimized much, but since the VMD decoder code will be revamped, we don't really care about performance at this point svn-id: r49921
2010-06-17Moved kMulDiv together with the rest of the math functions, and kPlayVMD ↵Filippos Karapetis
together with the rest of the video playing functions svn-id: r49920
2010-06-16Added back the functionality to skip videosFilippos Karapetis
svn-id: r49911