Commit Graph

21 Commits

Author SHA1 Message Date
Stephan Richter
6bf7882f3b improved error messages 2021-03-12 16:04:08 +01:00
Stephan Richter
c549f7364d moved Thrads to separate package 2021-03-12 12:49:19 +01:00
Stephan Richter
b951b948e5 updated thread handling:
- threads are no longer pooled (this makes naming threads difficult)
- threads are now named by their causing event, which improves logging

updated calls to thread.sleep: those are now provided by new class Delayed Execution
2021-02-28 13:03:21 +01:00
Stephan Richter
c3242cddcb vroious improvements 2021-02-12 18:04:28 +01:00
Stephan Richter
8f52c79798 implemented manual coupling/decoupling of trains 2021-01-17 18:28:11 +01:00
Stephan Richter
494eeddf59 improved translations 2021-01-15 14:23:49 +01:00
Stephan Richter
d3c3051605 implemented small delay between setting signal to go and start of train. various GUI improvements 2021-01-02 13:56:17 +01:00
Stephan Richter
0dda9f16e0 threads now pooled 2020-12-29 19:32:28 +01:00
Stephan Richter
500af0a547 refactoring of load/save processes 2020-12-03 22:55:02 +01:00
Stephan Richter
4180d72d43 more refactoring 2020-12-03 16:04:21 +01:00
Stephan Richter
50a5508a33 overhauled registry 2020-12-03 12:11:27 +01:00
Stephan Richter
8764d35a97 refactoring actions 2020-12-03 01:35:34 +01:00
Stephan Richter
0c2d2eaa8e updating actions 2020-12-03 00:03:10 +01:00
Stephan Richter
e7a6349c7c overhauled actions 2020-11-20 00:03:58 +01:00
Stephan Richter
f2ee754064 minor bugfixes 2020-11-13 11:55:59 +01:00
Stephan Richter
92b0719e58 UI work 2020-11-13 01:28:47 +01:00
Stephan Richter
d3ca0a08ef minor changes 2020-11-06 20:52:55 +01:00
Stephan Richter
5e088deda2 improvement: manually-defined actions are now preserverd when plan is analyzed for new routes 2020-11-06 11:15:32 +01:00
Stephan Richter
d40ea949be improved actions and conditions code,
added TrainLength condition,
added FreeStartBlock action
2020-11-01 18:01:10 +01:00
Stephan Richter
a89d522ea2 re-implemented Delayed Action 2020-11-01 16:06:46 +01:00
Stephan Richter
7eabaf9449 added delayed action 2020-11-01 03:40:28 +01:00