advtrains/advtrains
orwell96 2b21817b4f On_Joinplayer: fix train ID check for attachment update
Previously, statement was always false because train_id is no longer in the luaentity
2022-06-13 14:17:24 +02:00
..
doc Add documentation on signal aspects 2021-11-07 19:01:45 +01:00
locale Coupler types: Better output when there are no couplers on a wagon 2021-10-25 21:19:01 +02:00
models Add low 45 degree platforms 2020-07-25 19:14:57 +02:00
sounds Implement sound api and some sounds 2017-12-06 13:23:55 +01:00
spec Add more unit tests, fix broken unit test 2021-11-09 21:56:41 +01:00
textures Use graphical indication for more elements; improve 7-segment display 2021-01-20 17:12:25 +01:00
api_doc.txt Wagons: Add two-pos wheel positioning logic for more realistic look of long wagons 2022-02-09 23:06:02 +01:00
atc.lua atc_reset(): Removed unused string parameter and also clear ATC autocouple flag (Cpl) 2021-12-31 16:04:04 +01:00
copytool.lua Remove pcall wrappers completely, add command to disable advtrains mainloop 2021-02-10 16:36:24 +01:00
couple.lua On-Track Collision system: Fix train teleportation when using split_at_index() from LuaATC 2021-11-04 20:14:20 +01:00
craft_items.lua [BREAKING] Use client-side translations instead of intllib; add zh_CN translations 2020-07-19 16:21:08 +02:00
crafting.lua Add some missing craft recipes 2021-02-19 18:46:03 +01:00
debugitems.lua Fix yaw calculations, track placement orientation and speed up direction lookup functions 2018-06-14 17:39:42 +02:00
debugringbuffer.lua Add debug prints, modify LZB to fix problems with look_ahead 2021-02-10 16:39:46 +01:00
description.txt Remove zip release files, move mod to root, exclude assets from Makefile (#92) 2017-09-20 18:05:04 +02:00
helpers.lua Discard get_node_or_nil() for area-loaded check and use either a distance-based approach or minetest.is_block_active() if available 2021-02-03 09:30:44 +01:00
init.lua Support different types of speed restrictions; add documentation 2021-11-07 13:49:01 +01:00
log.lua Fix repeated log file opening/closing (H#136) 2019-12-04 10:09:19 +01:00
lzb.lua Interlocking: Correct duplicate influence points semi-automatically 2021-11-14 17:32:20 +01:00
misc_nodes.lua Remove sounds = default.sound_stone_defaults() as default is no longer a dependency 2021-04-04 19:48:35 +02:00
mod.conf Make mesecons_switch a proper optional dependency (H#175) 2021-03-31 09:31:33 +02:00
nodedb.lua LuaATC: Add Mesecons LuaATC Controller (similar to Mesecons Luacontroller) 2021-11-02 23:15:16 +01:00
occupation.lua Fix new green signals bug caused by old trav_lzbdata, and callback loop in signalling formspec 2021-02-10 16:36:24 +01:00
p_mesecon_iface.lua Make mesecons_switch a proper optional dependency (H#175) 2021-03-31 09:31:33 +02:00
passive.lua Add "Fallback state" for freed routes, move p_mesecon_iface.lua to core 2020-07-07 14:25:47 +02:00
path.lua Rework train same-track collision system and deterministic coupling 2021-07-07 22:42:14 +02:00
protection.lua Make track protection radius configurable 2018-12-18 11:56:48 +01:00
settingtypes.txt Make the collision mode configurable 2021-06-30 23:46:00 +02:00
signals.lua New-Ks: minor additions/corrections to ywang's work: 2021-11-08 22:52:28 +01:00
speed.lua Support different types of speed restrictions; add documentation 2021-11-07 13:49:01 +01:00
trackdb_legacy.lua Remove zip release files, move mod to root, exclude assets from Makefile (#92) 2017-09-20 18:05:04 +02:00
trackplacer.lua Fix undeclared globals warnings (#176) 2021-04-25 21:54:51 +02:00
tracks.lua Fix undeclared globals warnings (#176) 2021-04-25 21:54:51 +02:00
trainhud.lua Make train HUD check for existing speed restrictions 2021-11-07 14:06:50 +01:00
trainlogic.lua On_Joinplayer: fix train ID check for attachment update 2022-06-13 14:17:24 +02:00
wagons.lua Fix new wagon positioning when wheel positions are asymmetric, and remove leftover train.debug 2022-02-24 22:04:39 +01:00