IntelOrca
4acb7ff5e1
fix demolish of flat rides and unable to build it again
2015-07-06 22:53:16 +01:00
Duncan Frost
bcd80b3db8
Fix issue with tracks on uneven ground.
...
Fixes #1525
2015-07-06 21:09:01 +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
IntelOrca
9e26a6149f
implement sign_set_colour and fix gfx_invalidate_viewport_tile
2015-07-06 17:59:55 +01:00
IntelOrca
c366571a99
implement editor_check_object_selection
2015-07-06 15:37:40 +01:00
IntelOrca
791c2391f5
implement-editor-callprocs, part 2
2015-07-06 14:40:37 +01:00
IntelOrca
c4504323c8
implement-editor-callprocs, part 1
2015-07-06 12:49:30 +01:00
zsilencer
9eb4958dde
fix #1002
2015-07-05 08:57:01 -06: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
zsilencer
76b231c150
add option to uncap fps, and fix #1470
2015-07-04 13:14:14 -06:00
Gymnasiast
97ce46dc04
Fix selecting a newly invented ride when the user has selection by track type enabled.
2015-07-03 12:57:25 +02:00
Duncan
251121f041
Merge pull request #1530 from duncanspumpkin/fix_object_tab
...
Prevent tab 0 from trying to be animated.
2015-07-02 17:50:07 +01:00
Duncan Frost
a757f39a8c
Prevent tab 0 from trying to be animated. Fixes #1529
2015-07-02 17:41:17 +01:00
IntelOrca
30c1e4b6c9
Merge branch 'finish-map-window' into develop
2015-07-02 17:01:53 +01:00
IntelOrca
46178bb44f
implement finish-map-window part 6
2015-07-02 17:00:39 +01:00
Duncan
e54e74257d
Merge pull request #1515 from MaikelS11/build-ride-improvement
...
Back button on "Select Design" list #1346
2015-07-02 12:45:45 +01:00
IntelOrca
55c509590f
implement finish-map-window part 5
2015-07-02 01:50:13 +01:00
IntelOrca
6de7a38f53
implement finish-map-window part 4
2015-07-02 00:37:55 +01:00
IntelOrca
693e6127da
implement finish-map-window part 3
2015-07-01 19:06:42 +01:00
IntelOrca
c441ee2d1b
implement finish-map-window part 2
2015-07-01 15:17:25 +01:00
IntelOrca
7be91a5fac
implement finish-map-window part 1
2015-07-01 00:58:13 +01:00
IntelOrca
cc54171443
remove / isolate several CALLPROCs
2015-06-30 17:13:34 +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
Maikel Stuivenberg
36b9d8de8a
Merge with develop
2015-06-28 21:40:01 +02:00
Maikel Stuivenberg
d968a65701
Changed back-button location
2015-06-28 21:30:20 +02:00
IntelOrca
3e200d0bd2
implement ride_fix_breakdown
2015-06-28 18:36:46 +01:00
IntelOrca
e2a694b96e
implement format_string_toupper and litter_create
2015-06-28 17:45:19 +01:00
IntelOrca
b4f8d3b753
add new shortcuts to shortcut window and fix bottom toolbar hiding in editor
2015-06-28 13:59:38 +01:00
IntelOrca
f452b4d39a
fix #1506
2015-06-28 13:36:52 +01:00
IntelOrca
48268d50cc
implement a couple of ride subroutines and refactor
2015-06-28 13:36:51 +01:00
Thomas
e72739dbd6
Add cheat to force park rating
2015-06-28 13:38:38 +02:00
IntelOrca
36d6ea7a6e
fix setting brakes speed on current track and implement game command
2015-06-28 11:44:46 +01:00
IntelOrca
b8fa25bcb6
fix brakes speed not being set when building track
2015-06-28 11:44:45 +01:00
IntelOrca
63698761fd
remove some small callprocs
2015-06-28 01:57:50 +01:00
IntelOrca
97e4a4d663
add track block and possible ride configuration tables
2015-06-27 22:53:52 +01:00
IntelOrca
d45cf519e3
fix warnings
2015-06-27 15:21:32 +01:00
IntelOrca
57fd914a52
implement ride construction
2015-06-27 15:17:54 +01:00
Gymnasiast
2ac872dd56
Drop duplicate track names in list; use track categories when in select-by-track-type-mode
2015-06-27 13:08:29 +02:00
Duncan
2c58910f62
Merge pull request #1485 from OpenRCT2/object-selection-columns
...
Object selection columns
2015-06-27 09:16:57 +01:00
Ted John
d9adf21434
Merge pull request #1492 from duncanspumpkin/object
...
Implemented object unload.
2015-06-26 20:08:54 +01:00
Duncan Frost
ab7e1da84e
Implemented object unload.
...
Refactored calls to the function. No need to pass the object type.
2015-06-26 17:45:38 +01:00
Robert Jordan
9ad21599a3
Decompiled top_toolbar tool events
...
Also fixed bug with land rights tool gridlines
2015-06-26 11:40:37 -04:00
IntelOrca
2e47f2a26a
object-selection-columns: finish sorting and add ride tab animations
2015-06-26 01:11:24 +01:00