1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-03-28 14:56:24 +01:00
gbe_fork/dll/dll
universal963 fd34db5251 SDK 1.62
2025-03-20 02:15:02 +08:00
..
appticket.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
auth.h wrap mbedtls includes to avoid build warnings 2024-06-16 19:09:01 +03:00
base.h restore accidentally removed flag for ipv6 for SteamClient020 + VS warning fix + small refactor 2024-06-07 19:55:30 +03:00
callsystem.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
client_known_interfaces.h * change return type of all client functions from bool to steam_bool to avoid inconsistency problem in the client library 2024-08-21 22:45:02 +03:00
common_includes.h * update the method of reading json to be less wasteful + get path as const ref whe loading json 2024-07-07 02:39:21 +03:00
dll.h restore accidentally removed flag for ipv6 for SteamClient020 + VS warning fix + small refactor 2024-06-07 19:55:30 +03:00
include.wrap.mbedtls.h wrap mbedtls includes to avoid build warnings 2024-06-16 19:09:01 +03:00
include.wrap.net.pb.h wrap proto includes to avoid build warnings 2024-06-16 19:09:01 +03:00
local_storage.h 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
network.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
settings.h Update settings.h 2025-02-23 23:45:52 +08:00
settings_parser.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
source_query.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_app_disable_update.h implement ISteamAppDisableUpdate001 2024-10-09 22:34:03 +03:00
steam_app_ids.h new option add_steam_preowned_ids to unlock pre-owned Steam Apps 2024-04-20 19:26:55 +02:00
steam_applist.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_apps.h sanity check the arguments + print debug args + todo notes + add missing semicolon 2024-07-07 02:39:21 +03:00
steam_billing.h implement steambilling 2024-12-07 01:02:01 +02:00
steam_client.h Merge pull request #111 from otavepto/patch-minor-fixes 2024-12-07 12:47:12 +01:00
steam_controller.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_friends.h SDK 1.62 2025-03-20 02:15:02 +08:00
steam_game_coordinator.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_gamesearch.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_gameserver.h old steamgameserver + send server game_dir over network 2024-12-07 00:24:21 +02:00
steam_gameserverstats.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_gamestats.h fix gamestats + write to json instead of csv 2024-12-07 00:47:49 +02:00
steam_HTMLsurface.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_http.h handle local files via protocol file:/ in http 2024-12-07 00:48:30 +02:00
steam_inventory.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_masterserver_updater.h implement ISteamMasterServerUpdater as a proxy for ISteamGameServer 2024-11-08 20:06:05 +02:00
steam_matchmaking.h old steammatchmaking 2024-12-07 00:24:21 +02:00
steam_matchmaking_servers.h 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
steam_music.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_musicremote.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_networking.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_networking_messages.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_networking_sockets.h Correct undocumented api in ISteamNetworkingSockets010 and ISteamNetworkingSockets011 2024-09-16 13:06:42 +08:00
steam_networking_socketsserialized.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_networking_utils.h Fixing Steam Datagram Error. 2024-07-25 15:14:09 +02:00
steam_parental.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_parties.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_remote_storage.h 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
steam_remoteplay.h SDK 1.62 2025-03-20 02:15:02 +08:00
steam_screenshots.h steam screenshot 2024-05-10 19:43:03 +03:00
steam_timeline.h update implementation of sdk 1.61 2024-11-25 04:57:08 +02:00
steam_tv.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_ugc.h SDK 1.62 2025-03-20 02:15:02 +08:00
steam_unified_messages.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_user.h Initial implementation of ISteamUser004 to ISteamUser008 2024-10-22 18:41:46 +08:00
steam_user_stats.h old steamuserstats 2024-12-07 01:01:53 +02:00
steam_utils.h fix interface getter and steamutils class 2024-10-23 17:00:28 +02:00
steam_video.h add missing inheritance from steam video 002 2024-07-07 02:39:21 +03:00
ugc_remote_storage_bridge.h separate .h/.cpp files 2024-05-03 03:33:46 +03:00