Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e | Spartan322 | 2024-11-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix more miscellaneous oddities around the class reference | Micky | 2024-11-12 | 1 | -1/+1 |
| | | |||||
* | | fix: replace "Godot" to "Redot" | Muhannad Elbolaky | 2024-10-15 | 1 | -2/+2 |
|/ | | | | Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X. | ||||
* | Couple of small fixes on the action map: now saves when CTRL-S is ↵ | Bastiaan Olij | 2024-07-11 | 1 | -0/+4 |
| | | | | pressed/project is run, no longer looses content if OpenXR is not enabled, and a small documentation fix. | ||||
* | Rework XR Trackers to have a common ancestor. Allow creation of XRNode3D to ↵ | Malcolm Nixon | 2024-04-18 | 1 | -0/+3 |
| | | | | drive node positions and visibility. | ||||
* | Added XR tracking-state change signals | Malcolm Nixon | 2023-09-03 | 1 | -0/+8 |
| | | | | | Add "pose_lost_tracking" signal to XRPositionalTracker. Add "tracking_changed" signal to XRNode3D. | ||||
* | Add missing tutorials to documentation classes | Hugo Locurcio | 2023-08-19 | 1 | -0/+1 |
| | |||||
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | 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). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | [doc] Use "param" instead of "code" to refer to parameters | Andy Maloney | 2022-08-09 | 1 | -1/+1 |
| | | | | Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com> | ||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -5/+5 |
| | |||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
* | Rework XR positional trackers | Bastiaan Olij | 2021-10-17 | 1 | -0/+53 |