Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-05 | Removed the unused _bytesPerDisplayPixel parameter. All SCI games use 8bpp ↵ | Filippos Karapetis | |
color (apart from the videos in Phantasmagoria 2, which are not part of the engine itself) svn-id: r44653 | |||
2009-10-05 | Silenced some warnings in drawVectorData() | Filippos Karapetis | |
svn-id: r44652 | |||
2009-10-05 | More method renaming | Filippos Karapetis | |
svn-id: r44651 | |||
2009-10-05 | Cleanup | Filippos Karapetis | |
svn-id: r44650 | |||
2009-10-05 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ↵ | Filippos Karapetis | |
SciGuiWindowMgr) - Renamed "cell" -> "cel" svn-id: r44649 | |||
2009-10-04 | SCI: Really remove sci/gui/gui.h include from engine/state.h | Max Horn | |
svn-id: r44644 | |||
2009-10-04 | - Minimize the parameters passed to SciGUIfont() | Filippos Karapetis | |
- Some WIP on the pattern_Textures array svn-id: r44641 | |||
2009-10-04 | SCI: Fix cast, constness | Willem Jan Palenstijn | |
svn-id: r44640 | |||
2009-10-04 | SCI/newgui: EGA view loading / mapping table | Martin Kiewitz | |
svn-id: r44639 | |||
2009-10-04 | SCI/newgui: ega view loading implemented, unpacking still missing | Martin Kiewitz | |
svn-id: r44637 | |||
2009-10-04 | SCI/newgui: SciGUIview class now uses resmanager to detect view format | Martin Kiewitz | |
svn-id: r44636 | |||
2009-10-04 | SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ↵ | Max Horn | |
GUI heapmanager svn-id: r44635 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-04 | SCI: Add include guards for gui headers; don't include gui/gui.h from ↵ | Max Horn | |
engine/state.h svn-id: r44632 | |||
2009-10-04 | SCI/newgui: implemented kPalette / set intensity | Martin Kiewitz | |
svn-id: r44631 | |||
2009-10-04 | Replaced DblList with Common::List | Filippos Karapetis | |
svn-id: r44630 | |||
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn | |
svn-id: r44629 | |||
2009-10-04 | SCI/newgui: invokeselector implemented into kAnimate | Martin Kiewitz | |
svn-id: r44627 | |||
2009-10-04 | Use spaces instead of tabs for formatting. (Tabs should be used for ↵ | Johannes Schickel | |
indentation only!) svn-id: r44626 | |||
2009-10-04 | Remove obsolete comment. | Johannes Schickel | |
svn-id: r44625 | |||
2009-10-04 | SCI/gui: final rename commit | Martin Kiewitz | |
svn-id: r44621 | |||
2009-10-04 | SCI/gui: more renaming... | Martin Kiewitz | |
svn-id: r44620 | |||
2009-10-04 | Make "_picRect" local to gui_windowmgr.cpp and mark it as const. | Johannes Schickel | |
svn-id: r44617 | |||
2009-10-04 | Attempt to fix wince compilation. | Johannes Schickel | |
svn-id: r44616 | |||
2009-10-04 | SCI/newgui: turn sciWnd into subclass of sciPort | Willem Jan Palenstijn | |
svn-id: r44613 | |||
2009-10-04 | SCI/newgui: more descriptive names. | Willem Jan Palenstijn | |
svn-id: r44612 | |||
2009-10-04 | SCI/newgui: getCellRect() getLoopInfo() implemented, cleanup | Martin Kiewitz | |
svn-id: r44611 | |||
2009-10-04 | SCI/newgui: UpdateWindow() -> rect1 instead of rect0 typo | Martin Kiewitz | |
svn-id: r44610 | |||
2009-10-04 | SCI/newgui: windowMgr cleanup, UpdateWindow() ported over | Martin Kiewitz | |
svn-id: r44609 | |||
2009-10-04 | SCI/newgui: accidentally changed Draw_Horiz and Draw_Vert, reverted | Martin Kiewitz | |
svn-id: r44607 | |||
2009-10-04 | SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet ↵ | Martin Kiewitz | |
implemented in newgui svn-id: r44606 | |||
2009-10-04 | Removed unused enum | Filippos Karapetis | |
svn-id: r44605 | |||
2009-10-04 | SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity'; | Max Horn | |
properly init a sciPalette via memset svn-id: r44604 | |||
2009-10-04 | SCI/newgui: font constructor change (again... what happened here?) | Martin Kiewitz | |
svn-id: r44601 | |||
2009-10-04 | SCI/newgui: restoration of constructor | Martin Kiewitz | |
svn-id: r44600 | |||
2009-10-04 | SCI/newgui: SciGUIfont workaround for lsl1sci | Martin Kiewitz | |
svn-id: r44599 | |||
2009-10-04 | Removed unused references to OSystem | Filippos Karapetis | |
svn-id: r44598 | |||
2009-10-04 | SCI/newgui: onControl implemented | Martin Kiewitz | |
svn-id: r44594 | |||
2009-10-04 | SCI/newgui: TextColors and TextFonts implemented (for sq5) | Martin Kiewitz | |
svn-id: r44592 | |||
2009-10-04 | SCI/newgui: unfinished TextColors/TextFonts support/setting default palette ↵ | Martin Kiewitz | |
mapping for kq5 svn-id: r44585 | |||
2009-10-04 | SCI/newgui: cleanup | Martin Kiewitz | |
svn-id: r44584 | |||
2009-10-03 | SCI: Add hack to gui to fix loading | Willem Jan Palenstijn | |
svn-id: r44581 | |||
2009-10-03 | SCI: attempt to fix wii/dc build error | Willem Jan Palenstijn | |
svn-id: r44579 | |||
2009-10-03 | SCI/newgui: removed duplicate unused code | Martin Kiewitz | |
svn-id: r44574 | |||
2009-10-03 | SCI/newgui: constant 0xFFFF -> -1 | Martin Kiewitz | |
svn-id: r44573 | |||
2009-10-03 | SCI/newgui: Removed SciGUIpicture::drawPalette11 | Martin Kiewitz | |
svn-id: r44571 | |||
2009-10-03 | SCI/newgui: initializer fixup | Martin Kiewitz | |
svn-id: r44570 | |||
2009-10-03 | SCI/newgui: cellCount changed to uint16 | Martin Kiewitz | |
svn-id: r44569 | |||
2009-10-03 | SCI/newgui: virtual warnings fixed | Martin Kiewitz | |
svn-id: r44568 | |||
2009-10-03 | SCI/newgui: set title on newWindow | Martin Kiewitz | |
svn-id: r44567 |