Henrik Rydgård
948c38a034
Some more minor fixes
2025-02-04 10:24:55 -06:00
Henrik Rydgård and GitHub
41b93c895c
Merge pull request #19924 from hrydgard/more-log-cleanup
...
More log cleanup
2025-01-28 12:10:46 +01:00
Henrik Rydgård
acd5b24924
Complete CrossSIMD non-simd fallback (although buggy, it seems). Minor ARM64 opt.
2025-01-28 10:54:43 +01:00
Henrik Rydgård
ba6a9119fc
Minor logging fixes
2025-01-28 09:29:01 +01:00
Henrik Rydgård
d8d992d695
Disable achievements support in VR because the UI doesn't work
...
Fixes #19521
2025-01-27 11:54:42 +01:00
Henrik Rydgård and GitHub
d6b15c7b62
Merge pull request #19914 from hrydgard/misc-fixes
...
Fix a logging problem reported by Nemo, and a pause bug reported by IRVN
2025-01-23 15:31:54 +01:00
Henrik Rydgård
662a889b16
Don't allow fast-forward to resume into run state
2025-01-23 14:36:04 +01:00
Henrik Rydgård
7f877bb16b
Implement simple file caching.
2025-01-23 13:28:51 +01:00
Henrik Rydgård
c3cc3da8fe
Download infra-dns.json from metadata.ppsspp.org
2025-01-23 12:54:22 +01:00
Henrik Rydgård
eb719c43e8
HTTP: Replace ProgressBarMode with a new RequestFlags enum
2025-01-23 12:09:56 +01:00
Henrik Rydgård
366fb9834e
Add an ImDebugger window for PPSSPP internals, right now just for sysdirs
2025-01-23 10:29:28 +01:00
Henrik Rydgård
14f07ac073
Debugger UI fix
2025-01-23 10:16:50 +01:00
Henrik Rydgård
f1cd1e66e6
Infrastructure networking: Add new translation strings
2025-01-22 12:03:07 +01:00
Henrik Rydgård
57b6850ea0
Pause screen improvements
2025-01-22 11:50:01 +01:00
Henrik Rydgård
e4de9dbfb5
Add some socket data in the debugger
2025-01-22 10:12:56 +01:00
Henrik Rydgård
a710faf27b
Remove the Network Connected/Shutdown popups. Replace with more info on pause screen
2025-01-21 18:07:52 +01:00
Henrik Rydgård
29f0744f7d
Add warnings on pause screen if a game is known not to work with infrastructure
2025-01-21 12:22:32 +01:00
Henrik Rydgård
1aef267acc
Add more information to ImDebugger (ApCtl)
2025-01-21 12:22:32 +01:00
Henrik Rydgård
9f8d21e7b8
Add some more debugger windows and info for networking stuff
2025-01-21 12:22:32 +01:00
Henrik Rydgård
5d124d93f8
Make network connection detection (for pause screen purposes) a bit more strict.
2025-01-21 12:22:29 +01:00
Henrik Rydgård
9daa4eae5e
ImDebugger: Send inputs to the game when no windows are focused (click the background)
2025-01-21 11:52:46 +01:00
Henrik Rydgård and GitHub
b189688689
Merge pull request #19897 from hrydgard/dont-connect-to-adhoc
...
Infrastructure: Don't connect to adhoc unless infra-dns.json tells us to
2025-01-20 22:19:19 +01:00
Henrik Rydgård
c7078f31fd
Rename "networkInited" to g_adhocServerConnected, which is what it is
2025-01-20 20:58:22 +01:00
Henrik Rydgård
59b1e20b75
Add a transparent indicator style, use it for alt speed popups
2025-01-20 20:48:05 +01:00
Henrik Rydgård
7d8b0329be
Allow changing where general notifications pop up, just like with achievement notifications
2025-01-20 18:02:56 +01:00
Henrik Rydgård
86fcdeeb25
string-view-ify stuff
2025-01-20 12:19:14 +01:00
Henrik Rydgård
c3209aa868
Notification layout fix (retroachievements, notices)
2025-01-17 18:11:33 +01:00
oltolm
5c1412f84d
use ComPtr for misc. things
2025-01-17 18:06:24 +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
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
9d691d9866
Show revival team credits on the pause screen
2025-01-15 09:17:15 +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
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
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
c5cde0f218
Remove "Secondary DNS" as a setting.
2025-01-12 17:25:57 +01:00
Henrik Rydgård
3e1dc79236
Cosmetic fixes for popup notices and NoticeViews
2025-01-10 14:54:45 +01:00
Henrik Rydgård
d58138c585
SDL: Enable KEY_CHAR processing when imgui is active
2025-01-09 14:41:39 +01:00
Henrik Rydgård
23954f5403
Implement the disassembly mode too
2025-01-09 13:35:29 +01:00
Henrik Rydgård
08d251b5bc
Add a memory dump window
2025-01-09 13:14:13 +01:00
Henrik Rydgård
cddd3d439d
Crashfix with asan, minor
2025-01-08 18:03:45 +01:00
Henrik Rydgård
698b73dd15
ImDebugger: Add Np and Sockets debugger windows, on a new Network menu
2025-01-08 16:29:18 +01:00
Henrik Rydgård
3ae17399eb
Warning fixes
2025-01-08 12:56:57 +01:00
Henrik Rydgård
6ebbb434e4
Restrict username minimum length too (3 chars)
2025-01-07 18:09:19 +01:00
Henrik Rydgård
177019bdf4
When setting a nickname, copy to infrastructure name if that's still empty and if valid.
2025-01-07 17:46:28 +01:00
Henrik Rydgård
01b06b76c9
Infrastructure username handling: Add separate username, pick Nickname as default if valid.
2025-01-07 17:43:02 +01:00
Henrik Rydgård
635d3af6a0
Add simple UI for configuring the primary/secondary DNS
2025-01-06 14:50:14 +01:00
Henrik Rydgård and GitHub
88b4991753
UI fixes: Rework savedata manager a bit, default keyboard focus to Cancel in confirmation dialogs ( #19771 )
...
* Savedata manager screen: Use TabbedUIDialogScreenWithGameBackground
This fixes some minor UI issues on this screen.
* PromptScreen (used for "Are you sure?"): Default keyboard focus to Cancel
Fixes #19770
2024-12-28 10:36:05 +01:00
Henrik Rydgård
03f09aebd7
Enable software depth raster for Wipeout, Midnight Club LA, Resistance.
...
Adds a setting to control it under speedhacks, named "Lens flare
occlusion". The setting includes a low quality mode which is not yet
implemented.
2024-12-22 10:48:46 +01:00