Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix entity damage | orwell96 | 2017-11-02 |
| | | | | Animals from mobs weren't damaged because they have the immortal group set. Instead, we check for the existence of "fleshy". | ||
* | Punch non-player objects when they get overridden by a train. | orwell96 | 2017-10-25 |
| | |||
* | Fix subway train placer | orwell96 | 2017-10-25 |
| | |||
* | Some workaround fixes for Linuxworks server | orwell96 | 2017-10-25 |
| | | | | | Trains no longer get deleted when there's no rail Fast item to create subway train | ||
* | Implement multi-occupation in detector.on_node table to finally fix collisions | orwell96 | 2017-10-25 |
| | |||
* | Replace many math.floor(x+0.5) calls (or math.floor calls that should be ↵ | orwell96 | 2017-10-25 |
| | | | | those) by custom atround() function | ||
* | Fix coupling and collisions in certain cases | orwell96 | 2017-10-25 |
| | | | | | | If a train moved towards another train, and the other train's step was executed after the first one's, the trains did eventually not collide. Fix by moving the enter_node and collision check to step_b Also change some couple behavior | ||
* | Do not crash when train_pos is nil while checking wagon entity loading | orwell96 | 2017-10-11 |
| | |||
* | Remove zip release files, move mod to root, exclude assets from Makefile (#92) | rubenwardy | 2017-09-20 |
| | |||
* | Restructure mod directory | orwell96 | 2017-01-04 |
| | |||
* | Add Automatic Train Control system | orwell96 | 2017-01-04 |
| | |||
* | unify update_trainpart_properties and check_trainpartload | orwell96 | 2017-01-02 |
| | |||
* | Do not duplicate definitions of 'print' in every file | orwell96 | 2017-01-02 |
| | |||
* | spawn couple on train collision | orwell96 | 2016-12-31 |
| | | | | also fix empty trains hanging around for too long | ||
* | remove train type concept and calculate train's capabilities based on used ↵ | orwell96 | 2016-12-22 |
| | | | | wagons | ||
* | Turning mod into a modpack and separating the trains from the core mod | orwell96 | 2016-12-20 |