summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-06Add fancy passenger wagonorwell96
2017-01-04also print ATC reverse command warningorwell96
and move atc_command.txt at a better place
2017-01-04Purge all debug messages and change 'print' function name to 'atprint'orwell96
Ready for 2.0 release.
2017-01-04update makefile to new circumstancesorwell96
2017-01-04Fix bug in track databaseorwell96
the entire database was broken due to a not removed indexing
2017-01-04Restructure mod directoryorwell96
2017-01-04Add Automatic Train Control systemorwell96
2017-01-03add API documentationorwell96
2017-01-02make detector code clear entries of trains that do not existorwell96
2017-01-02unify update_trainpart_properties and check_trainpartloadorwell96
2017-01-02fix discouple not disappearing and a logical mistake with ownersorwell96
2017-01-02Do not duplicate definitions of 'print' in every fileorwell96
2016-12-31spawn couple on train collisionorwell96
also fix empty trains hanging around for too long
2016-12-22remove train type concept and calculate train's capabilities based on used ↵orwell96
wagons
2016-12-20Turning mod into a modpack and separating the trains from the core modorwell96
2016-12-13Fix behavior when using get_look_yaw() instead of get_look_horizontal()orwell96
get_look_yaw returns values that are 90° rotated
2016-12-13Don't decrease stack itemcount of slope placer in creativeorwell96
2016-12-13Implement better slope placement systemorwell96
Only look in the desired direction and place slope node on lowest slope part. will automatically adjust slope to next higher node.
2016-12-13increase couple validity radiusorwell96
2016-12-05try to fix damage bugorwell96
2016-12-04fix bug about seats on wagonorwell96
sometimes a single character can cause great mess...
2016-12-03remove the legacy replacement lbms/abmsorwell96
Until now, everyone should have updated at least once...
2016-12-03add description, screenshot and update manualorwell96
also fix crafting recipe for box wagon
2016-11-29add/update crafting recipes for bumpers and detector railsorwell96
2016-11-25Fix hud not disappearing when pressing Shift+Useorwell96
2016-11-25Delete unused texturesorwell96
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-21Make mesecons optional againorwell96
2016-11-11update readme file with recent contributions (thanks everyone) and update ziporwell96
I forgot it again!
2016-11-11Change names of the images mbb committed and delete remaining $color.png imagesorwell96
2016-11-11Merge pull request #10 from mbblp/masterorwell96
add better textures The following commit will clean everything up a bit
2016-11-11add better texturesmbblp
2016-11-11Fix detector rails rotating when a train passesorwell96
2016-11-11update zip fileJorwell96
2016-11-11fix trackplacer patternmatching issue and implement failure messages betterorwell96
also reindent the code that was broken by emacs(or so)
2016-11-10Add detector railsorwell96
2016-11-10remove an unnecessary dump() instructionorwell96
2016-11-10Remove the "register_bumpers" workaround function and register them how they ↵orwell96
should be registered
2016-11-10tweak wagon_span values and model sizes/positionsorwell96
Together with the rewritten collision system it should work for now.
2016-11-10rewrite collision system againorwell96
this time, it is based on nodes that trains stand on. advtrains.detector (in tracks.lua) keeps a table with nodes that trains are standing /driving on. This will be used now for detector rails.
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-05sandstone brick platformorwell96
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