Commit Graph

189 Commits

Author SHA1 Message Date
Stephan Richter f8afe79268 implemented selection of train destination 2020-11-11 15:56:51 +01:00
Stephan Richter 7a0dcbb439 completed implementation of stopping times for trains in blocks 2020-11-11 14:50:47 +01:00
Stephan Richter 9b6b1edce2 new feature: Train wait times for autopilot now randomly chosen from
within range defined in block's settings
2020-11-11 10:09:28 +01:00
Stephan Richter 104da20eec re-implemented waiting times:
those are now block-assigned and relate to tags rather than trains

TODO:

* implement re-ordering of tags for block
* implement autopilot such that it obeys the wait times
2020-11-11 00:08:02 +01:00
Stephan Richter b2076dda99 preparing wait times for use in blocks 2020-11-09 23:31:15 +01:00
Stephan Richter 2b03c08fa1 added action StopAllTrains, added null checks 2020-11-08 22:36:12 +01:00
Stephan Richter b899572f55 added SendCommand action 2020-11-07 21:17:25 +01:00
Stephan Richter 880ef561dd added non-track contact to tiles, re-implementes PowerOff to SetPower 2020-11-07 19:29:50 +01:00
Stephan Richter d3ca0a08ef minor changes 2020-11-06 20:52:55 +01:00
Stephan Richter 2f9a9d74be bugfix 2020-11-06 11:32:31 +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 06a80a2a8d added new action TriggerContact 2020-11-06 09:50:00 +01:00
Stephan Richter 9190d8a6af bugfixes 2020-11-06 01:49:34 +01:00
Stephan Richter ead5a45d2e bugfix + unified link code 2020-11-06 00:46:22 +01:00
Stephan Richter e1d3384110 bugfixes 2020-11-05 23:23:33 +01:00
Stephan Richter 5499d5a82b sorting methods 2020-11-05 21:19:28 +01:00
Stephan Richter 86f685219c bugfix 2020-11-05 18:56:51 +01:00
Stephan Richter 0ef617aa34 re-implented trailing calculations of train 2020-11-05 18:27:12 +01:00
Stephan Richter f9a3466f33 started to refactor train head and tail settings in tiles 2020-11-04 11:25:21 +01:00
Stephan Richter 596317049c working on route actions:
start block of route should only be freed, if corresponding action is fired.
  however, train should not be available from previous start block after route has finished.
2020-11-03 23:28:23 +01:00
Stephan Richter a2cb3d813e GUI improvements 2020-11-02 14:11:56 +01:00
Stephan Richter 7d5d5f3bb2 altered style of disabled tiles 2020-11-02 13:24:06 +01:00
Stephan Richter 817c8fb60d implemented disabling of blocks and routes 2020-11-02 10:41:34 +01:00
Stephan Richter 0decce654d - implemented tags on trains and cars
- added condition TrainHasTag
2020-11-01 18:37:59 +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 7eabaf9449 added delayed action 2020-11-01 03:40:28 +01:00
Stephan Richter 69f38373c3 * added action that allows to switch relays
* added action list to route setup procedure
2020-11-01 02:16:42 +01:00
Stephan Richter cc7fbd2bda added Relay to tiles 2020-11-01 00:43:07 +01:00
Stephan Richter 6932536d05 implemented contact feedback 2020-10-31 21:36:53 +01:00
Stephan Richter 05784f94ce improved texts 2020-10-30 11:03:36 +01:00
Stephan Richter 6cb318a37d implemented removing ot routes 2020-10-29 15:09:13 +01:00
Stephan Richter 5379bd9da7 working on conditional actions 2020-10-29 13:41:12 +01:00
Stephan Richter daae49296f bugfixes, improved action framework, added actions 2020-10-29 11:41:10 +01:00
Stephan Richter 38bb612d97 implemented stop train 2020-10-29 09:34:37 +01:00
Stephan Richter 7b8aea89f2 implemented adding of locos to train 2020-10-27 18:29:17 +01:00
Stephan Richter ad25dd8166 rolled back usage of CompletableFuture in favour of callbacks 2020-10-27 16:39:11 +01:00
Stephan Richter f5dbb0916a working on autorouting and turnout code 2020-10-20 01:32:16 +02:00
Stephan Richter 3dc11c18e1 started to re-implement actions with promises 2020-10-07 00:37:15 +02:00
Stephan Richter fd47e12276 refactored action communication 2020-10-06 17:49:11 +02:00
Stephan Richter 2c5fcb09f1 Implemented Turnout-Commands, added logging config 2020-10-02 13:20:22 +02:00
Stephan Richter 0fcc2adf4d addcom working on train-control unit interactions 2020-10-02 00:07:02 +02:00
Stephan Richter 3547b515c8 restructuring remote calls 2020-10-01 22:49:13 +02:00
Stephan Richter e8d5e1ab56 implemented storing of loco and car properties 2020-09-30 22:28:07 +02:00
Stephan Richter 29888379c6 implemented Locomotive and Train management 2020-09-22 10:27:13 +02:00
Stephan Richter 7acbf567e8 preparing menus for editing cars and trains 2020-09-21 19:12:33 +02:00
Stephan Richter fa58c33938 working on saving and loading of route actions 2020-09-21 18:44:55 +02:00
Stephan Richter 5c67e6089d implemented storing of routes 2020-09-21 14:27:21 +02:00
Stephan Richter 67623f49bc refactored tiles data structure in plan 2020-09-21 13:07:12 +02:00
Stephan Richter 09a7c9f5b7 overhauling save and load routines 2020-09-21 12:07:10 +02:00
Stephan Richter 72858b4aba working on new storage format 2020-09-21 09:46:33 +02:00