Commit graph

41940 commits

Author SHA1 Message Date
Henrik Rydgård
bcbe0f97fb Add a comment explaining the plan 2025-01-18 12:47:36 +01:00
Henrik Rydgård
c3209aa868 Notification layout fix (retroachievements, notices) 2025-01-17 18:11:33 +01:00
Henrik Rydgård
60c98a6483
Merge pull request #19883 from hrydgard/pause-without-menu
Add new mappable key to pause without the pause menu.
2025-01-17 16:11:49 +01:00
Henrik Rydgård
e19705d10b Add new mappable key to pause without the pause menu. Useful for reading text for example.
This re-uses debug break/resume, so you can also add it as a hotkey for
that.
2025-01-17 15:35:37 +01:00
Henrik Rydgård
7a0ec74c32
Merge pull request #19855 from oltolm/cmake
make compile with Clang/GCC on Windows
2025-01-17 15:13:52 +01:00
Henrik Rydgård
021703898f
Merge pull request #19879 from hrydgard/more-online-fixes
Attempt to fix Outrun 2006 infrastructure
2025-01-17 15:11:20 +01:00
Henrik Rydgård
720324b14a
Merge pull request #19882 from hrydgard/minor-ui-features
In the game tab options, add a setting for "Default tab".
2025-01-17 15:02:09 +01:00
Henrik Rydgård
8679bdd584
Merge pull request #19881 from hrydgard/upgrade-vulkan-sdk
Update the Vulkan headers to the latest version
2025-01-17 14:48:46 +01:00
Henrik Rydgård
f37c74c549 In the game tab options, add a setting for "Default tab".
Fixes #17282

Also see #19877
2025-01-17 14:43:30 +01:00
Henrik Rydgård
6e0cafccb9 Request Vulkan 1.4 if available. 2025-01-17 14:27:08 +01:00
Henrik Rydgård
16cbb59a47 Update the Vulkan headers to the latest version
Just good to keep up.
2025-01-17 14:20:08 +01:00
Henrik Rydgård
9ba2a2f52d Resolver change for outrun 2025-01-17 12:35:07 +01:00
Henrik Rydgård
9863e90119 Add Outrun to json file, though can't confirm it's working due to down server 2025-01-17 12:29:44 +01:00
Henrik Rydgård
6c6ea2a355 Sockopt: Ignore case we can't support (SO_ONESBCAST) 2025-01-17 12:28:09 +01:00
Henrik Rydgård
2502d7b36c
Merge pull request #19880 from hrydgard/online-resolver-refactor
sceNetResolver and sockopt refactoring
2025-01-17 12:24:42 +01:00
Henrik Rydgård
4757f8c872 Replace the NetResolver class with a simple struct 2025-01-17 09:44:13 +01:00
Henrik Rydgård
b94b9b077d Refactor away the unnecessary wrapper from sceNetResolver 2025-01-17 09:38:20 +01:00
Henrik Rydgård
bfcef44c48 setsockopt refactor part #2 2025-01-17 09:31:38 +01:00
Henrik Rydgård
852c41d124 sockopt refactor part #1 2025-01-17 09:31:09 +01:00
Henrik Rydgård
298a18e1e2 Parsing fix for infra-dns.json, minor logging improvement 2025-01-17 09:23:21 +01:00
Henrik Rydgård
ea36cb7036
Merge pull request #19874 from MaddTheSane/registerFont
macOS/iOS: register font with CoreText
2025-01-16 22:37:19 +01:00
Henrik Rydgård
008aaa8327
Merge pull request #19875 from hrydgard/online-ui-work
Online: Fix DNS server default, show revival team credits on pause screen
2025-01-15 09:46:37 +01:00
Henrik Rydgård
00773e654b Remove outdated comment, json syntax fixes 2025-01-15 09:45:58 +01:00
Henrik Rydgård
7d3107e3a5 Typo fix in infra-dns.json 2025-01-15 09:30:19 +01:00
Henrik Rydgård
9d691d9866 Show revival team credits on the pause screen 2025-01-15 09:17:15 +01:00
C.W. Betts
da3e300b58 Remove unused font variable. 2025-01-14 16:31:03 -07:00
C.W. Betts
a8486e833f We only need to register the font once. 2025-01-14 15:41:19 -07:00
C.W. Betts
a04c2d1a6a Initial attempt at loading Roboto into CoreText 2025-01-14 15:15:53 -07:00
Henrik Rydgård
ca54fe9234 Deduplicate some code, fix some style 2025-01-14 12:38:20 +01:00
Henrik Rydgård
f2d8d44513 Slightly improved logging (httpserver) 2025-01-14 12:37:56 +01:00
Henrik Rydgård
841eb115e2
Merge pull request #19872 from MaddTheSane/patch-1
Update draw_text_cocoa.mm
2025-01-14 09:48:04 +01:00
C.W. Betts
f32ed3df90
Update draw_text_cocoa.mm
Fix memory leak.
2025-01-13 19:50:26 -07:00
Henrik Rydgård
eacf2ec42d
Merge pull request #19871 from hrydgard/online-restrictions
Add a bunch of restrictions when online
2025-01-13 22:52:44 +01:00
Henrik Rydgård
f66ea2f63e Add a bunch of restrictions when online (no savestate, no speed control) 2025-01-13 19:33:48 +01:00
Henrik Rydgård
4072c8cd61 Hide the pause/play button on the pause screen if any network connected. 2025-01-13 19:33:48 +01:00
Henrik Rydgård
a11b1287a1
Merge pull request #19869 from hrydgard/autoconf-fix
DNS autoconf: Fix games that do their own DNS queries by querying sceUtility for the DNS IP
2025-01-13 12:58:43 +01:00
Henrik Rydgård
9bdbbba1d4 Typo :) 2025-01-13 12:47:28 +01:00
Henrik Rydgård
28d8faef3a Integrate the sceUtility DNS query with the auto conf system, minor cleanups 2025-01-13 12:31:02 +01:00
Henrik Rydgård
b5c843ff72
Merge pull request #19865 from hrydgard/dns-json
Infrastructure Auto DNS: Preconfigured per-game infrastructure DNS through JSON
2025-01-13 10:24:05 +01:00
Henrik Rydgård
c22c4b7bab Move the Network Initialized message, add Network Shutdown message 2025-01-12 22:22:03 +01:00
Henrik Rydgård
ad1799c1c9 Add some TODOs in sceHttp 2025-01-12 18:02:43 +01:00
Henrik Rydgård
0349f91a9e Add "dyndns" or DNS server lookup by domain name as requested by ablondel.
JSON updated.
2025-01-12 17:55:42 +01:00
Henrik Rydgård
ae15cba56c Move the logic for loading the json file to the function. Minor cleanup. 2025-01-12 17:25:59 +01:00
Henrik Rydgård
5815c3e3be JSON updates 2025-01-12 17:25:59 +01:00
Henrik Rydgård
05906bc8f3 Finish the format, actually use the things from it 2025-01-12 17:25:59 +01:00
Henrik Rydgård
608ff2ff39 Initial custom DNS config json parsing 2025-01-12 17:25:59 +01:00
Henrik Rydgård
b796481bb4 Add initial infra-dns.json 2025-01-12 17:25:59 +01:00
Henrik Rydgård
c5cde0f218 Remove "Secondary DNS" as a setting. 2025-01-12 17:25:57 +01:00
Henrik Rydgård
1a03d60022
Merge pull request #19866 from hrydgard/errno-refactor
sceNetInet: Refactor errno handling and logging, so we always see how it changes
2025-01-12 15:29:50 +01:00
Henrik Rydgård
1013be090c sceNetInet: Refactor errno handling and logging, so we always see how it changes 2025-01-12 14:57:51 +01:00