advtrains/advtrains
orwell96 b2d7bbb2c5 Signal influence points: Make sure to clear on removal of signal, clear orphaned when digging rail 2021-03-12 17:56:07 +01:00
..
locale Track can-dig check: also notify user when digging is not allowed 2021-03-12 17:30:50 +01: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
textures Use graphical indication for more elements; improve 7-segment display 2021-01-20 17:12:25 +01:00
api_doc.txt Fix lots of things around new LZB 2021-02-10 16:36:24 +01:00
atc.lua Hm, forget about it for now. Might be perfectly valid when train goes farther than train length in step 2021-02-10 16:36:24 +01:00
copytool.lua Remove pcall wrappers completely, add command to disable advtrains mainloop 2021-02-10 16:36:24 +01:00
couple.lua Replace deprecated object:getxxx()/setxxx() by get_xxx()/set_xxx() 2021-02-10 16:42:15 +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
depends.txt Make advtrains use serialize_lib (save version 4) 2021-01-12 13:27:00 +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 Make DTIME_LIMIT and SAVE_INTERVAL globally accessible 2021-02-15 19:41:13 +01:00
log.lua Fix repeated log file opening/closing (H#136) 2019-12-04 10:09:19 +01:00
lzb.lua LZB: Look ahead before movement, not after 2021-02-12 11:55:57 +01:00
misc_nodes.lua Add missing recipe: 45_low platforms 2020-10-19 16:13:02 +02:00
nodedb.lua Add save interval setting, fix accidental global variable, at_sync_ndb on server priv not limited, timetaking for restore_all 2021-02-10 16:42:15 +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 is_node_loaded() checks also for mesecon interactions and digiline_send(), move on_updated_from_nodedb to advtrains table 2021-02-04 12:35:24 +01: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 Don't try to invalidate_ahead when path has been regularily invalidated before 2021-02-10 21:41:05 +01:00
protection.lua Make track protection radius configurable 2018-12-18 11:56:48 +01:00
settingtypes.txt Add save interval setting, fix accidental global variable, at_sync_ndb on server priv not limited, timetaking for restore_all 2021-02-10 16:42:15 +01:00
signals.lua Signal influence points: Make sure to clear on removal of signal, clear orphaned when digging rail 2021-03-12 17:56:07 +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 Remove pcall wrappers completely, add command to disable advtrains mainloop 2021-02-10 16:36:24 +01:00
tracks.lua Signal influence points: Make sure to clear on removal of signal, clear orphaned when digging rail 2021-03-12 17:56:07 +01:00
trainhud.lua Fix manual train control 2021-02-10 18:26:53 +01:00
trainlogic.lua LZB: Look ahead before movement, not after 2021-02-12 11:55:57 +01:00
wagons.lua Replace deprecated object:getxxx()/setxxx() by get_xxx()/set_xxx() 2021-02-10 16:42:15 +01:00