Joshua (MordenTral) Statzer
5fc56c5ac9
Adding function to get the net id of a session owner
2025-09-26 08:36:26 -04:00
Joshua
682ac3f676
Added a control bool for the auto travel setup
...
Added a control bool for the auto travel setup, and exposed two new variables to the Update Session node
2025-08-07 15:01:34 -04:00
Joshua
b7b684fae9
fix missing return
2025-07-29 08:29:26 -04:00
mordentral
9eedc08f9a
set built settings
2025-07-24 00:29:45 -04:00
Joshua
df749735dd
they didn't fix it fully turns out
2025-06-05 15:14:50 -04:00
Joshua
9a62ea3b61
looks like they fixed the steam status string crash
2025-05-16 12:35:30 -04:00
Joshua
2ade31aaa0
add workaround to FindFriendSession node as well
2025-01-10 08:58:07 -05:00
Joshua
af535c2f0c
Test enforcing lobbies values to work around epic bugs
2024-11-18 08:30:07 -05:00
mordentral
4601328395
Revert "restore presence info, it no longer crashes"
...
This reverts commit 0decc37599
.
2024-10-06 13:51:30 -04:00
mordentral
0decc37599
restore presence info, it no longer crashes
2024-10-06 12:56:24 -04:00
Joshua
579e2a1f60
update AS for the new presence changes
...
update AS for the new presence changes, with no SEARCH_PRESENCE and only bSearchLobbies being used, we don't need to actually set it manually, but rather just allow the type of search to handle whether it should be set or not.
2024-10-02 09:46:58 -04:00
Uno1982
d8e3d9cbff
Join and Invite Steam FriendsUI sub menu support
2024-09-29 20:19:35 -05:00
Joshua
f7701e76cf
Epic is improperly forming the status string and its causing memory access issues.
2024-04-25 15:49:34 -04:00
Joshua
e982007518
safety check
2024-04-25 13:44:54 -04:00
Joshua
1cab9033a3
update plugin version
2024-04-23 16:02:14 -04:00
mordentral
d9ca76cfde
Don't need to set this for steam
...
Don't need to set this for steam, it doesn't really hurt but people keep getting confused by the console warning.
2024-03-08 00:03:12 -05:00
Joshua
c883b1dc75
add auto conversion from my unique net id to the engines new bp accessible one
2024-02-13 10:09:02 -05:00
Joshua
892343a786
final changes
2024-01-22 16:05:26 -05:00
Joshua
3e265f1a64
more changes
2024-01-22 15:36:47 -05:00
Joshua
6ba73a5bbb
initial refactor of latent nodes
2024-01-19 16:06:32 -05:00
Joshua
9713ca512c
not sure why these were both in private and public dependencies, looks like a copy paste typo.
2023-10-12 11:06:47 -04:00
Joshua
fc998399a2
Merge branch 'master' of https://github.com/mordentral/AdvancedSessionsPlugin
2023-07-26 08:53:04 -04:00
Joshua
8d92717bf6
update session add advertisement
2023-07-26 08:53:01 -04:00
Scylin232
8ca00321fe
Fix compilation error due to missing 'Online.h' inclusion
2023-06-24 08:15:31 +02:00
Joshua
b18041438e
online session online session names additionnames addition
2023-05-11 15:13:15 -04:00
Joshua
3d41678a62
forgot to delete definition
2023-01-25 15:01:24 -05:00
Joshua
5d2d63df75
fix multiple session results when searching both dedicated and lobbies
...
fix multiple session results when searching both dedicated and lobbies, its not a problem on steam but with lan and such it returns the same results as it doesn't care about presence.
2023-01-25 14:59:26 -05:00
Joshua
843a6024a5
Merge branch '5.1-Preview'
2022-11-15 12:07:58 -05:00
Joshua
b6804f0f56
initial compiling version
2022-10-06 15:30:31 -04:00
Marc Etter
f760855494
properly forward UWorld::ServerTravel return value
2022-09-08 19:01:27 +02:00
Joshua
fe76b60b2e
ue5 correction
2022-08-30 15:32:43 -04:00
Joshua
7f1b47f42d
set cached unique net id in auto login as well
2022-08-30 08:42:41 -04:00
Joshua
3ac5d6c664
ported changes over
2022-08-22 16:00:22 -04:00
Joshua
fd33fc34a5
correct the create session node not passing on bAllowJoingViaPresence
2022-06-24 08:10:11 -04:00
Joshua
bc26be2a12
porting session change to ue5
2022-05-03 08:39:29 -04:00
Joshua
64710df075
whoops
2022-04-08 12:04:03 -04:00
Joshua
ab9de1b344
re-enabling end session
2022-04-08 10:54:04 -04:00
Joshua
bf4d99cba8
adding in pull request manually
...
https://github.com/mordentral/AdvancedSessionsPlugin/pull/32 manually merging due to changes since creation
2022-04-08 10:53:41 -04:00
Joshua
f7f56e7038
Merge branch 'UE5-ReleaseStaging'
2022-04-05 15:29:19 -04:00
Joshua
90fff579ba
manually merging server travel node to ue5
2022-03-11 13:45:01 -05:00
uno1982
4922cd2154
Update AdvancedSessionsLibrary.h
...
Fixed typo on bShouldSkipGameNotify
2022-03-10 20:48:21 -06:00
uno1982
36cb58ea15
Added ServerTravel to library cpp
2022-03-10 20:34:11 -06:00
uno1982
e9747ff440
Update AdvancedSessionsLibrary.h
2022-03-10 20:10:48 -06:00
Joshua
e1ed0f22b6
normalizing EOL
2022-03-07 11:03:10 -05:00
Joshua
295ab98a91
correct this pull request for ue5
2022-03-07 09:22:25 -05:00
Joshua (MordenTral) Statzer
18475eb2ef
Merge pull request #24 from lotodore/login_update_playerstate_uniqueid
...
Update PlayerState UniqueId after Login
Good pull request, accepted
2022-03-07 08:23:56 -05:00
Joshua (MordenTral) Statzer
9784cd2f01
Merge pull request #25 from lotodore/change_type_to_authtype
...
Rename Login parameter "Type" to "AuthType".
Not a relevant change, it predates EOS, but will merge for clarity
2022-03-07 08:23:56 -05:00
Joshua (MordenTral) Statzer
ee9252a0df
Merge pull request #24 from lotodore/login_update_playerstate_uniqueid
...
Update PlayerState UniqueId after Login
Good pull request, accepted
2022-03-07 08:22:33 -05:00
Lothar May
9bb2c553cd
Rename parameter "Type" to "AuthType".
2022-03-05 14:32:41 +01:00
Lothar May
56639eb4a7
Fixing build of plugin changes on MacOS.
...
(cherry picked from commit cc311df9699a99305fe3c7d5d83f4fb0bb4b5550)
2022-03-05 13:47:55 +01:00