1945 Commits

Author SHA1 Message Date
Detanup01
958368e7a1
Merge pull request #119 from otavepto/patch/timed-alloc
attempt to fix some memory leaks
2024-12-18 22:44:02 +01:00
Detanup01
09282941f8
Merge pull request #118 from otavepto/patch/detect-broken-bind
fix detection of broken bind
2024-12-11 14:36:46 +01:00
a
7568bf7164 missing include 2024-12-10 23:50:32 +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
15780552fb
Merge pull request #117 from universal963/patch-sctranslation
Update Simplified Chinese translation
2024-12-10 21:15:55 +01:00
a
90dcc0975a fix detection of broken bind section in memory 2024-12-10 21:12:06 +02:00
a
5b6f5b749c fix debug condition + add debug messages 2024-12-10 21:10:51 +02:00
universal963
9e4cfb113f
Update Simplified Chinese translation 2024-12-11 02:27:41 +08:00
Detanup01
e02cc9b366
Merge pull request #114 from otavepto/patch-implement-functions
implement some functions
release-2024_12_07_exp
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
Detanup01
a07d5e2b4a
Merge pull request #110 from otavepto/patch-old-interfaces
add some old interfaces
2024-12-07 12:30:16 +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
Detanup01
e492aec54b
Merge pull request #109 from otavepto/patch-stats-overlay
overlay fps/frametime/playtime
2024-12-06 16:24:18 +01:00
a
d13592dfb1 strings translations 2024-12-05 22:30:31 +02:00
a
7be7f770bd fix a crash when pressing printscrn! 2024-12-05 02:40:37 +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
Detanup01
5ec0435a45
Merge pull request #103 from otavepto/patch-mods-access-tags-count-fix
another fix for accessing mod details struct + querying tags count
2024-12-01 19:56:40 +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