aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/transition.h
AgeCommit message (Collapse)Author
2012-09-26PEGASUS: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2012-07-05PEGASUS: Implement screen fadingMatthew Hoops
This does linear instead of gamma for speed and complexity reasons.
2012-04-06PEGASUS: Attempt to fix compilation on MSVCMatthew Hoops
2012-04-03PEGASUS: Fix file permissionsMatthew Hoops
2011-12-20PEGASUS: Some space/misc cleanupMatthew Hoops
2011-12-16PEGASUS: Cleanup some constantsMatthew Hoops
Added missing static qualifiers, get rid of some short/long
2011-12-16PEGASUS: Remove t prefix from typedefsMatthew Hoops
Some other minor cleanup too
2011-09-27PEGASUS: Fader values should be signedMatthew Hoops
2011-09-17PEGASUS: Add transition classesMatthew Hoops