aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kgraphics.cpp
AgeCommit message (Expand)Author
2009-10-08Started rewriting the check for the graphics functions type (still not finis...Filippos Karapetis
2009-10-07SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:...Max Horn
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-07SCI: kDrawPic / had an error in previous revisionMartin Kiewitz
2009-10-07SCI: changed kDrawPic to use oldGfxFuncs()Martin Kiewitz
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...Martin Kiewitz
2009-10-07SCI: set default EGA palette to 0, if no parameter is actually given us. Fixe...Martin Kiewitz
2009-10-07SCI/newgui: kSetCursor (show, hide, pos, shape) implementedMartin Kiewitz
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz
2009-10-07SCI: removed r44595, sierra sci really does behave like Common::Rect, no need...Martin Kiewitz
2009-10-06SCI/newgui: kHiLite supportMartin Kiewitz
2009-10-05Moved the cursor movement code in the GUIFilippos Karapetis
2009-10-05Lines are no longer treated as fake rectangles and are shown correctly againFilippos Karapetis
2009-10-05SCI/newgui: kDrawControl on icon implementedMartin Kiewitz
2009-10-05- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...Filippos Karapetis
2009-10-04SCI: Really remove sci/gui/gui.h include from engine/state.hMax Horn
2009-10-04SCI/newgui: implemented kPalette / set intensityMartin Kiewitz
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-04SCI/gui: renaming...Martin Kiewitz
2009-10-04SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp...Martin Kiewitz
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
2009-10-04SCI: removing unused variables from onControlMartin Kiewitz
2009-10-04SCI: onControl now uses gui classesMartin Kiewitz
2009-10-03SCI: Redraw edit controls when they change.Willem Jan Palenstijn
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
2009-09-30Removed an old (and now obsolete) workaround for KQ5Filippos Karapetis
2009-09-30Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us...Filippos Karapetis
2009-09-29- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...Filippos Karapetis
2009-09-27SCI: Fix scrolling in SCI1 list controls.Walter van Niftrik
2009-09-27SCI: turn assert into warning, as it used in QfG2 char importWillem Jan Palenstijn
2009-09-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-25Create a define for the special "signal" offset used throughout the engine, a...Filippos Karapetis
2009-09-21SCI: Change kAnimate to actually tail recurseMax Horn
2009-09-17SCI: Add EngineState::_kernel member for convenienceMax Horn
2009-09-17SCI: Add a global getSciVersion() function and make use of itMax Horn
2009-09-17SCI: Rename WAS_FUNCT_NR to FAKE_FUNCT_NR; turn some #defines into enumsMax Horn
2009-09-17SCI: Get rid of the not_register() hackMax Horn
2009-09-17SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCacheMax Horn
2009-09-15Removed some unused variables from the engine stateFilippos Karapetis
2009-09-14SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*()Max Horn
2009-09-14SCI: kernelDeref*() functions are now seSegmentManager methodsMax Horn
2009-09-14SCI: Merge kernelDerefCharPtr and kernelDerefString and change it from a macr...Max Horn
2009-09-13Always disable the "Change Directory" button in the save/load menus, as we do...Filippos Karapetis
2009-09-12Made is_object() a method of the segment managerFilippos Karapetis
2009-09-12Removed the unused ASSERT()-related code and changed a warning where BREAKPOI...Filippos Karapetis
2009-09-09Removed/replaced the gfx_pixmap_color structFilippos Karapetis
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-04- Allow SCI games to set the cursor position when it's hidden once againFilippos Karapetis
2009-09-04- Removed the gfx error defines. When resources are not found, or are corrupt...Filippos Karapetis
2009-09-04Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...Filippos Karapetis