Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add forced get-on/off to prevent trains being unusable due to closed doors. | orwell96 | 2017-01-25 |
| | | | | else you would be able to lock yourself out of trains or lock players in trains with no escape. | ||
* | Rewrite seating system | orwell96 | 2017-01-25 |
| | | | | Players no longer need to worry where to sit down. | ||
* | Do not recover wagons from minetest's static storage | orwell96 | 2017-01-23 |
| | | | | Since missing wagons are spawned anyway by update_trainpart_properties, this only causes visible trouble when a train gets into loaded area. also avoids placing entities into unloaded terrain randomly. | ||
* | Add intllib support and German translation | orwell96 | 2017-01-23 |
| | |||
* | Merge branch 'master' of https://github.com/orwell96/advtrains | orwell96 | 2017-01-19 |
|\ | |||
| * | Merged priv | Gabriel Pérez-Cerezo | 2017-01-18 |
| | | |||
* | | Add 'collision mercy' to get stuck trains out of walls. | orwell96 | 2017-01-18 |
| | | | | | | | | Also change the collision logic so that the collision mercy can't be activated accidentally. | ||
* | | Add door controls and ATC commands | orwell96 | 2017-01-18 |
|/ | |||
* | Prevent non-initialized wagons from accidentally polluting the world | orwell96 | 2017-01-10 |
| | | | | | sometimes wagons get created/loaded but are not initialized. These stand around and can't be removed. Now if a wagon does not get initialized after 20 steps, something went wrong and the wagon is removed. | ||
* | Clean up debug message code | orwell96 | 2017-01-08 |
| | |||
* | Purge all debug messages and change 'print' function name to 'atprint' | orwell96 | 2017-01-04 |
| | | | | Ready for 2.0 release. | ||
* | Restructure mod directory | orwell96 | 2017-01-04 |