aboutsummaryrefslogtreecommitdiff
path: root/advtrains/advtrains/trainlogic.lua
Commit message (Collapse)AuthorAge
* Don't drop items in creative mode when player gets overrun by trainorwell962017-03-11
|
* Improve debug outputs of couples and increase maximum distanceorwell962017-03-03
|
* Fix collision issuesorwell962017-02-21
|
* don't pass unexistant variable to train_step_b (fixes #46)orwell962017-02-17
|
* fix #34 - end_index not set when step_a returned in phase 2orwell962017-02-15
|
* Proper implementation for getting on by walking into train, rework damage ↵orwell962017-02-09
| | | | and player controls in train, fix death and join bugs, do not spawn bones on death
* Fix ATC components being randomly ignored by trains.orwell962017-02-05
| | | | | Also add warnings to off_track stuff Also pack for release
* Even more bugfixesorwell962017-02-04
| | | | | | | - add translations of all index values to invert_train - fix on_leave_node callbacks not being called when train reverses - fix callbacks on train creation and destruction - Fix warning when saving ATC rail info
* Revert change to node pos hashes, and rewrite trackdb to use individual ↵orwell962017-02-03
| | | | | | | | coordinates The precision of integers was not sufficient for saving pos node hashes in most cases, leading to strange bugs. This fixes broken ATC rails, broken LuaAutomation stuff and trackdb on Windows. Probably also fixes trains randomly stopping.
* Fix collision to work with pos node hashesorwell962017-02-02
|
* Lua automation - initial incomplete codingorwell962017-02-02
|
* Limit dtime to prevent trains moving too far in a single steporwell962017-01-29
| | | | and update zip
* Fix a crash, update translations and zip fileorwell962017-01-28
|
* Multiple major changes:orwell962017-01-28
| | | | | | | | | | | | | - implement wagon properties and seat group access check - fix a server warning about unassigned variable - refill advtrains.detector.on_node every step - reorder train step function(s): - fixed bug that some atc rails were not recognized - saving some extra calculations - integrate path prediction directly to step functions and separate it (also see comment directly above train_step_a()) - add couple lock feature (can't couple or discouple from wagon with locked couples) - ...
* Fix typo that caused crashorwell962017-01-25
|
* Fix crash when train went off trackorwell962017-01-24
|
* Removed last occurrence of minetest.envGabriel Pérez-Cerezo2017-01-18
|
* Don't crash when wagons do not exist but show a warning insteadorwell962017-01-17
|
* Unite all save data (except the track database) into a single save fileorwell962017-01-12
|
* 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.
* Fix bug in track databaseorwell962017-01-04
| | | | the entire database was broken due to a not removed indexing
* Restructure mod directoryorwell962017-01-04