aboutsummaryrefslogtreecommitdiff
path: root/advtrains_train_industrial/init.lua
Commit message (Collapse)AuthorAge
* Split out all train mods as basic_trains and remove them from main repoorwell962021-03-12
| | | | Note: I'm not rewriting the history of this repository, too dangerous. basic_trains has been split out with git-filter-repo.
* Add some missing craft recipesorwell962021-02-19
| | | | | | | - LuaATC remains non-craftable for now (elevated privs necessary anyway) - Some crafts altered from dario's proposal Co-authored-by: W3RQ01 <dario23@linux-forks.de>
* [BREAKING] Use client-side translations instead of intllib; add zh_CN ↵ywang2020-07-19
| | | | | | | | translations * Client-side translations is used instead of intllib. [Breaks MT4 compat] * Existing locale files have been moved to advtrains/locale and named with the format advtrains.[lang].tr * Add zh_CN locale. (requires a font that supports CJK text)
* Use a standard wagon inventory formspecBlockhead2020-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.
* Merge branch 'mt5-fixes'orwell962020-01-04
|\
| * Move attachment positions down 1 nodeorwell962019-12-05
| |
* | Remove fullbright (H#140)orwell962019-12-18
|/
* Change get_inventory_formspec API - add invname parameterorwell962018-12-10
|
* onboard computer fixh-v-smacker2018-08-12
|
* Fix box wagonsorwell962018-06-14
|
* Fix bugs found while testingorwell962018-06-14
|
* Improve textures and models of industrial train and add new more powerful ↵mbb2017-12-12
| | | | industrial engine
* Implement sound api and some soundsorwell962017-12-06
| | | | | | | - Level crossing bell - Horns - Subway train driving and door sounds ...to be continued...
* Remove zip release files, move mod to root, exclude assets from Makefile (#92)rubenwardy2017-09-20
|
* Restructure mod directoryorwell962017-01-04
|
* remove train type concept and calculate train's capabilities based on used ↵orwell962016-12-22
| | | | wagons
* Turning mod into a modpack and separating the trains from the core modorwell962016-12-20