Commit Graph

43 Commits (master)

Author SHA1 Message Date
Mr_Goldberg a4ef72cb3c
Don't create new client instance when unregistering callbacks. 2 years ago
Mr_Goldberg 3abc5976e0
Reset LastError in some functions for game devs that can't code. 2 years ago
Mr_Goldberg 7163daa6c1
Destroy client, network sockets and other objects on shutdown. 2 years ago
Mr_Goldberg d8bcb11ef2
The steam api seems to treat bools as the full register not just al. 2 years ago
Mr_Goldberg eda9abd2aa
Fix linux CI build. 2 years ago
Mr_Goldberg f852e5c272
steam_interfaces.txt can now be put in the steam_settings folder. 2 years ago
Mr_Goldberg a24a9c266f
Make the TriggerVibrationvibration behave closer to real steam. 3 years ago
Mr_Goldberg 51702b898e
UTF8 paths are now properly handled on windows. 3 years ago
Mr_Goldberg 19015c097c
Hopefully this fixes the SteamAPI_ISteamGameServer_GetPublicIP function 3 years ago
Mr_Goldberg 1648c14243
Fixed issue with game treating bool return values as an int. 3 years ago
Mr_Goldberg 7ea90b03c4
Fixed some dedicated servers not booting up correctly. 3 years ago
Nemirtingas fe9bbd1104 Add a common include file. 4 years ago
Mr_Goldberg 48ea1da91f
Add missing steamclient function. 4 years ago
Mr_Goldberg 714904b984
Make all functions return something and re enable the msvc error. 4 years ago
Mr_Goldberg 5c41ba020c
Update to sdk 1.48 4 years ago
Mr_Goldberg 350293a9c3
Fixed game crash when calling ContextInit before SteamAPI_Init 4 years ago
Mr_Goldberg db2a803cf7
A few improvements to the overlay merge request.
NO_OVERLAY define becomes EMU_OVERLAY which enables the overlay instead of disabling it.

disable_overlay.txt moved to steam_settings.
4 years ago
Mr_Goldberg ffdaf72597
Merge branch 'overlay_h' of https://gitlab.com/Nemirtingas/goldberg_emulator
# Conflicts:
#	build_steamos.sh
#	dll/dll.cpp
4 years ago
Mr_Goldberg b53d5224f3
Cache values of old accessor functions for better performance. 4 years ago
Mr_Goldberg a2f8fec816
Try to fix the flat api get public ip function. 4 years ago
Mr_Goldberg 60b627163a
Comment out microsecond sleep that no longer seems necessary. 4 years ago
Mr_Goldberg 11cb3ce998
Fix some major issues (networking didn't work, gameservers didn't work) with the steamclient version.
Implemented a basic steampipe alloc system and fixed build.
4 years ago
Nemirtingas 118dee9278 Merge remote-tracking branch 'Mr_Goldberg/master' into overlay_h 4 years ago
Mr_Goldberg 262ee1d18f
Update to sdk 1.47 5 years ago
Nemirtingas c8288d6bf3 Added file to disable overlay
Disable the overlay by creating a file disable_overlay.txt next to steam_api.dll
5 years ago
Nemirtingas 5ad434e190 Merge branch 'master' into overlay_h 5 years ago
Mr_Goldberg 4db580d945
Add missing older steam api SteamUnifiedMessages() function. 5 years ago
Nemirtingas 7daf605511 Merge branch 'master' into overlay_h 5 years ago
Mr_Goldberg 0e17aeef76
Basic steamclient.dll emulation.
Build with STEAMCLIENT_DLL defined to build in steamclient.dll mode.
5 years ago
Nemirtingas 6224350142 Fixed compilation for windows 5 years ago
Nemirtingas 2930f12420 Merge branch 'master' into overlay_h 5 years ago
Mr_Goldberg 35860efa3a
Only set g_pSteamClientGameServer in steam gameserver init functions. 5 years ago
Nemirtingas f30b0c9fb2 Merge branch 'master' into overlay_h 5 years ago
Mr_Goldberg 35c59044fd
SteamGameServerClient should return NULL if the gameserver is not initialized. 5 years ago
Mr_Goldberg bf4847452e
SteamAPI_Shutdown actually does something now. 5 years ago
Nemirtingas 884f147e1b Merge branch 'master' into overlay_h 5 years ago
Mr_Goldberg 8723dad025
Update to sdk 1.46 5 years ago
Nemirtingas a60a106daf Implementing overlay into existing code. 5 years ago
Mr_Goldberg f3e968b54c
SteamInternal_CreateInterface should return NULL if not called with "SteamClient" 5 years ago
Mr_Goldberg 68b8e0241a
Add support for isteamgameserver 005-011 5 years ago
Mr_Goldberg c20944ca0a
More accurate behavior. 5 years ago
Mr_Goldberg b7b5f78e7f
Load all interface versions that matter from steam_interfaces.txt 5 years ago
Mr_Goldberg d968c3e1b5
Initial commit. 5 years ago