index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
sci
/
gui
/
gui_picture.cpp
Age
Commit message (
Expand
)
Author
2009-10-07
SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme)
Martin Kiewitz
2009-10-07
SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...
Martin Kiewitz
2009-10-07
SCI/newgui: hopefully the final fix for drawpicture - set priority and contro...
Martin Kiewitz
2009-10-07
SCI/newgui: fix that caused floodfill to fail
Martin Kiewitz
2009-10-07
SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor
Martin Kiewitz
2009-10-06
Reverted #44697 (line drawing in the new GUI), with some function renaming. A...
Filippos Karapetis
2009-10-06
SCI: clean up oldx/y vs x/y
Willem Jan Palenstijn
2009-10-06
SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette
Martin Kiewitz
2009-10-06
- Removed the SciGuiGfx parameter from SciGuiView
Filippos Karapetis
2009-10-06
Removed duplicate private variables
Filippos Karapetis
2009-10-06
SCI/newgui: removed warnings from vector drawing
Martin Kiewitz
2009-10-06
SCI/newgui: support for amiga palette, amiga picture support, cleanup
Martin Kiewitz
2009-10-05
SCI/newgui: Implemented trick to get dithering going after drawing picture w/...
Martin Kiewitz
2009-10-05
SCI: Fix error message
Willem Jan Palenstijn
2009-10-05
SCI/newgui: changed the way dithering works on ega games, also default value ...
Martin Kiewitz
2009-10-05
SCI/newgui: SciGuiPicture - enum rename from SCI0/SCI1 to EGA/VGA
Martin Kiewitz
2009-10-05
SCI/newgui: switch to SCI1 commands when being IsVGA(), fixes qfg2
Martin Kiewitz
2009-10-05
SCI/newgui: EGA picture drawing is now using EGA palette
Martin Kiewitz
2009-10-05
Silenced some warnings in drawVectorData()
Filippos Karapetis
2009-10-05
More method renaming
Filippos Karapetis
2009-10-05
- Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ...
Filippos Karapetis
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-10-04
SCI/gui: final rename commit
Martin Kiewitz
2009-10-04
SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity';
Max Horn
2009-10-04
Removed unused references to OSystem
Filippos Karapetis
2009-10-03
SCI/newgui: Removed SciGUIpicture::drawPalette11
Martin Kiewitz
2009-10-03
SCI: Merge new GUI code written by m_kiewitz.
Willem Jan Palenstijn