1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00
Commit graph

811 commits

Author SHA1 Message Date
universal963
7289f442ce Fix compilation 2025-03-20 02:53:53 +08:00
universal963
fd34db5251 SDK 1.62 2025-03-20 02:15:02 +08:00
rcyggdra
86ee63fc25
Update settings.h 2025-02-23 23:45:52 +08:00
rcyggdra
d8207bf629
Add FPS option control for overlay 2025-02-23 23:22:46 +08:00
Detanup01
25b7066136
Merge pull request #161 from Detanup01/achievement_images_fallback
Achievement images fallback
2025-02-06 19:14:13 +01:00
Detanup01
c2d4807d94
remove creation of new global ini if listen port is not there 2025-02-04 17:44:01 +01:00
Detanup01
2bd73bee9c ach progress result "fix" 2025-01-23 19:13:41 +01:00
Detanup01
b00b85fd18 steamclient will now do new_calls intead of old one.
i dont know when it changed but in newest steamclient64.dll it gives this parameters.
2025-01-23 13:06:15 +01:00
universal963
4c98ba4adb Implement page logic for all UGC query APIs 2025-01-07 02:59:31 +08:00
a
3896029c91 loadlib for linux 2024-12-24 01:05:59 +02:00
a
804b57a7ed timed memory allocator for: Steam_Remote_Storage::GetFileNameAndSize(), Steam_Matchmaking_Servers::GetServerDetails(), Steam_Remote_Storage::GetUGCDetails() to avoid leaking memory 2024-12-10 23:20:37 +02:00
Detanup01
e02cc9b366
Merge pull request #114 from otavepto/patch-implement-functions
implement some functions
2024-12-07 12:56:23 +01:00
Detanup01
62fb59aa6b
Merge pull request #113 from otavepto/patch-httplocal
handle local files via protocol `file:/` in http
2024-12-07 12:53:58 +01:00
Detanup01
8ecc487ca5
Merge pull request #112 from otavepto/patch-fix-gamestats
fix gamestats interface + write to json instead of csv
2024-12-07 12:50:42 +01:00
Detanup01
9dc32d035b
Merge pull request #111 from otavepto/patch-minor-fixes
some minor fixes
2024-12-07 12:47:12 +01:00
a
b9d50520e4 fix country in Steam_Apps::GetAppData() 2024-12-07 06:35:13 +02:00
a
88a941c170 fix some old interfaces getters 2024-12-07 01:02:01 +02:00
a
661dac1120 old steamclient006 2024-12-07 01:02:01 +02:00
a
30761a108c implement steambilling 2024-12-07 01:02:01 +02:00
a
8422cc49b5 old steamuserstats 2024-12-07 01:01:53 +02:00
a
49a9cfa375 remove duplicate helper 2024-12-07 00:59:52 +02:00
a
800d1c29f6 handle local files via protocol file:/ in http 2024-12-07 00:48:30 +02:00
a
72f21e479d fix gamestats + write to json instead of csv 2024-12-07 00:47:49 +02:00
a
648faa9f79 minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
a
05616b30dc missing objects destruction in steam_client + fix order 2024-12-07 00:46:52 +02:00
a
9c976d730f missing shutdown in controller 2024-12-07 00:46:52 +02:00
a
c7ce32dad1 fix implementation of Steam_UGC::GetItemState() 2024-12-07 00:46:52 +02:00
a
fa0041db0c minor fix for Steam_User_Stats::FindLeaderboard() 2024-12-07 00:46:52 +02:00
a
574b8c411e fix implementation of Steam_Remote_Storage::GetUserPublishedItemVoteDetails() 2024-12-07 00:46:52 +02:00
a
afb848e427 properly implement Steam_Remote_Storage::UpdateUserPublishedItemVote() 2024-12-07 00:46:52 +02:00
a
b63140ca63 properly extract inventory item quantity in Steam_Inventory::GetResultItems() 2024-12-07 00:46:52 +02:00
a
f6ec01fd49 set missing result data in Steam_UGC::SetUserItemVote() 2024-12-07 00:46:52 +02:00
a
0e0df256c5 respect logon setting in client function Steam_BLoggedOn() 2024-12-07 00:44:53 +02:00
a
bf275a79f1 basic implementation for Steam_UGC::DownloadItem() 2024-12-07 00:44:53 +02:00
a
907be7ee45 implement Steam_UGC::GetWorkshopEULAStatus() 2024-12-07 00:44:53 +02:00
a
455d5f479a implement Steam_Apps::GetAppData() 2024-12-07 00:44:53 +02:00
a
6f01f26b2f old steamgameserver + send server game_dir over network 2024-12-07 00:24:21 +02:00
a
fa27cf4abc old steammatchmaking 2024-12-07 00:24:21 +02:00
a
90cac09c12 overlay fps/frametime/playtime 2024-12-05 02:14:18 +02:00
Detanup01
d50f693348
Merge pull request #106 from Edremon/fix/total_files_sizes
Fix total_files_sizes fallback
2024-12-01 19:57:16 +01:00
Detanup01
405f6467fa
Merge pull request #105 from Edremon/fix/symlink
Fix broken emulator when libsteam_api.so is symlinked
2024-12-01 19:57:04 +01:00
Detanup01
329bc3b547
Merge pull request #104 from Edremon/getugcdetails
Implement GetUGCDetails
2024-12-01 19:56:53 +01:00
Edremon
16474478c8 Fix total_files_sizes fallback 2024-11-29 21:35:34 +00:00
Edremon
3d14bbcb4e Implement GetUGCDetails
Co-authored-by: a <e>
2024-11-29 16:02:09 +00:00
Edremon
2cc0a2949f Fix broken emulator when libsteam_api.so is symlinked 2024-11-28 13:43:52 +00:00
a
0d35336c57 fix preview url path on Linux 2024-11-28 01:26:24 +02:00
a
6fcd47cd72 avoid git conflict 2024-11-27 22:00:08 +02:00
a
1c5e64f03f fix dates 2024-11-27 21:49:34 +02:00
a
e93dfc22b1 check tag string size before access 2024-11-26 23:15:04 +02:00
a
d8e94a373a **** you visual studio 2024-11-26 22:03:46 +02:00