1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00
Commit Graph

22254 Commits

Author SHA1 Message Date
Hielke Morsink
d6aeed76be Introduce helper function for checkbox groups 2021-11-01 22:24:56 +01:00
Hielke Morsink
f1ded8071c Tweak column headers and scrollbar 2021-11-01 21:56:12 +01:00
Hielke Morsink
65056d3aed Update and remove obsolete tile inspector macros 2021-11-01 21:34:52 +01:00
Hielke Morsink
4d72d232f8 Remove the now-unused SPINNER_WIDGETS macro 2021-11-01 21:29:39 +01:00
Hielke Morsink
4cdfeebd40 Make groupbox settings array static 2021-11-01 21:28:40 +01:00
Hielke Morsink
903c1535d4 Update surface page to use new widget system 2021-11-01 21:26:35 +01:00
Hielke Morsink
177d7a316a Update path page to use new widget system 2021-11-01 21:25:44 +01:00
Hielke Morsink
8dafa2de75 Update track page to use new widget system 2021-11-01 21:14:07 +01:00
Hielke Morsink
d46f981f03 Update scenery page to use new widget system 2021-11-01 21:05:55 +01:00
Hielke Morsink
15d4d2df41 Update entrance page to use new widget system 2021-11-01 20:31:10 +01:00
Hielke Morsink
0bff09ad4b Update wall page to use new widget system
Also fixes setting of groupbox title properly and make the list static
2021-11-01 20:30:56 +01:00
Hielke Morsink
5bcbfaed0d Fix incorrect WIDX ID comments 2021-11-01 19:45:43 +01:00
Michael Steenbeek
af78bbb448 Fix Tracks Manager crash on closing the tracks list 2021-11-01 18:32:55 +01:00
Michael Steenbeek
2e063e6df8 Fix #15831: Track Manager crash after clicking “Select another ride” 2021-11-01 18:32:28 +01:00
OpenRCT2 git bot
22408ee4b6 Merge Localisation/master into OpenRCT2/develop 2021-11-01 04:08:42 +00:00
Hielke Morsink
325fb128d7 Update large scenery page to use new widget system 2021-10-31 22:59:26 +01:00
Hielke Morsink
c53532e0b9 Update banner page to use new widget system 2021-10-31 22:57:01 +01:00
Hielke Morsink
a3b76747a8 Start use of constexpr functions for widget placement 2021-10-31 22:44:42 +01:00
Michael Steenbeek
a7318b631a Add #10614 to changelog
[ci skip]
2021-10-31 17:51:22 +01:00
Michael Steenbeek
7ba8c522a7 Merge pull request #15829 from adam-bloom/macos-cmake-improvements
Auto-discovery for Homebrew prefix, pin openssl version
2021-10-30 22:53:56 +02:00
adam-bloom
51aa9a78f3 Auto-discovery for Homebrew prefix, pin openssl version
Co-authored-by: devnexen <devnexen@users.noreply.github.com>
2021-10-30 11:59:26 -06:00
ζeh Matt
00c5a440be Fix ghost scenery not being removed 2021-10-29 20:11:03 +03:00
ζeh Matt
16ce6641f0 Remove unnecessary assignment to gGameCommandErrorTitle, unused. 2021-10-29 17:01:44 +03:00
ζeh Matt
d1e5a5d977 Refactor last uses of place_virtual_track 2021-10-29 02:06:59 +03:00
ζeh Matt
965179ecb4 Return GameActions::Result from TrackDesignPlaceAllScenery 2021-10-29 02:06:59 +03:00
ζeh Matt
1bb7b1c736 Return GameActions::Result from TrackDesignPlaceSceneryElement 2021-10-29 02:06:59 +03:00
ζeh Matt
957beb22cc Simplify logic in TrackDesignPlaceSceneryElement 2021-10-29 02:06:59 +03:00
ζeh Matt
bdb2a500bb Return GameActions::Result in TrackDesignPlaceSceneryElementRemoveGhost 2021-10-29 02:07:00 +03:00
ζeh Matt
5ef99ef549 Use TrackDesignPreviewRemoveGhosts over place_virtual_track 2021-10-29 02:06:59 +03:00
ζeh Matt
162b0ce321 Use TrackDesignPreviewDrawOutlines over place_virtual_track 2021-10-29 02:06:59 +03:00
ζeh Matt
4ab6a3721d Use TrackDesignGetZPlacement over place_virtual_track 2021-10-29 02:06:59 +03:00
ζeh Matt
aa3f0abaa2 Return GameActions::Result in TrackDesignPlaceMaze/TrackDesignPlaceRide 2021-10-29 02:06:59 +03:00
ζeh Matt
545b01e7e1 Rename track design functions to PascalCase 2021-10-29 02:06:59 +03:00
ζeh Matt
f509c75df5 Rename state variables 2021-10-29 02:06:59 +03:00
ζeh Matt
d779a4f389 Fix track design preview not drawing 2021-10-29 02:06:59 +03:00
ζeh Matt
cd7e35044a Move statics into TrackDesignState and pass that to each function 2021-10-29 02:06:59 +03:00
ζeh Matt
0e892e9d33 Merge pull request #15815 from ZehMatt/fix/error-proapgation
Avoid overwriting gGameCommandErrorText
2021-10-28 15:59:23 -07:00
Duncan
3f19d6f7d7 Split Peep header Guest into separate header (#15810)
* Move guest functions and classes to guest header

* Reduce includes of Peep.h
2021-10-28 21:38:23 +01:00
ζeh Matt
322e1203fc Fix error message for WallPlaceAction 2021-10-28 21:26:07 +03:00
ζeh Matt
14b6894e77 Remove overwriting error message in map_is_location_in_park 2021-10-28 21:21:59 +03:00
ζeh Matt
45c4ed2679 Fix error messages for when map_is_location_owned is false 2021-10-28 21:20:42 +03:00
ζeh Matt
3016701a98 Prevent map_is_location_owned from overwriting the global error message 2021-10-28 21:15:24 +03:00
OpenRCT2 git bot
86f91585d2 Merge Localisation/master into OpenRCT2/develop 2021-10-28 04:08:32 +00:00
ζeh Matt
30750b2d01 Merge pull request #15811 from ZehMatt/fix-15809
Fix #15809: Assign a temporary result to avoid crashes
2021-10-27 18:52:44 -07:00
ζeh Matt
c2b16cedce Fix #15809: Assign a temporary result to avoid crashes 2021-10-28 01:20:17 +03:00
Duncan
a8d2d5fd44 Staff patrol area 2 from NSF (#15600)
* Port over changes from NSF for staff

* Fix import and export

* Fix crash on export

* Fix import issue

* Fix patrol import issue

* Remove staff id field

* Increment network version

* Actually remove all instances of staff id

* Update replays
2021-10-27 21:19:10 +01:00
ζeh Matt
1cfa4f8a9e Merge pull request #15637 from ZehMatt/refactor/explicit-gameactionresult
#15636: Refactor explicit construction on GameAction::Result
2021-10-27 10:15:25 -07:00
ζeh Matt
acef8a592a Apply review suggestion 2021-10-27 19:50:08 +03:00
Michael Steenbeek
ad2a77bfa5 Fix #12981: New vehicles do not appear in vehicle type dropdown 2021-10-27 11:30:55 +02:00
Michael Steenbeek
3997210bba Fix #15585: Clear Tool issues 2021-10-27 08:08:11 +02:00