.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
|
added licenses & sources of all extrnal libraries
|
2023-12-24 14:33:40 +02:00 |
dll
|
also allow setting the mod "score" in the mods.json
|
2023-12-25 01:47:45 +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 |
scripts
|
+ add package scripts
|
2023-12-18 02:50:05 +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
|
reset these initially
|
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 |
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
|
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
|
updated the Linux build script to include the source files of the Mbed TLS library
|
2023-12-24 14:33:40 +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
|
updated the Windows build script to include the source files of the Mbed TLS library + refactored to be similar to the Linux script & use a common variable for source files
|
2023-12-24 14:33:40 +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 |