From 5ba3b6e01ab5ebd2d724a51e5291f3534d42775b Mon Sep 17 00:00:00 2001 From: Jon Cundill Date: Fri, 8 Jul 2011 21:36:22 +0100 Subject: [PATCH] changes and todo list --- CHANGES.txt | 7 +++++++ TODO.txt | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 CHANGES.txt create mode 100644 TODO.txt diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..407feb6 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,7 @@ + +08/07/2011 - Initial pre alpha release + Basic Flocking algos implemented + Border avoidance not so good + No configuration capabilities + + diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..0d02559 --- /dev/null +++ b/TODO.txt @@ -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.