-
Add to
Simulation
:nx
,ny
,randomSquare
,randomXIndex
,randomYIndex
andautotile
. -
Add to
Square
:width
,height
,randomX
andrandomY
. -
Add to
Zone
:nx
,ny
,width
,height
,randomX
,randomY
,randomSquare
,randomXIndex
,randomYIndex
andautotile
. -
Add to
Actor
:autotile
. -
Add to
random
:categorical
. -
Add helpers:
randomElement
andautotile
.
- Add
isClosed
andcopy
toPolyline
.
- Add
routes
method.
-
Add
direction
property toSquare
andZone
. -
Add
z
property toAgent
.
-
Add polylines.
-
Add
square.checker
.
-
Add vis methods.
-
Additional update properties:
updateActorStates
,updateSquareStates
andupdateZoneStates
. -
All update properties
true
by default.
- Fix bounce bug #6.
- Add
zIndex
property to agents.
-
Fix
insideDistance
bug #4. -
Add
insideDistance
method toActor
.
- Vector
add
andsub
methods: argument can be a number or an object.
-
Allow passing
updateMass
,updateRadius
andupdatePointing
as options to theActor
constructor. -
Remove
null
defaults for user-defined methods since blocks prototype chain.
- Initial Release.