From 60cb5a018c5f70a7b04b3489c034db240f4626ac Mon Sep 17 00:00:00 2001 From: Jon Cundill Date: Sun, 24 Jul 2011 22:07:16 +0100 Subject: [PATCH] reversed order in changes file --- CHANGES.txt | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 255e0b3..7bc7da0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,24 +1,4 @@ -08/07/2011 - Initial pre alpha release - Basic Flocking algos implemented - Border avoidance not so good - No configuration capabilities - -09/07/2011 - Fixed Boid rotation, boid now orients with direction of travel - added command handlers for both console and inworld chat channel - added commands for setting size of flock, prim to use for boid - added commands to start and stop the boids flocking - -13/07/2011 - added more documentation - -21/07/2011 - introduced branch based on stable 0.7.1.1 opensim code. This currently ahead of master - added ability to change the flocking parameters at runtime through set commands - improved the collision algorithms somewhat - added orientation flock step that attempts to limit excessive vertical velocity vectors - 23/07/2011 added ability to script boid behaviour from lsl tidied up copyright notices @@ -26,4 +6,25 @@ flocking simulation now doesn't start until invoked by start command flow field now recalculated on each start - so can edit scene and restart takes this into account +21/07/2011 + introduced branch based on stable 0.7.1.1 opensim code. This currently ahead of master + added ability to change the flocking parameters at runtime through set commands + improved the collision algorithms somewhat + added orientation flock step that attempts to limit excessive vertical velocity vectors + +13/07/2011 + added more documentation + +09/07/2011 + Fixed Boid rotation, boid now orients with direction of travel + added command handlers for both console and inworld chat channel + added commands for setting size of flock, prim to use for boid + added commands to start and stop the boids flocking + +08/07/2011 - Initial pre alpha release + Basic Flocking algos implemented + Border avoidance not so good + No configuration capabilities + +