2011-07-08 20:36:22 +00:00
|
|
|
|
|
|
|
08/07/2011 - Initial pre alpha release
|
|
|
|
Basic Flocking algos implemented
|
|
|
|
Border avoidance not so good
|
|
|
|
No configuration capabilities
|
|
|
|
|
2011-07-09 16:49:03 +00:00
|
|
|
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
|
2011-07-13 22:46:09 +00:00
|
|
|
|
|
|
|
13/07/2011
|
|
|
|
added more documentation
|
2014-07-19 13:33:38 +00:00
|
|
|
|
|
|
|
10/07/2014
|
|
|
|
forked from https://github.com/jonc/osboids
|
|
|
|
|
|
|
|
17/07/2014
|
|
|
|
refactored the code
|
|
|
|
added some more config items to set the region border size (no go zone) and the max height
|
|
|
|
added support to the module for varregions
|
2014-12-24 16:29:19 +00:00
|
|
|
|
|
|
|
24/12/2014
|
|
|
|
renamed the modeul to OpenSimBirds, changed all references to [Bb]oids to [Bb]irds in code
|
|
|
|
change the configuration to use own ini file and to setup per region configurations
|
|
|
|
changed Util class to BirdsUtil to avoid clash with OpenSim.Util
|