mirror
Go to file
a 205d88b204 + used std::chrono to set the expiration time of the ticket instead of hardcoded numbers, for clarity. isn't 24 hours a very long time?
+ set TimeSinceStartup from the new startup_timer, which starts counting when the .dll/.so is loaded in memory, currently using the amount of seconds, not sure if this is correct though
2023-12-24 14:33:40 +02:00
.github/workflows don't cache deps build when pushing tag or opening pull requests 2023-12-21 19:32:20 +02:00
blog Some words added to blogpost. 2019-08-12 11:17:27 -04:00
controller Fix some possible controller issues. 2020-01-19 01:34:52 -05:00
detours Update detours library to latest. 2021-05-16 21:04:54 -04:00
dll + used std::chrono to set the expiration time of the ticket instead of hardcoded numbers, for clarity. isn't 24 hours a very long time? 2023-12-24 14:33:40 +02:00
files_example All Auth token support 2023-12-24 14:33:40 +02:00
ImGui Fix overlay gpu memory leak in some games. 2022-08-11 20:52:26 -04:00
json generate_game_infos improvements. 2020-02-15 17:20:29 -05:00
overlay_experimental + learned the lesson, lock the global mutex in different other places just to be on the safe side, after lego 2k I am hesitent about all APIs, will this slow things down? 2023-12-20 05:32:17 +02:00
scripts + add package scripts 2023-12-18 02:50:05 +02:00
sdk_includes SDK v1.58a + some fixes to the APIs 2023-12-14 04:50:31 +02:00
sha Implement GetFileDetails. 2021-09-19 01:07:19 -04:00
stb (RIN forum) add initial hotfix by ce20fdf2 2023-12-14 04:40:25 +02:00
steamclient_loader add missing env var "SteamOverlayGameId" to steam_client and client_loader 2023-12-20 05:30:21 +02:00
third-party + self reference the deps from the corresponding branches in this repo, this makes the repo self contained 2023-12-18 02:50:05 +02:00
utfcpp use utf-8 when sanitizing settings, mainly for local_save.txt config file 2023-12-14 04:47:55 +02:00
website Update links. 2022-05-21 00:36:41 -04:00
.gitignore update gitignore to ignore folders generated by both Windows & Linux scripts in generate_emu_config 2023-12-18 02:50:05 +02:00
.gitmodules + self reference the deps from the corresponding branches in this repo, this makes the repo self contained 2023-12-18 02:50:05 +02:00
build_linux_deps.sh + in Linux build scripts don't use -d flag with rm 2023-12-21 19:33:05 +02:00
build_linux.sh + in Linux build scripts don't use -d flag with rm 2023-12-21 19:33:05 +02:00
build_win_clean.bat + add package scripts 2023-12-18 02:50:05 +02:00
build_win_deps.bat + check for vswhere before attempting any detection 2023-12-18 02:50:05 +02:00
build_win_set_env.bat + check for vswhere before attempting any detection 2023-12-18 02:50:05 +02:00
build_win.bat + in Linux build scripts don't use -d flag with rm 2023-12-21 19:33:05 +02:00
CHANGELOG.md All Auth token support 2023-12-24 14:33:40 +02:00
generate_interfaces_file.cpp (RIN forum) added more interfaces to look for in the original steam_api by alex47exe from https://cs.rin.ru/forum/viewtopic.php?p=2935557#p2935557 2023-12-14 04:46:51 +02:00
LICENSE Add license file. 2019-04-13 14:09:03 -04:00
lobby_connect.cpp (PR https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/merge_requests/30) remember the last executable selected in lobby_connect 2023-12-14 04:18:25 +02:00
package_linux.sh + add package scripts 2023-12-18 02:50:05 +02:00
package_win.bat + add package scripts 2023-12-18 02:50:05 +02:00
Readme_debug.txt Add windows debug experimental build to latest git build. 2019-05-25 18:06:18 -04:00
Readme_experimental_steamclient.txt Add steamclient loader based on the one Rat431 made for his ColdAPI steam emulator. 2019-12-03 12:52:12 -05:00
Readme_experimental.txt disable_lan_only.txt can now be put inside the steam_settings folder. 2022-09-06 13:29:39 -04:00
Readme_generate_interfaces.txt Add program to generate steam_interfaces.txt 2019-05-15 08:24:39 -04:00
Readme_lobby_connect.txt Make lobby_connect work on Linux. 2019-04-16 17:58:08 -04:00
Readme_release.txt (RIN forum) added hotfix 2 by ce20fdf2: https://cs.rin.ru/forum/viewtopic.php?p=2884110#p2884110 2023-12-14 04:44:39 +02:00
README.md Update README.md 2023-12-20 08:00:27 +02:00
README.original.md Update README.md 2023-12-20 08:00:27 +02:00
steamclient.cpp Initial commit. 2019-04-13 12:21:56 -04:00
steamnetworkingsockets.cpp Initial commit. 2019-04-13 12:21:56 -04:00

This is a fork

This is a fork of https://gitlab.com/Mr_Goldberg/goldberg_emulator


Original README is here: README.original.md