aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/helpers.h
AgeCommit message (Expand)Author
2017-10-06SCI32: Clean up scriptWidth/scriptHeight/screenWidth/screenHeightColin Snover
2017-10-06SCI32: Remove resolved TODO in helpers.hColin Snover
2017-09-04COMMON: Add helper macro for printing rectsColin Snover
2017-07-06SCI32: Improve kPlayVMD renderingColin Snover
2016-08-19SCI32: Implement kShakeScreen for SCI32Colin Snover
2016-06-26SCI32: Change Color::operator!= to all operator== directlyColin Snover
2016-06-21SCI32: Expose a draw buffer on BitmapResource objectsColin Snover
2016-05-16SCI: Removing redundant virtual destructor as per LordHoto's suggestionEugene Sandulenko
2016-05-16SCI: Make the Window destructor actually virtualEugene Sandulenko
2016-05-16SCI: Add virtual destructorEugene Sandulenko
2016-03-02SCI32: Review rect rounding in Plane and ScreenItemColin Snover
2016-02-28SCI32: Non-titled text bitmap implementationColin Snover
2016-02-18SCI: Fix some rect off-by-onesColin Snover
2016-02-18SCI: WIP GfxText32 codeColin Snover
2016-02-18SCI: Fix palette equality checkColin Snover
2016-02-18SCI: Implement accurate renderer architecture for SCI32Colin Snover
2016-01-14SCI: Implement SCI32 kPalVary and kPalette setFadeColin Snover
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-07SCI: Initial handling of the views in Longbow Amiga. Still not rightmd5
2011-03-05SCI: Cleared up the different view types and ordered them by color countmd5
2011-02-28SCI: Skip Ports when iterating over Windows in GCWillem Jan Palenstijn
2010-11-01SCI: Fixed a silly bug when restoring port rectangles. This uncovered a bug w...Filippos Karapetis
2010-11-01SCI: fixing lfMartin Kiewitz
2010-11-01SCI: saving/restoring script created windows nowMartin Kiewitz
2010-08-08SCI: kDisposeWindow changesMartin Kiewitz
2010-07-27SCI: implemented kPalette(save/restore)Martin Kiewitz
2010-07-23SCI: Now saving the kPalVary state inside savegamesFilippos Karapetis
2010-02-02SCI: moving structs/enums from helpers to animate/controlsMartin Kiewitz
2010-01-31SCI: implemented font cachingMartin Kiewitz
2010-01-15SCI: adding caching for scalesignal, scaleX and scaleY within kAnimate()Martin Kiewitz
2010-01-11Moved all the cache limits inside helpers.h and removed an obsolete TODOFilippos Karapetis
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
2010-01-05More renamingFilippos Karapetis