1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-10 09:25:34 +02:00
Commit graph

2079 commits

Author SHA1 Message Date
Detanup01
02477b8f15
Merge pull request #303 from otavepto/patch/chat-1
Avoid sending chat entry ID = 0 in `GetLobbyChatEntry()`
2025-07-27 21:29:45 +02:00
Detanup01
91b9715a58
Merge pull request #304 from otavepto/patch/wrap-linux
Add more missing `__wrap_xxx` exports for Linux build
2025-07-27 21:29:20 +02:00
Detanup01
92f5ae8a28
Merge pull request #305 from otavepto/patch/lib-ovl-renderer
Inflate the size of `gameoverlayrenderer` stub library to avoid basic detection
2025-07-27 21:28:32 +02:00
Detanup01
1766112c56
Merge pull request #306 from otavepto/patch/client-stub
Update steamclient stub to set return code properly + enforce `cdecl` convention
2025-07-27 21:28:23 +02:00
a
938e3a6a25 update steamclient stub to set return code properly 2025-07-26 17:59:53 +03:00
a
15f1f3ce06 add more missing __wrap_xxx exports for linux build 2025-07-26 17:55:42 +03:00
a
45f358c9f7 inflate the size of gameoverlayrenderer lib to avoid basic detection 2025-07-26 17:45:53 +03:00
a
556882c52c avoid sending chat entry ID = 0 in Steam_Matchmaking::GetLobbyChatEntry(), may be used to denote failure/bad ID 2025-07-25 19:30:13 +03:00
Detanup01
c21d1aa82c
Merge pull request #300 from NicknineTheEagle/nn/loader
Revert "pid" registry value as well in the loader
2025-07-25 13:36:39 +02:00
NicknineTheEagle
4b50e8e7a4 Revert "pid" registry value as well in the loader 2025-07-25 14:22:33 +03:00
Detanup01
73df09b7e4
Merge pull request #294 from NicknineTheEagle/nn/interfaces
Added legacy interfaces
2025-07-25 13:15:05 +02:00
NicknineTheEagle
57e0038289 Added legacy C exports 2025-07-25 14:05:47 +03:00
NicknineTheEagle
eb54feab90 Added legacy interfaces 2025-07-25 14:05:46 +03:00
NicknineTheEagle
05daca60a4 Changed SERVER_HSTEAMUSER constant to 2 2025-07-25 14:05:46 +03:00
Detanup01
7828bb2403
Merge pull request #293 from suprovsky/dev
Fix SteamUser023 interface issue for steamclient_experimental
2025-07-25 10:24:42 +02:00
Detanup01
138b1ddef2
Merge pull request #298 from otavepto/patch/cold-appid
Cold Client Loader for Windows: attempt to auto detect `steam_appid.txt` if AppId is empty
2025-07-25 10:18:38 +02:00
Detanup01
b7983dcda7
Merge pull request #297 from otavepto/patch/sapps
Fix old `Steam_Apps::FillProofOfPurchaseKey()`
2025-07-25 10:18:28 +02:00
Detanup01
eaf2c305c8
Merge pull request #296 from otavepto/patch/build-scripts
Minor updates to build scripts
2025-07-25 10:18:18 +02:00
Detanup01
8dc06a0144
Merge pull request #295 from otavepto/patch/stub
Support more stub variants
2025-07-25 10:17:36 +02:00
a
be358327c7 cold client loader: allow auto detection of appid + note on preferred apps paths 2025-07-25 04:38:19 +03:00
a
42596eb82c fix old FillProofOfPurchaseKey() 2025-07-25 02:29:25 +03:00
a
3c9b69f3be allow overriding deps dir, build dir + consistent cmake install folders naming convention 2025-07-25 01:42:03 +03:00
a
e1fec109f6 add option to avoid regenerating build files 2025-07-25 00:28:24 +03:00
a
80973aa30b support more stub variants + process all feasible stub variants instead of first matching one only 2025-07-24 23:42:46 +03:00
Radosław Serba
ace78b0247
Update steam_client_interface_getter.cpp
typo
2025-07-23 14:51:14 +00:00
Radosław Serba
77ff74d6e1
apply changes suggested by Detanup01 in a PR 2025-07-23 13:29:16 +00:00
Radosław Serba
ad6ff0b4e8
Fix SteamUser023 issue 2025-07-23 07:28:19 +00:00
Detanup01
1d2e40f29b
Merge pull request #290 from Detanup01/voicechat-fix
fix VoiceSystem initialization
2025-07-20 20:56:56 +02:00
Detanup01
a572db033f
Merge pull request #289 from NicknineTheEagle/nn/callback
Clamp callback result output instead of failing
2025-07-20 20:56:47 +02:00
Detanup01
4a1970dfb5 fix VoiceSystem initialization 2025-07-20 13:51:42 +02:00
NicknineTheEagle
3da4aa5716 Clamp callback result output instead of failing 2025-07-20 14:19:25 +03:00
NicknineTheEagle
cb7b120a8b Added old RemoteStorageFileShareResult_t struct 2025-07-20 00:11:44 +03:00
Detanup01
478794295d
Merge pull request #287 from Edremon/fix/build
Fix various building issues
2025-07-19 19:40:25 +02:00
Edremon
aa6eeba0ff Explicitly disable Brotli and ZSTD curl deps
If those were found on the system, they would automatically be added as
dependency.
2025-07-19 14:32:53 +00:00
Edremon
4b6dd99b69 Fix protobuf linking issues 2025-07-19 14:32:53 +00:00
Edremon
2c834aab90 Fix build error on GCC 13+ 2025-07-19 14:32:53 +00:00
Detanup01
5ff7110ead
Merge pull request #286 from Detanup01/voicechat
voicechat implementation
2025-07-19 12:56:09 +02:00
Detanup01
09b9516079
Merge pull request #285 from NicknineTheEagle/nn/fixes
Various bug fixes
2025-07-19 12:55:48 +02:00
NicknineTheEagle
d753abb9ab Updated deps submodule 2025-07-19 12:48:14 +03:00
NicknineTheEagle
f811613e87 Implemented Steam_GameServer::BGetUserAchievementStatus 2025-07-19 12:48:13 +03:00
NicknineTheEagle
f02de2cd85 Fill mod dir if it's not set in SteamGameServer 2025-07-19 12:48:13 +03:00
NicknineTheEagle
94f8174380 Unified player list code in Steam_GameServer 2025-07-19 12:48:13 +03:00
NicknineTheEagle
7dd1a72134 Use app id from the game in SteamGameServer 2025-07-19 12:48:13 +03:00
NicknineTheEagle
286d1926f3 Fixed SteamMatchmakingServers001 2025-07-19 12:48:10 +03:00
Detanup01
a83335bd3e
Fix missing } 2025-07-19 11:29:05 +02:00
Detanup01
8a219d86ae
fix 2025-07-16 22:50:54 +02:00
NicknineTheEagle
646dc7a5c4 Fixed Steam_User_Stats::GetDownloadedLeaderboardEntry 2025-07-16 22:55:22 +03:00
Detanup01
a9ee924847
voicechat implementation 2025-07-16 21:54:04 +02:00
Detanup01
f8c4dac250
Merge pull request #284 from universal963/patch-updatedep
Update deps in libs folder
2025-07-16 21:42:18 +02:00
Detanup01
b085fd157f
Merge pull request #277 from NicknineTheEagle/nn/exports
Implemented steamclient.dll C exports
2025-07-16 21:42:07 +02:00