aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-10-04- Minimize the parameters passed to SciGUIfont()Filippos Karapetis
2009-10-04SCI: Fix cast, constnessWillem Jan Palenstijn
2009-10-04SCI/newgui: EGA view loading / mapping tableMartin Kiewitz
2009-10-04SCI/newgui: ega view loading implemented, unpacking still missingMartin Kiewitz
2009-10-04SCI/newgui: SciGUIview class now uses resmanager to detect view formatMartin Kiewitz
2009-10-04SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ...Max 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-04Replaced DblList with Common::ListFilippos Karapetis
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/newgui: invokeselector implemented into kAnimateMartin Kiewitz
2009-10-04Use spaces instead of tabs for formatting. (Tabs should be used for indentati...Johannes Schickel
2009-10-04Remove obsolete comment.Johannes Schickel
2009-10-04SCI/gui: final rename commitMartin Kiewitz
2009-10-04SCI/gui: more renaming...Martin Kiewitz
2009-10-04SCI/gui: renaming...Martin Kiewitz
2009-10-04SCI/gui: renaming...Martin Kiewitz
2009-10-04Make "_picRect" local to gui_windowmgr.cpp and mark it as const.Johannes Schickel
2009-10-04Attempt to fix wince compilation.Johannes Schickel
2009-10-04SCI/newgui: turn sciWnd into subclass of sciPortWillem Jan Palenstijn
2009-10-04SCI/newgui: more descriptive names.Willem Jan Palenstijn
2009-10-04SCI/newgui: getCellRect() getLoopInfo() implemented, cleanupMartin Kiewitz
2009-10-04SCI/newgui: UpdateWindow() -> rect1 instead of rect0 typoMartin Kiewitz
2009-10-04SCI/newgui: windowMgr cleanup, UpdateWindow() ported overMartin Kiewitz
2009-10-04SCI/newgui: accidentally changed Draw_Horiz and Draw_Vert, revertedMartin Kiewitz
2009-10-04SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp...Martin Kiewitz
2009-10-04Removed unused enumFilippos Karapetis
2009-10-04SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';Max Horn
2009-10-04SCI/newgui: font constructor change (again... what happened here?)Martin Kiewitz
2009-10-04SCI/newgui: restoration of constructorMartin Kiewitz
2009-10-04SCI/newgui: SciGUIfont workaround for lsl1sciMartin Kiewitz
2009-10-04Removed unused references to OSystemFilippos Karapetis
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/newgui: onControl implementedMartin Kiewitz
2009-10-04SCI/oldgui: onControl code movedMartin Kiewitz
2009-10-04SCI/newgui: TextColors and TextFonts implemented (for sq5)Martin Kiewitz
2009-10-04SCI: fixed crash in sq5/german (umlauts)Martin Kiewitz
2009-10-04SCI/newgui: unfinished TextColors/TextFonts support/setting default palette m...Martin Kiewitz
2009-10-04SCI/newgui: cleanupMartin Kiewitz
2009-10-03SCI: Add hack to gui to fix loadingWillem Jan Palenstijn
2009-10-03SCI: attempt to fix wii/dc build errorWillem Jan Palenstijn
2009-10-03SCI: Fix parse error in parse_reg_tWillem Jan Palenstijn
2009-10-03SCI: Redraw edit controls when they change.Willem Jan Palenstijn
2009-10-03SCI/newgui: removed duplicate unused codeMartin Kiewitz
2009-10-03SCI/newgui: constant 0xFFFF -> -1Martin Kiewitz
2009-10-03SCI: Fix sign issue in stringfragsWillem Jan Palenstijn