aboutsummaryrefslogtreecommitdiff
path: root/advtrains/advtrains_train_steam/models
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2017-01-02 18:54:24 +0100
committerorwell96 <orwell@bleipb.de>2017-01-02 18:54:24 +0100
commitcc6cf09ac83efa0bfaaecddb2a8fe49d136cca57 (patch)
treeaf7686bbbea8982739c145b5f88dfe4f50948aeb /advtrains/advtrains_train_steam/models
parent79d0549c8af7eaa6ba97b8beaab52fb1012350f3 (diff)
downloadadvtrains-cc6cf09ac83efa0bfaaecddb2a8fe49d136cca57.tar.gz
advtrains-cc6cf09ac83efa0bfaaecddb2a8fe49d136cca57.tar.bz2
advtrains-cc6cf09ac83efa0bfaaecddb2a8fe49d136cca57.zip
make detector code clear entries of trains that do not exist
Diffstat (limited to 'advtrains/advtrains_train_steam/models')
0 files changed, 0 insertions, 0 deletions
269bba271'>Implement a LZB speed lookup table for the path and rewrite velocity controlsorwell962021-02-10 | * Disable ARS train flag and surrounding usesorwell962021-02-10 | * Fix removing stale TCB nodesrelease-2.2.0orwell962021-01-12 | * Forbid track modification when train, IP or TCB is on it, better handle ↵orwell962020-10-07 | | | | removing of TCBs (H#149) * tcb: Fix crash when player is nilLinus Jahn2020-09-01 | * DISCARD ON MERGE!: Temporary compatibility fix: translate signal aspects ↵orwell962020-07-23 | | | | back to old format if they are in the new format, to allow reverting from new_lzb * Make using the default tracks optional, even in submodsBlockhead2020-07-10 | | | | | | | | | | If advtrains_train_track is disabled, don't register any tracks that use its model like the LuaATC automation rail, point speed restriction rail, station/stop rail. For LuaATC, the definition for firing an event when a train runs over the rail needs to be moved into the common defs so that other mods like linetrack can use that as an interface. * Add "Fallback state" for freed routes, move p_mesecon_iface.lua to coreorwell962020-07-07 | * Fix minetest.after() loop between ↵orwell962020-06-05 | | | | ARS->update_route->update_signal_aspect->invalidate_path * Apply minetest.formspec_escape() to prevent formspec injection (H#143)MT0.4Blockhead2020-01-04 | * Add inverse ARS rulesGabriel Pérez-Cerezo2019-12-05 | | | | | | | | !RC foo !LN bar will match all trains except those matching RC foo or LN bar. This can be useful to exclude one specific service from a component. * Fix the "red signals" bug that appeared when clicking a green signalorwell962019-11-21 | * Do not throw error when sync_tcb_neighbors failsorwell962019-08-29 | * Don't allow to remove TCB when a signal is assignedorwell962019-08-26 | * Various small fixesGabriel Pérez-Cerezo2019-07-16 | | | | | | - Also do atomic operations on nodedb - no longer require Worldedit for at_sync_ndb - "overrun LZB 0 restriction" should now show where it happened. * Fix remote routesettingorwell962019-04-16 | * Move LZB system to core and unify approach callback mechanismorwell962019-04-16 | * Disable-ARS switch in signal and set this when cancelling an ARS routeorwell962019-03-15 |