summaryrefslogtreecommitdiff
path: root/wagons.lua
AgeCommit message (Collapse)Author
2016-12-29Added privilege to remove trainsGabriel Pérez-Cerezo
2016-12-05try to fix damage bugorwell96
2016-12-04fix bug about seats on wagonorwell96
sometimes a single character can cause great mess...
2016-11-25Fix hud not disappearing when pressing Shift+Useorwell96
2016-11-24drop player on the platform if there is oneorwell96
2016-11-24document new train controls and add combination for getting offorwell96
2016-11-24change train controlling system and keybindingsorwell96
also, fix various small bugs
2016-11-23adjust to new close_formspec feature (minetest 0d1c959)orwell96
this won't break compatibility with older minetest versions.
2016-11-11Change names of the images mbb committed and delete remaining $color.png imagesorwell96
2016-11-10tweak wagon_span values and model sizes/positionsorwell96
Together with the rewritten collision system it should work for now.
2016-11-06integrate mbb's new train modelsorwell96
and correct some wagon_spans, wagon/engine scalings and file names issue with collisions needs to be fixed.
2016-11-03100th commit: disable debug messagesorwell96
2016-11-03make smoke also distribute horizontally a bitorwell96
2016-11-03Add a box wagonorwell96
Alongside with coding wagon inventories, and several bugfixes
2016-11-03move a line to correct behaviororwell96
2016-11-02rework entity handlingorwell96
some modularization, clarify 'initialized' property, some re-implementations
2016-10-29add 2 value sanity checks which should not be needed but are for any reasonorwell96
game crashed because of these values being nil, I don't know how these values could even become nil, but whatever. Interestingly, I never found the wagon entity that was causing the crashs
2016-10-26add smoke: remove debug messageorwell96
2016-10-26fix crash on getting on wagon, caused by nonexistant tableorwell96
2016-10-26add smoke to steam engineorwell96
feature may behave strange or not work at all until latest git version!
2016-10-22make the attach position (the 'seat') selectableorwell96
2016-10-19try to make engine animation workorwell96
2016-10-06add japanese wagon and engineorwell96
2016-09-29add acceleration calculationorwell96
2016-09-29fix train entities moving with wrong speedorwell96
2016-09-29add owner system to prevent random train destroyingorwell96
2016-09-28destructed wagons in survival give only steel back, user confirmation addedorwell96
2016-09-28adding ability for custom on_step/destroy functions in wagon definitionorwell96
2016-09-15add some items to the not-blocking-trains grouporwell96
2016-09-12Adding crafting recipesorwell96
2016-08-29removed 2 very annoying debug messages that should not go with 1.0orwell96
2016-08-28Add a subway train (and fix spelling mistake resulting in collision not workingorwell96
2016-08-28Add a platform node, make some nodes (esp. fences) not blocking trains, ↵orwell96
implement benchmarking better and optimize some things
2016-08-21fix error in real train index calculationorwell96
2016-08-21Extending to 30deg rails, creating and adding the modelsorwell96
2016-07-04integrating the new rails (currently no verticals and switches)orwell96
2016-06-09re-attach players to train when they left the game or the server was shut downorwell96
2016-06-09check for object load via the getyaw trick and not by checking the object tableorwell96
2016-06-09remove horizontal view offset on engine and try to fix damage when sitting ↵orwell96
in train
2016-06-09fix discouple appearing on wrong side on flipped wagons, and show discouples ↵orwell96
only when train stands
2016-06-09Fix train collision and coupling on opposing trains, and try to implement ↵orwell96
animation (currently does not work)
2016-06-02use real pos-in-train calculation also for trainlen calculation, fix bugs ↵orwell96
and add damage by trains
2016-06-01added discouple entityorwell96
2016-05-31added couple entity, removed debug outputs and fixed codeorwell96
2016-05-30fixed even more lua errors and made stableorwell96
2016-05-29fixed lua errors and code mistakesorwell96
2016-05-29added trackdb and unloaded wagons handlingorwell96
2016-05-29created git repositoryorwell96