Commit Graph

331 Commits (master)

Author SHA1 Message Date
orwell96 7c53f16922 remove all .blend and additional files that are not part of the mod from the repository 2016-10-22 20:38:34 +02:00
orwell96 a3d8c3ae16 Merge branch 'master' of https://github.com/orwell96/advtrains 2016-10-22 20:32:02 +02:00
orwell96 7f92ac4bd2 make the attach position (the 'seat') selectable 2016-10-22 20:30:10 +02:00
orwell96 414ae45adc try to make engine animation work 2016-10-19 17:05:51 +02:00
orwell96 def57bcab8 Merge pull request #5 from gpcf/master
Now honors protections
2016-10-15 12:07:55 +02:00
Gabriel Pérez-Cerezo c936b824d6
Fixed bug with protections 2016-10-08 14:33:21 +02:00
Gabriel Pérez-Cerezo 0a4af9b99e
Merge branch 'master' of https://github.com/orwell96/advtrains 2016-10-06 15:07:58 +02:00
orwell96 8cae3cf9ee some smaller slopes 2016-10-06 10:44:16 +02:00
orwell96 b26ccf37ec add japanese wagon and engine 2016-10-06 09:56:40 +02:00
Gabriel Pérez-Cerezo 08f957f189
Fixed Bug introduced by bugfix 2016-10-05 21:56:21 +02:00
Gabriel Pérez-Cerezo c0c9bd5a60
Fixed bug (unable to send message to player) 2016-10-05 17:39:53 +02:00
Gabriel Pérez-Cerezo 307b4048ac
Fixed crash problem 2016-10-05 15:27:16 +02:00
Gabriel Pérez-Cerezo cacd0da431
Now honors protections 2016-10-04 10:54:48 +02:00
orwell96 8b400329a0 add acceleration calculation 2016-09-29 08:41:05 +02:00
orwell96 76bd8eaaba fix train entities moving with wrong speed 2016-09-29 08:31:57 +02:00
orwell96 bb50b390d4 add owner system to prevent random train destroying 2016-09-29 08:20:06 +02:00
orwell96 2d59119e37 destructed wagons in survival give only steel back, user confirmation added 2016-09-28 23:27:47 +02:00
orwell96 e046e1926d adding ability for custom on_step/destroy functions in wagon definition 2016-09-28 23:12:01 +02:00
orwell96 8f4da0be77 add 45 degrees vertical rails 2016-09-18 11:16:59 +02:00
orwell96 e0ee5500ab add more crafting recipes and a manual 2016-09-17 11:14:28 +02:00
orwell96 b1c9b50406 add some items to the not-blocking-trains group 2016-09-15 11:50:37 +02:00
orwell96 a05b7c8c85 wtf did this file in here? 2016-09-15 08:10:49 +02:00
orwell96 d49e386bf7 relicensing under CC-BY-NC-SA and updationg readme. 2016-09-15 08:08:26 +02:00
orwell96 c4a26de487 various improvements on signals and bumpers 2016-09-13 18:05:59 +02:00
orwell96 a93fb4345e make switches not switchable when train is on it, and do neccessary stuff on switching 2016-09-13 16:18:57 +02:00
orwell96 173829fe59 add electric signal and rotate signals for better placement 2016-09-13 16:11:14 +02:00
orwell96 1e93892d8a add mesecon support for switches and signals 2016-09-13 14:44:35 +02:00
orwell96 d3af97b63e adding a signal.
it is controllable by mesecons and by right click. it does not influence trains
2016-09-12 22:58:18 +02:00
orwell96 bdfe260780 adding mbb's new textures 2016-09-12 21:06:58 +02:00
orwell96 f54d3b2e6c Adding crafting recipes 2016-09-12 21:06:00 +02:00
orwell96 1cffe6a9b6 fix item drops on rails, and throw bumpers out of the trackplacer tables, because it caused confusion 2016-09-12 13:05:14 +02:00
orwell96 0343b7680a add bumpers 2016-09-12 13:02:14 +02:00
orwell96 d49c306431 Fix two trackplacer issues
1. you can't place tracks on non-walkable nodes
2. in certain situations no rail was placed at all
2016-08-30 10:20:43 +02:00
orwell96 20b6e43501 removed 2 very annoying debug messages that should not go with 1.0 2016-08-29 23:10:10 +02:00
orwell96 997f87b473 Updating readme, and branching to v1.0 2016-08-29 22:40:42 +02:00
orwell96 38714bc2e8 implement track placing algorithm better 2016-08-29 21:53:41 +02:00
orwell96 0db3276a25 correcting an error that caused a crash 2016-08-28 22:05:35 +02:00
orwell96 0a5630011d correct wrongly rotated texture for subway 2016-08-28 22:02:34 +02:00
orwell96 d0e1588399 Add a subway train (and fix spelling mistake resulting in collision not working 2016-08-28 21:58:13 +02:00
orwell96 30dd71ea5a Add a platform node, make some nodes (esp. fences) not blocking trains, implement benchmarking better and optimize some things 2016-08-28 20:59:54 +02:00
orwell96 0787e19751 Fixing inventory and inventory images 2016-08-28 15:39:24 +02:00
orwell96 dfe1c44e8b Making everything visible in creative inventory, since the code that should do that does not work. 2016-08-28 15:07:03 +02:00
orwell96 b89419b129 Re-implement collision in a less resource-intensive way that I should have used on from the beginning (ad fix some logical mistakes) 2016-08-27 01:46:29 +02:00
orwell96 c72d4770b8 Creating new switches, and adding lbms to finally abandon old rails 2016-08-26 18:13:16 +02:00
orwell96 592731d83d Tidy up the workspace 2016-08-25 13:02:09 +02:00
orwell96 b369cb2051 Fix shadow bug on some rail models 2016-08-23 19:28:01 +02:00
orwell96 c098b6ecdf finally fix train collisions (please work now) 2016-08-22 23:28:25 +02:00
orwell96 522a9ccd68 tidying up the tracks and trackworker/placer code and making rail registration a lot more modular 2016-08-22 22:41:09 +02:00
orwell96 2593b1af16 repairing the trackworker 2016-08-21 21:46:16 +02:00
orwell96 2ed61efc15 add new-style vertical tracks 2016-08-21 21:07:37 +02:00