1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-08-08 08:35:40 +02:00
Commit graph

2059 commits

Author SHA1 Message Date
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
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
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
universal963
b5919a04d4 Forgot this one 2025-07-16 00:40:52 +08:00
universal963
8687787e6f Update deps in libs folder 2025-07-16 00:31:30 +08:00
NicknineTheEagle
e11162ecff Implemented steamclient.dll C exports 2025-07-14 07:00:59 +03:00
Detanup01
2d19ede535
fix EncryptedAppTicket 2025-07-13 13:01:05 +02:00
Detanup01
88761bf72b
Merge pull request #280 from Detanup01/new-deps-dev
new deps premake file
2025-07-12 19:42:57 +02:00
Detanup01
90d8208d45
remove upd as linking dep 2025-07-12 19:14:01 +02:00
Detanup01
c134b8ac10
new deps premake file 2025-07-12 17:02:53 +02:00
Detanup01
b41153812b
Merge pull request #274 from GittyGittyKit/add-token-functionality
Add token functionality and encrypted savegames
2025-07-11 09:34:02 +02:00
Detanup01
e3d0b11d99
dont decode twice 2025-07-10 18:30:29 +02:00
Detanup01
8540ab58a9
comply with requests 2025-07-10 18:28:23 +02:00
Detanup01
f25f765c2c
Merge pull request #275 from NicknineTheEagle/nn/gitattr
Added .gitattributes
2025-07-10 15:16:10 +02:00
Detanup01
29ff78364f
post build readme & ini change 2025-07-09 21:13:27 +02:00
GittyGittyKit
b5a09b7adc
Update README.md 2025-07-09 21:06:12 +02:00
GittyGittyKit
16824dfeb7
Update README.md 2025-07-09 21:05:54 +02:00
Detanup01
9515682fc9
implement encryptedappticket cleanly
add alt account for denuvo & encrypted saves
2025-07-09 21:03:22 +02:00
NicknineTheEagle
5987e4d668 Updated README 2025-07-09 22:01:15 +03:00
NicknineTheEagle
a635a7d451 Normalized line endings 2025-07-09 21:57:17 +03:00
NicknineTheEagle
6a3d94cc74 Added .gitattributes 2025-07-09 21:56:49 +03:00
Detanup01
c025142342
cleanup 2025-07-09 20:55:02 +02:00
GittyGittyKit
9d60242105
Merge branch 'Detanup01:dev' into add-token-functionality 2025-07-09 19:55:28 +02:00