.. |
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 |
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
|
* 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 |
network.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
settings_parser.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
settings.h
|
allow disabling the internal functionality which reports an achievement progress for stats that are tied to achievements
|
2024-08-03 21:16:49 +03:00 |
source_query.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +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_client.h
|
* add instance of game_stats for servers, client and server instances are requested by games
|
2024-08-03 16:57:30 +03:00 |
steam_controller.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_friends.h
|
add missing functions (SDK) defs for msys2 (GNU/Windows) on windows
|
2024-06-02 05:15:45 +03: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
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_gameserverstats.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_gamestats.h
|
* add instance of game_stats for servers, client and server instances are requested by games
|
2024-08-03 16:57:30 +03:00 |
steam_HTMLsurface.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_http.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_inventory.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_masterserver_updater.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_matchmaking_servers.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_matchmaking.h
|
add missing functions (SDK) defs for msys2 (GNU/Windows) on windows
|
2024-06-02 05:15:45 +03: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_messages.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_networking_sockets.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03: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_networking.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03: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
|
add missing callbacks to steam_remote_storage
|
2024-08-03 16:57:30 +03:00 |
steam_remoteplay.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_screenshots.h
|
steam screenshot
|
2024-05-10 19:43:03 +03:00 |
steam_timeline.h
|
* add a new timeline state when game calls Steam_Timeline::SetTimelineGameMode()
|
2024-08-03 16:57:30 +03:00 |
steam_tv.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_ugc.h
|
* add 2 new properties to mods.json min_game_branch and max_game_branch according to sdk v1.60, no idea what they do
|
2024-07-07 02:39:21 +03:00 |
steam_unified_messages.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03:00 |
steam_user_stats.h
|
compare language value of steam_settings/achievements.json case-insensitive
|
2024-06-30 03:18:39 +03:00 |
steam_user.h
|
added missing inheritance from interface ISteamUser022 to the class Steam_User
|
2024-05-05 17:20:18 +03:00 |
steam_utils.h
|
separate .h/.cpp files
|
2024-05-03 03:33:46 +03: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 |