summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
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-29fix unloaded map chunk travellingorwell96
2016-10-27Include zip in repo, because of hosting. No .tar.gz.orwell96
2016-10-27add .gitignore to not include the .zip and .tar.gz into the repoorwell96
2016-10-27shorten readme file rapidly since I always forget to update itorwell96
2016-10-27Revert "also remove two xcfs in the textures folder"orwell96
This reverts commit 33fe29b3a5b5636761e14aae23b1cfe04397e0a7.
2016-10-27Merge pull request #9 from gpcf/masterorwell96
Added a Makefile that provides small .zip files for installation
2016-10-26Merge branch 'master' of https://github.com/orwell96/advtrainsGabriel Pérez-Cerezo
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-23Added makefile that creates a .zip and a .tar.gz file for installation.Gabriel Pérez-Cerezo
2016-10-23Revert "remove all .blend and additional files that are not part of the mod ↵Gabriel Pérez-Cerezo
from the repository" This reverts commit 7c53f1692217ca0f6f10babe99054bf443171a16.