aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-23 01:06:12 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2010-11-23 01:06:12 +0000
commitab30278db850da4ad8f79db7dc71ac626e5436f5 (patch)
tree6093ff236ffb889c675c41b9abc4273107a0222e
parent7cd2126e7c4fe37c0ef6291d2aeb954ad239013a (diff)
updated README and copyright from boids_max_jitter_UB_1.1.zip
svn path=/trunk/externals/boids/; revision=14505
-rw-r--r--README.txt10
-rw-r--r--debian/copyright2
2 files changed, 10 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index f0cf42b..deec821 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,10 @@
/*
boids package for max/msp/jitter 051219
+ (universal binary version 060828)
+
Boids............................................. by eric singer
- boids2d, boids3d.................................. by jasch & andr sier
+ boids2d, boids3d.................................. by jasch & andré sier
jit.boids3d, jit.boids2d, xray.jit.boidsrender.... by wesley smith
(C) 1995-98 Eric L. Singer (eric@ericsinger.com)
@@ -14,6 +16,7 @@
*/
+
Based on Simon Fraser's implementation of Craig Reynolds' Boids algorithm.
Boids is free for non-commercial use
@@ -23,3 +26,8 @@ Boids takes an integer argument which is the number of boids. Each time Boids re
The flight parameters can be changed with messages. Use the 'dump' message to output a list of the current parameter settings.
For more information about the Boids algorithm, see Craig Reynolds' Web site at "http://reality.sgi.com/employees/craig/boids.html".
+
+
+UB notes (version 1.1 / 20070125):
+ - changed flock structure to bflock. conflicts with fcntl.h:398
+ - added set messages to externals (set pos, set dir, set speed, set invert speed)
diff --git a/debian/copyright b/debian/copyright
index c2e22c5..5454556 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Source: http://sourceforge.net/projects/pure-data/files/libraries/boids/
Files: *
Copyright: 1995-1998, Eric Singer <eric@ericsinger.com>
- 2005, Andre Sier
+ 2005-2006, André Sier
2005,2007, Jan Schacher
License: GPL-2+
This package is free software; you can redistribute it and/or modify