Age | Commit message (Expand) | Author |
2009-10-05 | SCI/newgui: duplicate the color in cels into upper 4 bits on ega so they wont... | Martin Kiewitz |
2009-10-05 | SVN/newgui: ega cel uncompression implemented | Martin Kiewitz |
2009-10-05 | Moved the cursor movement code in the GUI | Filippos Karapetis |
2009-10-05 | Lines are no longer treated as fake rectangles and are shown correctly again | Filippos Karapetis |
2009-10-05 | Better naming for the palette setting functions, to disambiguate them from th... | Filippos Karapetis |
2009-10-05 | Renamed | Filippos Karapetis |
2009-10-05 | SCI/newgui: drawControlIcon - updates screen now | Martin Kiewitz |
2009-10-05 | Minimize unnecessary calls to updateScreen() in the new GUI. This improves dr... | Filippos Karapetis |
2009-10-05 | SCI/newgui: kDrawControl on icon implemented | Martin Kiewitz |
2009-10-05 | Removed dead code | Filippos Karapetis |
2009-10-05 | SCI: Name argument | Willem Jan Palenstijn |
2009-10-05 | Proper check for window shadows | Filippos Karapetis |
2009-10-05 | Window shadows are also taken into account when storing their bits. This fixe... | Filippos Karapetis |
2009-10-05 | Removed the unused _bytesPerDisplayPixel parameter. All SCI games use 8bpp co... | Filippos Karapetis |
2009-10-05 | Silenced some warnings in drawVectorData() | Filippos Karapetis |
2009-10-05 | More method renaming | Filippos Karapetis |
2009-10-05 | Cleanup | Filippos Karapetis |
2009-10-05 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ... | Filippos Karapetis |
2009-10-04 | SCI: Really remove sci/gui/gui.h include from engine/state.h | Max Horn |
2009-10-04 | - Minimize the parameters passed to SciGUIfont() | Filippos Karapetis |
2009-10-04 | SCI: Fix cast, constness | Willem Jan Palenstijn |
2009-10-04 | SCI/newgui: EGA view loading / mapping table | Martin Kiewitz |
2009-10-04 | SCI/newgui: ega view loading implemented, unpacking still missing | Martin Kiewitz |
2009-10-04 | SCI/newgui: SciGUIview class now uses resmanager to detect view format | Martin Kiewitz |
2009-10-04 | SCI: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ... | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-04 | SCI: Add include guards for gui headers; don't include gui/gui.h from engine/... | Max Horn |
2009-10-04 | SCI/newgui: implemented kPalette / set intensity | Martin Kiewitz |
2009-10-04 | Replaced DblList with Common::List | Filippos Karapetis |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-04 | SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c... | Max Horn |
2009-10-04 | SCI/newgui: invokeselector implemented into kAnimate | Martin Kiewitz |
2009-10-04 | Use spaces instead of tabs for formatting. (Tabs should be used for indentati... | Johannes Schickel |
2009-10-04 | Remove obsolete comment. | Johannes Schickel |
2009-10-04 | SCI/gui: final rename commit | Martin Kiewitz |
2009-10-04 | SCI/gui: more renaming... | Martin Kiewitz |
2009-10-04 | SCI/gui: renaming... | Martin Kiewitz |
2009-10-04 | SCI/gui: renaming... | Martin Kiewitz |
2009-10-04 | Make "_picRect" local to gui_windowmgr.cpp and mark it as const. | Johannes Schickel |
2009-10-04 | Attempt to fix wince compilation. | Johannes Schickel |
2009-10-04 | SCI/newgui: turn sciWnd into subclass of sciPort | Willem Jan Palenstijn |
2009-10-04 | SCI/newgui: more descriptive names. | Willem Jan Palenstijn |
2009-10-04 | SCI/newgui: getCellRect() getLoopInfo() implemented, cleanup | Martin Kiewitz |
2009-10-04 | SCI/newgui: UpdateWindow() -> rect1 instead of rect0 typo | Martin Kiewitz |
2009-10-04 | SCI/newgui: windowMgr cleanup, UpdateWindow() ported over | Martin Kiewitz |
2009-10-04 | SCI/newgui: accidentally changed Draw_Horiz and Draw_Vert, reverted | Martin Kiewitz |
2009-10-04 | SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp... | Martin Kiewitz |
2009-10-04 | Removed unused enum | Filippos Karapetis |
2009-10-04 | SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity'; | Max Horn |
2009-10-04 | SCI/newgui: font constructor change (again... what happened here?) | Martin Kiewitz |