Matthias Moninger
4248cf3038
Add test summary to each job ( #19824 )
2023-04-05 10:17:33 +02:00
kyphii
1dafb8e56e
Fix small scenery repainting ( #19826 )
...
Co-authored-by: Trevor Finney <8711258+finneyt@users.noreply.github.com >
2023-04-05 06:27:51 +02:00
Michał Janiszewski
81fd7b6b8a
Merge pull request #19821 from janisozaur/llvm-coverage
...
Add clang-based tests coverage
2023-04-04 15:52:58 +02:00
John Mulcahy
18ce417dc0
Fix 19231 - Fix Tile Copy/Paste null pointer exception
2023-04-04 11:35:20 +02:00
Michał Janiszewski
0f7996f006
Include test binary in coverage artifacts for offline processing
2023-04-04 09:56:31 +02:00
Michał Janiszewski
b996a59d3c
Provide coverage report in CI logs
2023-04-04 09:56:20 +02:00
Duncan
c0bd64f778
Split of Needs supports changes from OpenRCT2/OpenRCT2#19446 ( #19759 )
2023-04-04 07:52:07 +00:00
Michał Janiszewski
e822880db8
Add clang-based coverage information for tests
2023-04-04 08:54:19 +02:00
Michał Janiszewski
b3b45853b7
Update CI images to v11
2023-04-04 08:53:33 +02:00
Michał Janiszewski
d25fa7fe1e
Fix compilation with mingw GCC 12
...
Another case of the compiler bug found in #17371
2023-04-04 08:52:12 +02:00
OpenRCT2 git bot
a794c982ba
Merge Localisation/master into OpenRCT2/develop
2023-04-04 04:02:03 +00:00
Hielke Morsink
50242c2160
Fix YML error in stale-prs job
2023-04-03 21:35:23 +02:00
Matthias Moninger
a949255067
Merge pull request #19812 from ZehMatt/fix-19811
...
Fix #19811 : Use the correct SDL event for window resize handling
2023-04-03 21:32:37 +03:00
AuraSpecs
8924490483
Improve communication of the stale bot. ( #19758 )
...
* Update stale-prs.yml
* Stale after a month
Upped the stale PR from 2 weeks to a month. Reasoning is to not have it spam every two weeks when developers are busy at the time. Let me know if need to be reverted.
* Update communication on closing backtrace issues
* Update .github/workflows/stale-prs.yml
Co-authored-by: James103 <37945304+James103@users.noreply.github.com >
* Update .github/workflows/stale-prs.yml
Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com >
* Revert "Update communication on closing backtrace issues"
This reverts commit b2b6c3ccf1c138097d420dbc53f08c8c783ffab1.
---------
Co-authored-by: James103 <37945304+James103@users.noreply.github.com >
Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com >
2023-04-03 13:34:56 -03:00
Michał Janiszewski
049d962a7c
Merge pull request #19462 from duncanspumpkin/cmakeTests
...
Actually Run All Unit Tests in CMake
2023-04-03 17:43:23 +02:00
ζeh Matt
cc64ab530c
Fix #19811 : Use the correct SDL event for window resize handling
2023-04-03 17:09:50 +03:00
Michał Janiszewski
470d02572d
Fix #17371 : GCC regression with -Wmaybe-uninitialized ( #19810 )
...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 was reported for
GCC12 and fixed in GCC13 (not yet released).
Leave the suppresions in place until we can get rid of GCC12
2023-04-03 16:09:41 +02:00
Vlad Rakhmanin
90599d9b5a
Fix #13801 : Refactor ServerList to use Window class ( #19675 )
...
Co-authored-by: Tulio Leao <tupaschoal@gmail.com >
2023-04-03 06:51:40 -03:00
Duncan
2afed4c272
Fix #19803 . Crash when invalid scenery element for sign
2023-04-03 10:27:19 +02:00
Matthias Moninger
d7923c479e
Merge pull request #19481 from Gymnasiast/feature/compat-object
...
Add flag to mark an object as a compatibility object
2023-04-03 11:17:13 +03:00
Rik Smeets
de06f6026e
Fix #18895 : Responding mechanic blocked at level crossing ( #19620 )
...
Remove the condition regarding the ride's breakdown reason. Other breakdown reasons can also cause trains getting stuck at a level crossing.
2023-04-02 17:57:59 +02:00
Rik Smeets
f8b30fbb36
Reduce guests walking through trains on level crossing next to station ( #19619 )
2023-04-02 17:38:00 +02:00
Vlad Rakhmanin
63cad26dfc
Fix #13771 : Refactor EditorObjectiveOptions to use Window class ( #19789 )
...
* Initial refactoring to class completed.
* Removed legacy events.
* Fix issues with variables shadowing outer scope.
* Declaring class final.
* Deleted unused GetHeight function.
* Added early return and OnScrollGetSize
* Fixed typo in OnScrollGetSize
2023-04-02 15:10:58 +01:00
Conrad Kostecki
d4a803e89e
CMakeLists.txt: Do not force download of OpenMSX/OpenSFX
...
This change removes the hardcoded enable for Linuxsystems, where
DOWNLOAD_OPENMSX and DOWNLOAD_OPENSFX is always set to ON and as a
result overwriting users choice not to download those files.
Also setting DOWNLOAD_OPENMSX and DOWNLOAD_OPENSFX to ON, in order not
to break existing behauvior.
This fixes https://github.com/OpenRCT2/OpenRCT2/issues/19763
Signed-off-by: Conrad Kostecki <conikost@gentoo.org >
2023-04-02 12:52:53 +02:00
Andrew
ad0229199d
Sticky the Misc scenery tab next to the All scenery tab ( #19764 )
...
* Sticky the Misc tab next to the All tab
* More robust misc check
Co-authored-by: Hielke Morsink <hielke.morsink@gmail.com >
Co-authored-by: Duncan <duncans_pumpkin@hotmail.co.uk >
2023-04-02 08:42:37 +00:00