Releases: TTK4145/Simulator-v2
Releases · TTK4145/Simulator-v2
v1.5 - Bug fixes
v1.4 - Bug fixes
- 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
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
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
Bug fixes:
- Fixed a bug where
key_ordersDown
were offset one floor too low when read from config file or command line
Initial release
Version 1.0 - Executables for Windows and Linux