summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #77452 from Sauermann/fix-deprecate-push-unhandled-inputRémi Verschelde2023-06-012-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Deprecate push_unhandled_input
| * | | | | Deprecate push_unhandled_inputMarkus Sauermann2023-05-312-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The functionality of `push_unhandled_input` has changed so that it no longer propagates input events to SubViewports. This makes it less predictable and it should be deprecated in favor of `push_input` which provides the same functionality and more. Also this deprecation simplifies the Viewport-API by reducing the methods for pushing input events, so that users don't need to worry about when to use which function in order to insert input events.
* | | | | | Merge pull request #76348 from warriormaster12/pipeline-cacheRémi Verschelde2023-06-011-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Implement Vulkan pipeline caching
| * | | | | | Implement Vulkan pipeline cachingwarriormaster122023-05-311-0/+3
| | | | | | |
* | | | | | | Merge pull request #74894 from rainlizard/patch-1Rémi Verschelde2023-06-011-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Document how to use the global animation library in GDScript
| * | | | | | | Specify how to use the global animation library in gdscriptrainlizard2023-03-141-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #77694 from mhilbrunner/docs-close-accessYuri Sizov2023-05-311-11/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Docs: Add FileAccess.close, remove duplicate example
| * | | | | | | Docs: Add FileAccess.close, remove dupl. exampleMax Hilbrunner2023-05-311-11/+1
| | | | | | | |
* | | | | | | | Merge pull request #47628 from Calinou/2d-editor-remove-contrained-viewYuri Sizov2023-05-311-3/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Remove constrained view in the 2D editor
| * | | | | | | Remove constrained view in the 2D editorHugo Locurcio2023-05-201-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We initially added an option to disable constraining the 2D editor view. This setting was still enabled by default to avoid confusing users who end up scrolling too far away from their current scene (which is a problem if you don't know about the F key to focus on the selection). However, it's probably a better choice to unconstrain the 2D editor view by default because: - Lots of people don't know about this setting and wonder how they can scroll far away from the scene. This feels really limiting for them, and it can even lead to some people thinking Godot intentionally limits scene sizes. - The 3D editor doesn't have such a contrain mechanism. This makes the 2D editor more consistent with the 3D editor.
* | | | | | | | Merge pull request #65269 from MJacred/docs/animationrootnodeYuri Sizov2023-05-311-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Document AnimationRootNode
| * | | | | | | | Add examples to AnimationRootNode DescriptionMJacred2023-05-311-0/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #77668 from ↵Yuri Sizov2023-05-311-0/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | winston-yallow/expose-marking-project-settings-internal Expose method to set a project setting as internal
| * | | | | | | | | Expose ProjectSettings.set_as_internal()Winston2023-05-301-0/+8
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #77446 from YuriSizov/gui-treeitem-add-childYuri Sizov2023-05-311-1/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Implement `TreeItem.add_child`
| * | | | | | | | | Implement `TreeItem.add_child`Yuri Sizov2023-05-311-1/+9
| |/ / / / / / / /
* / / / / / / / / Small rework of tooltip pluginskobewi2023-05-301-9/+12
|/ / / / / / / /
* | | | | | | | Merge pull request #75614 from AThousandShips/vector_docYuri Sizov2023-05-308-0/+48
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add more info on the nature of NAN
| * | | | | | | | Add more info on the nature of NANNinni Pipping2023-05-308-0/+48
| | | | | | | | |
* | | | | | | | | Merge pull request #77650 from mhilbrunner/Doc-Patch-1Yuri Sizov2023-05-301-3/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update HTTPRequest Class Documentation
| * | | | | | | | | Update HTTPRequest Class DocumentationTechnicalSoup2023-05-301-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reword the timeout member definition to indicate that example timeout values are suggestions. Add definition for timeout constant. Apply suggestions from code review Co-authored-by: Yuri Sizov <11782833+YuriSizov@users.noreply.github.com>
* | | | | | | | | | Merge pull request #77226 from aaronfranke/clampYuri Sizov2023-05-301-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Document that clamp works with any type that supports greater/less than
| * | | | | | | | | | Document that clamp works with any type that supports greater/less thanAaron Franke2023-05-181-2/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #77657 from vmedea/color-hex-docYuri Sizov2023-05-301-4/+4
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Clarify doc for Color.hex
| * | | | | | | | | | | Clarify doc for Color.hex and C# Color()mara2023-05-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "alpha channel first" seems misleading to me. It doesn't match with the examples, so remove it. Add a more detailed specification of the expected number format in hex.
* | | | | | | | | | | | Merge pull request #76272 from BWPanda/patch-2Yuri Sizov2023-05-301-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add Stretch Mode description to ProjectSettings.xml
| * | | | | | | | | | | | Add Stretch Mode description to ProjectSettings.xmlPeter Anderson2023-05-301-0/+4
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update doc/classes/ProjectSettings.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
* | | | | | | | | | | | Merge pull request #66625 from Sauermann/fix-move-child-updateYuri Sizov2023-05-301-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | Create a virtual mouse move event after moving child nodes in tree
| * | | | | | | | | | | Create a virtual mouse move event after moving child nodesMarkus Sauermann2023-05-291-0/+6
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates mouse cursor and mouse-over-states without the need for additional mouse movements.
* | | | | | | | | | | Merge pull request #77017 from Calinou/doc-noisetexture-seamless-smallYuri Sizov2023-05-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | Document seamless caveats on small textures in NoiseTexture2D and NoiseTexture3D
| * | | | | | | | | | Document seamless caveats on small textures in NoiseTexture2D and NoiseTexture3DHugo Locurcio2023-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also harmonizes "normal map" spelling across the class reference.
* | | | | | | | | | | Merge pull request #75483 from PoolloverNathan/patch-1Yuri Sizov2023-05-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update outdated syntax in `JavaScriptBridge` doc
| * | | | | | | | | | | Update outdated syntax in `JavaScriptBridge` docPoolloverNathan2023-05-301-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to `JavaScriptBridge`, thus takes a Callable, not an object/string pair.
* | | | | | | | | | | Merge pull request #75455 from archsolar/patch-1Yuri Sizov2023-05-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: Fix SurfaceTool example caps typo
| * | | | | | | | | | | Docs: Fix SurfaceTool example caps typoarchsolar2023-05-301-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #77227 from you-win/docs/cannot-use-not-operator-for-stringsYuri Sizov2023-05-302-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Mention that the not operator cannot be used with Strings and StringNames
| * | | | | | | | | | | Mention that the not operator cannot be used with Strings and StringNamesTim Yuen2023-05-302-2/+2
| |/ / / / / / / / / /
* / / / / / / / / / / Updated texture_button documentationTLAliceDev2023-05-301-1/+1
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | Old description implied that the normal texture would not be displayed while the button is on focus. That is not the case.
* | | | | | | | | | Merge pull request #77609 from RedworkDE/class-ref-code-fixesYuri Sizov2023-05-298-14/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix more issues with code tags in class reference
| * | | | | | | | | | Fix more issues with code tags in class referenceRedworkDE2023-05-298-14/+13
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #77577 from YeldhamDev/improve_window_docsYuri Sizov2023-05-294-74/+84
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Improve `Window` documentation
| * | | | | | | | | | | Improve `Window` documentationMichael Alexsander2023-05-294-74/+84
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #76151 from MewPurPur/square-gradient2dYuri Sizov2023-05-291-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add a square fill mode to GradientTexture2D
| * | | | | | | | | | | | Add a square fill mode to GradientTexture2DVolTer2023-04-201-0/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #76600 from MewPurPur/improve-docs-top-sections-PHYSYuri Sizov2023-05-29100-299/+295
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overhaul the top sections of the class reference (Physics classes)
| * | | | | | | | | | | | | Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-20100-299/+295
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #76702 from MewPurPur/improve-docs-top-sections-GUIYuri Sizov2023-05-29109-318/+294
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overhaul the top sections of the class reference (GUI classes)
| * | | | | | | | | | | | | | Overhaul the top sections of the class reference (GUI classes)VolTer2023-05-28109-318/+294
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #76526 from MewPurPur/improve-docs-top-sections-COREYuri Sizov2023-05-2981-245/+207
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overhaul the top sections of the class reference (Core classes)
| * | | | | | | | | | | | | | | Overhaul the top sections of the class reference (Core classes)VolTer2023-05-1981-245/+207
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |