Stephan Richter
e90724b35e
Merge branch 'state-machine'
4 years ago
Stephan Richter
937e061892
Routenplaner scheint nun endlich sauber zu funktionieren.
...
Es müssen natürlich wieder einige Dinge nachimplementiert werden.
4 years ago
Stephan Richter
540d1be489
Another refactoring step...
4 years ago
Stephan Richter
9b9c65542c
bugfixes
4 years ago
Stephan Richter
de19b8594a
logback aktualisiert
4 years ago
Stephan Richter
5e50259d24
Implementierung des neuen Routen-Algorithmus weitgehend abgeschlossen.
...
Was noch fehlt ist der Brems-Prozessor; außerdem muss der neue Code getestet werden.
4 years ago
Stephan Richter
c62f75fa02
Code zum Reservieren der nächsten Route überarbeitet.
...
*Könnte* jetzt funktionieren, hatte jedoch keine Zeit zum Testen.
4 years ago
Stephan Richter
030b29499f
dunno what to write, this is a non-clean state...
4 years ago
Stephan Richter
fd254db358
minor bugfix. next step: implementing the preserveNextRoute action.
...
Must work in the following conditions:
- called from route.setupActions
- called from route.startActions
- called from route.contactActions
- called from autopilot after reaching route.endBlock
4 years ago
Stephan Richter
3c53bd192f
bugfixes
4 years ago
Stephan Richter
9c86955d8d
- implemented load callback
...
- added waitTime field to context, wait time now determined in route.start
4 years ago
Stephan Richter
d86b6dcbcc
implemented handling of stuck trains during route search
4 years ago
Stephan Richter
c4e57d2b8a
re-implemented trace update code
4 years ago
Stephan Richter
2647b4c43d
Started clean re-implementation of
...
- reserving route
- preparing route
- locking route
New implementation now properly handles stop event from user.
Next things to implement:
- tracing train upon contact activation, taking care of:
- causing contact
- train's last position
- route
- plan.freeBehindTrain
- finish event, keeping brake processor in mind
4 years ago
Stephan Richter
9939d8d630
resetting route planner
4 years ago
Stephan Richter
5b2bf1ddc0
improved javascript
4 years ago
Stephan Richter
181933674d
fixed import
4 years ago
Stephan Richter
8a9aada83e
tunin BrakeProcessor
4 years ago
Stephan Richter
629b30c078
fixed bug in BrakeProcessor
4 years ago
Stephan Richter
9effb8d337
re-implemented basic autopilot
4 years ago
Stephan Richter
6bf7882f3b
improved error messages
4 years ago
Stephan Richter
2556ea7cd9
implemented correct behaviour of Train.stopNow
4 years ago
Stephan Richter
a60e766dac
working on new autopilot
4 years ago
Stephan Richter
c6aa5e45da
working on new autopilot code
4 years ago
Stephan Richter
830c1863ad
started re-implementing route reservation
4 years ago
Stephan Richter
966c5340ba
started reimplementation of route manager
4 years ago
Stephan Richter
4cade0a12e
removed route managing code: preparing to re-implement
4 years ago
Stephan Richter
c549f7364d
moved Thrads to separate package
4 years ago
Stephan Richter
dc378b107b
backported bugfixes from state-machine branch
4 years ago
Stephan Richter
103dd89168
improved gui
4 years ago
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
4 years ago
Stephan Richter
cabab80b5c
added opßtion to simplify all route names in one step
4 years ago
Stephan Richter
a43c11d3bc
now remembering last clicked tabs
4 years ago
Stephan Richter
54961c1f14
various minor improvements
4 years ago
Stephan Richter
80553efb29
fixed tracing bug and brake-time bug
4 years ago
Stephan Richter
8ab3b6d1a0
fixed bug: orientation of cars has not been saved
4 years ago
Stephan Richter
c3242cddcb
vroious improvements
4 years ago
Stephan Richter
2973bd1432
optimised brake code
4 years ago
Stephan Richter
c515e922dc
optimiced trace calculation
4 years ago
Stephan Richter
853ae2a0c1
code optimization
4 years ago
Stephan Richter
5ec07efb63
extended doc
4 years ago
Stephan Richter
f42c3e72d2
renamed Route.reset to Route.free, Route.fireSetupActions to Route.prepare
4 years ago
Stephan Richter
b41ae2b314
new feature on clicking tiles: actions of tile now skipped, when shift is pressed during click
4 years ago
Stephan Richter
8ffbbf1109
added switch tile and corresponding condition
4 years ago
Stephan Richter
3cd6df931d
bugfixes
4 years ago
Stephan Richter
4969b32dd8
minor improvements
4 years ago
Stephan Richter
a55265c6db
implemented loco programming
4 years ago
Stephan Richter
3afb452d57
added title to links
4 years ago
Stephan Richter
a80dcc728a
added log output
4 years ago
Stephan Richter
d3be99fb08
added log output
4 years ago