Commit Graph

22986 Commits

Author SHA1 Message Date
Michał Janiszewski
abc2f5bbf6 Update to Gradle 7.3.2 2022-03-18 22:01:24 +01:00
Michał Janiszewski
0e1e9c1dde Use updated Android image in CI 2022-03-18 22:01:23 +01:00
Michał Janiszewski
d7e3b6ab28 Update Android configuration 2022-03-18 22:00:37 +01:00
Joel Larson
662c74228a Fix #13629: Refactor RCT1_PEEP_SPRITE_TYPE to use scoped enum (#13863)
Co-authored-by: Joel Larson <isochronlabs@protonmail.com>
Co-authored-by: duncanspumpkin <duncans_pumpkin@hotmail.co.uk>
Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
2022-03-18 07:51:39 -03:00
Duncan
d266743083 Fix #16808: Incorrect serialisation of track design object (#16817) 2022-03-18 07:10:19 -03:00
Margen67
09b9bd90d4 Fix #2987, #7417: Use game actions for most set commands (#15032)
Fix #2987
Fix #7417
2022-03-18 07:06:27 -03:00
Tulio Leao
5408d053ff Merge pull request #16015 from duncanspumpkin/clang-tidy4 2022-03-18 01:01:45 -03:00
Tulio Leao
397bc51e68 Rename _sdlfsFlags to _sdlFullscreenFlags 2022-03-18 00:38:26 -03:00
duncanspumpkin
f835a5b521 Apply clang-tidy to static variables 2022-03-18 00:38:26 -03:00
Tulio Leao
93d13552a9 Merge pull request #16770 from Margen67/scripts_part1 2022-03-17 23:42:53 -03:00
Michael Steenbeek
2cd075f6e7 Merge pull request #16805 from CookiePLMonster/cmdline-sprite-fix
Refactor path_end_with_separator and filename_valid_characters
2022-03-17 22:06:36 +01:00
Margen67
7d1b6b3d9a Shorten substring expansion 2022-03-16 18:21:11 -07:00
Margen67
2e8c16e028 Change shebang to env
Move parameters from shebang back into set.
Add set -e to setenv and vstool for consistency.
2022-03-16 18:21:11 -07:00
Margen67
67a70b4235 Use -n/-z in if conditions where possible 2022-03-16 18:21:11 -07:00
Margen67
c5052c05a1 Make check-code-formatting POSIX compatible
[[ ]] double bracket conditions and $OSTYPE are both features of Bash.
2022-03-16 18:21:11 -07:00
Margen67
e67327dbb1 ci: windows-mingw improvements
Use cmake -B instead of mkdir for windows-mingw.
Add Windows to artifact name for consistency with other Windows jobs.
2022-03-16 18:21:11 -07:00
Margen67
5221255802 ci: Indenting consistency 2022-03-16 18:21:11 -07:00
Margen67
abb2009af4 build-appimage-docker.sh: Replace wget with curl
This removes an unneeded dependency.
2022-03-16 18:21:11 -07:00
Margen67
82ee210c29 ci: Ignore files irrelevant to building 2022-03-16 18:21:11 -07:00
Margen67
05783ac8f4 ci: Use default run shell for code format check
This is for consistency, and so shell doesn't have to be set for potential future run steps.
2022-03-16 18:21:11 -07:00
Margen67
19c0c07db8 ci: Github > GitHub 2022-03-16 18:21:11 -07:00
Margen67
f73021a293 ci: Shorten container image to container 2022-03-16 18:21:11 -07:00
Margen67
509e669be6 ci: Update checkout+upload/download-artifact to v3 2022-03-16 18:21:11 -07:00
Silent
771637f24c Refactor filename_valid_characters into Platform::IsFilenameValid 2022-03-16 21:56:54 +01:00
Silent
28b0a39a73 Refactor CmdlineSprite.cpp and remove path_end_with_separator 2022-03-16 21:56:54 +01:00