Gabriel Pérez-Cerezo
5f377f7b6c
Depends on Mesecons
2016-11-12 21:47:23 +01:00
orwell96
3cb4ab79b5
update readme file with recent contributions (thanks everyone) and update zip
...
I forgot it again!
2016-11-11 21:20:46 +01:00
orwell96
32c0b1b423
Change names of the images mbb committed and delete remaining $color.png images
2016-11-11 21:15:58 +01:00
orwell96
aaf1d20221
Merge pull request #10 from mbblp/master
...
add better textures
The following commit will clean everything up a bit
2016-11-11 21:05:38 +01:00
mbblp
ee24a50b25
add better textures
2016-11-11 17:58:07 +01:00
orwell96
46a4f22647
Fix detector rails rotating when a train passes
2016-11-11 15:03:06 +01:00
orwell96
7b357883b3
update zip fileJ
2016-11-11 14:34:15 +01:00
orwell96
e7ee0e96c7
fix trackplacer patternmatching issue and implement failure messages better
...
also reindent the code that was broken by emacs(or so)
2016-11-11 14:20:23 +01:00
orwell96
06f0150b61
Add detector rails
2016-11-10 22:58:27 +01:00
orwell96
5bece1ecc1
remove an unnecessary dump() instruction
2016-11-10 22:35:48 +01:00
orwell96
9476083c8a
Remove the "register_bumpers" workaround function and register them how they should be registered
2016-11-10 21:08:39 +01:00
orwell96
b7eb7ddbfd
tweak wagon_span values and model sizes/positions
...
Together with the rewritten collision system it should work for now.
2016-11-10 20:38:34 +01:00
orwell96
ab652da5f4
rewrite collision system again
...
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-10 20:24:47 +01:00
orwell96
6a0186f042
integrate mbb's new train models
...
and correct some wagon_spans, wagon/engine scalings and file names
issue with collisions needs to be fixed.
2016-11-06 23:21:03 +01:00
orwell96
72766b974c
sandstone brick platform
2016-11-05 20:33:55 +01:00
orwell96
c838c4534f
100th commit: disable debug messages
2016-11-03 21:21:28 +01:00
orwell96
85a8517bde
make smoke also distribute horizontally a bit
2016-11-03 15:50:50 +01:00
orwell96
245f07d323
Add a box wagon
...
Alongside with coding wagon inventories, and several bugfixes
2016-11-03 11:27:17 +01:00
orwell96
31b579bc5c
move a line to correct behavior
2016-11-03 09:03:23 +01:00
orwell96
20a1171144
rework entity handling
...
some modularization, clarify 'initialized' property, some re-implementations
2016-11-02 11:17:42 +01:00
orwell96
ee6b7494bb
add 2 value sanity checks which should not be needed but are for any reason
...
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-29 21:08:26 +02:00
orwell96
be37a649f7
fix unloaded map chunk travelling
2016-10-29 21:07:51 +02:00
orwell96
cddc92d1de
Include zip in repo, because of hosting. No .tar.gz.
2016-10-27 15:34:05 +02:00
orwell96
a6ba53f3bb
add .gitignore to not include the .zip and .tar.gz into the repo
2016-10-27 15:30:24 +02:00
orwell96
90a46557c1
shorten readme file rapidly since I always forget to update it
2016-10-27 15:24:18 +02:00
orwell96
656969abe2
Revert "also remove two xcfs in the textures folder"
...
This reverts commit 33fe29b3a5
.
2016-10-27 15:17:23 +02:00
orwell96
6baebc085f
Merge pull request #9 from gpcf/master
...
Added a Makefile that provides small .zip files for installation
2016-10-27 11:54:58 +02:00
Gabriel Pérez-Cerezo
8f409f5920
Merge branch 'master' of https://github.com/orwell96/advtrains
2016-10-26 17:01:31 +02:00
orwell96
8403d69097
add smoke: remove debug message
2016-10-26 16:04:03 +02:00
orwell96
f6576b6a6a
fix crash on getting on wagon, caused by nonexistant table
2016-10-26 15:44:35 +02:00
orwell96
6a406505ea
add smoke to steam engine
...
feature may behave strange or not work at all until latest git version!
2016-10-26 15:30:27 +02:00
Gabriel Pérez-Cerezo
3990565538
Added makefile that creates a .zip and a .tar.gz file for installation.
2016-10-23 19:10:02 +02:00
Gabriel Pérez-Cerezo
1f8e9520f8
Revert "remove all .blend and additional files that are not part of the mod from the repository"
...
This reverts commit 7c53f16922
.
2016-10-23 18:49:18 +02:00
orwell96
33fe29b3a5
also remove two xcfs in the textures folder
2016-10-22 20:58:07 +02:00
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