goldberg_emulator/dll
redpolline 74d22df42e Fix CI to use BAT files only for win build.
For consistency have the CI use the same build path as
the end-user builds.

Use where.exe from wine-10.0.

CI's version is a stub. Use one that actually works, until the CI gets
updated.

Also, fix broken RtlGenRandom by importing ADVAPI32's GetUserNameW(),
and calling GetModuleHandleW() / GetProcAddress() for SystemFunction032().
Instead of trying to use a fake import lib.

Bonus: Can now use the host system's username as the default for the
steam user name instead of "Noob".
("Noob" is still used as the fallback if this call fails, or the host
system's username is invalid.)
2025-02-11 07:59:19 -05:00
..
appticket.h Better appticket format. Thanks Nemirtingas. 2022-08-11 20:51:04 -04:00
base.cpp Fix CI to use BAT files only for win build. 2025-02-11 07:59:19 -05:00
base.h Set the appid env variables. 2022-05-29 15:45:39 -04:00
common_includes.h dll/wrap: fix build for glibc 2.33 2024-01-10 05:17:17 -05:00
dll.cpp Don't create new client instance when unregistering callbacks. 2022-08-13 14:37:23 -04:00
dll.h Update to sdk 1.48 2020-03-25 13:43:23 -04:00
flat.cpp SDK 1.56 and 1.57 2023-05-08 22:36:51 -04:00
local_storage.cpp Reset LastError in some functions for game devs that can't code. 2022-08-11 20:52:02 -04:00
local_storage.h Implement leaderboard scores. 2022-08-07 04:37:57 -04:00
net.proto Better appticket format. Thanks Nemirtingas. 2022-08-11 20:51:04 -04:00
network.cpp Fix some UDP packet size issues 2022-09-03 04:21:08 -04:00
network.h Destroy client, network sockets and other objects on shutdown. 2022-08-10 03:24:29 -04:00
settings.cpp Add achievements display to overlay and ability to change some settings. 2022-08-05 02:09:43 -04:00
settings.h Improve steam_masterserver_updater stub. 2024-01-10 05:13:22 -05:00
settings_parser.cpp Fix CI to use BAT files only for win build. 2025-02-11 07:59:19 -05:00
settings_parser.h Add achievements display to overlay and ability to change some settings. 2022-08-05 02:09:43 -04:00
steam_applist.cpp Make all functions return something and re enable the msvc error. 2020-05-20 18:42:15 -04:00
steam_applist.h Initial commit. 2019-04-13 12:21:56 -04:00
steam_apps.cpp Fix crash. 2022-08-10 03:24:53 -04:00
steam_apps.h sdk 1.55 2022-08-05 01:32:20 -04:00
steam_client.cpp Fix ISteamClient class member ordering for Steam_Unified_Messages. 2023-11-28 05:34:26 -05:00
steam_client.h Fix ISteamClient class member ordering for Steam_Unified_Messages. 2023-11-28 05:34:26 -05:00
steam_controller.h Fix controller rumble code. 2022-08-07 23:06:43 -04:00
steam_friends.h Add achievements display to overlay and ability to change some settings. 2022-08-05 02:09:43 -04:00
steam_game_coordinator.h Add a common include file. 2020-07-16 11:56:24 +02:00
steam_gamesearch.h Make all functions return something and re enable the msvc error. 2020-05-20 18:42:15 -04:00
steam_gameserver.cpp SDK 1.56 and 1.57 2023-05-08 22:36:51 -04:00
steam_gameserver.h SDK 1.56 and 1.57 2023-05-08 22:36:51 -04:00
steam_gameserverstats.cpp Initial commit. 2019-04-13 12:21:56 -04:00
steam_gameserverstats.h Initial commit. 2019-04-13 12:21:56 -04:00
steam_HTMLsurface.h Initial commit. 2019-04-13 12:21:56 -04:00
steam_http.cpp Basic offline steamhttp emulation. 2022-01-25 15:51:00 -05:00
steam_http.h Support old steam http interfaces. 2021-05-10 09:46:42 -04:00
steam_inventory.h Implement ConsumeItem. 2022-07-31 17:10:31 -04:00
steam_masterserver_updater.h Improve steam_masterserver_updater stub. 2024-01-10 05:13:22 -05:00
steam_matchmaking.h More accurate SetLobbyData. 2022-09-06 13:30:20 -04:00
steam_matchmaking_servers.cpp All interface versions from sdk 1.0 and up are now supported. 2022-07-31 15:49:45 -04:00
steam_matchmaking_servers.h All interface versions from sdk 1.0 and up are now supported. 2022-07-31 15:49:45 -04:00
steam_music.cpp Initial commit. 2019-04-13 12:21:56 -04:00
steam_music.h Initial commit. 2019-04-13 12:21:56 -04:00
steam_musicremote.cpp Make all functions return something and re enable the msvc error. 2020-05-20 18:42:15 -04:00
steam_musicremote.h Initial commit. 2019-04-13 12:21:56 -04:00
steam_networking.h Add a common include file. 2020-07-16 11:56:24 +02:00
steam_networking_messages.h SDK 1.53 update. 2022-01-25 15:49:26 -05:00
steam_networking_sockets.h Add prints for debugging. 2022-09-06 13:29:02 -04:00
steam_networking_socketsserialized.h SDK 1.52 2021-12-06 16:51:17 -05:00
steam_networking_utils.h SetConfigValue function should return true. 2022-05-27 13:03:12 -04:00
steam_parental.cpp Initial commit. 2019-04-13 12:21:56 -04:00
steam_parental.h Initial commit. 2019-04-13 12:21:56 -04:00
steam_parties.h Make all functions return something and re enable the msvc error. 2020-05-20 18:42:15 -04:00
steam_remote_storage.h SDK 1.52 2021-12-06 16:51:17 -05:00
steam_remoteplay.cpp Make a better stub for Steam_RemotePlay functionality. 2023-11-28 05:51:00 -05:00
steam_remoteplay.h Make a better stub for Steam_RemotePlay functionality. 2023-11-28 05:51:00 -05:00
steam_screenshots.cpp Add steam screenshot api. 2020-10-09 13:48:09 +02:00
steam_screenshots.h Add steam screenshot api. 2020-10-09 13:48:09 +02:00
steam_tv.h Update to sdk 1.48 2020-03-25 13:43:23 -04:00
steam_ugc.h Fix copy-paste syntax error in steam_ugc.h. 2024-01-10 04:20:50 -05:00
steam_unified_messages.h Initial commit. 2019-04-13 12:21:56 -04:00
steam_user.h SDK 1.56 and 1.57 2023-05-08 22:36:51 -04:00
steam_user_stats.h Add support for multiple languages for achievements. 2022-08-07 23:07:30 -04:00
steam_utils.h Implement the filtertext functions. 2022-05-29 15:51:53 -04:00
steam_video.cpp Initial commit. 2019-04-13 12:21:56 -04:00
steam_video.h Initial commit. 2019-04-13 12:21:56 -04:00
wrap.cpp dll/wrap: fix build for glibc 2.33 2024-01-10 05:17:17 -05:00