changes and todo list
parent
faeace8115
commit
5ba3b6e01a
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
08/07/2011 - Initial pre alpha release
|
||||||
|
Basic Flocking algos implemented
|
||||||
|
Border avoidance not so good
|
||||||
|
No configuration capabilities
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
|
||||||
|
|
||||||
|
TODO:
|
||||||
|
|
||||||
|
Expose Settings to ini Files
|
||||||
|
|
||||||
|
Write in world Chat controller to allow maintenance of flocking in world.
|
||||||
|
|
||||||
|
Handle Borders Correctly
|
||||||
|
|
||||||
|
Handle Collision Avoidance
|
||||||
|
|
||||||
|
Handle Wander
|
||||||
|
|
||||||
|
Handle Perching
|
||||||
|
|
||||||
|
Handle Predator Avoidance
|
||||||
|
|
||||||
|
|
||||||
|
Optimise it all...
|
||||||
|
|
||||||
|
Look at maintaining flocks across sim boundaries.
|
Loading…
Reference in New Issue