Detanup01
addfd88782
fixing wrong indent (tabs)
2024-09-15 17:14:00 +02:00
Detanup01
febbf32fb9
Update stubdrm.cpp
...
Adding new detection for Metal Slug 3
2024-09-15 16:46:21 +02:00
Detanup01
ca66c1bf62
Merge pull request #38 from M4RCK5/dev
...
Lobby Connect Improvements + MBTL Fix
2024-09-15 12:51:15 +02:00
M4RCK5
fcd523796f
Added back active user list but disabled
2024-09-14 05:32:53 -03:00
M4RCK5
a68259d7cd
MELTY BLOOD TYPE LUMINA Fix
...
[Requested by wizark](https://cs.rin.ru/forum/viewtopic.php?p=3124996#p3124996 )
2024-09-14 01:59:57 -03:00
M4RCK5
367234ae64
Lobby Connect Improvements
...
-Removed active user list to prioritize multiplayer lobbies
-Fixed infinite loop when the user inputs letters instead of numbers
-Clear output when refreshing lobby list
2024-09-13 15:12:27 -03:00
Detanup01
cd8fcaf61f
Merge pull request #36 from Detanup01/ubuntu_20-04
...
changing all 22.04 to 20.04
2024-09-06 12:54:25 +02:00
Detanup01
d2f990d8e3
changing all 22.04 to 20.04
2024-09-05 19:40:37 +02:00
Detanup01
dcc1a5c63f
Merge pull request #35 from Sak32009/patch-stb-image-resize2-as-static
...
compile stb_image_resize2 as static library
2024-09-02 10:46:35 +02:00
Detanup01
1c012c9ac7
Merge pull request #34 from Sak32009/patch-msbuild-warnings-1
...
fixed msbuild warnings (again and again forever maybe)
2024-09-02 10:46:24 +02:00
Sak32009
b3582bf31c
compile stb_image_resize2 as static library
2024-09-01 08:17:23 +02:00
Sak32009
c3d8217629
fixed msbuild warnings
2024-09-01 07:24:16 +02:00
Detanup01
601bb51d46
Merge pull request #32 from universal963/universal963-patch-1
...
More accurate api behaviors fix
2024-08-27 15:27:32 +02:00
universal963
fd1af0d7ff
More accurate api behaviors
2024-08-27 02:08:13 +08:00
Detanup01
b0d92a48c1
Merge pull request #31 from Sak32009/dev
...
varied fixes and improvements
2024-08-26 07:39:01 +02:00
Sak32009
91eff290a0
formatted the .yml workflows
2024-08-25 18:08:23 +02:00
Sak32009
1b68c4bb0e
formatted the .yml workflows, updated the python version of migrate_gse to v3.12 and updated softprops/action-gh-release to v2
2024-08-25 12:49:34 +02:00
Sak32009
971e60c85d
removed /s option from del command in .bat files
2024-08-25 11:37:01 +02:00
Sak32009
a75ba5c9bd
improved generate_credits.bat
2024-08-25 11:36:17 +02:00
Sak32009
c302fa2638
added .editorconfig for compatible IDEs
2024-08-25 11:31:51 +02:00
Sak32009
00ede97f15
updated .gitignore
2024-08-25 11:30:57 +02:00
Sak32009
a506b80131
removed first line of .gitmodules
2024-08-25 11:30:38 +02:00
Sak32009
5700a5f886
improved build_win_premake.bat, package_win.bat, rebuild_win.bat and recreate_venv_win.bat and and fixed a sign_helper error that didn't find the input file
2024-08-25 11:30:19 +02:00
Sak32009
85335e7628
updated sdk readme and added source to CREDITS.md
2024-08-25 09:55:37 +02:00
Detanup01
1503cc43d7
Merge pull request #30 from Sak32009/dev
...
update commit third-party\build\win + fix msbuild warnings + improved tools\generate_interfaces\generate_interfaces.cpp + fixed finding of "STEAMCONTROLLER_INTERFACE_VERSION" interface
2024-08-25 01:59:31 +02:00
Sak32009
63857ceb4e
improved tools\generate_interfaces\generate_interfaces.cpp + fixed finding of "STEAMCONTROLLER_INTERFACE_VERSION" interface
2024-08-24 20:02:04 +02:00
Sak32009
935d3405a9
fix msbuild warnings
2024-08-24 19:57:23 +02:00
Sak32009
00f7e73e98
update third-party\build\win
2024-08-24 17:46:15 +02:00
Detanup01
0684fa0c72
Merge pull request #24 from Edremon/mingw
...
Fix building with wine wrapped MSVC
2024-08-23 20:20:33 +02:00
Detanup01
f981989926
Merge pull request #27 from otavepto/remote_aa/patch-overlay-background-upload
...
Dramatically decrease the startup locking/halt time when the overlay is enabled
2024-08-22 20:39:06 +02:00
Detanup01
b423759d90
Merge pull request #26 from otavepto/remote_aa/patch-missing-client
...
implementation for some missing client functions
2024-08-22 16:05:34 +02:00
Edremon
3bc03070aa
fix building with wine wrapped MSVC
2024-08-22 12:48:38 +00:00
a
4017266241
* deprecate lazy_load_achievements_icons
in favor of paginated_achievements_icons
...
* new option `upload_achievements_icons_to_gpu` in `configs.main.ini` which controls whether the overlay should upload the achievements icons to the GPU and display them or not
* synchronize overlay proc with the periodic steam callback in a better way to avoid FPS drop
* prevent overlay flickering regression
* upload achievements icons to the GPU in the overlay proc periodically, this dramatically decreased the startup locking/halt time
* fix a potential deadlock scenario in the overlay as a result of synchonizing with 2 mutex objects
2024-08-21 23:56:52 +03:00
a
4b9f88d8ec
* change return type of all client functions from bool
to steam_bool
to avoid inconsistency problem in the client library
...
* implement missing client functions
- `Breakpad_SteamSendMiniDump()`
- `Steam_IsKnownInterface()`
- `Steam_NotifyMissingInterface()`
2024-08-21 22:45:02 +03:00
Detanup01
f8c18b52e2
Merge pull request #21 from Sak32009/dev
...
fixed anchor tag in CREDITS.md + fixed %errorlevel% on build_win_premake.bat + updated commit submodules
2024-08-19 08:00:23 +02:00
Sak32009
d440a0ad73
re-written sources.txt and fix anchor tag markdown
2024-08-19 00:59:47 +02:00
Sak32009
1b7909d7c1
fix %errorlevel% on build_win_premake.bat
2024-08-19 00:54:55 +02:00
Sak32009
24ae0c23a1
update third-party
2024-08-19 00:53:16 +02:00
Detanup01
a8bebdde0a
Merge pull request #7 from otavepto/patch-game-stats-csv
...
Allow saving stats from `ISteamGameStats` to .csv files
2024-08-18 20:53:05 +02:00
Detanup01
c1a3856b20
Merge pull request #12 from Sak32009/dev
...
Updated third-party and libs deps + improved package_win_release.bat and build_win_premake.bat + added generate_credits.bat from SOURCE.txt files.
2024-08-18 20:49:58 +02:00
Detanup01
557aa0237f
Merge pull request #10 from otavepto/patch-steam-http
...
Fixes for `Steam_Http` class
2024-08-18 20:49:37 +02:00
Detanup01
12df9c6ef7
Merge pull request #14 from otavepto/migrate-branch
...
Update `migrate_gse` to write branch info in the correct file
2024-08-18 20:41:35 +02:00
Detanup01
f1d4ba689b
Merge pull request #9 from otavepto/patch-user-stats-icon
...
Implement `Steam_User_Stats::GetAchievementIcon()`
2024-08-18 19:02:45 +02:00
Detanup01
5f78184e60
Merge pull request #8 from otavepto/patch-missing-impl
...
Add some missing implementations
2024-08-18 18:47:19 +02:00
a
af97244e97
update migrate_gse to write branch info in the correct file
2024-08-18 19:20:56 +03:00
Sak32009
0baf8651fd
update third-party
2024-08-18 14:24:06 +02:00
Sak32009
8d5c5134c1
added helper generate_credits.bat
2024-08-18 14:23:53 +02:00
Sak32009
1e498adb1b
add steamclient_loader tool SOURCE.txt
2024-08-18 14:21:15 +02:00
Sak32009
949ee2a6f6
add imgui lib SOURCE.txt
2024-08-18 14:21:05 +02:00
Sak32009
8abc24a30b
SOURCE.txt rewritten
2024-08-18 14:12:16 +02:00