aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2010-02-06SCI: Run GC only when execution_stack_base is 0.Walter van Niftrik
2010-02-06Silenced warning that intersectionX and intersectionY could be uninitializedFilippos Karapetis
2010-02-06Add a missing break.Matthew Hoops
2010-02-06SCI: Don't call garbage collector directly from kFlushResources() as this is ...Walter van Niftrik
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-02-05SCI: moving kDisplay into GfxPaint16, now getting called directly as wellMartin Kiewitz
2010-02-05SCI: priority band specific stuff now gets called directly w/o SciGuiMartin Kiewitz
2010-02-05SCI: remaining cursor functions now also directly calledMartin Kiewitz
2010-02-05SCI: drawMenuBar, drawStatus now called directly and w/o SciGuiMartin Kiewitz
2010-02-05SCI: moved onControl etc. into GfxCompare, now getting called directly. also ...Martin Kiewitz
2010-02-05Cleanup kShowMovie; merge the SCI1.1/SCI2 and SCI2.1 AVI code.Matthew Hoops
2010-02-05SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla...Martin Kiewitz
2010-02-05SCI: frameout sci32 stuff now gets called directly w/o SciGui/32Martin Kiewitz
2010-02-05SCI: calling most of the cursor functions directly via _gfxCursor instead of ...Martin Kiewitz
2010-02-05SCI: Add implementation for Intersections().Walter van Niftrik
2010-02-04Moved the PalVary code inside the GfxPalette classFilippos Karapetis
2010-02-04SCI: kPicNotValid now uses GfxScreen directly and not SciGui/32Martin Kiewitz
2010-02-04SCI: making pathfinding debug support also work in sci32 (though it just show...Martin Kiewitz
2010-02-04SCI: putting most kGraph functions into GfxPaint16Martin Kiewitz
2010-02-04SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as w...Martin Kiewitz
2010-02-04SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and...Martin Kiewitz
2010-02-04SCI: adding back selector for sci32Martin Kiewitz
2010-02-04SCI: adding selectors bottom and rightMartin Kiewitz
2010-02-04SCI: adding support for resX, resY selectors for sci32Martin Kiewitz
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-02-03Initial implementation of text drawing for SCI2 (it's a hack for now, done th...Filippos Karapetis
2010-02-03SCI: Make add_exec_stack_entry & add_exec_stack_varselector static / privateMax Horn
2010-02-03SCI: Move more stuff aroundMax Horn
2010-02-03cleanupMax Horn
2010-02-03SCI: restoring param of run_vm is a bool, not an intMax Horn
2010-02-03SCI: Get rid of EngineState::stack_segmentMax Horn
2010-02-03SCI: Rearrange members of class EngineStateMax Horn
2010-02-02SCI: Use Common::List and Common::String to simplify breakpoint handling (unt...Max Horn
2010-02-02SCI: Move some code around (no code changes)Max Horn
2010-02-02Add support in kString(Cpy) for copying to system strings. Also, stubbing kFi...Matthew Hoops
2010-02-02Try to make drmccoy happy again (is that even possible? :P )Filippos Karapetis
2010-02-02Added a stub for kCreateTextBitmap, which shows the text that should be drawn...Filippos Karapetis
2010-02-01Added an initial implementation of kGetHighPlanePriFilippos Karapetis
2010-02-01Fix bug in kString(Printf)Lars Skovlund
2010-02-01Only compile in the SCI32 static selectors when ENABLE_SCI32 is set; minor cl...Matthew Hoops
2010-02-01SCI: fix getLanguage - fixes gk1 german (day number blood writing at the star...Martin Kiewitz
2010-02-01SCI: implemented reset for GfxMenu, not recreating object anymoreMartin Kiewitz
2010-02-01SCI: class menu renamed to GfxMenu - now getting called directly, also fix fo...Martin Kiewitz
2010-02-01kPlatform(0) should return the SCI platform number. Fixes playing AVI's in KQ...Matthew Hoops
2010-02-01Torin calls K_FILEIO_OPEN without a file mode to open with. Assume that it's ...Matthew Hoops
2010-01-31SCI: Add stub for kIntersections()Walter van Niftrik
2010-01-31SCI: rename Controls to GfxControls, gets directly called nowMartin Kiewitz
2010-01-31Make EngineState::getLanguage() check from the resource manager as to what la...Matthew Hoops
2010-01-31SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32Martin Kiewitz
2010-01-31SCI: Fix regression in KQ5CD caused by r47775.Walter van Niftrik