Commit graph

10287 commits

Author SHA1 Message Date
amwatson
5b3f405c9a [vr_main] add sep method for creating runtime-initated reference spaces 2024-02-15 23:14:08 -06:00
amwatson
fb4d160b16 [vr_main] Add documentation and make controller button forwarding a const method 2024-02-15 22:00:51 -06:00
amwatson
fe37e902d1 [vr_main] remove explicit 'hand' vector variables and do vector subtraction instead 2024-02-15 21:38:56 -06:00
amwatson
8340e84691 [vr_main] enclose super immersive mode logic in braces and add const's to variables 2024-02-15 21:30:13 -06:00
amwatson
362c9b02e6 [GameSurfaceLayer] Remove unused parameters 2024-02-15 21:04:58 -06:00
amwatson
e01de61155 Fix formatting 2024-02-15 16:52:55 -06:00
amwatson
e3caeec765 Swap immersive mode titles: put graphics artifacts warning in header 2024-02-15 16:52:31 -06:00
amwatson
f467d9bd47 [super immersive mode] Add internationalized values for 'immersive mode' settings 2024-02-15 16:43:40 -06:00
amwatson
e1b77cbff9 [super immersive mode] Add internationalization for positional movemnnt factor description 2024-02-15 16:35:03 -06:00
amwatson
75426499d6 [super immersive mode] Add internationalization for positional movement factor multiplier title 2024-02-15 15:17:53 -06:00
amwatson
0c974b6b1f [super immersive mode] Add internationalization for positional movemnnt factor description 2024-02-15 15:14:08 -06:00
amwatson
fd89e41968 [super immersive mode] Add internationalization for positional movemnnt factor title 2024-02-15 15:09:32 -06:00
amwatson
00dc884b62 [super immersive mode] Add internationalization for register offset setting description 2024-02-15 15:04:48 -06:00
amwatson
9f256d1d8b [super immersive mode] Add internationalization for register offset setting 2024-02-15 15:02:49 -06:00
amwatson
499ef7fdb0 [super immersive mode] Internationalize immersive_mode 2024-02-15 14:38:16 -06:00
amwatson
1293dba146 [vr_main] move input handling into separate method 2024-02-15 14:33:41 -06:00
Amanda Watson
b96a9fe6da
Merge pull request #60 from DrBeef/master
Super Immersive Mode
2024-02-15 14:32:26 -06:00
amwatson
ed7ad1d857 Merge remote-tracking branch 'upstream/master' 2024-02-15 13:54:12 -06:00
Simon
2268c2dc19 Further changes to get things working 2024-02-14 11:31:15 +00:00
Steveice10
5e02be75a3
renderer_vulkan: Use getToolPropertiesEXT instead of getToolProperties (#7434)
getToolProperties is not available until Vulkan 1.3; we need to use the EXT version.
2024-02-13 21:43:09 -08:00
Simon
8d2faa4452 Begin merge of Super Immersive 2024-02-14 00:19:26 +00:00
Simon
cb0c86feb5 Merge remote-tracking branch 'upstream/master' 2024-02-13 22:48:53 +00:00
Simon
a20a05f118 Super Immersive Mode
True 6DoF at last!
2024-02-13 22:46:56 +00:00
amwatson
649d5bafe4 Add hotkey for 'quit to menu' 2024-02-12 13:22:36 -06:00
amwatson
ccb7bb207c Add hotkey for 'quit to menu' 2024-02-12 13:16:36 -06:00
amwatson
70b23e1b71 Fix double instances hack 2024-02-12 12:22:45 -06:00
amwatson
611fc9acef don't make cursor active on any layer other than error message if error is showing 2024-02-12 00:02:03 -06:00
amwatson
48a77ac30a Remove VrKeyboardActivity 2024-02-12 00:02:03 -06:00
amwatson
64319f6b44 Remove tryCreateSwapchain from loop (just error if it doesn't succeed on first try -- shouldn't be lifecycle dependent in this variation), fix UILayer destructor 2024-02-12 00:02:03 -06:00
amwatson
feedbba5fe Added preliminary support for in-game error messages 2024-02-12 00:01:56 -06:00
amwatson
8a0da51a88 Cosmetic modifications to vr_logo: moved the icon and text closer together, moved '(Beta)' to be level with large text 2024-02-11 17:59:10 -06:00
amwatson
cba8c999e0 Merge remote-tracking branch 'upstream/master' 2024-02-11 17:51:17 -06:00
amwatson
4d73b945b5 Add input warning 2024-02-11 02:47:36 -06:00
amwatson
f0b0911811 Remove system files option (still needs work) 2024-02-11 02:02:08 -06:00
amwatson
88e8c28dcd add second half of vr notice 2024-02-11 02:00:46 -06:00
amwatson
4c4acc8de0 Fix translations for VR notice 2024-02-11 01:43:49 -06:00
amwatson
39967d0a5b removed portrait-mode boolean values 2024-02-10 23:39:53 -06:00
amwatson
f09f60c96c Add AlertDialog explaining audio stutters 2024-02-10 22:22:52 -06:00
amwatson
280ef7fad5 Update all internationalized text with (I think?) better translator 2024-02-10 22:21:05 -06:00
amwatson
13861dee95 added Russian translations for VR-specific strings 2024-02-10 20:26:56 -06:00
amwatson
2fbfa44498 Adding VR Notice to setup stages 2024-02-10 20:23:37 -06:00
amwatson
95b74e202c [UILayer] remove unused ActivityObject 2024-02-10 20:03:56 -06:00
amwatson
1cb2346ece updated documentation on UILayer and GameSurfaceLayer (C++) 2024-02-10 20:02:03 -06:00
amwatson
3d1e4a38e5 [format] change line width to 80 characters 2024-02-10 20:02:01 -06:00
amwatson
06adff1489 [format] switch from Allman to Attach 2024-02-10 20:01:39 -06:00
Tobias
b9c9beeee5
android: add basic support for google game dashboard (#7430)
This adds support for the Performance and Battery Saver modes in the Game Dashboard mostly found on Google Pixel devices.
This does not yet define the specifics for the performance modes but does provide the initial basic support.

Co-authored-by: Emma <153868115+gaypotatoemma@users.noreply.github.com>
2024-02-10 17:24:10 -08:00
amwatson
0ab4a56ed6 added centered alignment to keyboard buttons 2024-02-09 22:56:41 -06:00
amwatson
d7aa5ced03 uncomment code destroying class ref because we are now attached to the JVM during the destructor 2024-02-09 21:35:05 -06:00
amwatson
b0d07255b7 place keyboard in front of viewer at comfortable angle 2024-02-09 21:06:09 -06:00
amwatson
09a1c55ce0 updated keyboard formatting 2024-02-09 20:47:50 -06:00