Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-17 | Fix node database ATC rail bug | orwell96 | |
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-04-25 | Add digiline interface and is_passive function to LuaATC | orwell96 | |
2017-09-20 | Remove zip release files, move mod to root, exclude assets from Makefile (#92) | rubenwardy | |