og-gbe-fork/dll
Vic-41148 3df1d4f486
fix(steam_input): refresh input when the game did not request explicit RunFrame
ISteamInput::Init(bExplicitlyCallRunFrame) documents that passing false means
Steam Input updates during SteamAPI_RunCallbacks(). The condition was inverted,
so games passing false never reached GamepadUpdate() and every action read as
unpressed.
2026-07-31 22:20:36 +05:30
..
dll Add overlay language support in settings.h 2026-07-12 14:35:11 +03:00
gc_steam Further work on Game Coordinator 2026-03-27 14:21:53 +03:00
gc_tf2 Further work on Game Coordinator 2026-03-27 14:21:53 +03:00
appticket.cpp Implementation of Steam_AppTicket::GetAppOwnershipTicketData 2026-03-09 22:46:58 +01:00
auth.cpp Fix SteamIDs generated for bots 2026-03-24 09:29:40 +03:00
base.cpp - new functionality to create expected cloud save dirs at startup 2025-10-15 00:04:10 +03:00
base64.cpp Add encrypted app ticket token support 2025-07-08 14:08:30 +02:00
callsystem.cpp Don't run callback system if the user is not active 2026-04-03 20:15:58 +03:00
client_known_interfaces.cpp add missing strings to known interfaces 2026-03-23 01:25:53 +02:00
dll.cpp Revert run SteamAPI_ManualDispatch_Init() only once 2026-07-14 15:25:47 +08:00
flat.cpp bump to SDK 164 2026-03-13 17:24:34 +01:00
local_storage.cpp fix: screenshot color washing and needless screenshots folder creation 2026-06-14 17:14:57 +02:00
net.proto Fix SteamNetworkingSockets lane handling and SendMessages for Enshrouded P2P 2026-04-22 14:51:52 -04:00
network.cpp Implement ISteamUserItems and ISteamGameServerItems 2026-02-27 23:49:01 +03:00
playtime.cpp fix: playtime tracking file creation and reliability bugs 2026-06-14 17:43:00 +02:00
screenshot_format.cpp fix: screenshot color washing and needless screenshots folder creation 2026-06-14 17:14:57 +02:00
settings.cpp Implement overlay language settings 2026-07-12 14:36:10 +03:00
settings_parser.cpp Refactor language handling in settings_parser 2026-07-12 14:38:16 +03:00
settings_parser_ufs.cpp Fail if SteamAPI_ManualDispatch_FreeLastCallback() is not called before SteamAPI_ManualDispatch_GetNextCallback() 2026-04-18 21:20:40 +08:00
source_query.cpp Fix some fields in Source query handler 2026-04-18 00:02:06 +03:00
steam_app_disable_update.cpp implement ISteamAppDisableUpdate001 2024-10-09 22:34:03 +03:00
steam_app_ids.cpp Add legal note where it was missing 2026-02-26 22:38:47 +03:00
steam_applist.cpp remove functions names prefixes in debug logs 2024-04-06 08:30:08 +02:00
steam_apps.cpp Fix GetLaunchCommandLine() 2026-07-14 00:38:27 +08:00
steam_billing.cpp implement steambilling 2024-12-07 01:02:01 +02:00
steam_client.cpp Clean up includes, use __WINDOWS__, fix uninitialized buffer 2026-06-15 14:49:54 +02:00
steam_client_interface_getter.cpp Update CreateSteamPipe to return the first free number as pipe handle 2026-04-19 23:58:36 +03:00
steam_controller.cpp fix(steam_input): refresh input when the game did not request explicit RunFrame 2026-07-31 22:20:36 +05:30
steam_friends.cpp Restore account_avatar_default 2026-02-09 17:52:24 +08:00
steam_game_coordinator.cpp Further work on Game Coordinator 2026-03-27 14:21:53 +03:00
steam_gamesearch.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_gameserver.cpp Store version name and protocol version in game server info 2026-04-18 00:02:06 +03:00
steam_gameserver_items.cpp Further work on Game Coordinator 2026-03-27 14:21:53 +03:00
steam_gameserverstats.cpp Fix pending request cleanup in Steam_GameServerStats 2026-02-26 17:03:15 +03:00
steam_gamestats.cpp Fail if SteamAPI_ManualDispatch_FreeLastCallback() is not called before SteamAPI_ManualDispatch_GetNextCallback() 2026-04-18 21:20:40 +08:00
steam_HTMLsurface.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_http.cpp handle local files via protocol file:/ in http 2024-12-07 00:48:30 +02:00
steam_inventory.cpp Add missing integer cast 2026-03-26 18:45:54 +03:00
steam_masterserver_updater.cpp Store version name and protocol version in game server info 2026-04-18 00:02:06 +03:00
steam_matchmaking.cpp revert p2p manager changes 2026-01-09 21:15:42 +02:00
steam_matchmaking_servers.cpp Merge mod_dir and game_dir fields in game server info 2026-04-18 00:02:03 +03:00
steam_music.cpp remove functions names prefixes in debug logs 2024-04-06 08:30:08 +02:00
steam_musicremote.cpp remove functions names prefixes in debug logs 2024-04-06 08:30:08 +02:00
steam_networking.cpp revert p2p manager changes 2026-01-09 21:15:42 +02:00
steam_networking_messages.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_networking_sockets.cpp Fix SteamNetworkingSockets lane handling and SendMessages for Enshrouded P2P 2026-04-22 14:51:52 -04:00
steam_networking_socketsserialized.cpp add potentially missing callback to steam_networking_socketserialized 2024-08-03 16:57:30 +03:00
steam_networking_utils.cpp Fix GetRelayNetworkStatus() 2026-07-13 18:53:31 +08:00
steam_parental.cpp remove functions names prefixes in debug logs 2024-04-06 08:30:08 +02:00
steam_parties.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_remote_storage.cpp 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.cpp bump to SDK 164 2026-03-13 17:24:34 +01:00
steam_screenshots.cpp Add overlay screenshot system with gallery, pinned screenshots, and hotkey 2026-06-13 23:44:58 +02:00
steam_timeline.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_tv.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_ugc.cpp use std::copy_n instead of manual loop 2026-03-23 13:43:56 +02:00
steam_unified_messages.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_user.cpp Fix ICMCallback and ICMCallback C wrapper 2026-05-08 22:33:09 +03:00
steam_user_items.cpp Initial work on Game Coordinator 2026-03-13 00:15:51 +03:00
steam_user_stats.cpp handle numeric achievement progress 2026-02-17 02:42:53 +02:00
steam_user_stats_achievements.cpp Add optional unlock_percentage field to achievement overlay display 2026-06-13 22:28:41 +02:00
steam_user_stats_leaderboard.cpp Fixed Steam_User_Stats::GetDownloadedLeaderboardEntry 2025-07-16 22:55:22 +03:00
steam_user_stats_stats.cpp Fully implement Steam_GameServer::BGetUserAchievementStatus 2026-02-24 16:49:40 +03:00
steam_utils.cpp auto_send_invites.txt 2025-11-09 14:12:27 -07:00
steam_video.cpp remove functions names prefixes in debug logs 2024-04-06 08:30:08 +02:00
ugc_remote_storage_bridge.cpp Add legal note where it was missing 2026-02-26 22:38:47 +03:00
voicechat.cpp Add legal note where it was missing 2026-02-26 22:38:47 +03:00
wrap.cpp add more missing __wrap_xxx exports for linux build 2025-07-26 17:55:42 +03:00