Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, ↵ | Filippos Karapetis | |
and we have the same functionality in the debug console - Merged the view signal flags from kernel.h and gui_animate.h, and named them appropriately. Also, updated the notes next to them, cause some were incorrectly marked as not used in our engine - Added a note about a hack used in the old GUI in the view signal flags - Moved the control state flags inside gui_helpers.h svn-id: r45310 | |||
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz | |
svn-id: r45224 | |||
2009-10-18 | SCI/newgui: Window manager cleanup | Martin Kiewitz | |
svn-id: r45222 | |||
2009-10-11 | SCI/newgui: kShakeScreen partially implemented | Martin Kiewitz | |
svn-id: r44897 | |||
2009-10-11 | SCI/newgui: correction for GuiAnimateEntry struct | Martin Kiewitz | |
svn-id: r44894 | |||
2009-10-10 | SCI/newgui: kAnimate now using Common::List | Martin Kiewitz | |
svn-id: r44887 | |||
2009-10-10 | SCI/newgui: kAnimate list - showBitsFlag implemented | Martin Kiewitz | |
svn-id: r44886 | |||
2009-10-10 | SCI/newgui: kAnimate is now using a dynamic buffer that stores animation ↵ | Martin Kiewitz | |
data, fixes sq5 crash svn-id: r44885 | |||
2009-10-10 | SCI/newgui: changed GuiAnimateList struct | Martin Kiewitz | |
svn-id: r44882 | |||
2009-10-08 | SCI/newgui: more cleanup | Martin Kiewitz | |
svn-id: r44799 | |||
2009-10-06 | SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette | Martin Kiewitz | |
svn-id: r44698 | |||
2009-10-06 | - Removed the SciGuiGfx parameter from SciGuiView | Filippos Karapetis | |
- Moved _sysPalette inside SciGuiScreen - Made CreatePaletteFromData() a static helper function svn-id: r44696 | |||
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: Rework the way SciGUIwindowMgr keeps track of windows/ports; remove the ↵ | Max Horn | |
GUI heapmanager svn-id: r44635 | |||
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 | Replaced DblList with Common::List | Filippos Karapetis | |
svn-id: r44630 | |||
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: more renaming... | Martin Kiewitz | |
svn-id: r44620 | |||
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 | 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: TextColors and TextFonts implemented (for sq5) | Martin Kiewitz | |
svn-id: r44592 | |||
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn | |
This is a major rewrite of the graphics code. A slightly adapted version of the old code is still available and currently the default. The new code is selectable in sci.cpp, but is not yet finished. svn-id: r44565 |