aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2010-06-17SCI: Rename sciEvent to SciEventMax Horn
2010-06-17SCI: Moved the event code a little bit around.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-17Don't show warnings for a known script bug in SQ4CD with the Sq4GlobalNarrato...Filippos Karapetis
2010-06-17Fix the QFG4 Demo: kStrSplit has been replaced with kRemapColors.Matthew Hoops
2010-06-17Fixed cppcheck warning.Torbjörn Andersson
2010-06-17Don't translate both x and y of the rect in kOnMe if only one of the variable...Matthew Hoops
2010-06-17Removed a now obsolete FIXME (spotted by Fingolfin)Filippos Karapetis
2010-06-17Fixed kLoad and kUnload (the resource type was incorrect)Filippos Karapetis
2010-06-17Fixed wPlayAudio, and added some documentation on the 3 new kDoAudio subops. ...Filippos Karapetis
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-17Only hide/show cursor when playing a VMD if it was visible in the first place.Matthew Hoops
2010-06-17Added handling of VMD video files in kResCheck, fixes video playing in GK2Filippos Karapetis
2010-06-16Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor...Filippos Karapetis
2010-06-16Added back the functionality to skip videosFilippos Karapetis
2010-06-16Added a sanity check inside kMulDivFilippos Karapetis
2010-06-16Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is...Filippos 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-15Don't adjust the object's coordinates if the object does not belong to a plan...Filippos Karapetis
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15Fixed commentsFilippos Karapetis
2010-06-15Fixed detective Mosely's hotspot in GK1 (day 1)Filippos Karapetis
2010-06-15SCI: putting SciGui::init into SciEngine, removing it from SciGui(32)Martin Kiewitz
2010-06-15SCI: move textSize and textFonts and textColors inside gfxText16Martin Kiewitz
2010-06-15Fix spelling, cleanupMax Horn
2010-06-15SCI: OOpify class ResourceIdMax Horn
2010-06-15SCI: move portrait methods to gfxPaint16Martin Kiewitz
2010-06-15Properly reconstruct the running stack when restoring (a regression from comm...Filippos Karapetis
2010-06-15- Swapped the return value of gamestate_save (false = failed, true = succeeded)Filippos Karapetis
2010-06-15Added a signature of the game itself inside saved games (the size of script 0...Filippos Karapetis
2010-06-15Add support for SCI32 segment types to seg_table and vr debug commandsLars Skovlund
2010-06-15Reorganized functions a bitFilippos Karapetis
2010-06-15Removed the now unused EngineState parameter of script_adjust_opcode_formats(...Filippos Karapetis
2010-06-15Cleanup of the savegame code:Filippos Karapetis
2010-06-14Removed the code used for tracking script code block relocations in SCI0-SCI1...Filippos Karapetis
2010-06-14Cleanup of the SCI0 object initialization codeFilippos Karapetis
2010-06-14CleanupFilippos Karapetis
2010-06-14Fixed GK1 again, including the inventory screenFilippos Karapetis
2010-06-14Hopefully fixed kOnMe (SCI2) and implemented kIsOnMe (SCI2.1). GK1 and the de...Filippos Karapetis
2010-06-14Really silence the warning with _bufSizeFilippos Karapetis
2010-06-14Silenced warningFilippos Karapetis
2010-06-14Fixed a bug with commit #49640Filippos Karapetis
2010-06-14Some cleanup of the script locals codeFilippos Karapetis
2010-06-14SCI: Limit the screen refresh rate to 60fpsFilippos Karapetis
2010-06-13The offset of script local variables is now calculated when the script is loa...Filippos Karapetis