Unknown W. Brackets
|
a7b7bf7826
|
Global: Set many read-only params as const.
This makes what they do and which args to use clearer, if nothing else.
|
2022-12-10 21:13:36 -08:00 |
|
Unknown W. Brackets
|
f44852bb18
|
Global: Cleanup virtual/override specifiers.
Also missing virtual destructors, hidden non-overrides, etc.
|
2022-12-10 21:13:36 -08:00 |
|
Lubos
|
28c115c4ba
|
OpenXR - Allow to put HUD out of the screen
|
2022-12-10 21:36:39 +01:00 |
|
Henrik Rydgård
|
4280a9f51c
|
Force postshaders with the usePreviousFrame flag to the end of the order
|
2022-12-09 17:19:08 +01:00 |
|
Henrik Rydgård
|
d65a74e050
|
Improve the pause screen in vertical layout
|
2022-12-08 16:17:44 +01:00 |
|
Henrik Rydgård
|
7ff0030772
|
Added vertical layout for display layout screen
|
2022-12-08 16:04:20 +01:00 |
|
 Henrik RydgårdandGitHub
|
141e076f12
|
Merge pull request #16523 from hrydgard/post-shader-cleanup
Post shader cleanup
|
2022-12-08 13:45:03 +01:00 |
|
Henrik Rydgård
|
600cb907bd
|
Auto-open settings if there's only one post-shader
|
2022-12-08 13:02:44 +01:00 |
|
iota97
|
3201bf9016
|
add new image to controls
|
2022-12-08 00:51:19 +01:00 |
|
Henrik Rydgård
|
3e7f7ad8d7
|
Add CSS-style padding support to LinearLayout. Use to improve the look
|
2022-12-08 00:01:46 +01:00 |
|
Henrik Rydgård
|
42b74c6a9a
|
Add background to the scroll views. Not really pretty but more readable
|
2022-12-07 23:12:09 +01:00 |
|
Henrik Rydgård
|
8401250a90
|
Postshaders: Move delete button directly to the items.
|
2022-12-07 16:21:53 +01:00 |
|
Henrik Rydgård
|
ed7f3d69a7
|
Rename Postprocessing shader to Postprocessing shaders. Make low-effort attempt at updating
|
2022-12-07 12:09:32 +01:00 |
|
Henrik Rydgård
|
509d04844b
|
Combine two translation strings, add another
|
2022-12-07 11:21:15 +01:00 |
|
Henrik Rydgård
|
241dd4093b
|
Change the Settings toggle to a specially styled checkbox
|
2022-12-07 11:12:29 +01:00 |
|
Henrik Rydgård
|
59c4ff6af4
|
Make translatable
|
2022-12-07 10:27:02 +01:00 |
|
Henrik Rydgård
|
a83a3f9d5d
|
Declutter using a context menu, which I had to create from scratch.
|
2022-12-07 10:27:02 +01:00 |
|
Henrik Rydgård
|
39b627c0c1
|
Fix layout issues, misc cleanup and comments
|
2022-12-07 10:27:02 +01:00 |
|
Henrik Rydgård
|
aed5d76fbc
|
Make the post shader list more editable
|
2022-12-07 10:27:02 +01:00 |
|
Henrik Rydgård
|
82680633e7
|
More usability tweaks
|
2022-12-07 10:27:02 +01:00 |
|
ThirteenAG
|
5e5bffc808
|
remade into GET_AXIS/GET_VKEY apis
|
2022-12-05 14:46:00 +03:00 |
|
Henrik Rydgård
|
dd22ec6fa7
|
Show the name of the chosen language on the choice button. Looks weird not to.
|
2022-12-05 12:10:45 +01:00 |
|
Henrik Rydgård
|
93e5060137
|
Load and cache langValuesMapping on demand
|
2022-12-05 12:10:45 +01:00 |
|
Henrik Rydgård
|
70f18f5621
|
Turn language popup thing into a lambda
|
2022-12-05 11:23:35 +01:00 |
|
ThirteenAG
|
37dc8c3e49
|
compilation workaround
|
2022-12-05 02:10:27 +03:00 |
|
ThirteenAG
|
0b77babfab
|
merged triggers api
|
2022-12-05 00:08:50 +03:00 |
|
ThirteenAG
|
6e03de35cf
|
more stuff for plugins
|
2022-12-04 23:46:01 +03:00 |
|
Henrik Rydgård
|
5381086996
|
Don't ignore insets for UI on the display layout screen (no longer needed)
|
2022-12-04 00:01:31 +01:00 |
|
Henrik Rydgård
|
e46b036482
|
Reorganize the DisplayLayoutScreen again - flip left/right sides, move mode switch to bottom.
|
2022-12-03 19:13:39 +01:00 |
|
Henrik Rydgård
|
fb5474115c
|
Align the version number better on the main screen
|
2022-12-03 19:07:38 +01:00 |
|
Henrik Rydgård
|
f5c0dc717a
|
Sort post-shaders alphabetically in the list.
|
2022-12-03 18:58:47 +01:00 |
|
Henrik Rydgård
|
f651f365b0
|
Disable the MSAA selector if software rendering is selected. Move software rendering up.
|
2022-12-03 17:43:08 +01:00 |
|
 Johan MattssonandGitHub
|
e260ba4062
|
Fix missing 'else'
|
2022-12-03 15:29:14 +01:00 |
|
Henrik Rydgård
|
a0f27c7442
|
Implement depth/stencil resolve. (We probably only need depth resolve since we don't texture from stencil, but whatever).
|
2022-12-01 22:49:00 +01:00 |
|
Henrik Rydgård
|
4dfce4f6bc
|
Basically working MSAA on desktop GPUs! Some glitches remain.
|
2022-12-01 22:49:00 +01:00 |
|
 Unknown W. BracketsandGitHub
|
60771d70f4
|
Merge pull request #16476 from hrydgard/minor-opts
Minor optimizations
|
2022-12-01 10:40:31 -08:00 |
|
Henrik Rydgård
|
7f7af003ce
|
UI: Darken game-as-background a bit more for UI legibility
|
2022-12-01 15:06:46 +01:00 |
|
Henrik Rydgård
|
9d9a64be8b
|
Fix Aspect Ratio translation category
|
2022-12-01 13:38:35 +01:00 |
|
Henrik Rydgård
|
9a108a46d4
|
Disable the PowerVR swapchain hack after driver version 1.386.1368.
See #15773
|
2022-12-01 10:17:53 +01:00 |
|
Henrik Rydgård
|
b62790fd00
|
Fix translatability of the string "Stereo display shader".
See #16459
|
2022-11-30 23:02:11 +01:00 |
|
Henrik Rydgård
|
489af071b9
|
TouchControlLayoutScreen: Reduce the amount of scissor calls
Who knows, might help #15773...
|
2022-11-30 15:19:08 +01:00 |
|
Henrik Rydgård
|
25e8f8385e
|
Redo the control UI screen layout, slightly update the look
|
2022-11-30 10:56:29 +01:00 |
|
Henrik Rydgård
|
0ff5e0a955
|
Add checks preventing a number of "possible" divisions by 0 in layout
|
2022-11-30 10:15:30 +01:00 |
|
Henrik Rydgård
|
3f0e53e60a
|
Let the running game show through the background of all the PromptScreen dialogs.
|
2022-11-29 16:29:43 +01:00 |
|
Henrik Rydgård
|
4a0dcfdb69
|
Add missing strings to en_US.ini
|
2022-11-29 10:10:34 +01:00 |
|
Henrik Rydgård
|
1358cf9b8f
|
Clean up "GPU log profiler" translation strings
|
2022-11-29 10:04:09 +01:00 |
|
Henrik Rydgård
|
4fe8aa7174
|
Fix category for "Language" string. Swedish translation improvements
|
2022-11-29 09:52:30 +01:00 |
|
Henrik Rydgård
|
b9dc206cf0
|
Fix skip buffer effect toggle not taking effect immediately
|
2022-11-29 09:42:11 +01:00 |
|
Lubos
|
804a336a1e
|
OpenXR - Hide unsupported layout options
|
2022-11-28 19:58:49 +01:00 |
|
 Henrik RydgårdandGitHub
|
3b960a92fc
|
Merge pull request #16451 from unknownbrackets/ui-psp-glow
UI: Add a slight glow around PSP in control map
|
2022-11-28 08:00:26 +01:00 |
|