aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/surface_list.h
AgeCommit message (Collapse)Author
2014-02-18TEENAGENT: Make GPL headers consistent in themselves.Johannes Schickel
2012-09-13TEENAGENT: Clean up SurfaceList Class.D G Turner
This removes an unecessary type and unused parameter from the load method and renames to remove underscores from variable names as per the project coding conventions.
2012-07-08TEENAGENT: Migrate engine to using debugflags.D G Turner
This required some restructuring of the header dependencies.
2011-10-23TEENAGENT: Improve code formatting.Johannes Schickel
I used astyle and fixed some incorrect changes from it manually.
2011-08-07TEENAGENT: Pass streams as references.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-01-31TEENAGENT: Further Memory Leak Fixes.David Turner
svn-id: r55673
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2009-12-12render 'on' surfaces only on mark (fixed many z-order issues)Vladimir Menshakov
svn-id: r46341
2009-11-18use actual actor position for overlay positioning to avoid z-order glitches.Vladimir Menshakov
svn-id: r45969
2009-11-17added SurfaceList, ported overlay to it, fixed many z-order issues. (found ↵Vladimir Menshakov
meaning of the flags in overlay resources) svn-id: r45960