aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/surface.cpp
AgeCommit message (Collapse)Author
2014-02-28IMAGE: Move all ImageDecoders to image/Matthew Hoops
2012-10-16PEGASUS: Improve error messages when failing to load PICT imagesMatthew Hoops
2012-09-26PEGASUS: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2012-08-26Merge remote branch 'upstream/master' into pegasusMatthew Hoops
Conflicts: AUTHORS devtools/credits.pl gui/credits.h
2012-04-03PEGASUS: Fix file permissionsMatthew Hoops
2012-03-20Merge remote branch 'upstream/master' into pegasusMatthew Hoops
2011-10-31PEGASUS: Add ability to draw masked surfacesMatthew Hoops
2011-10-23PEGASUS: Add support for scaled/glowing images/moviesMatthew Hoops
2011-10-18PEGASUS: Add our TGWorldSaver replacementMatthew Hoops
The scoring on the death/pause screens are now shown
2011-09-29PEGASUS: Allow getting frames from videosMatthew Hoops
2011-09-28PEGASUS: Fix date positioningMatthew Hoops
2011-09-21PEGASUS: Fix bounds of PicturesMatthew Hoops
2011-09-20PEGASUS: Add picture classMatthew Hoops
2011-09-20PEGASUS: Fix copyToCurrentPort()Matthew Hoops
2011-09-19PEGASUS: Add the Surface classesMatthew Hoops
Renamed from GWorld; I'm trying to distance us from QuickDraw as much as possible :P