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
2025-03-20 02:53:53 +08:00
..
dll SDK 1.62 2025-03-20 02:15:02 +08:00
appticket.cpp fix more VS2022 warnings 2024-06-04 21:58:04 +03:00
auth.cpp fix more VS2022 warnings 2024-06-04 21:58:04 +03:00
base.cpp loadlib for linux 2024-12-24 01:05:59 +02:00
callsystem.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
client_known_interfaces.cpp SDK 1.62 2025-03-20 02:15:02 +08:00
dll.cpp steamclient will now do new_calls intead of old one. 2025-01-23 13:06:15 +01:00
flat.cpp Fix compilation 2025-03-20 02:53:53 +08:00
local_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
net.proto old steamgameserver + send server game_dir over network 2024-12-07 00:24:21 +02:00
network.cpp One more fix 2024-10-15 23:45:32 +08:00
settings.cpp remove duplicate helper 2024-12-07 00:59:52 +02:00
settings_parser.cpp Add FPS option control for overlay 2025-02-23 23:22:46 +08:00
source_query.cpp fix more VS2022 warnings 2024-06-04 21:58:04 +03:00
steam_app_disable_update.cpp implement ISteamAppDisableUpdate001 2024-10-09 22:34:03 +03:00
steam_app_ids.cpp * 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
steam_applist.cpp remove functions names prefixes in debug logs 2024-04-06 08:30:08 +02:00
steam_apps.cpp fix country in Steam_Apps::GetAppData() 2024-12-07 06:35:13 +02:00
steam_billing.cpp implement steambilling 2024-12-07 01:02:01 +02:00
steam_client.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_client_interface_getter.cpp SDK 1.62 2025-03-20 02:15:02 +08:00
steam_controller.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_friends.cpp More accurate Steam_Friends::Deprecated_GetFriendGamePlayed() 2024-10-26 19:55:58 +08:00
steam_game_coordinator.cpp fix more VS warnings 2024-06-06 23:19:13 +03:00
steam_gamesearch.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_gameserver.cpp old steamgameserver + send server game_dir over network 2024-12-07 00:24:21 +02:00
steam_gameserverstats.cpp more accurate implementation for callbacks and call results in UserStats and GameServerStats interfaces 2024-04-11 06:40:29 +02:00
steam_gamestats.cpp fix gamestats + write to json instead of csv 2024-12-07 00:47:49 +02: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 properly extract inventory item quantity in Steam_Inventory::GetResultItems() 2024-12-07 00:46:52 +02:00
steam_masterserver_updater.cpp implement ISteamMasterServerUpdater as a proxy for ISteamGameServer 2024-11-08 20:06:05 +02:00
steam_matchmaking.cpp Merge pull request from otavepto/patch-minor-fixes 2024-12-07 12:47:12 +01:00
steam_matchmaking_servers.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_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 Fix errrors in network. 2024-05-27 23:24:38 +03:00
steam_networking_messages.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_networking_sockets.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02: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 more VS2022 warnings 2024-06-04 21:58:04 +03: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 SDK 1.62 2025-03-20 02:15:02 +08:00
steam_screenshots.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03: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 Fix compilation 2025-03-20 02:53:53 +08:00
steam_unified_messages.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03:00
steam_user.cpp Fix debug log 2024-10-22 19:55:12 +08:00
steam_user_stats.cpp Merge pull request from otavepto/patch-minor-fixes 2024-12-07 12:47:12 +01:00
steam_user_stats_achievements.cpp Merge pull request from Detanup01/achievement_images_fallback 2025-02-06 19:14:13 +01:00
steam_user_stats_leaderboard.cpp remove duplicate helper 2024-12-07 00:59:52 +02:00
steam_user_stats_stats.cpp remove duplicate helper 2024-12-07 00:59:52 +02:00
steam_utils.cpp minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
steam_video.cpp remove functions names prefixes in debug logs 2024-04-06 08:30:08 +02:00
ugc_remote_storage_bridge.cpp separate .h/.cpp files 2024-05-03 03:33:46 +03:00
wrap.cpp revert the workaround for the usage of private/hidden glibc exports on linux, and fix it by directly calling the corresponding functions without the ver parameter: stat, lstat, stat64, lstat64, mknod. 2024-03-01 13:35:39 +02:00