aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-10-08SCI: Turn reconstruct_scripts into SegManager::reconstructScriptsMax Horn
2009-10-08SCI: Remove outdated commentWillem Jan Palenstijn
2009-10-08SCI: Removed obsolete stringfrags codeMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-08SCI: Removed SegManager::getDescriptionMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-08Started rewriting the check for the graphics functions type (still not finis...Filippos Karapetis
2009-10-08Restore the engine state stored within SciGui during loading once more, since...Filippos Karapetis
2009-10-08Removed the unused game_time variable, and fixed the incorrect calculation of...Filippos Karapetis
2009-10-07SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:...Max Horn
2009-10-07SCI: Fix warning, cleanupMax 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-07Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr...Filippos Karapetis
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-06- Fixed kGetTime() againFilippos Karapetis
2009-10-06SCI: Minor cleanupWillem Jan Palenstijn
2009-10-06SCI/newgui: kHiLite supportMartin Kiewitz
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ...Martin Kiewitz
2009-10-05SCI: kDrawStatus changed, dont call gui if no text receivedMartin Kiewitz
2009-10-05SCI: kDrawStatus now calls s->gui->drawStatus with NULL if no text givenMartin Kiewitz
2009-10-05Fixed crash when starting games with the stable GUIFilippos Karapetis
2009-10-05SVN/newgui: kDrawStatus implementedMartin 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-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-10-04SCI: Add include guards for gui headers; don't include gui/gui.h from engine/...Max Horn
2009-10-04SCI/newgui: implemented kPalette / set intensityMartin Kiewitz
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-04SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c...Max 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: kReadNumber crash fix for lsl1Martin Kiewitz
2009-10-04SCI: removing unused variables from onControlMartin Kiewitz
2009-10-04SCI: onControl now uses gui classesMartin Kiewitz
2009-10-04SCI: fixed crash in sq5/german (umlauts)Martin Kiewitz
2009-10-03SCI: Add hack to gui to fix loadingWillem Jan Palenstijn
2009-10-03SCI: Redraw edit controls when they change.Willem Jan Palenstijn
2009-10-03SCI: Fix sign issue in stringfragsWillem Jan Palenstijn
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
2009-10-02Fix cppcheck issue reported by salty-horseWillem Jan Palenstijn