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
The Messenger: content update #2823
The Messenger: content update #2823
Changes from 186 commits
24471ce
220571f
643205c
695c94c
caaf051
d481eed
f9a8bb2
cded105
be3fa3a
52290df
5896e6c
cdcd06c
2581d57
121152b
82ff125
ad2f59e
43353de
af5647d
76833d5
d85fb69
42c1abb
cfdc0b1
eaadb6e
d890de4
0658a5b
effbca0
b78b7d3
94d18dc
0c0663b
a638582
11214aa
fe679fc
c5684bb
cecd3f7
1fbc1a4
c3ad00b
1730eaf
1b1ee31
85e98a0
a24bb2e
9df025d
337133c
aadbd56
2584535
0ae2acc
a147aae
88db4f7
01374e0
9d4ab5b
069328c
b831bac
ac123db
e6806ed
7c7a49f
2c8afbc
f8ba777
984d659
61b82f1
e959c49
ec8c75b
5f32194
2b46533
e6424e2
f189f5d
73e5875
2ba7464
3e1be1e
fc93f97
0b9959e
996697f
266acd2
c39081a
4596be9
41ed545
26976b8
7a114d4
bb06b3a
8c8adbf
f5da39e
9cf454b
37f6d8b
d381d1d
6d418f9
c02be73
2e30f07
8583c2a
c58f4a5
c3a666f
833f09c
06dae6e
3927342
cb07043
50394ed
24b9c80
e9b6fca
27a1488
096dc06
271398d
f0d921f
aceeb50
1f87adc
cf119a9
9c8e08b
79d7062
7054c2e
070df13
ab4856c
7be8ce5
0507134
907cea6
15b2f03
ec7fdf7
8241f5f
e78b804
9f17b59
1592f42
2977509
144d8f4
95dfd27
5806ac3
11e4d83
cbb31f4
f94a484
858727e
486d3c6
5d7fe13
e03045b
1160e18
c01d36e
ff28793
f60c2f3
7164d34
676bac9
a5369bb
44fd0df
a2abae1
dbbbc9f
7acf628
84d6333
56889f5
bbaa19f
90163f6
2ac7d5f
863518e
8f9e9a2
f6ca678
bf753af
866e0e4
7dcccc8
96f7fb5
6d10f54
09f5e4c
244d970
af5af4e
81d2472
33b74e5
88ea78a
94ea004
2b4a15a
433a1a8
90fd209
dbb7ba8
e2866b1
981d278
3647fb4
1553a9e
5668772
afd3b4b
900c50c
5ec5ecf
5304e00
e8a6b94
893068f
a7a724c
2527ee2
1f039bd
1449090
d7b08dc
978d462
f187e2e
529973a
33c1af5
95cfb67
94dec1d
4768e61
892aa40
5c40bbb
4066a6a
228d09d
6f9c751
d20b4ad
e6d0eb8
a8c09b4
67b8bd0
e2174c7
d062e78
20ea94b
5889384
77f79a6
6d8b92f
513beb3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Large diffs are not rendered by default.
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.
Did you actually test this on Linux? If not, let me know and I'll try to find time to test.
Either way, I'd change it to
if not is_windows:
because mac should behave the same as Linux.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.
i had no idea if it would also work on mac which is why i was explicit about not supporting it, but if it should work the same way i'll add that in. for linux: https://discord.com/channels/731205301247803413/1090822939697500243/1215326568348389426
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.
It's hard to say how long stuff is gonna work on mac, with mono being deprecated, and also I have no idea if courier actually works, but both mono as well as steam is available on mac.