aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-10-13SCI/newgui: class SciGuiTransitions createdMartin Kiewitz
2009-10-13SCI: Don't end warning() format strings with a newline or a period (a newline...Max Horn
2009-10-13SCI: Don't save HunkTable segmentsMax Horn
2009-10-13Moved some old GUI specific code from kgraphics.cpp into gui32.cppFilippos Karapetis
2009-10-13SCI/newgui: DrawControl type 10 is actually just a dummy in qfg1ega, we dont ...Martin Kiewitz
2009-10-13SCI: Skip loading HunkTable segments. This fixes a silly bug that can lead to...Max Horn
2009-10-13SCI: Merge SegManager::alloc_Hunk into SegManager::allocateHunkEntryMax Horn
2009-10-13SCI: cleanupMax Horn
2009-10-13SCI: Doxygenify comments in class SfxPlayerMax Horn
2009-10-13SCI: Merge some sfx related global funcs into SfxState.Max Horn
2009-10-13SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_*Martin Kiewitz
2009-10-13Removed the now unused code in gfx/res_cursor.cppFilippos Karapetis
2009-10-13Removed some leftover cursor codeFilippos Karapetis
2009-10-13SCI: stub for kDrawControl K_CONTROL_PERCENTAGEMartin Kiewitz
2009-10-13Removed some leftover code, fixes KQ5CDFilippos Karapetis
2009-10-13SCI/newgui: canBeHere fixed, walk-anywhere in sq3 is not possible anymoreMartin Kiewitz
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13Merged the cursor manipulation code - cursor views are still not doneFilippos Karapetis
2009-10-13SCI/newgui: kSetPort() now also supporting 7 parametersMartin Kiewitz
2009-10-13SCI/newgui: SciGuiAnimate header included into gui_gfxMartin Kiewitz
2009-10-13SCI/newgui: uncommented enum in SciGuiAnimate headerMartin Kiewitz
2009-10-13SCI/newgui: removed left over stuff from SciGuiGfx headerMartin Kiewitz
2009-10-13SCI/newgui: implemented resetEngineState() in SciGuiAnimateMartin Kiewitz
2009-10-13SCI/newgui: added new file to module.mkMartin Kiewitz
2009-10-13SCI/newgui: SciGuiAnimate class createdMartin Kiewitz
2009-10-13Fixed a bug in the graphics function detection code, and corrected the locati...Filippos Karapetis
2009-10-13SCI/newgui: floodfill / remove screenMasks that are already filled with the r...Martin Kiewitz
2009-10-13SCI/newgui: finally changed floodfill to behave the same way as sierra sci. F...Martin Kiewitz
2009-10-13SCI/newgui: SciGuiScreen putPixel etc. needs to use _width and _height instea...Martin Kiewitz
2009-10-13SCI/newgui: fix floodfill for qfg1ega picturesMartin Kiewitz
2009-10-12SCI/newgui: priority band initialization - forgot to use priorityBandCount va...Martin Kiewitz
2009-10-12SCI/newgui: priority band initialization now working exactly the same way as ...Martin Kiewitz
2009-10-12Silenced GCC warning.Torbjörn Andersson
2009-10-12SCI/newgui: addToPic (list) replaced priority with z, to fix drawing coordina...Martin Kiewitz
2009-10-12CleanupFilippos Karapetis
2009-10-12SCI: commenting out music warningsMartin Kiewitz
2009-10-12SCI/newgui: background of noupdate cels is now correctly saved (was typo) sol...Martin Kiewitz
2009-10-12Minimize dependencies in the new guiFilippos Karapetis
2009-10-12SCI: kCelHigh / kCelWide got broken with last revision, now fixedMartin Kiewitz
2009-10-12SCI: now allowing calling celWide and celHigh with only 2 parameters (done by...Martin Kiewitz
2009-10-12SCI: kGraph cleanupMartin Kiewitz
2009-10-12SCI: kGraph now fixes up coordinates before constructing a rect (invalid rect...Martin Kiewitz
2009-10-12SCI: re-enable accidentally commented update callWillem Jan Palenstijn
2009-10-12Reverted the Common::String::printf() related commits, as the function works ...Filippos Karapetis
2009-10-12SCI: Fix warnings, cleanupMax Horn
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function...Martin Kiewitz
2009-10-12SCI/newgui: kDrawControl (icon) now also calls BitsShow()Martin Kiewitz
2009-10-12SCI/newgui: priority band initialization fixMartin Kiewitz
2009-10-12Got rid of _baseTable and _baseDisplayTableFilippos Karapetis
2009-10-12Fixed a warning message under MSVC... seems like Common::String::printf does ...Filippos Karapetis