Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | drop player on the platform if there is one | orwell96 | 2016-11-24 | |
| | | ||||
* | | document new train controls and add combination for getting off | orwell96 | 2016-11-24 | |
| | | ||||
* | | change train controlling system and keybindings | orwell96 | 2016-11-24 | |
| | | | | | | | | also, fix various small bugs | |||
* | | adjust to new close_formspec feature (minetest 0d1c959) | orwell96 | 2016-11-23 | |
| | | | | | | | | this won't break compatibility with older minetest versions. | |||
* | | Make mesecons optional again | orwell96 | 2016-11-21 | |
|/ | ||||
* | update readme file with recent contributions (thanks everyone) and update zip | orwell96 | 2016-11-11 | |
| | | | | I forgot it again! | |||
* | Change names of the images mbb committed and delete remaining $color.png images | orwell96 | 2016-11-11 | |
| | ||||
* | Merge pull request #10 from mbblp/master | orwell96 | 2016-11-11 | |
|\ | | | | | | | add better textures The following commit will clean everything up a bit | |||
| * | add better textures | mbblp | 2016-11-11 | |
|/ | ||||
* | Fix detector rails rotating when a train passes | orwell96 | 2016-11-11 | |
| | ||||
* | update zip fileJ | orwell96 | 2016-11-11 | |
| | ||||
* | fix trackplacer patternmatching issue and implement failure messages better | orwell96 | 2016-11-11 | |
| | | | | also reindent the code that was broken by emacs(or so) | |||
* | Add detector rails | orwell96 | 2016-11-10 | |
| | ||||
* | remove an unnecessary dump() instruction | orwell96 | 2016-11-10 | |
| | ||||
* | Remove the "register_bumpers" workaround function and register them how they ↵ | orwell96 | 2016-11-10 | |
| | | | | should be registered | |||
* | tweak wagon_span values and model sizes/positions | orwell96 | 2016-11-10 | |
| | | | | Together with the rewritten collision system it should work for now. | |||
* | rewrite collision system again | orwell96 | 2016-11-10 | |
| | | | | | 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. | |||
* | integrate mbb's new train models | orwell96 | 2016-11-06 | |
| | | | | | and correct some wagon_spans, wagon/engine scalings and file names issue with collisions needs to be fixed. | |||
* | sandstone brick platform | orwell96 | 2016-11-05 | |
| | ||||
* | 100th commit: disable debug messages | orwell96 | 2016-11-03 | |
| | ||||
* | make smoke also distribute horizontally a bit | orwell96 | 2016-11-03 | |
| | ||||
* | Add a box wagon | orwell96 | 2016-11-03 | |
| | | | | Alongside with coding wagon inventories, and several bugfixes | |||
* | move a line to correct behavior | orwell96 | 2016-11-03 | |
| | ||||
* | rework entity handling | orwell96 | 2016-11-02 | |
| | | | | some modularization, clarify 'initialized' property, some re-implementations | |||
* | add 2 value sanity checks which should not be needed but are for any reason | orwell96 | 2016-10-29 | |
| | | | | | 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 | |||
* | fix unloaded map chunk travelling | orwell96 | 2016-10-29 | |
| | ||||
* | Include zip in repo, because of hosting. No .tar.gz. | orwell96 | 2016-10-27 | |
| | ||||
* | add .gitignore to not include the .zip and .tar.gz into the repo | orwell96 | 2016-10-27 | |
| | ||||
* | shorten readme file rapidly since I always forget to update it | orwell96 | 2016-10-27 | |
| | ||||
* | Revert "also remove two xcfs in the textures folder" | orwell96 | 2016-10-27 | |
| | | | | This reverts commit 33fe29b3a5b5636761e14aae23b1cfe04397e0a7. | |||
* | Merge pull request #9 from gpcf/master | orwell96 | 2016-10-27 | |
|\ | | | | | Added a Makefile that provides small .zip files for installation | |||
| * | Merge branch 'master' of https://github.com/orwell96/advtrains | Gabriel Pérez-Cerezo | 2016-10-26 | |
| |\ | |/ |/| | ||||
* | | add smoke: remove debug message | orwell96 | 2016-10-26 | |
| | | ||||
* | | fix crash on getting on wagon, caused by nonexistant table | orwell96 | 2016-10-26 | |
| | | ||||
* | | add smoke to steam engine | orwell96 | 2016-10-26 | |
| | | | | | | | | feature may behave strange or not work at all until latest git version! | |||
| * | Added makefile that creates a .zip and a .tar.gz file for installation. | Gabriel Pérez-Cerezo | 2016-10-23 | |
| | | ||||
| * | Revert "remove all .blend and additional files that are not part of the mod ↵ | Gabriel Pérez-Cerezo | 2016-10-23 | |
|/ | | | | | | from the repository" This reverts commit 7c53f1692217ca0f6f10babe99054bf443171a16. | |||
* | also remove two xcfs in the textures folder | orwell96 | 2016-10-22 | |
| | ||||
* | remove all .blend and additional files that are not part of the mod from the ↵ | orwell96 | 2016-10-22 | |
| | | | | repository | |||
* | Merge branch 'master' of https://github.com/orwell96/advtrains | orwell96 | 2016-10-22 | |
|\ | ||||
| * | Merge pull request #5 from gpcf/master | orwell96 | 2016-10-15 | |
| |\ | | | | | | | Now honors protections | |||
| | * | Fixed bug with protections | Gabriel Pérez-Cerezo | 2016-10-08 | |
| | | | ||||
| | * | Merge branch 'master' of https://github.com/orwell96/advtrains | Gabriel Pérez-Cerezo | 2016-10-06 | |
| | |\ | | |/ | |/| | ||||
| | * | Fixed Bug introduced by bugfix | Gabriel Pérez-Cerezo | 2016-10-05 | |
| | | | ||||
| | * | Fixed bug (unable to send message to player) | Gabriel Pérez-Cerezo | 2016-10-05 | |
| | | | ||||
| | * | Fixed crash problem | Gabriel Pérez-Cerezo | 2016-10-05 | |
| | | | ||||
| | * | Now honors protections | Gabriel Pérez-Cerezo | 2016-10-04 | |
| | | | ||||
* | | | make the attach position (the 'seat') selectable | orwell96 | 2016-10-22 | |
| | | | ||||
* | | | try to make engine animation work | orwell96 | 2016-10-19 | |
|/ / | ||||
* | | some smaller slopes | orwell96 | 2016-10-06 | |
| | |