aboutsummaryrefslogtreecommitdiff
path: root/advtrains/advtrains/wagons.lua
Commit message (Collapse)AuthorAge
* Add forced get-on/off to prevent trains being unusable due to closed doors.orwell962017-01-25
| | | | else you would be able to lock yourself out of trains or lock players in trains with no escape.
* Rewrite seating systemorwell962017-01-25
| | | | Players no longer need to worry where to sit down.
* Do not recover wagons from minetest's static storageorwell962017-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 translationorwell962017-01-23
|
* Merge branch 'master' of https://github.com/orwell96/advtrainsorwell962017-01-19
|\
| * Merged privGabriel Pérez-Cerezo2017-01-18
| |
* | Add 'collision mercy' to get stuck trains out of walls.orwell962017-01-18
| | | | | | | | Also change the collision logic so that the collision mercy can't be activated accidentally.
* | Add door controls and ATC commandsorwell962017-01-18
|/
* Prevent non-initialized wagons from accidentally polluting the worldorwell962017-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 codeorwell962017-01-08
|
* Purge all debug messages and change 'print' function name to 'atprint'orwell962017-01-04
| | | | Ready for 2.0 release.
* Restructure mod directoryorwell962017-01-04