| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
signalling form when form was left to edit/add
|
| |
|
| |
|
|
|
|
| |
(priorities), fix comments
|
| |
|
| |
|
| |
|
|
|
|
| |
downgrade. To be reverted for next release
|
| |
|
| |
|
|
|
|
| |
solves 7 year old bug)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
implementation & old track registration)
|
|
|
|
| |
buttons, other UI enhancements
|
|
|
|
| |
when empty
|
| |
|
|
|
|
| |
clears TCB (mirror real life behavior)
|
| |
|
|
|
|
| |
bread-first-search and incremental search further with formspec
|
|
|
|
| |
section with IL tool aux1
|
| |
|
|
|
|
| |
colorcoding, other fixes
|
| |
|
| |
|
|
|
|
| |
crossings)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
is enabled
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This patch allows creating new routes based on what was done on another route. This can be useful to fix minor mistakes on a route, or to create similar routes. Note that the route buffer created "steps back" one section, but with turnouts kept.
The new button is placed above the "Save ARS" button - I know it is ugly, so please suggest a better place for it.
|
| | |
|
| | |
|
| |
| |
| |
| | |
This patch adds two buttons to the signal UI for swapping routes in the list of routes. To prevent conflicts, this operation is only possible when there is no route set.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This appears to fix the issue where route_rsn is not cleared and later
shown on the train HUD even when the route is set.
Note that this only works if the route is (successfully) set after this
patch is applied - it does not clear route_rsn for routes that are
already set.
How to test:
* Set a conflicting route for the train.
* Set a route for the train. Note that a message appears on the train
HUD explaining that the route cannot be set (this is also the current
behavior without the patch).
* Cancel the conflicting route. Note that the message on the train HUD
is cleared.
|