orwell96
f8c00bcba3
Make fillout_aspect also fill "info" field
2018-10-30 15:36:39 +01:00
orwell96
c4bac79bf0
Do not allow static signals for routesetting
2018-10-30 15:36:24 +01:00
orwell96
190b476b66
Fix Ks signals not setting aspect (missing set_aspect function)
2018-10-30 15:26:02 +01:00
orwell96
fbed4e29d1
Document fix 0a982b6356
...
Add comment that explains why fix was necessary
2018-10-29 23:51:41 +01:00
orwell96
0a982b6356
Actually set last_connid to 1, to prevent warning
2018-10-29 23:42:47 +01:00
orwell96
1ff809b883
Do not print "couldn't determine section" warning when all traverser ends were end-of-track
2018-10-29 21:28:03 +01:00
orwell96
93726db4e3
Handle the case that a train is not initialized (train_ensure_init returns nil/false)
...
Fixes H#72
2018-10-29 21:19:49 +01:00
orwell96
6298f8b081
Allow to accelerate trains slowly towards red signals from stand.
...
Previously, it was impossible to accelerate a standing train once it was ~10m in front of a red signal.
2018-10-29 20:49:31 +01:00
orwell96
ef50505e95
Fix typo in signal assignment, causing crash
2018-10-29 20:11:22 +01:00
orwell96
68f047cc01
Miscellaneous routesetting fixes
...
- Move handling of "route_committed" to the routesetting function
- Put aspect in every TCBS on the way
- Add "route_origin" to TCBS fields to prevent subroute cancelling
- Cancel entire route when another train enters from the wrong TCB
2018-10-29 20:06:04 +01:00
orwell96
60b7254992
atdump() to treat certain values special
2018-10-29 19:32:43 +01:00
orwell96
0ae0b6a768
Fix signal_get_aspect()
...
Had a series of bugs as result, like auto-clearing IPs and not-working lzb
2018-10-29 18:12:00 +01:00
orwell96
9f6ae55e37
Small fixes which do not have any effect
2018-10-29 16:04:36 +01:00
orwell96
c1d5fb0e8c
Add Interlocking Tool to inspect route locks
2018-10-26 19:44:16 +02:00
orwell96
012c01fcc7
Add "Reset track section" function
2018-10-26 19:05:57 +02:00
orwell96
e194732596
Complete Ks Main signals
2018-10-26 18:41:24 +02:00
orwell96
6bb6c7d345
Fix demo signals
2018-10-25 22:49:30 +02:00
orwell96
f007017aa4
Add doc for supported_aspects, improve other doc and aspect autofill
2018-10-25 22:40:28 +02:00
orwell96
69f368ab34
Display route_rsn when denying routesetting by subroute locked.
2018-10-25 22:38:44 +02:00
orwell96
fe4b4a695a
Fix node database ATC rail bug
...
After successfully registering newly-placed ATC rails in the nodedb, the rail's after_place_node() callback
(local apn_func()) immediately cleared it again by passing a "node" object that was actually a player object
and thus had no "name" or "param2" to ndb.update(), which it handled how it should not in this situation.
Since those ndb.update calls were unnecessary anyways, I removed them completely.
2018-10-17 21:05:06 +02:00
orwell96
267ce6fe6d
Prevent any user control except "Brake" when an ATC override is present
...
Solves the problem of accidentally breaking atc-driven trains
2018-10-17 19:10:37 +02:00
orwell96
b4534c6f12
Improve ATC-LZB-User control interaction, smoothen LZB control operations
...
(prevent flickering view when atc battles against lzb)
2018-10-17 18:58:57 +02:00
orwell96
cd38b17eab
Address H#60, H#17, M#18 and M#7
...
duplicate "message" to "msg"
make operation panel "cracky"
remove inexistent dtime_s parameter
add bones:bones to the list of not_blocking_trains nodes
2018-10-17 18:11:11 +02:00
orwell96
c6bef1c358
Fix H#69
...
Cause was a cascaded crash, original cause was something different
2018-10-17 17:45:51 +02:00
orwell96
87621caf1f
Fix H#66 (Hemiptera 66) crash on missing double_conn match
2018-10-17 17:42:32 +02:00
orwell96
e04d84cb4c
Actually allow what manual promises (setting IP on non-assigned signals)
2018-10-17 17:37:03 +02:00
orwell96
85d752df6b
Update manual again
2018-10-15 22:09:02 +02:00
orwell96
11fe530e18
Properly handle speed restrictions
2018-10-10 23:31:12 +02:00
orwell96
9db52bcd32
Remote Routesetting from Onboard Computer
...
+ Fix lzb oncoming item deletion/speed restriction
2018-10-10 23:17:31 +02:00
orwell96
842a85606e
Properly implement invalidate_all_paths, recheck lzb on aspect change
2018-10-10 22:41:59 +02:00
orwell96
33c839b40d
Add signal safety control override, restructure control system
2018-10-10 21:49:52 +02:00
orwell96
8f8f009425
Make signal influence point (~halt point) specifiable
...
Also extend signal api necessarily
2018-10-09 12:07:23 +02:00
orwell96
8df7bcf6b6
Improve route programming:
...
- Formspec for TCBs instead of unhandy chatcommands
- Ability to advance route over the next secction without punching end
- Better visualization
- Ability to route into dead-end sections
2018-10-07 22:21:49 +02:00
orwell96
8e70c070c1
Fix route programming lock-placement
2018-09-28 22:27:08 +02:00
Thomas Rudin
07ecc44130
lower steel return
2018-09-28 20:48:38 +02:00
orwell96
2596866b74
Add interlocking guide/manual, silence debug outputs
2018-09-14 21:36:59 +02:00
orwell96
d837e7e5e9
Add LuaAutomation interface functions for interlocking routesetting and aspect requesting.
...
This allows to incorporate interlocking to automated systems
2018-08-24 22:39:13 +02:00
orwell96
5039c958a2
(Note added, merge in next commit)
2018-08-24 09:55:27 +02:00
orwell96
05cb6090ac
Move passive API to the advtrains core
...
to remove dependency of interlocking on luaautomation
2018-08-16 19:18:03 +02:00
orwell96
5fad61e9c9
Fix various bugs found while testing
2018-08-13 11:27:38 +02:00
orwell96
3dc5b28774
Teleport player to their train every 2 seconds instead of just on_joinplayer
...
Solves problem of wagon being unloaded while player sitting inside it because of network lag
2018-08-12 18:01:50 +02:00
orwell96
b80ba056d9
Fix some incompatibility crash for old worlds
2018-08-12 17:56:02 +02:00
h-v-smacker
6d7d9d0181
onboard computer fix
2018-08-12 17:53:03 +02:00
Gabriel Pérez-Cerezo
ffc3cf9d10
Remove redundant digtron.lua file
2018-08-12 17:51:09 +02:00
Gabriel Pérez-Cerezo
a7bb207007
Make digtron able to build tracks.
2018-08-12 17:50:37 +02:00
orwell96
224d5cbfd3
Add 'interlocking' privilege and add security checks
2018-08-12 17:23:52 +02:00
orwell96
a92ecbc26a
Automatic working (re-set certain route on train pass)
2018-08-12 16:58:47 +02:00
orwell96
0ec89364c0
Fix ATC rail reversing
2018-08-12 16:36:20 +02:00
orwell96
d7e2918009
fix digging unconfigured tcbs
2018-08-12 14:27:54 +02:00
orwell96
cb56b8b49a
Signal aspect handling, make default signals compatible, fix signal digging
2018-08-12 14:25:38 +02:00