Skip to content

Releases: Bernardo-Castilho/SimScript

1.0.36

02 Sep 18:16

Choose a tag to compare

  • 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

29 Aug 14:38

Choose a tag to compare

SimScript 1.0.35 (8/29/21)

  • Added 'reset' parameter to Simulation.stop method.
  • Added React Sample

SimScript 1.0.34

16 Aug 14:45

Choose a tag to compare

  • Improved documentation
  • Improved AvoidBehavior implementation and samples.

SimScript 1.0.32

11 Aug 16:37

Choose a tag to compare

  • Added Animation.updateEntity property to update the state of animated entities.
  • Improved "Custom Steering Behavior" samples.

SimScript 1.0.31

04 Aug 18:33

Choose a tag to compare

  • Updated docs
  • Improved "Custom Steering Behavior" samples.

SimScript 1.0.30

28 Jul 19:47

Choose a tag to compare

  • 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

16 Jul 13:15

Choose a tag to compare

  • Added Entity.seize method (condenses enterQueue/delay/leaveQueue and provides preemptive behavior).
  • Added more GPSS-inspired samples

SimScript 1.0.27

11 Jul 14:17

Choose a tag to compare

  • 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

06 Jul 18:43

Choose a tag to compare

Improved preempt sample (GPSS TV Maintenance)

SimScript 1.0.25

03 Jul 23:36

Choose a tag to compare

Added interruptible delays, improved histograms, added GPSS-inspired samples.