Stephan Richter
f7c895620a
bugfixes
5 years ago
Stephan Richter
db9fed1642
overhauled route search algorithm:
...
now using breadth-first search instead of depth-first search
5 years ago
Stephan Richter
0dde9693d1
minor bugfixes + more debug logging
5 years ago
Stephan Richter
da2ad054ed
bugfixes
5 years ago
Stephan Richter
483ebec39e
bugfixes
5 years ago
Stephan Richter
937e061892
Routenplaner scheint nun endlich sauber zu funktionieren.
...
Es müssen natürlich wieder einige Dinge nachimplementiert werden.
5 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.
5 years ago
Stephan Richter
3c53bd192f
bugfixes
5 years ago
Stephan Richter
9c86955d8d
- implemented load callback
...
- added waitTime field to context, wait time now determined in route.start
5 years ago
Stephan Richter
d86b6dcbcc
implemented handling of stuck trains during route search
5 years ago
Stephan Richter
c4e57d2b8a
re-implemented trace update code
5 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
5 years ago
Stephan Richter
9939d8d630
resetting route planner
5 years ago
Stephan Richter
181933674d
fixed import
5 years ago
Stephan Richter
6bf7882f3b
improved error messages
5 years ago
Stephan Richter
2556ea7cd9
implemented correct behaviour of Train.stopNow
5 years ago
Stephan Richter
c6aa5e45da
working on new autopilot code
5 years ago
Stephan Richter
830c1863ad
started re-implementing route reservation
5 years ago
Stephan Richter
966c5340ba
started reimplementation of route manager
5 years ago
Stephan Richter
4cade0a12e
removed route managing code: preparing to re-implement
5 years ago
Stephan Richter
c549f7364d
moved Thrads to separate package
5 years ago
Stephan Richter
dc378b107b
backported bugfixes from state-machine branch
5 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
5 years ago
Stephan Richter
a43c11d3bc
now remembering last clicked tabs
5 years ago
Stephan Richter
54961c1f14
various minor improvements
5 years ago
Stephan Richter
80553efb29
fixed tracing bug and brake-time bug
5 years ago
Stephan Richter
c3242cddcb
vroious improvements
5 years ago
Stephan Richter
853ae2a0c1
code optimization
5 years ago
Stephan Richter
b41ae2b314
new feature on clicking tiles: actions of tile now skipped, when shift is pressed during click
5 years ago
Stephan Richter
8ffbbf1109
added switch tile and corresponding condition
5 years ago
Stephan Richter
8f52c79798
implemented manual coupling/decoupling of trains
5 years ago
Stephan Richter
e00e6f8124
added CoupleTrain action,
...
improved Destination functions,
fixed bug in AddRemoveTag,
improved CarOrientation functions
5 years ago
Stephan Richter
0e6069a5a1
implemented AddDestination action and evaluation of destination tags of trains.
5 years ago
Stephan Richter
4c973dd309
preparing more general assignment function
5 years ago
Stephan Richter
bac9892fd0
implemented splitting of trains and parking in blocks
5 years ago
Stephan Richter
22dfd0512a
implemented shunting trains
5 years ago
Stephan Richter
494eeddf59
improved translations
5 years ago
Stephan Richter
14b7a69d03
added new action DisableEnableBlock
5 years ago
Stephan Richter
c825268b5f
added WaitForContact action
5 years ago
Stephan Richter
703820b38f
bugfixes
5 years ago
Stephan Richter
0902017bba
added decouple and EngageDecoupler action
5 years ago
Stephan Richter
00e5fc9058
implemented RouteEndBlock condition
5 years ago
Stephan Richter
d3c3051605
implemented small delay between setting signal to go and start of train. various GUI improvements
5 years ago
Stephan Richter
0b3ae425c0
bugfixes:
...
- now initializing signals before setting aspects
- fixed css for HL2
5 years ago
Stephan Richter
e50bc039cd
implemented signal functions
5 years ago
Stephan Richter
cfe1b90962
GUI improvements, bugfixes
5 years ago
Stephan Richter
0dda9f16e0
threads now pooled
5 years ago
Stephan Richter
817bcc9989
bugfix
5 years ago
Stephan Richter
1694eafc6c
GUI improvements
5 years ago
Stephan Richter
39a416e964
bugfix
5 years ago