Commit graph

10268 commits

Author SHA1 Message Date
Simon
2268c2dc19 Further changes to get things working 2024-02-14 11:31:15 +00: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
amwatson
412e1b9ac0 hack that really should work 2024-02-09 19:51:39 -06:00
amwatson
acf1c74d34 Fix keyboard formatting 2024-02-09 19:34:58 -06:00
amwatson
03148ec8ea add message queue for showing/hiding keyboard 2024-02-09 18:25:09 -06:00
amwatson
8e1c3f93d3 [VrKeyboardLayer] Added config behavior 2024-02-09 17:06:38 -06:00
amwatson
cafb14e9f0 [UILayer] update documentation 2024-02-09 16:49:47 -06:00
amwatson
073236b857 fixed input issue (don't add y-offset to this path) 2024-02-09 16:39:07 -06:00
amwatson
f8aa2e31d7 ok! this version works! 2024-02-09 16:36:32 -06:00
GPUCode
de993dcfbd
service: Stub mcu::HWC (#7428) 2024-02-09 14:09:05 -08:00
oltolm
3c9157b1ec
fix ASAN error in sdl_impl.cpp (#7427) 2024-02-09 14:08:15 -08:00
Ishan09811
0c40c10022
Update Android Deps (#7383) 2024-02-09 07:24:55 -05:00
amwatson
32d8f8dc32 add sendClickToUI 2024-02-09 00:24:11 -06:00
amwatson
8c3780f546 [UILayerKeyboard] shows keys 2024-02-09 00:08:28 -06:00
amwatson
852cc887e2 delete vr_ui_test layout 2024-02-08 23:32:59 -06:00
amwatson
ea0ff0a8e3 [UILayer] make java exceptions fatal 2024-02-08 23:30:09 -06:00
amwatson
94a7ab6e32 recycle motionevent 2024-02-08 23:28:09 -06:00
amwatson
a5fd13b7f0 fixed inverted height on keyboard 2024-02-08 23:21:33 -06:00
amwatson
55f4b167ce This works for wrap_content UIs 2024-02-08 23:01:02 -06:00
amwatson
889d99f165 this renders a green square with the right aspect ratio. However, it's doing so by rendering the entire display (not what we want) 2024-02-08 22:40:11 -06:00
amwatson
f231577afd added abstract class for keyboard and did dimension measuring 2024-02-08 22:18:05 -06:00