16 Commits

Author SHA1 Message Date
a
648faa9f79 minor changes + some debug messages amd comments 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
f6ec01fd49 set missing result data in Steam_UGC::SetUserItemVote() 2024-12-07 00:46:52 +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
a
1e23974c48 * fix mod details struct access again!
* fix querying mod tags count
* fix mod preview file URI
* copy missing mod min/max branches
* use different timing for mod update/create/add dates
2024-11-26 21:52:59 +02:00
a
266c4efab3 fix a scenario in which apps send invalid handle and expect failure callback + call-result 2024-11-01 23:53:39 +02:00
a
a69a3639c5 add different versions for Steam_UGC::GetQueryUGCResult() Steam_UGC::RequestUGCDetails() to support old and new mod details struct after sdk 1.60 2024-11-01 21:01:50 +02:00
a
3c938208c2 add missing callbacks to steam_ugc 2024-08-03 16:57:30 +03:00
otavepto
9443afbd00 * add 2 new properties to mods.json min_game_branch and max_game_branch according to sdk v1.60, no idea what they do
* make sure buffer is null terminated in `Steam_UGC::GetQueryUGCPreviewURL()`
* implement 2 new useless ugc stuff + use an already made function to check for handle validity
2024-07-07 02:39:21 +03:00
otavepto
9076519a3c missing class resolution operator + todo/notes 2024-07-07 02:39:21 +03:00
otavepto
a307cc13e5 new option in mods.json for the new param of total files sizes 2024-07-07 02:39:21 +03:00
Detanup01
a78a27f21f steam api 1.60 2024-07-07 02:39:21 +03:00
Detanup01
7c5b4e5325 Its done
(only left like the >or < comparision with unsigned/signed)
steam_matchmaking.cpp(241,40) has C4244 issue, look into it!
2024-05-27 23:24:38 +03:00
otavepto
27a8bba702 * corrected callbacks vs call results + a missing callback in UGC
* another missed spam in overlay
2024-05-07 06:22:34 +03:00
otavepto
e5d1a8bda7 separate .h/.cpp files 2024-05-03 03:33:46 +03:00