Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Wagons: Add two-pos wheel positioning logic for more realistic look of long ↵ | orwell96 | 2022-02-09 |
| | | | | | | wagons Adds field "wheel_positions" in wagon definition | ||
* | Coupling: Add concept of coupler types, allow coupling only when coupler ↵ | orwell96 | 2021-10-25 |
| | | | | types match | ||
* | Fix lots of things around new LZB | orwell96 | 2021-02-10 |
| | |||
* | Use a standard wagon inventory formspec | Blockhead | 2020-03-18 |
| | | | | | | | | | | | | | | This new formspec also allows access to the wagon properties. Once whitelisted in the wagon properties, other players can access its inventory. Note on 'useless use' of OO: I tried passing just the wagon ID and avoiding using the `self` object in order to bypass the need to look up the lua entitie out of the list, but it ended up retrieving nil data. The best way to solve this overhead might be to wait for some kind of better way upstream in minetest's lua API to get entities, or to keep a central record of entities. Either way, the solution is outside the scope of this commit. | ||
* | Move LZB system to core and unify approach callback mechanism | orwell96 | 2019-04-16 |
| | |||
* | Fix stop rails sometimes not sending stop command | orwell96 | 2019-02-16 |
| | |||
* | Change get_inventory_formspec API - add invname parameter | orwell96 | 2018-12-10 |
| | |||
* | Added on_train_approach callback, non-permanent external LZB brakepoints and ↵ | orwell96 | 2018-11-29 |
| | | | | | | basis for "stop rails" Stop rails ATM use the aforementioned things to add a pointwise "2" speed restriction. Seems to work. | ||
* | Correct some documentation | orwell96 | 2018-06-14 |
| | |||
* | Implement a reverse path lookup for trains instead of an occupations window ↵ | orwell96 | 2018-06-14 |
| | | | | system | ||
* | Move driving_ctrl_access property to seat group | orwell96 | 2018-01-09 |
| | | | | | there's now a more strict check for the train_operator privilege Also added custom reasons on getting on a train. | ||
* | Implement sound api and some sounds | orwell96 | 2017-12-06 |
| | | | | | | | - Level crossing bell - Horns - Subway train driving and door sounds ...to be continued... | ||
* | Change name of update_animation function | orwell96 | 2017-11-29 |
| | | | | I will use this for sounds, and so it needs to be changed to a more general name | ||
* | Add modifiable wagon extents | orwell96 | 2017-11-23 |
| | | | | This will be required for advcarts | ||
* | do not register wagons in the advtrains namespace automatically | orwell96 | 2017-11-22 |
| | | | | One step towards advcarts compatibility | ||
* | Remove zip release files, move mod to root, exclude assets from Makefile (#92) | rubenwardy | 2017-09-20 |
| | |||
* | Restructure mod directory | orwell96 | 2017-01-04 |
| | |||
* | Add Automatic Train Control system | orwell96 | 2017-01-04 |
| | |||
* | add API documentation | orwell96 | 2017-01-03 |