Matthias Moninger
59875eb409
Merge pull request #19480 from Gymnasiast/refactor/dpi-string
...
Pass DPI by ref to string drawing
2023-02-28 22:27:51 +02:00
Michał Janiszewski
7459ba0efe
GCC 13 fixes ( #19519 )
...
This addresses issues when compiling with GCC 13
2023-02-28 21:04:52 +02:00
Michał Janiszewski
38783c0c1d
Improve build uploading ( #17401 )
...
There have been changes to how incoming builds are getting classified
on openrct2.org side, see
e5b738f3da/src/misc/releaseAsset.js (L94-L116) ,
rendering the 'flavour' mechanism obsolete. Additionally, AppImage
should now be accepted as well.
2023-02-28 21:01:42 +02:00
Matthias Moninger
3b86a27137
Merge pull request #19496 from ZehMatt/backtrace-commit
...
Remove code tag for commit hash in issues for backtrace reports
2023-02-28 17:56:24 +02:00
ζeh Matt
f062c64876
Apply review suggestions
2023-02-28 17:27:20 +02:00
Matthias Moninger
4f361bf37f
Merge pull request #19516 from ZehMatt/fix-stale-workflow
...
Ensure the stale action has no defaults
2023-02-28 16:17:20 +02:00
ζeh Matt
acbb06fcbf
Ensure the stale action has no defaults
2023-02-28 15:46:31 +02:00
ζeh Matt
fec5314da4
Remove code tag for commit hash in issues for backtrace reports
2023-02-28 02:34:45 +02:00
Michael Steenbeek
291a778720
Remove unused WaveFormat and WaveFormatEx structs ( #19512 )
2023-02-27 23:29:42 +01:00
Matthias Moninger
edde337177
Merge pull request #19465 from Gymnasiast/refactor/cmd-line-consistent
...
Close #19176 , close #19273 : Consistent “CmdLine” naming
2023-02-27 18:54:38 +02:00
Hielke Morsink
8a5d3ff9a3
Cleanup changelog inconsistencies ( #19504 )
2023-02-27 08:16:29 -03:00
OpenRCT2 git bot
85bc32af75
Merge Localisation/master into OpenRCT2/develop
2023-02-27 04:02:17 +00:00
Andrew
0da9693e15
Fix blank row getting added at exactly 19 scenery groups ( #19502 )
2023-02-26 21:29:00 +00:00
Matthias Moninger
c062f59d33
Merge pull request #19447 from ZehMatt/fix-19445
...
Fix #19445 : Text not cleared using Ctrl+Backspace
2023-02-26 19:22:12 +02:00
ζeh Matt
b9db8109de
Update changelog.txt
2023-02-26 18:52:59 +02:00
Michael Steenbeek
bbbb4f9336
Remove unused STR_5441 ( #19487 )
2023-02-26 08:08:42 -03:00
OpenRCT2 git bot
e002a8b79c
Merge Localisation/master into OpenRCT2/develop
2023-02-26 04:02:10 +00:00
ζeh Matt
7b398d89a6
Remove unused variable
2023-02-25 15:42:37 +02:00
ζeh Matt
365fcf24c3
Implement #19468 and rename functions cursor to caret
2023-02-25 15:42:37 +02:00
ζeh Matt
dc97eb5bbd
Fix deleting characters in the middle of the text
2023-02-25 15:42:37 +02:00
ζeh Matt
ec2f332b92
Fix #19445 : Text not cleared using Ctrl+Backspace
2023-02-25 15:42:37 +02:00
Gymnasiast
a15f72da87
Pass DPI by ref to string drawing
2023-02-24 22:05:07 +01:00
Matthias Moninger
777fea6c8c
Avoid triggering an assert when saving the park
2023-02-24 12:45:24 +01:00
Michael Steenbeek
be52b55980
Remove some unused stuff ( #19474 )
...
* Remove unused symbols
* Remove unused SceneryObject.cpp
* Remove GetScgWallsHeader() and GetScgPiratHeader()
2023-02-23 22:27:21 +00:00
Michael Steenbeek
777d43ae18
Add W and Y with circumflex
2023-02-23 10:56:37 +01:00
Josh Trzebiatowski
04aeed8692
Add "All Scenery" tab to scenery window
2023-02-22 23:31:21 +00:00
Gymnasiast
fd4c9a7b9d
Close #19176 , close #19273 : Consistent “CmdLine” naming
2023-02-23 00:03:30 +01:00
Hielke Morsink
d5b7569537
Merge pull request #19453
2023-02-22 20:42:21 +01:00
ζeh Matt
d6be08a410
Apply review suggestions
2023-02-22 15:58:05 +02:00
Michael Steenbeek
28476cb9a9
Raise max objective guests to 50000
2023-02-22 13:43:26 +01:00
Michael Steenbeek
767d65f101
RideConstruction: Create constant for group box width ( #19461 )
2023-02-22 09:08:44 -03:00
ζeh Matt
ef8d08c5e5
Add assert to test if the ride slot is actually free
2023-02-22 00:01:44 +02:00
ζeh Matt
6a5bfa5cad
Ensure all rides names are cleared on map load
2023-02-21 23:45:11 +02:00
ζeh Matt
b1667d3423
Use a dedicated Ride instance for previews
2023-02-21 23:44:03 +02:00
ζeh Matt
d60890f7e5
Use ride id to determine if the slot is unused
2023-02-21 23:29:59 +02:00
ζeh Matt
063d97f4f2
Use fixed size storage for Rides, cleanup interface a bit
2023-02-21 23:20:48 +02:00
Michał Janiszewski
4e45c0176c
Update commitlint-github-action to latest version ( #19452 )
2023-02-21 13:21:13 +01:00
Nick Graham
980555bc89
Install OpenMusic by default in Linux ( #19247 )
...
* Add OpenMusic and OpenSoundEffects install options to CMakeLists
* Fix #19160 : Import OpenMusic by default on Linux
Required to open park files using music found in OpenMusic repository
2023-02-21 12:19:22 +01:00
OpenRCT2 git bot
618c5bd4a7
Merge Localisation/master into OpenRCT2/develop
2023-02-21 04:02:02 +00:00
Matthias Moninger
6f1a1f29c1
Merge pull request #19444 from ZehMatt/stale-fix
...
Fix stale backtrace issues not being commented, increase operation count
2023-02-20 22:37:52 +02:00
ζeh Matt
ebd56f45ce
Fix stale backtrace issues not being commented, increase operation count
2023-02-20 22:13:39 +02:00
Matthias Moninger
ef25274560
Merge pull request #19442 from Gymnasiast/fix/launchpad-build-error
...
Add missing null check
2023-02-20 00:33:27 +02:00
Matthias Moninger
6b7b80f71a
Add workflow to manage stale PRs
2023-02-19 22:19:03 +00:00
Gymnasiast
ee7b9ae6b0
Add missing null check
2023-02-19 23:06:05 +01:00
Michał Janiszewski
f893a60ec5
Install pkg-config on macOS CI ( #19440 )
2023-02-19 22:29:25 +01:00
OpenRCT2 git bot
bff191c178
Merge Localisation/master into OpenRCT2/develop
2023-02-18 04:02:40 +00:00
OpenRCT2 git bot
f5265109c8
Merge Localisation/master into OpenRCT2/develop
2023-02-17 04:02:02 +00:00
Hielke Morsink
3e713e5c2f
Fix memory leak in GetFileName ( #19420 )
2023-02-16 19:45:48 +00:00
kyphii
a428f20d46
Fix #19243 : .park scenarios don't complete properly ( #19411 )
...
* Check for .park scenario during scenario completion
* Update changelog
---------
Co-authored-by: Trevor Finney <8711258+finneyt@users.noreply.github.com >
2023-02-16 05:39:31 +00:00
Michael Steenbeek
583b4ed0e6
Replace GfxDrawStringNoFormatting() ( #19414 )
...
* Replace GfxDrawStringNoFormatting()
* Unwrap static DrawText overload
2023-02-15 22:44:22 +00:00