Releases: Bernardo-Castilho/SimScript
Releases · Bernardo-Castilho/SimScript
1.0.36
- Fixed Animation class to reload X3DOM when needed.
- Fixed bug in Animation class bounding box calculations.
- Improved React sample with new 3D simulations.
1.0.35
SimScript 1.0.35 (8/29/21)
- Added 'reset' parameter to Simulation.stop method.
- Added React Sample
SimScript 1.0.34
- Improved documentation
- Improved AvoidBehavior implementation and samples.
SimScript 1.0.32
- Added Animation.updateEntity property to update the state of animated entities.
- Improved "Custom Steering Behavior" samples.
SimScript 1.0.31
- Updated docs
- Improved "Custom Steering Behavior" samples.
SimScript 1.0.30
- Added Simulation.name and Simulation.timeUnit properties
(used by the Simulation.getStatsTable method). - Allow using zero as an inter-arrival value for the Simulation.generateEntities method.
- Improved the behavior of the Simulation.start(true) method.
- Added Steering samples.
SimScript 1.0.29
- Added Entity.seize method (condenses enterQueue/delay/leaveQueue and provides preemptive behavior).
- Added more GPSS-inspired samples
SimScript 1.0.27
- Improved the format of the tables created by the Simulation.getStatsTable method.
- Added Erlang and Gamma random vars.
- Added generic Simulation parameter to Entity class (e.g. class MyEnt extends Entity).
- Improved bind method to format labels more clearly.
SimScript 1.0.26
Improved preempt sample (GPSS TV Maintenance)
SimScript 1.0.25
Added interruptible delays, improved histograms, added GPSS-inspired samples.