Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-07 | SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme) | Martin Kiewitz | |
svn-id: r44758 | |||
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not ↵ | Martin Kiewitz | |
working needs fixing svn-id: r44756 | |||
2009-10-07 | SCI/newgui: hopefully the final fix for drawpicture - set priority and ↵ | Martin Kiewitz | |
control to "not draw" state, also added remark for fillroutine svn-id: r44745 | |||
2009-10-07 | SCI/newgui: fix that caused floodfill to fail | Martin Kiewitz | |
svn-id: r44736 | |||
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz | |
svn-id: r44730 | |||
2009-10-06 | Reverted #44697 (line drawing in the new GUI), with some function renaming. ↵ | Filippos Karapetis | |
Apparently, Sierra's implementation of the Bresenham line drawing algorithm was a bit different than ours, which resulted in problems with flood fill svn-id: r44720 | |||
2009-10-06 | SCI: clean up oldx/y vs x/y | Willem Jan Palenstijn | |
svn-id: r44707 | |||
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 | Removed duplicate private variables | Filippos Karapetis | |
svn-id: r44695 | |||
2009-10-06 | SCI/newgui: removed warnings from vector drawing | Martin Kiewitz | |
svn-id: r44694 | |||
2009-10-06 | SCI/newgui: support for amiga palette, amiga picture support, cleanup | Martin Kiewitz | |
svn-id: r44685 | |||
2009-10-05 | SCI/newgui: Implemented trick to get dithering going after drawing picture ↵ | Martin Kiewitz | |
w/o destroying statusbar svn-id: r44681 | |||
2009-10-05 | SCI: Fix error message | Willem Jan Palenstijn | |
svn-id: r44680 | |||
2009-10-05 | SCI/newgui: changed the way dithering works on ega games, also default value ↵ | Martin Kiewitz | |
change for kDrawStatus svn-id: r44679 | |||
2009-10-05 | SCI/newgui: SciGuiPicture - enum rename from SCI0/SCI1 to EGA/VGA | Martin Kiewitz | |
svn-id: r44677 | |||
2009-10-05 | SCI/newgui: switch to SCI1 commands when being IsVGA(), fixes qfg2 | Martin Kiewitz | |
svn-id: r44676 | |||
2009-10-05 | SCI/newgui: EGA picture drawing is now using EGA palette | Martin Kiewitz | |
svn-id: r44675 | |||
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 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ↵ | Filippos Karapetis | |
SciGuiWindowMgr) - Renamed "cell" -> "cel" svn-id: r44649 | |||
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/gui: final rename commit | Martin Kiewitz | |
svn-id: r44621 | |||
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 | Removed unused references to OSystem | Filippos Karapetis | |
svn-id: r44598 | |||
2009-10-03 | SCI/newgui: Removed SciGUIpicture::drawPalette11 | Martin Kiewitz | |
svn-id: r44571 | |||
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 |