Commit Graph

24091 Commits

Author SHA1 Message Date
Ted John 0defe35d75 Update look of asset packs window 2022-10-03 20:16:01 +01:00
Stephan Spengler 9e1937d144
[Plugin] Widget tooltips can now be read and changed 2022-10-03 20:50:19 +02:00
Silent 82088f3496
Fix #17664: Ride music channel data leaks when stopping inactive music 2022-10-03 20:02:27 +02:00
OpenRCT2 git bot ad4c45bf38 Merge Localisation/master into OpenRCT2/develop 2022-10-03 04:18:46 +00:00
Meehoi 5cb9b8be15
Remove format string in server name from Discord rich presence (#18159) 2022-10-03 00:01:24 +02:00
Rik Smeets ec12892dba
Remove snake_case from gentle rides (#18173) 2022-10-02 19:54:20 +02:00
OpenRCT2 git bot 85c9746315 Merge Localisation/master into OpenRCT2/develop 2022-10-02 04:30:26 +00:00
ebstalk 20333c32fe
Fix #17964: Sprites don't show up on two sides of the view-clip selection 2022-10-01 21:26:36 +00:00
Rik Smeets 6d97bbddf9
Fix #18063: Guests stopping at railway crossings
Guests could stop at railway crossings for actions like taking a picture, watching a ride / a ride being constructed, reading a map etc. This also could mean they'd be in the way for a passing train.

Now, these actions will no longer be performed if the guest is at a crossing.
2022-10-01 19:09:51 +02:00
Duncan 3565a0172d
Attack snakes in banners and climate (#18163) 2022-10-01 18:54:15 +02:00
Ted John 2415b2e608 Fix compiler errors 2022-10-01 14:35:23 +01:00
Ted John 9bb47d0aa1 Add tooltips and new reload icon 2022-10-01 13:53:18 +01:00
Ted John 06e5b7cc1a Remove toggle button 2022-10-01 13:28:47 +01:00
Ted John 717e265c19 Add checkboxes to asset pack window 2022-10-01 13:07:13 +01:00
Ted John b2d5e356ab Allow multiple asset pack overrides 2022-10-01 13:06:55 +01:00
Ted John b264a73247 Re-create track sound channel if closed 2022-10-01 13:06:55 +01:00
Ted John dbf99bed71 Fix crash with invalid JSON 2022-10-01 13:06:55 +01:00
Ted John 589403d6cd Fix uninitialised data 2022-10-01 13:06:55 +01:00
Ted John 14dddde5c0 Ensure rain sound reloads when asset packs are reloaded 2022-10-01 13:06:55 +01:00
Ted John 6f7e571c08 Fix crash when assetpack does not exist 2022-10-01 13:06:55 +01:00
Ted John edb37a9fba Fix win32 builds 2022-10-01 13:06:55 +01:00
Ted John 67f654deb6 Update changelog 2022-10-01 13:06:55 +01:00
Ted John bf85e6de4c Implement loading / saving asset pack config 2022-10-01 13:06:55 +01:00
Ted John 331a5961b1 Implement asset packs for audio 2022-10-01 13:06:52 +01:00
73 b9e677945d
Replace 20XX with 2022 (#18158)
* Replace 2020 with 2022

Replace all 2020 headers with 2022

* replace other years with 2022

add missing years
2022-10-01 08:42:14 +01:00
OpenRCT2 git bot e5d65d410d Merge Localisation/master into OpenRCT2/develop 2022-10-01 04:38:50 +00:00
Michael Steenbeek 2e5847d8d4
Merge pull request #18136 from Gymnasiast/refactor/more-imageid
Refactor/more imageid
2022-09-30 22:17:57 +02:00
73 1c419bcc9e
fix typo and outdated information (#18157)
this will not alter the code, only the annotation
2022-09-30 20:01:30 +00:00
Rik Smeets efa7a23773
Fix #18140 & #18143: Invalid read in Staff
The tile element should be determined the same way as is done when checking if the footpath is blocked by a vehicle.

Also added some extra safety checks and made the code a bit more efficient / reusable. For example: when the staff member is not a mechanic, the tile element doesn't have to determined.
2022-09-30 18:00:59 +00:00
Gymnasiast 26c080a0d7
Remove unused symbols, fixes 2022-09-30 00:01:13 +02:00
Gymnasiast a69a8fa7e8
Remove uint32_t overloads in Paint functions 2022-09-29 21:17:16 +02:00
Gymnasiast cedccf9b0e
Use const ImageId in drawing functions 2022-09-29 21:17:15 +02:00
Michael Steenbeek d352ca3d01
Merge pull request #18146 from ZeeMajora/classic-calculations-2
More accurate rating calculations for the classic coasters
2022-09-29 20:18:11 +02:00
Michael Steenbeek c430a03a21
Merge pull request #18141 from 733737/fix-yellow-supports
fix visual glitch with supports
2022-09-29 19:06:40 +02:00
73 edc79d77eb fix visual glitch with supports
maze and shops get their original support colors instead of yellow

Co-authored-by: beam41 <beam_baimon@hotmail.com>
2022-09-29 11:13:15 -04:00
Michael Steenbeek 6f3790cf98
Modify ride drawing code to use ImageId 2022-09-28 21:36:56 +02:00
Rik Smeets 67856292a4
Fix #17889: Peeps don't stop at level railway crossings if approached from downhill
If peeps approached a railway crossing from downhill, they would not stop for a passing train. This was because the exact destination z is determined too late. To always get the correct path, get the first footpath at the previous z index, or one step above.

Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com>
2022-09-28 16:44:05 +00:00
Michael Steenbeek a0dd6a3aa6
Fix #18087: gCash clamped to 32-bit integer every transaction 2022-09-28 12:20:44 +02:00
OpenRCT2 git bot 9e5bdd4f2f Merge Localisation/master into OpenRCT2/develop 2022-09-28 04:33:50 +00:00
Michael Steenbeek 3c11e04b52
Fix #17053: Crash when trying to open files under 4 bytes in length 2022-09-28 03:08:27 +02:00
ZeeMajora 234c125a73
Attempt to fix ratings test 2022-09-27 15:45:18 -04:00
Michael Steenbeek 7bb7d97bdc
More bound box refactors 2022-09-27 21:20:49 +02:00
ZeeMajora ff85b6bcc3
More accurate rating calculations for the classic coasters 2022-09-27 12:47:16 -04:00
73 a8073f6bd5
Increase limit on Loan Interest from 80% to 255%
Co-authored-by: Gymnasiast <m.o.steenbeek@gmail.com>
2022-09-27 12:20:01 +02:00
OpenRCT2 git bot 84abc2ab83 Merge Localisation/master into OpenRCT2/develop 2022-09-27 04:30:30 +00:00
Gymnasiast 429433bf4f
Remove now-obsolete object translation overrides 2022-09-26 21:13:56 +02:00
Michael Steenbeek 36b775e573
Fix #17811: Erratic “same price” for photos if gSamePriceThroughoutPark is corrupted 2022-09-26 19:58:19 +02:00
OpenRCT2 git bot 5e89470016 Merge Localisation/master into OpenRCT2/develop 2022-09-26 04:40:00 +00:00
Meehoi 61d74eaa4b
Part of #15589: Make numpad enter able to confirm input 2022-09-25 18:33:02 +00:00
Michael Steenbeek ae0f548d97
Bump network version 2022-09-25 19:21:05 +02:00