You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Modelbahn/ChangeLog

49 lines
1.2 KiB

2021-03-09:
- changed: passenger trains (no cargo flag set) will always stop at stations.
- added station flag to blocks
- fixed: locomotives can not assigned to new block if on mode LOCO_F_AUTO
2021-03-07:
- fixed: high cpu load, sleep function was not working right. If the current
loop took below 1ms we would ot wait for the 25ms to finish.
2021-02-10:
- automatic mode with random destinations is working now
2021-01-31:
- automtic mode is improving, manual setting of destination
autoatic routing and moving the train to the destination.
- locked turnouts can not anymore been set.
- assign loco and set destination is working now.
2021-01-19:
- threading should be now more stable no deadlocks
2021-01-15:
- web interface for block assignemt seems ready
- saving and loading data from a block.
2020-12-05:
- locomotive fixed division by zero
- webinterface: speed 0 was not displayed corecctly in ctrl screen.
2020-11-29:
- lococtrl display is now working with reverse and forward.
2020-04-25:
- reset seems to work fine now.
2020-03-22:
- adding server status messages
2020-03-06:
- fixed: speed and stepcoding
2020-03-03:
- adding new loco ctrl interface.
2020-02-09:
- Initial CVS Import