Commit Graph
36 Commits
Author SHA1 Message Date
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Strangerke 701f7d5707 TEENAGENT: Remove dead code: s cannot be null at this point 2014-06-07 09:48:53 +02:00
Johannes Schickel 47b6111033 TEENAGENT: Make GPL headers consistent in themselves. 2014-02-18 02:39:38 +01:00
D G Turner d501c4d4ae TEENAGENT: Cleanup Actor class.
This fixes a mismatched function prototype wrt. the definition and
removes the underscores in various variables as per project coding
standard.
2012-09-13 15:53:18 +01:00
D G Turner 5859d0fab1 TEENAGENT: Add symbols for idle animation table usage in Actor class. 2012-07-27 08:27:13 +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 313502e2ee TEENAGENT: Remove static Resources class Instance.
This is replaced by an engine instance. This should prevent issues
with Return To Launcher and may remove issues with file handles.
2012-07-07 13:46:28 +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
Max Horn 05a7b160b3 TEEN: Use only one RandomSource and give that one a name.
This change ensures that only RandomSource is used which also is
registered with the event recorder. Moreover, it gets rid of a static
RandomSource instance inside Actor::renderIdle.
2011-05-17 12:17:26 +02:00
strangerke 69b1485a22 GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
Ori Avtalion 9414d7a6e2 JANITORIAL: Reduce header dependencies in shared code
Some backends may break as I only compiled SDL
2011-04-28 15:08:58 +03:00
Max Horn d78dba3bca COMMON: Move Common::RandomSource to common/random.*
svn-id: r48279
2010-03-18 15:07:11 +00:00
Johannes Schickel aed02365ec Strip trailing spaces/tabs.
svn-id: r47541
2010-01-25 01:39:44 +00:00
Vladimir Menshakov d2978e3d92 added hardcoded height value
svn-id: r47097
2010-01-06 21:03:52 +00:00
Vladimir Menshakov b6b8a23cee implemented clipping for mark
svn-id: r47092
2010-01-06 20:25:07 +00:00
Vladimir Menshakov 841e2d3424 separate timers for mark, scene and messages.
svn-id: r47056
2010-01-05 22:09:16 +00:00
Vladimir Menshakov 50245ba571 added idle animation
svn-id: r46968
2010-01-04 11:12:19 +00:00
Vladimir Menshakov 1abbfb810f improved walking animation once again
svn-id: r46920
2010-01-03 10:30:38 +00:00
Vladimir Menshakov f1d800cb9d improved mark's animation.
svn-id: r46906
2010-01-03 00:55:56 +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 68f4e0f296 minor sizeof cleanup
svn-id: r46816
2010-01-01 12:14:25 +00:00
Vladimir Menshakov 038c08eef3 removed magic first frame from actor
svn-id: r46806
2009-12-31 22:49:56 +00:00
Vladimir Menshakov 3b7a2dad3d added original-like pathfinding.
svn-id: r46244
2009-12-03 09:12:20 +00:00
Vladimir Menshakov da1432cf21 implemented zoomed rendering
svn-id: r45962
2009-11-17 22:09:16 +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 73a8d06cf4 added face animation.
svn-id: r45914
2009-11-15 10:15:39 +00:00
Vladimir Menshakov ac1f49d7c9 removed magic coordinates
svn-id: r45716
2009-11-07 09:16:00 +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 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
Vladimir Menshakov a2c28b0a8f made second chapter completable.
svn-id: r43966
2009-09-05 20:58:25 +00:00
Max Horn 340c948133 TEEN: Made some stuff const
svn-id: r43947
2009-09-04 20:10:32 +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