.. |
dll
|
relocate dll .h files
|
2023-12-28 01:30:46 +02:00 |
auth.cpp
|
fixed warning in auth when building with clang (dammit!)
|
2023-12-25 18:30:44 +02:00 |
base.cpp
|
moved functions around for a clearer context
|
2023-12-24 14:33:40 +02:00 |
dll.cpp
|
+ 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 |
flat.cpp
|
update some includes to be relative to current dir
|
2023-12-28 01:30:46 +02:00 |
local_storage.cpp
|
fixed all incorrect usages of NULL in place of a decimal number + removed compiler flags: -Wno-int-to-void-pointer-cast and -Wno-null-conversion
|
2023-12-25 04:09:49 +02:00 |
net.proto
|
(RIN forum) add initial hotfix by ce20fdf2
|
2023-12-14 04:40:25 +02:00 |
network.cpp
|
fixed all printf warnings for Linux & Windows
|
2023-12-25 04:09:49 +02:00 |
settings_parser.cpp
|
also allow setting the mod "score" in the mods.json
|
2023-12-25 01:47:45 +02:00 |
settings.cpp
|
+ fixed the implementation of BIsAppInstalled(), it must lock the global mutex since it is thread-safe, otherwise it will cause starvation and the current thread wion't yield, which triggers some games
|
2023-12-20 05:30:21 +02:00 |
source_query.cpp
|
(RIN forum) add initial hotfix by ce20fdf2
|
2023-12-14 04:40:25 +02:00 |
steam_applist.cpp
|
Make all functions return something and re enable the msvc error.
|
2020-05-20 18:42:15 -04:00 |
steam_apps.cpp
|
+ 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 |
steam_client.cpp
|
+ 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 |
steam_gameserver.cpp
|
check for invalid data pointer in GetAuthSessionTicket()
|
2023-12-24 14:33:40 +02:00 |
steam_gameserverstats.cpp
|
Initial commit.
|
2019-04-13 12:21:56 -04:00 |
steam_http.cpp
|
(RIN forum) added hotfix 3 by ce20fdf2 from https://cs.rin.ru/forum/viewtopic.php?p=2921215#p2921215
|
2023-12-14 04:45:55 +02:00 |
steam_matchmaking_servers.cpp
|
fixed all printf warnings for Linux & Windows
|
2023-12-25 04:09:49 +02:00 |
steam_music.cpp
|
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_parental.cpp
|
Initial commit.
|
2019-04-13 12:21:56 -04:00 |
steam_screenshots.cpp
|
Add steam screenshot api.
|
2020-10-09 13:48:09 +02:00 |
steam_video.cpp
|
Initial commit.
|
2019-04-13 12:21:56 -04:00 |
wrap.cpp
|
(PR https://gitlab.com/Mr_Goldberg/goldberg_emulator/-/merge_requests/42) dll/wrap: fix build for glibc 2.33
|
2023-12-14 04:18:06 +02:00 |