1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-04-21 21:52:06 +02:00
Commit graph

1958 commits

Author SHA1 Message Date
Detanup01
8cccdfab0f
Add issue templates 2025-02-04 19:14:12 +01:00
Detanup01
1ddaad17bb delete gen emu config 2025-02-04 19:02:53 +01:00
Detanup01
c2d4807d94
remove creation of new global ini if listen port is not there 2025-02-04 17:44:01 +01:00
Detanup01
0e972d8c96
Merge pull request #153 from universal963/patch-genemuconf
Update json format for `default_items.json`
2025-01-25 09:55:49 +01:00
Detanup01
cd178053cc
Merge pull request #151 from Bleibeidl/dev
Mark optional steps in mods setup as such
2025-01-25 09:55:34 +01:00
universal963
3e01274209
Update json format for default_items.json 2025-01-25 12:10:09 +08:00
Bleibeidl
99fdca8813
Mark optional steps in mods setup as such 2025-01-23 20:20:36 +01:00
Detanup01
2bd73bee9c ach progress result "fix" 2025-01-23 19:13:41 +01:00
Detanup01
b00b85fd18 steamclient will now do new_calls intead of old one.
i dont know when it changed but in newest steamclient64.dll it gives this parameters.
2025-01-23 13:06:15 +01:00
Detanup01
3e1edc15e0
Merge pull request #138 from universal963/patch-ugcpage
Implement page logic for all UGC query APIs
2025-01-09 22:47:29 +01:00
universal963
4c98ba4adb Implement page logic for all UGC query APIs 2025-01-07 02:59:31 +08:00
Detanup01
af904d9934
Merge pull request #130 from otavepto/patch/loadlib-nix
loadlib for linux
2024-12-28 10:10:47 +01:00
a
3896029c91 loadlib for linux 2024-12-24 01:05:59 +02:00
Detanup01
958368e7a1
Merge pull request #119 from otavepto/patch/timed-alloc
attempt to fix some memory leaks
2024-12-18 22:44:02 +01:00
Detanup01
09282941f8
Merge pull request #118 from otavepto/patch/detect-broken-bind
fix detection of broken bind
2024-12-11 14:36:46 +01:00
a
7568bf7164 missing include 2024-12-10 23:50:32 +02:00
a
804b57a7ed timed memory allocator for: Steam_Remote_Storage::GetFileNameAndSize(), Steam_Matchmaking_Servers::GetServerDetails(), Steam_Remote_Storage::GetUGCDetails() to avoid leaking memory 2024-12-10 23:20:37 +02:00
Detanup01
15780552fb
Merge pull request #117 from universal963/patch-sctranslation
Update Simplified Chinese translation
2024-12-10 21:15:55 +01:00
a
90dcc0975a fix detection of broken bind section in memory 2024-12-10 21:12:06 +02:00
a
5b6f5b749c fix debug condition + add debug messages 2024-12-10 21:10:51 +02:00
universal963
9e4cfb113f
Update Simplified Chinese translation 2024-12-11 02:27:41 +08:00
Detanup01
e02cc9b366
Merge pull request #114 from otavepto/patch-implement-functions
implement some functions
2024-12-07 12:56:23 +01:00
Detanup01
62fb59aa6b
Merge pull request #113 from otavepto/patch-httplocal
handle local files via protocol `file:/` in http
2024-12-07 12:53:58 +01:00
Detanup01
8ecc487ca5
Merge pull request #112 from otavepto/patch-fix-gamestats
fix gamestats interface + write to json instead of csv
2024-12-07 12:50:42 +01:00
Detanup01
9dc32d035b
Merge pull request #111 from otavepto/patch-minor-fixes
some minor fixes
2024-12-07 12:47:12 +01:00
Detanup01
a07d5e2b4a
Merge pull request #110 from otavepto/patch-old-interfaces
add some old interfaces
2024-12-07 12:30:16 +01:00
a
b9d50520e4 fix country in Steam_Apps::GetAppData() 2024-12-07 06:35:13 +02:00
a
88a941c170 fix some old interfaces getters 2024-12-07 01:02:01 +02:00
a
661dac1120 old steamclient006 2024-12-07 01:02:01 +02:00
a
30761a108c implement steambilling 2024-12-07 01:02:01 +02:00
a
8422cc49b5 old steamuserstats 2024-12-07 01:01:53 +02:00
a
49a9cfa375 remove duplicate helper 2024-12-07 00:59:52 +02:00
a
800d1c29f6 handle local files via protocol file:/ in http 2024-12-07 00:48:30 +02:00
a
72f21e479d fix gamestats + write to json instead of csv 2024-12-07 00:47:49 +02:00
a
648faa9f79 minor changes + some debug messages amd comments 2024-12-07 00:46:52 +02:00
a
05616b30dc missing objects destruction in steam_client + fix order 2024-12-07 00:46:52 +02:00
a
9c976d730f missing shutdown in controller 2024-12-07 00:46:52 +02:00
a
c7ce32dad1 fix implementation of Steam_UGC::GetItemState() 2024-12-07 00:46:52 +02:00
a
fa0041db0c minor fix for Steam_User_Stats::FindLeaderboard() 2024-12-07 00:46:52 +02:00
a
574b8c411e fix implementation of Steam_Remote_Storage::GetUserPublishedItemVoteDetails() 2024-12-07 00:46:52 +02:00
a
afb848e427 properly implement Steam_Remote_Storage::UpdateUserPublishedItemVote() 2024-12-07 00:46:52 +02:00
a
b63140ca63 properly extract inventory item quantity in Steam_Inventory::GetResultItems() 2024-12-07 00:46:52 +02:00
a
f6ec01fd49 set missing result data in Steam_UGC::SetUserItemVote() 2024-12-07 00:46:52 +02:00
a
0e0df256c5 respect logon setting in client function Steam_BLoggedOn() 2024-12-07 00:44:53 +02:00
a
bf275a79f1 basic implementation for Steam_UGC::DownloadItem() 2024-12-07 00:44:53 +02:00
a
907be7ee45 implement Steam_UGC::GetWorkshopEULAStatus() 2024-12-07 00:44:53 +02:00
a
455d5f479a implement Steam_Apps::GetAppData() 2024-12-07 00:44:53 +02:00
a
6f01f26b2f old steamgameserver + send server game_dir over network 2024-12-07 00:24:21 +02:00
a
fa27cf4abc old steammatchmaking 2024-12-07 00:24:21 +02:00
Detanup01
e492aec54b
Merge pull request #109 from otavepto/patch-stats-overlay
overlay fps/frametime/playtime
2024-12-06 16:24:18 +01:00