aboutsummaryrefslogtreecommitdiff
path: root/advtrains/tracks.lua
Commit message (Expand)AuthorAge
* Move passive API to the advtrains coreorwell962018-08-16
* Implement routesettingorwell962018-07-21
* Fix bugs found while testingorwell962018-06-14
* Mainly make collisions and coupling workorwell962018-06-14
* Rework the privilege system completelyorwell962018-03-14
* Log certain events in a logfile in the world directoryGabriel PĂ©rez-Cerezo2018-02-21
* Rewrite rail connection system...orwell962017-12-18
* Fix multiple track types not working simultaneouslyorwell962017-11-22
* Make trackplacer align rails by any tracks, not just by tracks with the same ...orwell962017-11-22
* Change name of the node database group in order to clone node database code i...orwell962017-10-31
* * Remove zip release files, move mod to root, exclude assets from Makefile (#92)rubenwardy2017-09-20
* Restructure mod directoryorwell962017-01-04
* Add Automatic Train Control systemorwell96- Refer to the [Lua API](https://github.com/minetest/minetest/blob/master/doc/lua_api.txt), [Developer Wiki](http://dev.minetest.net/Main_Page) and other [documentation](https://github.com/minetest/minetest/tree/master/doc). - Follow the [C/C++](http://dev.minetest.net/Code_style_guidelines) and [Lua](http://dev.minetest.net/Lua_code_style_guidelines) code style guidelines. - Check your code works as expected and document any changes to the Lua API. 4. Commit & [push](https://help.github.com/articles/pushing-to-a-remote/) your changes to a new branch (not `master`, one change per branch) - Commit messages should: - Use the present tense. - Be descriptive. See the commit messages by core developers for examples. - The first line should: - Start with a capital letter. - Be a compact summary of the commit. - Preferably have less than 70