1868 Commits

Author SHA1 Message Date
alex47exe
493cf75376
Merge branch 'Detanup01:dev' into dev 2024-10-21 00:19:06 +01:00
Detanup01
2b0eefd929
use UGC19 as UGC20 2024-10-20 23:10:22 +02:00
alex47exe
5e6fcc146c
Merge branch 'Detanup01:dev' into dev 2024-10-19 23:17:16 +01:00
alex47exe
169d29e53d fix generate_emu_config
fix two controller config related error when generating for appid 427520 and 1477940
2024-10-19 22:47:56 +01:00
Detanup01
2f81f755b7
Merge pull request #59 from universal963/patch-3
Fix possible memory leaks in `network.cpp`
2024-10-18 16:06:21 +02:00
universal963
ff5ef4f721
One more fix 2024-10-15 23:45:32 +08:00
alex47exe
766b685b62 update top_owners_ids.txt for generate_emu_config
add top owners_ids.txt to Linux build too
2024-10-14 20:10:36 +01:00
alex47exe
0745935be0 is_beta_branch fix, as pointed by wizark952
should now be correctly parsed from 'app::general' instead of 'main::general'
2024_10_14
2024-10-14 17:45:32 +01:00
alex47exe
174d2df50a generate_emu_config and migrate_gse:
replaced %outdir% with $outdir for linux build scripts
2024-10-14 15:40:14 +01:00
alex47exe
21c33b3a98 generate_emu_config and migrate_gse:
copy _DEFAULT folders for Linux too
2024-10-14 15:23:21 +01:00
universal963
4823a2be70
Fix possible memory leak 2024-10-14 13:40:21 +08:00
alex47exe
3ccce93a74 fix generate_emu_config login, thanks to Sak32009
replace 'client_id' error with simple 'wrong username and / or password' message, asking for correct username and / or password
add pcgw_page script to download PCGamingWiki page (source code only), not yet enabled in main script
generate steam_emu.ini for CODEX and RUNE versions, update gse_generate_interfaces
2024-10-14 00:24:49 +01:00
alex47exe
9c18c68ce9
Merge branch 'Detanup01:dev' into dev 2024-10-10 23:43:25 +01:00
Detanup01
4250da00c6
Merge pull request #55 from otavepto/dev
implement `ISteamAppDisableUpdate001`
2024-10-10 10:48:59 +02:00
a
2d69eb2164 implement ISteamAppDisableUpdate001 2024-10-09 22:34:03 +03:00
alex47exe
6c5819b3f0 release workflow improvements
- added bat scripts to automatically pack latest steam_api dlss and tools for generate_emu_config and migrate_gse
- removed previous steam_api dlls and 7z archives from generate_emu_config and migrate_gse
- removed previous generate_interfaces and lobby_connect 7z archives from generate_emu_config and migrate_gse
- moved some default required files for generate_emu_config from _DEFAULT\1 to _DEFAULT\0 folder, thus eliminating the need to duplicate them for every other default configuration folder you might create (_DEFAULT\2 - _DEFAULT\5)
2024_10_07
2024-10-07 15:56:41 +01:00
alex47exe
398ae35d99 fix steam id for generated codex ini
now using steam id3 (correct) instead of steam id64 (wrong)
2024-10-07 15:55:38 +01:00
alex47exe
1d68c3d58b
Merge branch 'dev' into dev 2024-10-07 00:40:58 +01:00
Detanup01
1460b87e39
update generate interface (more interface discovery) 2024-10-06 14:06:39 +02:00
Detanup01
3a05ef636f
Merge pull request #52 from otavepto/dev
support older bind variants + auto unload on success or timeout
2024-10-06 13:52:51 +02:00
a
ed5b745e09 support older variant + auto unload on success or timeout 2024-10-05 20:11:40 +03:00
alex47exe
8141643978 - manually push latest steam api 7z archives required by gse_debug_switch helper tool
- disable overlay by default for generate_emu_config (seems it crashes a lot of games now after some recent updates to the way achivement icons are loaded)
2024_09_27
2024-09-24 00:14:28 +01:00
alex47exe
ea28ed622b
Merge branch 'Detanup01:dev' into dev 2024-09-19 00:50:42 +01:00
Detanup01
d40d306ccd
wizard's change to stubdrm
Indicading using old ubuntu version in readme (check prev change for going 22.04->20.04)
2024-09-18 19:41:02 +02:00
alex47exe
c0b071e78a
Merge branch 'dev' into dev 2024-09-16 15:17:36 +01:00
Detanup01
712482f286
Merge pull request #42 from universal963/patch-2
Correct undocumented api in `ISteamNetworkingSockets010` and `ISteamNetworkingSockets011`
2024-09-16 09:48:24 +02:00
universal963
cbef1d49e9 Correct undocumented api in ISteamNetworkingSockets010 and ISteamNetworkingSockets011 2024-09-16 13:06:42 +08:00
Detanup01
f7fe813310
fix for "inputs" not exists in vdf 2024-09-15 21:46:09 +02:00
Detanup01
0dcafc5cb8
Merge pull request #39 from Detanup01/morestub_ms3
Update stubdrm.cpp
2024-09-15 17:26:38 +02:00
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
alex47exe
8b2b141770
Merge branch 'Detanup01:dev' into dev 2024-09-07 00:11:12 +01: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
alex47exe
3fbe0d3ec6
Merge branch 'Detanup01:dev' into dev 2024-09-02 12:19:29 +01: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
alex47exe
4f0a36f8bb
Merge branch 'Detanup01:dev' into dev 2024-08-27 23:37:28 +01: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
alex47exe
93ba29191c
Merge branch 'dev' into dev 2024-08-26 22:49:44 +01: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
alex47exe
71d6aa7fc4 - manually push latest steam api 7z archives required by gse_debug_switch helper tool
- manually psuh latest generate_interafaces and lobby connect 7z archives
- update ini files in _DEFAULT/1 folder to support latest changes
2024_8_25
2024-08-25 14:57:09 +01:00