Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use v5.5.0 of MTG to avoid 986b657 engine checks | Y. Wang | 2022-06-21 |
| | |||
* | Add recommendation for non-native speakers working on l10n | Y. Wang | 2022-06-17 |
| | |||
* | Include the textcomp package for backward compatibility | Y. Wang | 2022-05-31 |
| | | | | Co-authored-by: Tanavit <tanavit@example.com> | ||
* | Add information on demo signals | Y. Wang | 2022-05-29 |
| | |||
* | Add some documentation on creating signals | Y. Wang | 2022-04-25 |
| | |||
* | Add contributor guide | Y. Wang | 2022-04-04 |
| | |||
* | Remove documentation files that are merged into the manual | Y. Wang | 2022-04-03 |
| | |||
* | Improve documentation on advtrains.speed. | Y. Wang | 2022-03-23 |
| | |||
* | Rephrase RWT documentation for intuitivity | Y. Wang | 2022-03-20 |
| | |||
* | Improve interlocking documentation | Y. Wang | 2022-02-12 |
| | |||
* | Add explanation on RC/LC and reformat train mode documentation | Y. Wang | 2022-02-05 |
| | |||
* | Remove example setups (these belong elsewhere) | Y. Wang | 2022-02-05 |
| | |||
* | Add warning on both sides of the TCB being assigned to the same track section | Y. Wang | 2022-01-26 |
| | |||
* | restructure section on physics | Y. Wang | 2022-01-26 |
| | |||
* | Add note on TCBs with both sides assigned to the same section | Y. Wang | 2022-01-18 |
| | | | | Source: https://forum.minetest.net/viewtopic.php?p=405433#p405433 | ||
* | Fix index entries of \apiasp; add pictures for Ks and shunt signals | Y. Wang | 2022-01-18 |
| | |||
* | Add graph illustrating the "finish route" buttons | Y. Wang | 2022-01-18 |
| | | | | Based on https://forum.minetest.net/viewtopic.php?p=404223#p404223 | ||
* | Add manual | Y. Wang | 2022-01-18 |
| | |||
* | atc_reset(): Removed unused string parameter and also clear ATC autocouple ↵ | orwell96 | 2021-12-31 |
| | | | | | | flag (Cpl) Fixes H#189 and H#190 | ||
* | Load/Unload Track FC Integration | Maverick2797 | 2021-12-29 |
| | | | | | | | | - Set a freight code in the track to whitelist only wagons with that FC as the current one - Set as # to disable the track - Set as a blank field (default) to allow all wagons to activate, irrespective of their FC | ||
* | Automatically group wagons and locomotives based on definition values | Maverick2797 | 2021-12-29 |
| | | | | | | | | | Based on the advtrains wiki groups: Type Group Classifier - Locomotives: group:at_loco is_locomotive = true - Controllable: group:at_control seat_groups.dstand - Passengers: group:at_pax seat_groups.pass - Freight: group:at_freight has_inventory = true | ||
* | 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. | ||
* | Fix speed sign allowing v>max_speed | Y. Wang | 2021-12-16 |
| | |||
* | Add C&C Servers into the testing server list, since we are using the latest ↵ | Emojigit | 2021-11-26 |
| | | | | commit | ||
* | Trivial fixup for train decoupling regressionrelease-2.4.1 | ywang | 2021-11-20 |
| | |||
* | Interlocking: Correct duplicate influence points semi-automaticallyrelease-2.4.0 | orwell96 | 2021-11-14 |
| | | | | Searches and deletes duplicate influence points for the same signal when "Influence Point" formspec is opened. | ||
* | rewrite readme in markdown, add more information | Gabriel Pérez-Cerezo | 2021-11-10 |
| | |||
* | Remove non-deterministic test | Gabriel Pérez-Cerezo | 2021-11-10 |
| | |||
* | Activate serialize_lib unit tests | Gabriel Pérez-Cerezo | 2021-11-10 |
| | |||
* | Add more unit tests, fix broken unit test | Gabriel Pérez-Cerezo | 2021-11-09 |
| | |||
* | configure build.yml to run the unit tests | Gabriel Pérez-Cerezo | 2021-11-09 |
| | |||
* | readme atc_set_ars_disable typo | Maverick2797 | 2021-11-09 |
| | |||
* | add sourcehut build file | Gabriel Pérez-Cerezo | 2021-11-09 |
| | |||
* | split_at_index where index=1 | Maverick2797 | 2021-11-08 |
| | | | | | Splitting at index=1 results in multiple empty trains being created. Can be prevented by an atc_speed > 0 check by the user, but easier just to return false and do nothing. | ||
* | New-Ks: minor additions/corrections to ywang's work: | orwell96 | 2021-11-08 |
| | | | | | | - Add sign for line speed 20 (else no way to return to max line speed once set) - When no distant signal info available (default), Ks displays green light (2 sections free) - Normal and wall signals again signal maximum speed (persistent restriction can be given via line speed nouw) | ||
* | Add documentation on signal aspects | ywang | 2021-11-07 |
| | |||
* | Make train HUD check for existing speed restrictions | ywang | 2021-11-07 |
| | |||
* | Rework textures and models; add new signal signs | ywang | 2021-11-07 |
| | |||
* | Support different types of speed restrictions; add documentation | ywang | 2021-11-07 |
| | |||
* | round speed limit if needed | ywang | 2021-11-05 |
| | |||
* | make distant signal aspect dropdown labels consistent with the ones for the ↵ | ywang | 2021-11-05 |
| | | | | main aspect | ||
* | Do not allow adjusting Ks signals with trackworkers | ywang | 2021-11-05 |
| | |||
* | Re-add Zs 3(v) indicators; swap green and yellow lights for realism | ywang | 2021-11-05 |
| | |||
* | Use realistic Ra 10 signal sign | ywang | 2021-11-05 |
| | |||
* | On-Track Collision system: Fix train teleportation when using ↵ | orwell96 | 2021-11-04 |
| | | | | | | split_at_index() from LuaATC Issue was that train thought it would collide with the newly added back portion although it was already long past this train. Added additional check that current train index is not further than the collision point. | ||
* | LuaATC: remove accidental mesecons hard-dependency | orwell96 | 2021-11-04 |
| | |||
* | LuaATC: Fix position of error label, use consistent name "LuaATC" instead of ↵ | orwell96 | 2021-11-02 |
| | | | | "LuaAutomation" | ||
* | LuaATC: Add Mesecons LuaATC Controller (similar to Mesecons Luacontroller) | orwell96 | 2021-11-02 |
| | |||
* | LuaATC PCNaming: Allow naming active components using the tool | orwell96 | 2021-11-02 |
| | |||
* | Route Formspec: When cancelling route, disable ARS only temporarily, not ↵ | orwell96 | 2021-10-26 |
| | | | | permanently |