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

20753 Commits

Author SHA1 Message Date
Michael Steenbeek
f75a48d8dc Merge pull request #14034 from Gymnasiast/fix/12939
Fix #12939: divide-by-0 in Vehicle::UpdateMotionDodgems()
2021-02-09 22:18:49 +01:00
Gymnasiast
25b26e769d Rename ebx to momentum 2021-02-09 20:32:05 +01:00
Michael Steenbeek
7744458cc8 Fix #12861: Divide-by-0 in UpdateTrackMotionMiniGolf
This fix had already been applied to UpdateTrackMotionPoweredRideAcceleration(), but not here.
2021-02-09 20:02:15 +01:00
Michael Steenbeek
0a8cfe75b0 Merge pull request #13969 from IntelOrca/plugin/title-seq
[Plugin] Add APIs for editing title sequences
2021-02-09 19:56:16 +01:00
Gymnasiast
45464cddeb Fix #12939: divide-by-0 in Vehicle::UpdateMotionDodgems() 2021-02-09 19:13:38 +01:00
OpenRCT2 git bot
6e5b4726a3 Merge Localisation/master into OpenRCT2/develop 2021-02-09 04:05:23 +00:00
ζeh Matt
3e675cdf04 Merge pull request #14023 from ZehMatt/refactor/peep-pickup
Move peep pickup test into Peep::CanBePickedUp
2021-02-09 01:30:11 +02:00
Matt
7d517caced Move peep pickup test into Peep::CanBePickedUp 2021-02-09 00:31:29 +02:00
Michael Steenbeek
7862591a43 Fix #14012: 'Finish 5 coasters' goal listed incorrectly in selector 2021-02-08 23:29:59 +01:00
Ted John
17450c236e Increment plugin API and update changelog 2021-02-08 22:28:59 +00:00
Ted John
099a087b18 Fix CI build errors 2021-02-08 22:27:28 +00:00
Ted John
477677775f Fix crash if save does not exist 2021-02-08 22:27:28 +00:00
Ted John
129d85fa57 Implement title sequence playing 2021-02-08 22:27:28 +00:00
Ted John
78df831f29 Implement loading of parks 2021-02-08 22:27:28 +00:00
Ted John
d2a97ab43c Implement scenario select window 2021-02-08 22:27:28 +00:00
Ted John
8cfdbd871d Improve title sequence API 2021-02-08 22:27:28 +00:00
Ted John
fcb5f51c4a Allow saving of commands 2021-02-08 22:27:28 +00:00
Ted John
d1bfaf0faf Improve type definitions 2021-02-08 22:27:28 +00:00
Ted John
f99c57e11d Implement getting commands 2021-02-08 22:27:28 +00:00
Ted John
3ed221f128 Add APIs for loading a saved game and adding a park 2021-02-08 22:27:28 +00:00
Ted John
41c7b04ab2 Add parks to title sequence API 2021-02-08 22:27:28 +00:00
Ted John
55ebebb869 Add title sequence API 2021-02-08 22:27:27 +00:00
Michael Steenbeek
27b7657d1d Merge pull request #13998 from ZehMatt/refactor/tileelementsview-4
Use TileElementsView and minor cleanups
2021-02-08 22:18:27 +01:00
Ted John
e5b412fb5f Fix #14017: Text input window errors 2021-02-08 17:45:08 +00:00
Ted John
17f4f3aaf8 Refactor text input window to class 2021-02-07 22:36:31 +01:00
Michael Steenbeek
7de3d790ca Merge pull request #13977 from spacek531/fix-issues-with-spinning-control-toggle
Fix issues with spinning control toggle
2021-02-07 22:32:49 +01:00
Gymnasiast
fedfe7d166 Use track_type_t in RideRatingCalculationData 2021-02-07 22:08:11 +01:00
spacek531
fc1fd60dfc change track type in import/export 2021-02-07 22:07:25 +01:00
spacek531
12697e9893 fix ratings not being calculated? 2021-02-07 22:07:25 +01:00
spacek531
ea6fdc4708 fix piece height 2021-02-07 22:07:24 +01:00
Cory Sanin
456202b0f5 Feature: Use allowed_hosts when creating listening socket 2021-02-06 16:47:56 +01:00
Ted John
fe70cf26a7 Fix #13933: Clients do not run server plugins 2021-02-05 23:27:15 +01:00
Matt
8bfda5cab1 Use correct condition 2021-02-05 20:08:51 +02:00
Matt
35e52acd7d Remove unused variable 2021-02-05 18:41:20 +02:00
Matt
ee3a36dc0f Use TileElementsView for guest code 2021-02-05 18:20:44 +02:00
Matt
9dde45fb05 Use TileElementsView for virtual floor 2021-02-05 17:39:25 +02:00
Matt
93e22d6770 Use TileElementsView for WallRemoveAction 2021-02-05 17:34:05 +02:00
Matt
ddd67db1d2 Use TileElementsView for SmallSceneryRemoveAction 2021-02-05 17:28:18 +02:00
Matt
83221d51aa Use TileElementsView for RideEntranceExitRemoveAction and cleanup 2021-02-05 17:25:07 +02:00
Matt
5e2e7143cd Use TileElementsView for LargeSceneryRemoveAction and cleanup 2021-02-05 17:10:17 +02:00
Matt
5bd6ba25b7 Use TileElementsView for LandSetRightsAction 2021-02-05 16:59:04 +02:00
Matt
cf91a13d1e Use TileElementsView for LandSetHeightAction 2021-02-05 16:54:50 +02:00
Matt
dc1c3fe451 Use TileElementsView for FootpathPlaceAction 2021-02-05 16:44:05 +02:00
Matt
a7b8978f6e Use TileElementsView for BannerRemoveAction 2021-02-05 16:38:39 +02:00
Matt
5caa6abc85 Use TileElementsView for BannerPlaceAction 2021-02-05 16:33:40 +02:00
Michael Steenbeek
c0ab9e8a3b Merge pull request #13994 from ZehMatt/refactor/tileelementview-3
Make tile element insertion type explicit
2021-02-05 13:46:58 +01:00
Matt
1aa75f04b7 Add templated version for tile element insertion and cleanup code 2021-02-05 12:22:34 +02:00
ζeh Matt
2a06043860 Merge pull request #13996 from ZehMatt/fix-13992
Fix #13992: Do not show empty groups in guest list
2021-02-04 20:31:15 +02:00
Matt
41c6c0bee3 Support casting back to TileElement 2021-02-04 20:29:32 +02:00
Matt
0427ad2914 Fix #13992: Do not show empty groups in guest list 2021-02-04 19:30:44 +02:00