aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/gfx.h
AgeCommit message (Collapse)Author
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, ↵Martin Kiewitz
gfxcompare, gfxpaint16, gfxcache. kernel uses gfxports directly w/o going through SciGui svn-id: r47745
2010-01-22SCI: draw a black line under menubar when menu is active (effectively for ↵Martin Kiewitz
jones, wouldnt be needed otherwise), adjust inverting menu selections accordingly svn-id: r47441
2010-01-19SCI: implemented priority bands support for sci1.1 picture resources, fixed ↵Martin Kiewitz
lb2, kq6 svn-id: r47380
2010-01-11Moved all the cache limits inside helpers.h and removed an obsolete TODOFilippos Karapetis
svn-id: r47250
2010-01-10SCI: updateBox now also supports hires modeMartin Kiewitz
svn-id: r47219
2010-01-10SCI: changed location of hack inside kDrawCel, coordinates of savedhiresbox ↵Martin Kiewitz
may not get port adjusted svn-id: r47218
2010-01-09SCI: added new debug command "picture_visualize", which enables ↵Martin Kiewitz
visualization of the drawing process of EGA pictures svn-id: r47201
2010-01-07SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ↵Martin Kiewitz
still need to fix coordinates and implement save/restoreBits for hires svn-id: r47116
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
- Removed the custom types MemoryHandle, LoopNo, CelNo (cause we ended up having code like LoopNo loopNo = ...) - Improved the sanity checks in frameOut() svn-id: r47087
2010-01-05Renamed the version of drawCel() which calls BitsShow() to drawCelAndShow(), ↵Filippos Karapetis
to avoid confusion svn-id: r47028
2010-01-05Some initial work on SCI1.1 view scaling (not working yet)Filippos Karapetis
svn-id: r47027
2010-01-05Removed duplicate codeFilippos Karapetis
svn-id: r47024
2010-01-05More renamingFilippos Karapetis
svn-id: r47009