1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 12:03:07 +01:00
Commit Graph

9259 Commits

Author SHA1 Message Date
Ted John
aaa4fd0e7d Implement reverser 2016-10-01 11:36:07 +01:00
Ted John
48ebfeeb83 Implement on ride photo 2016-10-01 11:36:07 +01:00
Ted John
91578fa50e Implement station 2016-10-01 11:36:07 +01:00
Ted John
209ec19c8c Implement track flat 2016-10-01 11:36:06 +01:00
Ted John
87bffec609 Add debug start save 2016-10-01 11:36:06 +01:00
Ted John
112c3d22d2 Setup log flume paint function 2016-10-01 11:36:05 +01:00
Ted John
89ef96b281 Add sub_98196C_rotated and paint_util_push_tunnel_rotated 2016-10-01 11:35:03 +01:00
Ted John
aee8c2d847 Merge pull request #4507 from marijnvdwerf/paint-setup/various-fixes
Paint setup/various fixes
2016-10-01 11:17:05 +01:00
Marijn van der Werf
7693ba1af9 Partly fix Junior RC 2016-10-01 01:29:23 +02:00
Marijn van der Werf
4860f0c6ab Add sprite group for spiral slide fences 2016-10-01 01:20:44 +02:00
Marijn van der Werf
db85b413b5 Fix Circus Show 2016-10-01 01:08:12 +02:00
Marijn van der Werf
584ef402c7 Fix Ghost Train 2016-10-01 00:45:44 +02:00
Marijn van der Werf
142bb0ca22 Fix Lift 2016-10-01 00:28:23 +02:00
Marijn van der Werf
88235d1b0b Fix Roto Drop 2016-10-01 00:28:17 +02:00
Marijn van der Werf
95cae68e5f Fix Observation Tower 2016-10-01 00:28:11 +02:00
Marijn van der Werf
065e23cc56 Update CMake target 2016-10-01 00:15:21 +02:00
Duncan
acaa0d3dd0 Merge pull request #4503 from zaxcav/fixGetQueueEnd
get_ride_queue_end() fails for some ride queues
2016-09-30 06:43:21 +01:00
zaxcav
269571edcc get_ride_queue_end() fails if any tile in the queue goes up towards the station entry.
In this situation the pathfinding goal is set to the station entry location rather than the queue end location.
2016-09-29 22:02:21 +02:00
Ted John
e26b2d4047 Fix #4462: Multiple Corkscrew RC track sprites missing in build window
rct_trackdefinition.special should have been signed.
2016-09-29 18:45:49 +01:00
Ted John
b3b2f1d1a7 Fix #3934: Crash upon loading scenario 2016-09-29 17:53:14 +01:00
Ted John
63cec64a4a Fix #3460: Starting server with bad save file ends with bad game state 2016-09-29 17:38:35 +01:00
Michael Steenbeek
254ea62a0a Update contributors.md 2016-09-29 12:52:32 +02:00
Duncan
43577eb7b9 Merge pull request #4492 from duncanspumpkin/ghost_entrance
Check for park entrances before placing to prevent ghosts
2016-09-28 18:33:44 +01:00
duncanspumpkin
08d81f9bca Refactor place entrance 2016-09-26 19:35:56 +01:00
duncanspumpkin
1e244a60db Check for park entrances before placing to prevent ghosts 2016-09-26 18:51:31 +01:00
duncanspumpkin
d6e13a38e1 Prevent Explode cheat from breaking rides when peeps are loading 2016-09-26 18:13:18 +01:00
Ted John
ce74ca9d5d Merge pull request #4460 from manuelVo/fix-walk-on-provisional-path
Fix peep interactions with provisional paths
2016-09-26 12:46:52 +01:00
Ted John
7987395444 Merge pull request #4471 from Gymnasiast/onride-photo-underground
Allow building on-ride photo elements underground
2016-09-26 12:24:05 +01:00
OpenRCT2 git bot
a80db73a2a Merge Localisation/master into OpenRCT2/develop. 2016-09-26 04:00:22 +00:00
LRFLEW
c70faa46de Fix Crash on Title Sequence Name Freeing 2016-09-25 22:59:03 +01:00
duncanspumpkin
d953f25b96 Fix #4377. Entrances correctly saved for tracked rides 2016-09-25 12:17:27 +01:00
duncanspumpkin
7c42322f0c Fix likely cause of #4377. Track design entrance locations.
During a refactor the entrance locations were incorrectly computed and this would cause issues. This would only happen when tracks were rotated so would not occur in some situations
2016-09-25 11:06:19 +01:00
duncanspumpkin
c919a71e9e Fix #4484. Shortcuts no longer run in textboxes
Issue was causing shortcuts to be run when a text box was in use. This would end up causing a crash on widget text boxes and cause annoyance for dialog text boxes.
2016-09-25 10:23:54 +01:00
Duncan
b792edb6dc Merge pull request #4473 from AaronVanGeffen/macos-alertstyle
Removed reference to deprecated NSWarningAlertStyle.
2016-09-25 10:10:53 +01:00
Ted John
2e0bfc9369 Allow more keyboard shortcuts on title screen 2016-09-25 00:09:55 +01:00
Michał Janiszewski
7b637a8f95 Fix #4477: Pack ObjectRepositoryHeader to ensure cache is valid in all builds 2016-09-24 15:56:25 +01:00
Ted John
fcb0f2acd6 Fix #4468: Boats at the Boat hire dock move on top of each other
Confusingly gSpriteSpatialIndex is indexed by .yx not .xy, all the more reason to use the dedicated helper method.
2016-09-24 12:55:17 +01:00
Michael Steenbeek
a170eeb367 Merge pull request #4302 from wolfreak99/render_rain_toggle
Add option to disable weather gloom and rain effects
2016-09-24 13:17:49 +02:00
Ted John
8d5d0ca736 Merge pull request #4447 from IntelOrca/paint/reverse-freefall-rc
Paint setup: reverse freefall coaster
2016-09-24 12:17:28 +01:00
Ted John
60b8ef6c0b Use more precise seed for random map generation
Clicking generate map quickly would generate roughly the same map twice in a row because the seed was using second precision timing rather than millisecond.
2016-09-24 12:11:48 +01:00
Ted John
0070f0d057 Add listing of ride types, inc. status in testpaint 2016-09-24 11:54:45 +01:00
Marijn van der Werf
741ce17e04 Update Xcode project 2016-09-24 11:21:04 +01:00
Ted John
cdb85023a6 Rollback .user files 2016-09-24 11:21:04 +01:00
Ted John
2429cd84df Fix remaining issues 2016-09-24 11:21:04 +01:00
Ted John
a4b75fd84a Allow test ignoring 2016-09-24 11:21:04 +01:00
Ted John
21bb6c507d Fix bugs spotted by testpaint 2016-09-24 11:20:12 +01:00
Ted John
0c569e6b02 Add support for passing a single ride type to testpaint 2016-09-24 11:20:12 +01:00
Ted John
d94d2e5820 Clean up paint_reverse_freefall_rc_flat 2016-09-24 11:20:12 +01:00
Ted John
fd4103d8f5 Move sub_98197C_rotated and sub_98199C_rotated to helpers source
Because paint.c can't be used by testpaint.
2016-09-24 11:20:12 +01:00
Ted John
9fe4a9b41f Add support for Windows coloured console 2016-09-24 11:20:12 +01:00