Commit Graph

23 Commits

Author SHA1 Message Date
Ted John 84e8b00900 Merge pull request #4678 from marijnvdwerf/fix/paint-4
Track Paint fixes: segment support height
2016-10-22 14:22:03 +01:00
Marijn van der Werf 1ce7f38785 Fix various segment heights 2016-10-22 14:42:31 +02:00
Marijn van der Werf 1ebfba60d9 Fix right vertical loop 2016-10-22 14:42:30 +02:00
Marijn van der Werf 5c0279f3e1 Fix general support heights 2016-10-22 02:42:02 +02:00
Marijn van der Werf b2177b137e Fix helix tunnels 2016-10-22 01:49:32 +02:00
Marijn van der Werf ce5831f9b4 Fix upward single-tile turns 2016-10-22 01:36:50 +02:00
Marijn van der Werf c912347a51 Partially fix Wooden RC 2016-10-13 20:31:50 +02:00
Marijn van der Werf 9896755b74 Add address comments
# Conflicts:
#	src/ride/coaster/flying_roller_coaster.c
#	src/ride/coaster/lay_down_roller_coaster.c
2016-10-11 02:13:18 +02:00
Ted John 45e01f60f1 Fix station 2016-10-10 18:40:34 +01:00
Ted John d405ef37a9 Fix track colours 2016-10-10 18:37:36 +01:00
Ted John cd1f2f25ac Add remaining track pieces using generator 2016-10-10 18:27:38 +01:00
Ted John b13af924e6 Implement slope bank tracks 2016-10-10 12:33:03 +01:00
Ted John 883912964e Implement banked quarter turn 5 2016-10-10 12:33:03 +01:00
Ted John f18db76763 Implement flat to bank 2016-10-10 12:33:03 +01:00
Ted John 4c9caa1a67 Implement quarter turn 5 2016-10-10 12:33:03 +01:00
Ted John 4482babb65 Implement remaining simple slope tracks 2016-10-10 12:33:03 +01:00
Ted John e488f41427 Implement 60, flat to 25, 25 to 60 2016-10-10 12:33:03 +01:00
Ted John 268723269e Implement deg 25 up 2016-10-10 12:33:03 +01:00
Ted John 7e2074d16b Implement station and brakes 2016-10-10 12:33:03 +01:00
Ted John 89d70545c5 Implement flat 2016-10-10 12:33:03 +01:00
Ted John da80205933 Setup wooden roller coaster paint function 2016-10-10 12:33:03 +01:00
Marijn van der Werf 19f53f01da Update Xcode project
Readd missing spaces
2016-05-05 21:41:59 +01:00
duncanspumpkin 7f02193411 Move around map element and sprite functions into seperate files
Add dummy files for big file move around

Fix files so they can compile

Add copyright header

Split up functions into seperate files

Remove suffix

Move supports again

Change functions signatures to remove viewport_setup

Rename folder structure

Finish moving about files
2016-05-05 21:41:53 +01:00