aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
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
2010-06-16Added handling for the SCI2.1 kPalette(1) call. The graphics in Torin's Passa...Filippos Karapetis
2010-06-15Don't disable kPalVary for SCI32, the semantics have remained the same.Matthew Hoops
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15SCI: move textSize and textFonts and textColors inside gfxText16Martin Kiewitz
2010-06-15SCI: move portrait methods to gfxPaint16Martin Kiewitz
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-06-05Fixed the cursor limiting code in GK1Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-26Implement QuickTime playback for SCI1.1 Mac. The 'Halfdome' and 'KQ6Movie' vi...Matthew Hoops
2010-05-23Cleaned up the game ID code:Filippos Karapetis
2010-05-18Committing the rest of the VideoDecoder Rewrite from patch #2963496.Matthew Hoops
2010-05-18- Moved kernel_lookup_text inside the Kernel classFilippos Karapetis
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-04-25SCI: replaced value with constant when checking if controls are selectedMartin Kiewitz
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-02-23SCI: Move SciGui::wait to EngineState::waitMax Horn
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn