Commit Graph
44478 Commits
Author SHA1 Message Date
Henrik Rydgård b8fced5b41 Path code cleanup, move some UI code (#21037)
* Move a bunch of path logic into Core/Util/PathUtil.cpp/h

.

* Move GameImageView out from SaveDataScreen

* More cleanup, add a translation string
2025-11-25 00:44:24 +01:00
Henrik Rydgård 3116eba395 More UI work (#21035)
* Improve a couple of on-screen buttons (menu, fastforward)

* Fix the new continue button, oops

* Add some missing translations

* Split a translation string to make portrait look better

* More GameScreen redesign

* Don't accidentally go into game-specific mode

* Fix layout issue with popupscreens, fix context menu positioning

* One more icon
2025-11-24 20:33:13 +01:00
Henrik Rydgård b71ee0ba89 Fix some bugs around game-specific config load/save (#21033) 2025-11-24 14:05:23 +01:00
1111omen 4de3927cb8 Update id_ID.ini (#21034)
- Changed the translation of "Cheats" from "Pengecohan" into "Cheat". "Cheat" is a more familiar/well-known word in Indonesian.
- Changed the translation of "Gestures" into "gestur" (a more well-known term)
- Translated some sentences.
2025-11-24 13:14:21 +01:00
Henrik Rydgård 5cba2c5815 Merge pull request #21032 from hrydgard/more-portrait-ui
More portrait UI
2025-11-24 08:55:55 +01:00
Henrik Rydgård 77122f3c5a Better portrait layout for the cheats screen 2025-11-24 01:26:23 +01:00
Henrik Rydgård 25edcaa81c Some improvements to the pause screen. Add shortcut to touch control layout 2025-11-24 01:19:32 +01:00
Henrik Rydgård 0ef4a91858 Merge pull request #21030 from hrydgard/sdl-font-fix
SDL font loading fix
2025-11-24 01:18:33 +01:00
Henrik Rydgård acd8cf70d0 SDL: Load font from VFS instead of using a file path.
Hopefully helps #21014
2025-11-24 00:55:12 +01:00
Henrik Rydgård 666808fb8c SDL: Correct font size handling 2025-11-23 22:26:32 +01:00
Henrik Rydgård 16899731bb Merge pull request #21029 from hrydgard/gpu-header-cleanup
More UI layout fixes, GPU header cleanup
2025-11-23 22:25:57 +01:00
Henrik Rydgård bf9493910a Rework some IAP/Gold UI. Minor title screen tweak 2025-11-23 21:55:25 +01:00
Henrik Rydgård 0cab218877 Rework InstallZipScreen to work in portrait 2025-11-23 21:24:29 +01:00
Henrik Rydgård 3c6429a922 Bump cargo.lock 2025-11-23 21:24:22 +01:00
Henrik Rydgård 7853881210 GPU header cleanup: Avoid including GPUCommon.h in some places 2025-11-23 20:37:37 +01:00
Henrik Rydgård ac9e02c9b7 Merge pull request #21028 from hrydgard/fix-control-defaults
Fix control defaults
2025-11-23 20:25:55 +01:00
Henrik Rydgård 21026a38d7 Change Android launch mode to singleInstance, work-around minor text wrapping issue 2025-11-23 20:04:19 +01:00
Henrik Rydgård 049d6ecd0c Fix oversight causing wrong initialization of button visibility 2025-11-23 20:03:54 +01:00
Henrik Rydgård c74dac22db Merge pull request #21026 from hrydgard/more-misc-stuff
Fixing various CI things and UI issues
2025-11-23 14:34:35 +01:00
Henrik Rydgård 22b3ad2372 Get rid of the SettingInfoMessage popups 2025-11-23 13:56:34 +01:00
Henrik Rydgård d9d7f26c72 Fix portrait layout on IAP screen 2025-11-23 12:22:04 +01:00
Henrik Rydgård bc17b7c822 iOS buildfix, SDL buildfix 2025-11-23 11:42:43 +01:00
Henrik Rydgård 1ae6d0f9f6 Installer script fix 2025-11-23 11:11:18 +01:00
Henrik Rydgård 3a7ec44f4e workflow fix 2025-11-23 10:55:46 +01:00
Henrik Rydgård 7a93b0928a Merge pull request #21025 from hrydgard/more-ui-layouts
More portrait UI layouts
2025-11-23 10:54:24 +01:00
Henrik Rydgård 1413016c19 Fix layout issue on remoteisoscreen 2025-11-23 01:18:44 +01:00
Henrik Rydgård e9afd51f34 New layout for log channel chooser 2025-11-23 01:15:07 +01:00
Henrik Rydgård 6cc945e57a Rework the reporting screen a bit 2025-11-23 01:15:07 +01:00
Henrik Rydgård 217e7c94a4 Merge pull request #20987 from sum2012/android-setting
Fix gradle in Android studio 2025.2.1
2025-11-22 23:32:53 +01:00
Henrik Rydgård c4761ad291 Merge pull request #21023 from hrydgard/even-more-ui-tweaks
Fix resetting of some config parameters
2025-11-22 23:32:21 +01:00
Henrik Rydgård e172cc1060 Correct resetting some touch control parameters.
Fixes #20993
2025-11-22 16:41:12 +01:00
Henrik Rydgård 759d8498ca Fix resetting the DisplayLayout 2025-11-22 16:29:55 +01:00
Henrik Rydgård 61302d5af0 Merge pull request #21022 from hrydgard/more-ui-tweaks
Rework pause screen in portrait mode
2025-11-22 16:07:26 +01:00
Henrik Rydgård 04f9cd2c32 Correct the positioning of the PIC0.png while loading a game if dpi != 1.0 2025-11-22 16:06:42 +01:00
Henrik Rydgård 1a35049483 Popup menu fix, inset fix on pause screen 2025-11-22 15:51:44 +01:00
Henrik Rydgård 24bcc10985 PauseScreen: Make the savestate numbers more visible by moving them out 2025-11-22 14:56:19 +01:00
Henrik Rydgård e711fdb735 Switch away from the non-callback based context menu 2025-11-22 14:46:33 +01:00
Henrik Rydgård 8042a57794 Code cleanup 2025-11-22 14:38:58 +01:00
Henrik Rydgård 77c7ba1435 Rework the pause screen in portrait mode. Right-align popup menus if too far to the right on the screen. 2025-11-22 14:31:01 +01:00
Henrik Rydgård f2356c5532 Add UMD icon for disc switching on pause screen. Add Play icon to continue button 2025-11-22 11:11:42 +01:00
Henrik Rydgård 0d309a5db1 Add titles on developer tools tabs 2025-11-22 10:37:43 +01:00
Henrik Rydgård 9a8176508d Fix issue with the new inset code (forgot to take cutouts into account) 2025-11-22 10:30:26 +01:00
Henrik Rydgård c4c29ab6b3 Fix issue with UI atlas being generated unnecessarily on mobile 2025-11-22 10:29:21 +01:00
Henrik Rydgård c1581e6c38 Merge pull request #21018 from crashGG/master
Update tex_mmpx.csh
2025-11-19 19:18:27 +01:00
crashGG 0d1a65ee1a Update tex_mmpx.csh
Minor bug fixes and logic optimizations
2025-11-17 22:13:57 +03:00
Henrik Rydgård 4adfbbbc72 Merge pull request #21016 from wescopeland/rc-client-set-host
Achievements: support rc_client_set_host
2025-11-17 09:05:53 +01:00
Wes Copeland 7a98df5297 Achievements: support rc_client_set_host 2025-11-16 17:54:56 -05:00
Henrik Rydgård a477ae023f Merge pull request #21000 from testtoneexp/fromsoft-depthrangehack
Add DepthRangeHack compatibility setting for multiple FromSoftware ti…
2025-11-16 23:11:52 +01:00
Henrik Rydgård 2a9b15dc8b Merge pull request #21013 from crashGG/master
Enhance tex_mmpx.csh
2025-11-16 20:36:40 +01:00
crashGG 75af86cbcb Enhance tex_mmpx.csh
bug fixes and logic optimizations
2025-11-16 22:05:11 +03:00