From ab30278db850da4ad8f79db7dc71ac626e5436f5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 23 Nov 2010 01:06:12 +0000 Subject: updated README and copyright from boids_max_jitter_UB_1.1.zip svn path=/trunk/externals/boids/; revision=14505 --- README.txt | 10 +++++++++- debian/copyright | 2 +- 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 - 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 -- cgit v1.2.1