Commit Graph

7 Commits

Author SHA1 Message Date
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
494eeddf59 improved translations 2021-01-15 14:23:49 +01:00
Stephan Richter
35c0666ab2 fixed bug when deleting tiles 2020-12-04 15:20:31 +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
9ea3d7a65b added new tiles and actions:
* Tile displaying text
* TextDisplay: an action that sends text to clients
* DetermineTrainInBlock: action that alters the context by requesting the train in a specific block
2020-11-19 19:07:23 +01:00