aboutsummaryrefslogtreecommitdiff
path: root/engines/made/screenfx.cpp
AgeCommit message (Expand)Author
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2015-07-19MADE: Fix palette fade in/outTorbjörn Andersson
2015-01-27MADE: Initialize some more variables, remove an useless variableStrangerke
2014-02-18MADE: Make GPL headers consistent in themselves.Johannes Schickel
2013-11-24MADE: Janitorial - Fix spacing errorsStrangerke
2013-08-03MADE: Take advantage of Surface::getPixels.Johannes Schickel
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-16MADE: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-10-09MADE: Minimize #include usage.Johannes Schickel
2011-09-26MADE: Hopefully fixed bug #2957333 - "MADE: Screen effects sometimes look wro...Filippos Karapetis
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-03-14Reduced the CPU load of screen effects, by reducing the number of palette cha...Filippos Karapetis
2009-03-14Simplified screen effects. Removed copyRect() and reposition()Filippos Karapetis
2009-03-14Merged loadRGBPalette() inside setRGBPalette() (that's the only place it's us...Filippos Karapetis
2009-03-09- Applied patch #2668849 by sunmaxBenjamin Haisch
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-01-18Slight changes to fx method #9 to more correctly match the original gamePaul Gilbert
2009-01-13- Music now works in LGoP2Filippos Karapetis
2009-01-12Implemented screen vfx #19 and #20Paul Gilbert
2009-01-11Completed screen vfx #8, and also implemented screen vfx #18Paul Gilbert
2009-01-10Implemented screen vfx #8Paul Gilbert
2008-12-23Added stubs for the missing visual effect opcodesFilippos Karapetis
2008-10-18Implemented visual effects 1, 3, 4, 5, 6, 7 and 16Benjamin Haisch
2008-09-03Silence MSVC warning about ambiguous usage of CLIPFilippos Karapetis
2008-05-28Implemented visual effects 11 and 13 (inverse of 10 and 12)Filippos Karapetis
2008-05-26Implemented visual effects 2 and 15Benjamin Haisch
2008-05-20Documented what screen effects 10 and 12 are doingFilippos Karapetis
2008-05-20Implemented visual effects 10 and 12Benjamin Haisch
2008-05-17Documented screen effectsFilippos Karapetis
2008-05-14- Added some visual effects (palette fading etc.)Benjamin Haisch