D G Turner
c92ff8db33
TEENAGENT: Fix constant naming to comply with Coding Conventions.
...
Adding missing CamelCase k-prefixes.
2012-10-09 09:14:44 +01:00
D G Turner
5d1143a9e0
TEENAGENT: Cleanup Surface class.
...
This removes the underscores in various variables as per project coding
standard.
2012-09-24 16:10:06 +01:00
D G Turner
be4be025b9
TEENAGENT: Add constant values for screen width and height.
...
It is unlikely these will be changed, but the symbols make the code more
readable.
2012-07-28 07:31:41 +01:00
D G Turner
0e6ba29ede
TEENAGENT: Migrate engine to using debugflags.
...
This required some restructuring of the header dependencies.
2012-07-08 00:36:05 +01:00
D G Turner
62c4c09225
TEENAGENT: Enable commented out debug statements.
...
Commented out code is not good practice. Will change these statements
to using debugflags instead in a future commit.
2012-07-07 17:04:42 +01:00
Johannes Schickel
8a7f3e69ff
TEENAGENT: Improve code formatting.
...
I used astyle and fixed some incorrect changes from it manually.
2011-10-23 02:07:23 +02:00
Christoph Mallon
a5675c3dbe
TEENAGENT: Pass streams as references.
2011-08-07 15:19:08 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Johannes Schickel
26121bba14
TEENAGENT: Prefer Surface::create taking a PixelFormat over the one taking a byte depth.
2011-04-17 16:33:38 +02:00
David Turner
c11fdabab9
TEENAGENT: Fix Memory Leaks.
...
svn-id: r55672
2011-01-31 07:44:40 +00:00
Max Horn
bb26c04053
Fixing some warnings (with gcc 3.3.6)
...
svn-id: r48694
2010-04-17 23:19:52 +00:00
Johannes Schickel
aed02365ec
Strip trailing spaces/tabs.
...
svn-id: r47541
2010-01-25 01:39:44 +00:00
Vladimir Menshakov
cf9203a931
cleaned up blitting, fixed zoom+clipping issues
...
svn-id: r47146
2010-01-08 07:45:48 +00:00
Vladimir Menshakov
1779a44882
better clipping for left/top sides
...
svn-id: r47098
2010-01-06 21:16:11 +00:00
Vladimir Menshakov
b6b8a23cee
implemented clipping for mark
...
svn-id: r47092
2010-01-06 20:25:07 +00:00
Vladimir Menshakov
199765b415
aligned zoomed picture to the top and fixed actor head animation in zoomed state
...
svn-id: r46830
2010-01-01 14:38:46 +00:00
Vladimir Menshakov
b0a5c5869f
fixed dirty rectangle
...
svn-id: r46346
2009-12-12 18:12:24 +00:00
Vladimir Menshakov
d45385f98e
fixed non-default src rectangle rendering
...
svn-id: r46340
2009-12-12 13:00:44 +00:00
Vladimir Menshakov
476d52aab2
fixed typo in checking src rect height
...
svn-id: r46339
2009-12-12 12:47:03 +00:00
Vladimir Menshakov
6e8595b814
use actual actor position for overlay positioning to avoid z-order glitches.
...
svn-id: r45969
2009-11-18 08:15:16 +00:00
Vladimir Menshakov
da1432cf21
implemented zoomed rendering
...
svn-id: r45962
2009-11-17 22:09:16 +00:00
Vladimir Menshakov
43f23ee523
added SurfaceList, ported overlay to it, fixed many z-order issues. (found meaning of the flags in overlay resources)
...
svn-id: r45960
2009-11-17 21:42:56 +00:00
Vladimir Menshakov
f2a704cb4f
corrected scene 7 hack
...
svn-id: r45959
2009-11-17 21:00:28 +00:00
Vladimir Menshakov
a9dc8215bb
found strange hack about room 7 and overlay.
...
svn-id: r45957
2009-11-17 20:47:03 +00:00
Vladimir Menshakov
cae613cb05
implemented src_rect for surface blitting, added proper animation frames.
...
svn-id: r45915
2009-11-15 10:49:57 +00:00
Vladimir Menshakov
6db034a1db
renamed constants to comply with the code convention.
...
svn-id: r44109
2009-09-15 20:21:18 +00:00
Vladimir Menshakov
76ea1fbb64
implemented proper dialog positioning
...
svn-id: r44108
2009-09-15 20:08:28 +00:00
Vladimir Menshakov
e78bd81ac0
return bounding boxes from the render(), slightly changed internal events arguments.
...
svn-id: r44107
2009-09-15 19:21:45 +00:00
Max Horn
a8e5df433f
TEEN: More code formatting & whitespace changes (automatically generated with astyle)
...
svn-id: r44101
2009-09-15 08:54:06 +00:00
Vladimir Menshakov
7cbbc0ad25
adapted code to comply code formatting conventions.
...
svn-id: r44098
2009-09-15 07:41:05 +00:00
Max Horn
088c5dada3
TEEN:
...
* 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-04 20:08:33 +00:00
Vladimir Menshakov
3c8cdcae2f
fixed engines order, added svn:keywords properties.
...
svn-id: r43925
2009-09-03 21:20:13 +00:00
Vladimir Menshakov
ebe1b94eb1
imported teenagent engine sources.
...
svn-id: r43922
2009-09-03 20:59:17 +00:00