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

64 lines
1.6 KiB

2021-12-19:
- adding sensor context menu for sensor simulation
2021-12-10:
- adding support for scheduling ways
- fixed: webinterface, update on loco will now change its detail display
2021-12-02:
- mark blocks as onlyCARGO or onlyPESSANGER, random-automode looks nice now.
- webinterface: debug messages will be print to the console.
- webinterface: contextmenu will be displayed inside the visible area
2021-11-06:
- fixed: compiling error on compare with pointer
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
automatic 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