mirror
Go to file
2023-12-25 04:09:49 +02:00
.github/workflows update the egnemu config workflow script to point at the new location 2023-12-25 01:58:45 +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 added licenses & sources of all extrnal libraries 2023-12-24 14:33:40 +02:00
dll fixed all printf warnings for Linux & Windows 2023-12-25 04:09:49 +02:00
fifo_map separate the fifo_map library into separate folder 2023-12-24 14:33:40 +02:00
files_example updated mods.EXAMPLE.json 2023-12-25 01:47:45 +02:00
ImGui added licenses & sources of all extrnal libraries 2023-12-24 14:33:40 +02:00
json updated json library 2023-12-24 14:33:40 +02:00
mbedtls added a new cryptography library Mbed TLS 2023-12-24 14:33:40 +02: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
script_generate_emu_config relocate the generate emu config script to a separate folder 2023-12-25 01:58:45 +02:00
sdk_includes added licenses & sources of all extrnal libraries 2023-12-24 14:33:40 +02:00
sha added licenses & sources of all extrnal libraries 2023-12-24 14:33:40 +02:00
stb added licenses & sources of all extrnal libraries 2023-12-24 14:33:40 +02:00
steamclient_loader added original source 2023-12-25 01:58:45 +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
tools_linux/steamclient_loader refactored the steamclient_loader script for Linux + relocate to a separate folder 2023-12-25 01:58:45 +02:00
utfcpp added licenses & sources of all extrnal libraries 2023-12-24 14:33:40 +02:00
website Update links. 2022-05-21 00:36:41 -04:00
.gitignore relocate the generate emu config script to a separate folder 2023-12-25 01:58:45 +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 don't depend on BASH_SOURCE to get script path 2023-12-25 01:58:45 +02:00
build_linux.sh updated Linux build script to build the find_interfaces tool for Linux as well + copy the new steamclient_loader script files 2023-12-25 01:58:45 +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 for Windows build script, inline the cleanup procedure and deprecate the separate/dedicated cleanup script 2023-12-25 01:58:45 +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 don't depend on BASH_SOURCE to get script path 2023-12-25 01:58:45 +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