Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-10 | SCI/newgui: intelligent cel undithering implemented | Martin Kiewitz | |
svn-id: r44880 | |||
2009-10-09 | SCI/newgui: SciGuiView now also locks resource | Martin Kiewitz | |
svn-id: r44823 | |||
2009-10-08 | SCI/newgui: kAnimate SciGuiGfx::AnimateFill implemented | Martin Kiewitz | |
svn-id: r44780 | |||
2009-10-08 | SCI/newgui: removed EGAmapping | Martin Kiewitz | |
svn-id: r44772 | |||
2009-10-07 | Replaced the view loading code with the new view loading functions. EGA view ↵ | Filippos Karapetis | |
color translation has been disabled, as it caused palette problems in Codename:Iceman svn-id: r44737 | |||
2009-10-07 | More work on the view code wrapper. Now all SCI0-SCI11 views should be ↵ | Filippos Karapetis | |
displayed correctly, apart from the late SCI0 ones (e.g. in Codename Iceman), where the palette is incorrect svn-id: r44724 | |||
2009-10-06 | More work on the view wrapper code | Filippos Karapetis | |
svn-id: r44723 | |||
2009-10-06 | WIP code for replacing the FreeSCI view decoding code with the new one (no ↵ | Filippos Karapetis | |
changes to the logic, yet) svn-id: r44717 | |||
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-06 | SciGuiView is only using the ResourceManager, so there's no need to pass the ↵ | Filippos Karapetis | |
whole EngineState to it svn-id: r44693 | |||
2009-10-06 | Removed unused reference to OSystem | Filippos Karapetis | |
svn-id: r44691 | |||
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: 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 | 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/gui: final rename commit | Martin Kiewitz | |
svn-id: r44621 | |||
2009-10-04 | SCI/newgui: getCellRect() getLoopInfo() implemented, cleanup | Martin Kiewitz | |
svn-id: r44611 | |||
2009-10-03 | SCI/newgui: cellCount changed to uint16 | Martin Kiewitz | |
svn-id: r44569 | |||
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 |