summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-17Correct view offset and wagon_span on new subway wagonorwell96
2017-01-17Add animation for steam engineorwell96
I needed to completely rewrite the animation because irrlicht couldn't handle the animation NathanS created.
2017-01-17Model, animate, texture and integrate new subway wagonorwell96
engine follows!
2017-01-17Download recent contributions and put them into the assets directoryorwell96
2017-01-17Don't crash when wagons do not exist but show a warning insteadorwell96
2017-01-16replace trackdb by nodedborwell96
- trackdb is kept for large rail networks to still work but not saved anymore - saving node name and param2 instead of track connections, so also signals can be saved. - small serialization format - fast access times, almost no redundancy
2017-01-12Unite all save data (except the track database) into a single save fileorwell96
2017-01-10ziporwell96
2017-01-10Prevent non-initialized wagons from accidentally polluting the worldorwell96
sometimes wagons get created/loaded but are not initialized. These stand around and can't be removed. Now if a wagon does not get initialized after 20 steps, something went wrong and the wagon is removed.
2017-01-10Fix restoring the detector.on_node table when paths get cleaned uporwell96
2017-01-08Clean up debug message codeorwell96
2017-01-06update ziporwell96
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)