Skip to content

Releases: TTK4145/Simulator-v2

v1.5 - Bug fixes

03 Feb 15:39
Compare
Choose a tag to compare
  • Fixed a bug where reloading the config (via message [0, X, X, X]) would reset the print count and display the simulator as "disconnected".

v1.4 - Bug fixes

02 Mar 19:32
Compare
Choose a tag to compare
  • Fixed a bug where loading options from the command line would not work unless stopMotorOnDisconnect was supplied

v1.3 - New feature: Automatic motor stop on client disconnect

18 Feb 21:25
Compare
Choose a tag to compare

New features:

  • A new option stopMotorOnDisconnect has been added. When this option is true (default), the elevator will stop the motor when the client/driver disconnects, such that the elevator will not keep moving until it reaches out of bounds.

Bug fixes:

  • Fixed a bug where the output would scroll down each time the elevator moved out of bounds
  • Fixed a bug where the program would report a missing config file when it could also be an error caused by invalid content

v1.2 - New feature: Move elevator within bounds

18 Feb 17:26
Compare
Choose a tag to compare

New features:

  • Move elevator within bounds: The simulator no longer terminates if the elevator travels past the bottom or top floors, but instead prompts for a reset command to move the elevator back within bounds.

Bug fixes:

  • Fixed a bug where printing while at the bottom of a terminal window, the output would keep scrolling down on each new print state
  • Fixed a printout for when a config file was not found
  • Fixed a bug where SimulationState.resetState() would delete buttons & lights (dmd v2.078.x)

v1.1 - Bug fixes

10 Feb 23:11
Compare
Choose a tag to compare

Bug fixes:

  • Fixed a bug where key_ordersDown were offset one floor too low when read from config file or command line

Initial release

09 Jan 17:22
Compare
Choose a tag to compare

Version 1.0 - Executables for Windows and Linux