Commit Graph
45601 Commits
Author SHA1 Message Date
Henrik Rydgård 451ee14ebc Don't forget to call CheckDepthUsage when using imm draws.
Fixes #17169
2023-03-23 17:14:12 +01:00
Henrik Rydgård c791d64280 Merge pull request #17164 from hrydgard/cheat-import-fix
Cheat import: Allow picking a file to import from
2023-03-23 14:17:40 +01:00
Henrik Rydgård 84f33d9346 Button text fix, required adding a new translation line. 2023-03-23 13:46:07 +01:00
Henrik Rydgård 4475533c0b Remove redundant translation strings 2023-03-23 10:32:27 +01:00
Henrik Rydgård f5afc91f23 Change Enable/Disable All to just a Disable All button. 2023-03-23 10:32:11 +01:00
Henrik Rydgård e21867315b Fix browsing for Cheat DB files. Easy now after the refactor! 2023-03-23 10:18:21 +01:00
Henrik Rydgård ac66deeb25 Improve cheats UX 2023-03-23 10:18:21 +01:00
Henrik Rydgård 8804c3c69f Merge pull request #17166 from unknownbrackets/headless-cleanup
headless: Avoid ugly casts
2023-03-23 07:22:32 +01:00
Unknown W. Brackets 3a9e66ab60 Build: Unrevert glslang update.
Revert unintentional rollback in 47f06355, reapplying 858675e4.
2023-03-22 22:54:24 -07:00
Unknown W. Brackets d49edad1a7 Merge pull request #17165 from fp64/mfpmath-sse
Add -mfpmath=sse to CMakeLists.txt
2023-03-22 22:53:00 -07:00
Unknown W. Brackets d8986af367 headless: Avoid ugly casts. 2023-03-22 22:51:00 -07:00
Henrik Rydgård 5855c3ebb8 Merge pull request #17163 from hrydgard/remove-more-string-messages
Remove System_SendMessage()
2023-03-23 00:44:26 +01:00
Henrik Rydgård b440e28e38 Remove System_SendMessage!
iOS, Qt buildfixes
2023-03-22 23:52:51 +01:00
Henrik Rydgård 4c99712b60 And "immersive", "audio_resetDevice" 2023-03-22 23:52:38 +01:00
Henrik Rydgård ac47476253 And share_text, toast, recreate 2023-03-22 23:52:25 +01:00
Henrik Rydgård 87d0c21f14 Make proper requests for the external hardware commands (gps, microphone, camera) 2023-03-22 23:52:25 +01:00
Henrik Rydgård 2c9787643d Move the twitter special-case URL handling to java 2023-03-22 23:52:25 +01:00
Henrik Rydgård 5a55fd5fd3 And replace "graphics_restart", "toggle_fullscreen", etc 2023-03-22 23:52:15 +01:00
Henrik Rydgård 410b35fba3 Get rid of "finish" and "setclipboardtext" messages, replace with requests. 2023-03-22 22:17:26 +01:00
Henrik Rydgård f03dc23dfa Merge pull request #17162 from hrydgard/port-folder-browser
Port folder browser to the request manager
2023-03-22 19:37:54 +01:00
Henrik Rydgård 49af6b9731 Single-character iOS buildfix, sigh 2023-03-22 19:36:50 +01:00
Henrik Rydgård dfa06c4e77 SDL buildfix, fix file/folder browsers on Darwin 2023-03-22 19:25:35 +01:00
Henrik Rydgård b7350f3cbf Fix folder browser on Android and Windows 2023-03-22 19:25:35 +01:00
Henrik Rydgård 49efa4499e Blind convert iOS to the new folder picking path 2023-03-22 19:25:35 +01:00
Henrik Rydgård 9508ef467e Port folder browser too, now this time start with Qt 2023-03-22 19:25:35 +01:00
Henrik Rydgård f28ac8fdc3 Merge pull request #17161 from fp64/rtc-fix
Rtc fix
2023-03-22 18:48:10 +01:00
Henrik Rydgård 62823666b2 Merge pull request #17160 from hrydgard/port-file-browser
Port file browser to the request manager
2023-03-22 17:58:47 +01:00
Henrik Rydgård 376cd34182 iOS buildfix 2023-03-22 16:59:47 +01:00
Henrik Rydgård 1c79fd8cf4 Fix Qt file browser, use to implement image browser 2023-03-22 15:52:25 +01:00
Henrik Rydgård 7718c06dd1 Port UWP file browser, fix UWP image browser 2023-03-22 15:36:14 +01:00
Henrik Rydgård 70f0ac04af Port the file browser spawned by the Load button to the new request stuff 2023-03-22 15:36:14 +01:00
Henrik Rydgård 47ae31e293 Minor cleanups, drive-by fix for folder browser on iOS 2023-03-22 15:36:14 +01:00
Henrik Rydgård d87f03f90b Merge pull request #17159 from hrydgard/port-image-selector
Port image selector to the new request manager
2023-03-22 15:35:59 +01:00
Henrik Rydgård 0403bbf084 Make the new image selection path work on Android as well. 2023-03-22 14:53:07 +01:00
Henrik Rydgård e9f5394f59 Move the Windows open file dialog to the new system, switch the background image selector over. 2023-03-22 14:53:07 +01:00
Henrik Rydgård 96012b2470 Merge pull request #17158 from hrydgard/even-more-system-cleanup
More system cleanup: Replace inputbox queue with something more generic
2023-03-22 14:52:58 +01:00
fp64 0fa134a1ea Add -mfpmath=sse to CMakeLists.txt
Only affects x86+32bit+gcc combo.
2023-03-22 09:51:16 -04:00
Henrik Rydgård cc7b9569f2 Fix InputBox in Qt 2023-03-22 14:39:57 +01:00
Henrik Rydgård 604f3b4500 Try to fix Qt. Still broken due to threading issue. 2023-03-22 14:30:44 +01:00
Henrik Rydgård 9d10417f09 UWP buildfix 2023-03-22 14:17:19 +01:00
Henrik Rydgård 8bbb9e7c95 Buildfixing 2023-03-22 13:22:10 +01:00
Henrik Rydgård de064e210e Replace the inputbox queue with a more generic RequestManager. 2023-03-22 12:41:11 +01:00
Henrik Rydgård 3852d4f698 Make a little system to replace the InputBox message queue with something more generic 2023-03-22 11:35:57 +01:00
Henrik Rydgård 94debfbf36 Rename screenManager to g_screenManager, readme update 2023-03-22 09:44:44 +01:00
fp64 3409dba557 Merge branch 'master' into rtc-fix 2023-03-22 02:11:25 -04:00
fp64 0584c6f414 Fix RTC failures in autotests on 32 bit
Also simplifies code. Note: some uses of (potentially 32-bit) time_t
are still left.
2023-03-22 01:50:50 -04:00
Henrik Rydgård ceaaaaeff0 Merge pull request #17156 from hrydgard/more-cleanup
Remove graphics init/shutdown stuff from "Host"
2023-03-21 23:07:36 +01:00
Henrik Rydgård 47f063550a Remove InitGraphics/ShutdownGraphics from Host, except for headless 2023-03-21 22:47:20 +01:00
Henrik Rydgård 2786786c9f Avoid Host in Windows graphics init 2023-03-21 14:07:27 +01:00
Henrik Rydgård e7f1716c4f Merge pull request #17155 from hrydgard/minor-cleanups
System API cleanups
2023-03-21 13:58:35 +01:00