IntelOrca
181a2e6209
implement map_remove_walls_at
2015-07-06 20:30:03 +01:00
Duncan
01be8bb70e
Merge pull request #1563 from duncanspumpkin/fix_track
...
Fix track bugs.
2015-07-06 19:02:15 +01:00
IntelOrca
0def7c0883
refactor invalidation of map tiles and viewports
2015-07-06 18:57:36 +01:00
Duncan Frost
e898e4dfc4
Fix track bugs.
...
Fixed issue with ride demolishing where only the first tile of a ride would get demolished causing issues when the ride entries were removed.
Fixed issue with rotation 3 track pieces where invalid memory would be accessed.
Fixes #1506
Fixes #1556
2015-07-06 18:21:42 +01:00
Duncan Frost
da0368d1a3
Fix bug in track remove.
...
Fixes #1552
2015-07-05 20:57:14 +01:00
Duncan Frost
f42ac4715a
Refactor ride_get_refund_price
2015-07-05 20:31:25 +01:00
Duncan Frost
66430b41db
Fix opening function passing incorrect parameters.
...
Fixes #1526
2015-07-05 16:44:51 +01:00
Duncan Frost
b374899bc8
Fix finance issues. Small refactor.
...
Fixes #1524
2015-07-05 16:13:04 +01:00
Duncan Frost
4acb73abfe
Fix incorrect refund price for tracks.
...
Fixes #1548 .
2015-07-05 15:22:56 +01:00
Duncan Frost
20f6b8731f
Implemented track_remove
2015-07-05 11:50:43 +01:00
Duncan Frost
dfb63ebe88
Fix track previous from not selecting corkscrews.
...
Issue was caused by wrong order of adding up the z coordinates of the previous track block
2015-07-05 10:55:02 +01:00
Duncan Frost
e0ea2d9817
Implemented track block get next and previous.
...
Minor refactor of ride functions as well.
2015-07-04 22:50:48 +01:00
Duncan Frost
b947d11442
Fix animated track elements.
2015-07-03 21:40:26 +01:00
Duncan Frost
709a2c5ef1
Implement track_place.
2015-07-03 21:14:26 +01:00
IntelOrca
19edd8a3bb
refactor game command enum
2015-06-29 17:36:07 +01:00
IntelOrca
40ba6a3efa
remove various callprocs
2015-06-29 17:22:01 +01:00
IntelOrca
c3d5d5f6c2
implement game_command_set_ride_vehicles
2015-06-29 16:14:56 +01:00
IntelOrca
4ada15c972
implement ride_update_max_vehicles
2015-06-29 15:13:42 +01:00
IntelOrca
c6e84181cb
implement ride_entry_get_train_layout
2015-06-29 01:24:07 +01:00
IntelOrca
0da767fcea
implement peep update real names and update ride vehicle colours
2015-06-29 00:51:03 +01:00
IntelOrca
3e200d0bd2
implement ride_fix_breakdown
2015-06-28 18:36:46 +01:00
IntelOrca
48268d50cc
implement a couple of ride subroutines and refactor
2015-06-28 13:36:51 +01:00
IntelOrca
36d6ea7a6e
fix setting brakes speed on current track and implement game command
2015-06-28 11:44:46 +01:00
IntelOrca
2e1c449e91
use TRACK_BLOCK_END instead of random 255 arrays
2015-06-27 22:58:03 +01:00
IntelOrca
97e4a4d663
add track block and possible ride configuration tables
2015-06-27 22:53:52 +01:00
IntelOrca
457e7862b3
prepare track place and remove game commands
2015-06-27 17:53:28 +01:00
IntelOrca
57fd914a52
implement ride construction
2015-06-27 15:17:54 +01:00
Duncan Frost
132236f9c8
Tidied up function and labelled.
...
Unsure when this information is used so not completely convinced this has been done correct.
2015-06-25 21:06:50 +01:00
Duncan Frost
18879e48eb
Start implmenting sub_6847BA.
...
Possibly finds drawing center for vehicle?
2015-06-25 18:12:21 +01:00
Ted John
a0f3438538
Merge pull request #1469 from Gymnasiast/fix-remove-all-guests
...
Fix remove all guests cheat, improve select by track type, fixes #1462 , fixes #1388
2015-06-25 16:12:15 +01:00
Gymnasiast
ca1b88fc53
Don't modify flags when in select_by_track_type mode; make it switchable in-game again.
2015-06-25 11:46:17 +02:00
Krutonium
5895dcd9b1
Corrected issue with saving tracks not having file extensions when user removes it from the save dialog. Fixes #1467
2015-06-24 20:26:50 -04:00
IntelOrca
474d300578
change enabledTrackPieces to 64 bit integer in ride type struct
2015-06-24 16:43:21 +01:00
Gymnasiast
a6225ebf06
Add option to select by track type (RCT1 style); correct misspellings of 'separate'
2015-06-24 12:41:19 +02:00
Gymnasiast
7ed390b8c4
Fix wrong colours in TD4 import, fixes #1420
2015-06-22 15:12:19 +02:00
Ted John
9d68aad6a1
Merge pull request #1419 from Gymnasiast/fix-td4-launch-import
...
Keep RCT1 launch modes on TD4 import
2015-06-22 11:31:37 +01:00
Gymnasiast
98253c8d21
Keep RCT1 launch modes on TD4 import
2015-06-22 08:41:47 +02:00
IntelOrca
d5bf01e22c
refactor ride type flags
2015-06-21 15:32:28 +01:00
Duncan Frost
f36d17651d
Implemented game_command_place_fence.
...
There are a couple of bugs involveing signs.
2015-06-21 11:43:52 +01:00
IntelOrca
9e79add6ba
Merge branch 'pre-release-0.0.2' into develop
2015-06-17 16:43:36 +01:00
IntelOrca
d1b806c20c
fix #1370
2015-06-17 11:52:46 +01:00
Ted John
bfd813ac89
Merge pull request #1361 from Gymnasiast/guests-cheats
...
Introduce a truckload of guest cheats, fixes #1160 , closes #1187 , fixes #1323 , fixes #966
2015-06-16 17:48:11 +01:00
Gymnasiast
79a6a989f0
Introduce a truckload of guest cheats.
2015-06-16 18:25:37 +02:00
IntelOrca
705efbeee9
add last_crash_type to ride struct
2015-06-16 00:16:59 +01:00
IntelOrca
b206a31cae
fix #1145 by removing ghost map elements and trackless rides when saving
2015-06-15 17:27:11 +01:00
zsilencer
d2b565b283
game_command_place_large_scenery
2015-06-14 05:56:41 -06:00
IntelOrca
ee7a2c47f4
refactor map size
2015-06-13 19:11:26 +01:00
Gymnasiast
732319514f
Allow building in pause mode via a cheat
2015-06-10 19:35:53 +02:00
Robert Jordan
bf2ac564fb
Fixed merge conflicts
2015-06-09 20:19:19 -04:00
Robert Jordan
10c1c29c11
Can now force ride breakdowns
2015-06-09 20:18:04 -04:00