Commit graph

30 commits

Author SHA1 Message Date
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
c9185c9b11 TEENAGENT: Cleanup Object classes.
This removes the underscores in various variables as per project coding
standard.
2012-09-24 02:51:26 +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
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
strangerke
69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Johannes Schickel
aed02365ec Strip trailing spaces/tabs.
svn-id: r47541
2010-01-25 01:39:44 +00:00
Vladimir Menshakov
2b083c491d added fadeout tables
svn-id: r46898
2010-01-02 20:44:47 +00:00
Vladimir Menshakov
8a3bb27f63 added Rect ctor from Common::Rect
svn-id: r46337
2009-12-12 11:53:44 +00:00
Vladimir Menshakov
cc22b76c3b added debug level to the dump() methods.
svn-id: r46334
2009-12-12 10:43:17 +00:00
Vladimir Menshakov
fce6502bd8 finally fixed pathfinding
svn-id: r46287
2009-12-07 22:11:45 +00:00
Vladimir Menshakov
3b7a2dad3d added original-like pathfinding.
svn-id: r46244
2009-12-03 09:12:20 +00:00
Vladimir Menshakov
8c4235d0c5 find out the meaning of the rest 4 bytes in walkbox structure
svn-id: r46228
2009-12-01 08:03:23 +00:00
Vladimir Menshakov
813fa3d375 stick to the closest points to the destination instead of walkboxes' centers
svn-id: r45893
2009-11-14 11:45:15 +00:00
Vladimir Menshakov
772ac8ca70 made rects signed
svn-id: r45891
2009-11-14 11:32:39 +00:00
Vladimir Menshakov
3d796d6c08 fixed intersects functions
svn-id: r45861
2009-11-12 13:29:09 +00:00
Vladimir Menshakov
ea0b2a8cb8 implemented mouse-rock-glue time challenge
svn-id: r45767
2009-11-08 22:37:03 +00:00
Vladimir Menshakov
a826c483b9 added actor position, orientation and dump() to hotspot struct
svn-id: r45717
2009-11-07 09:18:30 +00:00
Vladimir Menshakov
aaeafde325 "constify" dump and save methods, added intersects_hline/intersects_vline
svn-id: r45715
2009-11-07 08:35:24 +00:00
Vladimir Menshakov
9934b70733 removed MemoryReadStreamEndian, used regular memory stream classes.
svn-id: r45150
2009-10-16 07:37:12 +00:00
Vladimir Menshakov
2f40ea11e6 added save()'s where needed
svn-id: r44389
2009-09-27 05:17:00 +00:00
Vladimir Menshakov
605b6fd885 removed packed structs/direct read/writes, so the game should work on big-endian archs.
svn-id: r44377
2009-09-26 15:04:09 +00:00
Vladimir Menshakov
6db034a1db renamed constants to comply with the code convention.
svn-id: r44109
2009-09-15 20:21:18 +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
a466f1dcfd added actor-walkbox position correction
svn-id: r44013
2009-09-08 19:24:20 +00:00
Vladimir Menshakov
89b6c87f50 made game completable
svn-id: r44007
2009-09-07 22:52:51 +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
Max Horn
4290984108 TEEN: Fix header file guards to match our conventions
svn-id: r43944
2009-09-04 20:06:19 +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