Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | small security fixes in advtrains_luaautomation/ | Maverick2797 | 2023-03-17 |
| | | | | | | | - fixed file permissions of advtrains_luaautomation/README.md (755->644) - fixed file permissions of advtrains_luaautomation/environment.lua (755->644) - prevented LuaATC section_occupancy() from having direct access to the interlocking section id occupancy table - simplify section_occupancy() logic | ||
* | Luaautomation: add section_occupancy() | Maverick2797 | 2021-12-29 |
| | | | | | | | Returns a table of train ids for the specified section. Returns nil if the section id is not provided.. Returns false if the section id is invalid. Returns an empty table if the section id is valid but empty of trains. | ||
* | LuaATC PCNaming: Allow naming active components using the tool | orwell96 | 2021-11-02 |
| | |||
* | LuaATC: add sending atc command to train by ID, and getters for in/out text ↵ | orwell96 | 2021-03-02 |
| | | | | (solves #124 and #166) | ||
* | LuaATC: Improve error/print logging, log only to subscribed players | orwell96 | 2021-02-17 |
| | |||
* | RWTs can be specified in any form, unify converters, repeating time handling | orwell96 | 2019-06-19 |
| | |||
* | Railway Time: atlatc interface, improve util functions | orwell96 | 2019-06-19 |
| | |||
* | Lift restrictions for date() function in atlatc | orwell96 | 2019-02-22 |
| | |||
* | Add set_aspect function | orwell96 | 2018-11-20 |
| | | | | | This allows incorporating signals implementing the signal API in LuaAutomation projects Note that it circumvents TCB assignments (a signal assigned to a TCB can be set to green even if no route is set | ||
* | Add LuaAutomation interface functions for interlocking routesetting and ↵ | orwell96 | 2018-08-24 |
| | | | | | | aspect requesting. This allows to incorporate interlocking to automated systems | ||
* | Move passive API to the advtrains core | orwell96 | 2018-08-16 |
| | | | | to remove dependency of interlocking on luaautomation | ||
* | Add digiline interface and is_passive function to LuaATC | orwell96 | 2018-04-25 |
| | |||
* | Remove zip release files, move mod to root, exclude assets from Makefile (#92) | rubenwardy | 2017-09-20 |