Skip to content

Commit 37daa8a

Browse files
TinfoilSubmarineclassabbyamp
authored andcommitted
OpenRCT2: update to 0.4.29.
1 parent 69cc0b3 commit 37daa8a

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed
Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
diff --git a/src/openrct2/interface/InteractiveConsole.h b/src/openrct2/interface/InteractiveConsole.h
2-
index 45ac4ee..ff5a835 100644
2+
index 842c5a0..066216a 100644
33
--- a/src/openrct2/interface/InteractiveConsole.h
44
+++ b/src/openrct2/interface/InteractiveConsole.h
5-
@@ -16,7 +16,7 @@
6-
struct DrawPixelInfo;
7-
struct TextInputSession;
5+
@@ -28,7 +28,7 @@ enum class ConsoleInput : uint8_t
86

9-
-enum class FormatToken : uint8_t;
10-
+enum class FormatToken;
11-
12-
enum class ConsoleInput : uint8_t
7+
namespace OpenRCT2
138
{
9+
- enum class FormatToken : uint8_t;
10+
+ enum class FormatToken;
11+
struct TextInputSession;
12+
} // namespace OpenRCT2
13+
1414
diff --git a/src/openrct2/localisation/FormatCodes.h b/src/openrct2/localisation/FormatCodes.h
15-
index e8980e7..ad39eba 100644
15+
index bb0ccb7..94b32db 100644
1616
--- a/src/openrct2/localisation/FormatCodes.h
1717
+++ b/src/openrct2/localisation/FormatCodes.h
18-
@@ -13,7 +13,7 @@
19-
#include <string>
20-
#include <string_view>
18+
@@ -17,7 +17,7 @@
2119

22-
-enum class FormatToken : uint8_t
23-
+enum class FormatToken
20+
namespace OpenRCT2
2421
{
25-
Unknown,
26-
Literal,
22+
- enum class FormatToken : uint8_t
23+
+ enum class FormatToken
24+
{
25+
Unknown,
26+
Literal,

srcpkgs/OpenRCT2/template

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
33
# and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
44
pkgname=OpenRCT2
5-
version=0.4.25
5+
version=0.4.29
66
revision=1
77
# versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
8-
_objects_version=1.7.2
9-
_titles_version=0.4.14
10-
_replays_version=0.0.89
8+
_objects_version=1.7.5
9+
_titles_version=0.4.26
10+
_replays_version=0.0.90
1111
_opensfx_version=1.0.6
1212
_openmsx_version=1.6.1
1313
build_style=cmake
@@ -39,12 +39,12 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
3939
https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip>openmusic-${_openmsx_version}.zip
4040
https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip>replays-${_replays_version}.zip
4141
https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip>title-sequences-${_titles_version}.zip"
42-
checksum="d6ef221218893144a0ab24004fe6a1fcb91284f860d44fee0662349bc4f500bf
43-
b4286f7af68a61b0f7fc6e379ba37bf6796286d73e97c967958bf374e3f98f35
42+
checksum="88492fb962236b8a23794620f7b075aac01674676385d68dca650b7f9664fcc0
43+
c8b9d3039a920f67caf15b09e8312cc4f80d59ed7fe0288625b9ccedef606797
4444
06b90f3e19c216752df441d551b26a9e3e1ba7755bdd2102504b73bf993608be
4545
994b350d3b180ee1cb9619fe27f7ebae3a1a5232840c4bd47a89f33fa89de1a1
46-
04607bb1f67a0f31d841ed70b38d65b8f7a9e19749e414ff74b8a434bc90b42a
47-
140df714e806fed411cc49763e7f16b0fcf2a487a57001d1e50fce8f9148a9f3"
46+
f8474a927e155056e5729b6fa9f05af2a85ae7e1435f5fa89ba496242f9f255e
47+
dabb9787b1576342fca4dd9f64b3f8cfa04a7e6ce9c2bb9610f47b762905c858"
4848
skip_extraction="objects-${_objects_version}.zip
4949
opensound-${_opensfx_version}.zip
5050
openmusic-${_openmsx_version}.zip

0 commit comments

Comments
 (0)