Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenRCT2: Implement New Game #3229
base: main
Are you sure you want to change the base?
OpenRCT2: Implement New Game #3229
Changes from 164 commits
c9c7d24
626fe45
a171622
dd3ea07
c76343b
475ff1d
088b8eb
e7955cd
1e5c837
aa03cac
e463af9
2fc5383
035f306
04278db
01c29a9
34c9ea0
ce74add
93d0e15
208ab63
777dbc9
6e3b2fb
30d9986
3a45bbd
65cfa3c
2156c30
4b79671
1414e27
9710a9e
cffe2f3
c937d5c
831563a
6b23253
6ff2180
7e536bf
698e17c
b4b966d
7b69b10
3ec3c42
d35ad13
da64ef6
22880bf
3088cbb
4ddb76d
cf56685
9a11397
abcae99
5ac433e
be2bfe6
a90a267
0dbd28d
148bfcb
7d7684f
001c1e2
d61cb22
14f19d4
24de4a1
f725c71
ee3a25f
df4e29e
39ec59f
f8ee635
1cb8252
3045672
cae7381
00cc47c
f953495
97af8b6
0f27442
47e958b
580ca92
bfa6861
08c4782
f25d770
dc764c5
722317c
530cb88
00dfbdb
bcacd4b
b3e4e02
8cd8dab
f12a89a
76888a1
15fe57d
cd92c7a
ef27e79
ce60514
b470232
55e5431
8ade0b9
f8c1b9b
60f2d71
84f0a8b
a1783d7
036548b
dd1d2f5
190bd3e
1e018fa
f535e19
0238759
f29e7a1
c2e3db9
144a381
26cdd90
7f46998
fdd73e8
2dc66eb
80e0e45
7e287ff
fae9ef8
1c1d1fe
93fcc20
16041e1
9828676
033271f
8d57c5d
34c2bd5
26bb0c3
bdf0151
4ad3d3b
35770d6
2bbb392
b6999ae
3303a9f
de361e3
bcc2fa1
78c1196
9af8cee
d46b229
35e08cb
55e5f18
551e828
1eda98a
b751851
b7e2bb2
39f43d7
35c2da1
fad0c2b
106eb82
1d8e04b
c786326
d872f8e
d1282cf
80c4188
027bba5
ded6bcf
1def887
43bd786
f5975fc
53a1bde
17c1162
a6e844f
ce2dd6e
d792aee
c9155ae
9d00a65
4c89df2
cb8f18d
e0d509d
3949f11
8d73e6c
80a3bd5
9478a5e
5f2746d
aba50ec
8ab6774
a76f03f
211434e
635e77b
88cd162
304498c
acae9ae
81584f8
5090837
6cf222a
eda53bf
9123834
5f700be
f893e24
61d62da
3741ec7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you pass along quite a bit of info into slot data, and are set to ask for it in the connection here, but i don't see you actually saving or passing on the slot data. it it just buried in all the _send communications?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The game-side plugin passes all of the communication calls once connected, and the client simply mirrors that. One of the first things the game does when starting is retrieve the list of prices for the unlock shop saved in the slot data
Large diffs are not rendered by default.