Commit Graph

29 Commits

Author SHA1 Message Date
2db7ecd410 [Docs] Various grammar and spelling fixes 2025-06-23 20:54:08 +02:00
79f5a4d9fe OpenXR: Use the XR_FB_foveation_vulkan extension to get the density map for VRS 2025-03-31 07:21:58 -05:00
c54e09a5a3 Overhaul some "uncommon" wording in class reference 2024-03-01 15:32:38 +01:00
cc3984f359 Avoid punning enum names in documentation 2023-11-09 17:16:30 +08:00
469c462b76 Add missing tutorials to documentation classes 2023-08-19 20:29:24 +02:00
097c849395 Fix various typos in classref 2023-08-04 16:29:55 +08:00
81064cc239 Doctool: Remove version attribute from XML header
We don't use that info for anything, and it generates unnecessary diffs
every time we bump the minor version (and CI failures if we forget to
sync some files from opt-in modules (mono, text_server_fb).
2023-07-06 10:08:21 +02:00
346f1ab86b Bump version to 4.2-dev
Keep on waitin'
2023-07-05 22:07:03 +02:00
766807506c Fix various typos in the classref 2023-04-18 19:53:47 +08:00
e31c2e4277 Add a get_system_info method to XRInterface 2023-03-15 13:11:48 +11:00
1c1524a651 Bump version to 4.1-dev
Can't stop, won't stop, they said, huh?
2023-03-01 01:44:37 +01:00
9e9eac4676 Use enum instead of int in virtual methods return type 2023-01-31 19:06:49 +01:00
80ccd46dcd Use capitalized ID in the doc 2022-12-08 09:40:49 +08:00
2108019484 Remove redefinition of notification method in XRInterfaceExtension 2022-11-14 20:18:46 +01:00
f7c611ab71 Style: Misc docs and comment style and language fixes
- Removed empty paragraphs in XML.
- Consistently use bold style for "Example:", on a new line.
- Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`).
- Fix invalid usage of backticks for inline code in BBCode.
- Fix some American/British English spelling inconsistencies.
- Other minor fixes spotted along the way, including typo fixes with codespell.
- Don't specify `@GlobalScope` for `enum` and `constant`.
2022-11-02 19:01:18 +01:00
c7656978ba Adding getters to RenderTarget and implementing override functionality for XR 2022-10-05 11:37:49 +11:00
c5d7115038 Rename the argument tag to param in XML documentation 2022-08-08 22:34:31 +03:00
d139131aab Adding Variable Rate Shading support to Godot
Improve GI renderer and add VRS support
Implement render device has_feature and move subgroup settings to limit_get
2022-07-17 15:42:24 +10:00
b68dd2e189 Add an XML schema for documentation
This makes it easier to spot syntax errors when editing the
class reference. The schema is referenced locally so validation
can still work offline.

Each class XML's schema conformance is also checked on GitHub Actions.
2022-02-15 00:03:31 +01:00
98e5cd24db Improve XRInterface hooks into rendering 2022-01-26 13:55:44 +11:00
6794b6f10b Fix double _get_tracking_status declaration 2021-10-20 17:39:08 +11:00
96b707215d Add support for returning the play area from XRInterface 2021-10-19 21:17:04 +11:00
5d1ea92daf Rework XR positional trackers 2021-10-17 12:12:20 +11:00
d54f2ad7ca Don't generate empty doc sections and reduce code duplication 2021-09-20 20:59:33 -05:00
506ae80876 Expose Vulkan internal values for access from extensions 2021-09-09 22:28:32 +10:00
461d31427c Merge pull request #52205 from BastiaanOlij/blit_source_rect
Add source rectangle to blit
2021-09-07 09:21:13 +10:00
32ddcaf15e Add missing parameter names to _commit_views GDVIRTUAL_BIND 2021-09-05 11:51:13 +10:00
fbac863bfb Add source rectangle to blit 2021-08-29 14:57:16 +10:00
86ff7f8550 Adding GDExtension support to XRInterface 2021-08-26 23:24:44 +10:00