8 Aug 2012 11:15
SF.net SVN: cel:[4958] cel/trunk
Revision: 4958
http://cel.svn.sourceforge.net/cel/?rev=4958&view=rev
Author: jorrit
Date: 2012-08-08 09:15:24 +0000 (Wed, 08 Aug 2012)
Log Message:
-----------
Rewrote walktut so that it no longer uses behaviours. Behaviours (and the
behaviour layer) are deprecated and should not be used in new code.
Instead of behaviours you should make custom property classes (as is now
done in walktut) and wire them to other property classes using the wire
property class. This also fixes an old bug in the walktut where the monkey
would fail to move. This bug was caused by pctimer not supporting behaviours
anymore for non-frame events anymore.
Modified Paths:
--------------
cel/trunk/apps/tutorial/walktut/app.cpp
cel/trunk/apps/tutorial/walktut/app.h
cel/trunk/data/walktut_entities
Added Paths:
-----------
cel/trunk/apps/tutorial/walktut/controllers.cpp
cel/trunk/apps/tutorial/walktut/controllers.h
Removed Paths:
-------------
cel/trunk/apps/tutorial/walktut/behave.cpp
cel/trunk/apps/tutorial/walktut/behave.h
(Continue reading)
RSS Feed