summaryrefslogtreecommitdiffstats
path: root/doc/classes/SubViewport.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update links to outdated asset library demosskyace652024-04-071-6/+6
| | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-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-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-281-2/+3
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Prohibit inconsistent size state for SubViewportMarkus Sauermann2023-01-311-0/+1
| | | | Prohibit size changes of SubViewports with parent SubViewportContainers that have stretch mode enabled.
* Tweak the Viewport configuration warning to mention 2×2 size requirementHugo Locurcio2022-04-291-1/+1
|
* Update some docs regarding SubViewportskobewi2022-03-011-0/+1
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-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.
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
|
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
|
* Use a non-zero default size for SubViewportsHugo Locurcio2021-05-181-1/+1
| | | | This makes viewports visible out of the box.
* Move XR flag from subviewport into viewportBastiaan Olij2021-05-011-3/+0
|
* Rename Viewport::ClearMode::CLEAR_MODE_ONLY_NEXT_FRAME to CLEAR_MODE_ONCEMarcel Admiraal2020-12-101-3/+3
|
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+9
|
* Mention SubViewport.render_target_clear_mode property is intended for 2D usage.Yetizone2020-09-031-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-04-201-12/+12
| | | | Add missing enum bindings.
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-1/+1
|
* Re-expose a simplified version of the stretch properties in SubViewportMichael Alexsander2020-04-031-14/+20
|
* Register SubViewport classMichael Alexsander2020-03-301-0/+51