aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-10-14SCI/newgui: changed step-count to half to minimize cpu loadMartin Kiewitz
2009-10-14fix compilationJoost Peters
2009-10-14SCI/newgui: implemented code to differentiate between EGA and VGA transitionsMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions now at least supports fadeIn/outMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions receives SciGui nowMartin Kiewitz
2009-10-14Plugged loads of memory leaks in the new GUIFilippos Karapetis
2009-10-14SCI: kDrawPic - flags is actually uint16Martin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions now gets picRectMartin Kiewitz
2009-10-14SCI/newgui: fixes textcode processing to get out if string ends and no ending...Martin Kiewitz
2009-10-14SCI: kDrawControl now also fixes bad rects (fixes jones/vga)Martin Kiewitz
2009-10-14SCI/newgui: another change to floodfill, fixes jones/vgaMartin Kiewitz
2009-10-14SCI/newgui: coordinates fixup for embeeded celsMartin Kiewitz
2009-10-14SCI/newgui: support for embedded cel data < 320 pixels width. fixes jones/vgaMartin Kiewitz
2009-10-14SCI: Rename some vars (cleaning up what seems to have been caused by a blind ...Max Horn
2009-10-14SCI: Fix warning, cleanupMax Horn
2009-10-14Proper variable namingFilippos Karapetis
2009-10-14- Moved cel width and height calculation in the GUIFilippos Karapetis
2009-10-14Fixed regression bug #2874229. Regression had happened in r39878, when the di...Nicola Mettifogo
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-13LOL/PC-98: fixed outroFlorian Kagerer
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-13gob detection Arnaud Boutonné
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