Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | TEENAGENT: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-10-09 | TEENAGENT: Fix constant naming to comply with Coding Conventions. | D G Turner | |
Adding missing CamelCase k-prefixes. | |||
2012-09-24 | TEENAGENT: Cleanup Surface class. | D G Turner | |
This removes the underscores in various variables as per project coding standard. | |||
2012-07-28 | TEENAGENT: Add constant values for screen width and height. | D G Turner | |
It is unlikely these will be changed, but the symbols make the code more readable. | |||
2012-07-08 | TEENAGENT: Migrate engine to using debugflags. | D G Turner | |
This required some restructuring of the header dependencies. | |||
2012-07-07 | TEENAGENT: Enable commented out debug statements. | D G Turner | |
Commented out code is not good practice. Will change these statements to using debugflags instead in a future commit. | |||
2011-10-23 | TEENAGENT: Improve code formatting. | Johannes Schickel | |
I used astyle and fixed some incorrect changes from it manually. | |||
2011-08-07 | TEENAGENT: Pass streams as references. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-17 | TEENAGENT: Prefer Surface::create taking a PixelFormat over the one taking a ↵ | Johannes Schickel | |
byte depth. | |||
2011-01-31 | TEENAGENT: Fix Memory Leaks. | David Turner | |
svn-id: r55672 | |||
2010-04-17 | Fixing some warnings (with gcc 3.3.6) | Max Horn | |
svn-id: r48694 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-08 | cleaned up blitting, fixed zoom+clipping issues | Vladimir Menshakov | |
svn-id: r47146 | |||
2010-01-06 | better clipping for left/top sides | Vladimir Menshakov | |
svn-id: r47098 | |||
2010-01-06 | implemented clipping for mark | Vladimir Menshakov | |
svn-id: r47092 | |||
2010-01-01 | aligned zoomed picture to the top and fixed actor head animation in zoomed state | Vladimir Menshakov | |
svn-id: r46830 | |||
2009-12-12 | fixed dirty rectangle | Vladimir Menshakov | |
svn-id: r46346 | |||
2009-12-12 | fixed non-default src rectangle rendering | Vladimir Menshakov | |
svn-id: r46340 | |||
2009-12-12 | fixed typo in checking src rect height | Vladimir Menshakov | |
svn-id: r46339 | |||
2009-11-18 | use actual actor position for overlay positioning to avoid z-order glitches. | Vladimir Menshakov | |
svn-id: r45969 | |||
2009-11-17 | implemented zoomed rendering | Vladimir Menshakov | |
svn-id: r45962 | |||
2009-11-17 | added SurfaceList, ported overlay to it, fixed many z-order issues. (found ↵ | Vladimir Menshakov | |
meaning of the flags in overlay resources) svn-id: r45960 | |||
2009-11-17 | corrected scene 7 hack | Vladimir Menshakov | |
svn-id: r45959 | |||
2009-11-17 | found strange hack about room 7 and overlay. | Vladimir Menshakov | |
svn-id: r45957 | |||
2009-11-15 | implemented src_rect for surface blitting, added proper animation frames. | Vladimir Menshakov | |
svn-id: r45915 | |||
2009-09-15 | renamed constants to comply with the code convention. | Vladimir Menshakov | |
svn-id: r44109 | |||
2009-09-15 | implemented proper dialog positioning | Vladimir Menshakov | |
svn-id: r44108 | |||
2009-09-15 | return bounding boxes from the render(), slightly changed internal events ↵ | Vladimir Menshakov | |
arguments. svn-id: r44107 | |||
2009-09-15 | TEEN: More code formatting & whitespace changes (automatically generated ↵ | Max Horn | |
with astyle) svn-id: r44101 | |||
2009-09-15 | adapted code to comply code formatting conventions. | Vladimir Menshakov | |
svn-id: r44098 | |||
2009-09-04 | TEEN: | Max Horn | |
* don't use "using namespace", instead put stuff into its correct namespace * when using #include, always prefix engine header files with the engine name * some cleanup svn-id: r43945 | |||
2009-09-03 | fixed engines order, added svn:keywords properties. | Vladimir Menshakov | |
svn-id: r43925 | |||
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov | |
svn-id: r43922 |