Age | Commit message (Expand) | Author |
2022-02-28 | Remove files_dropped signal from SceneTree | Igor Kordiukiewicz |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-10-22 | Replace remaining usages of yield with new await keyword | Duroxxigar |
2021-10-07 | Document null argument limitation with `SceneTree.call_group()` | Hugo Locurcio |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde |
2021-09-16 | Improve call_group documentation | kobewi |
2021-09-15 | Merge pull request #50207 from SirQuartz/patch-17 | Max Hilbrunner |
2021-09-08 | Docs: Remove references to (removed) RSETs | Max Hilbrunner |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-12 | [Net] Remove most multiplayer hooks from SceneTree. | Fabio Alessandrelli |
2021-07-06 | Add note to `SceneTree` about pausing | Nick Huelin |
2021-06-19 | Complete rewrite of Tweens | Tomasz Chabora |
2021-06-05 | Edit "quit()" method description in `SceneTree` | Nick Huelin |
2021-04-29 | Document that `SceneTree.call_group()` is deferred | Hugo Locurcio |
2021-03-19 | class reference proofreading | Paul Joannon |
2021-03-10 | doc: Sync classref with current source | Rémi Verschelde |
2021-03-05 | Docs: Port Code Examples to C# (R, S, T, U) | HaSa1002 |
2021-02-25 | Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>... | Emmanuel Leblond |
2021-02-19 | Update documentation for the new ProcessMode | Aaron Franke |
2021-02-19 | doc: Sync classref with current source | Rémi Verschelde |
2021-01-25 | Clarify that create_timer does not require cleanup. | Ryan Roden-Corrent |
2021-01-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-12-27 | Mention that change_scene is deferred | kobewi |
2020-11-18 | Clarify that SceneTree::quit() does not immediately end the application. | Phischermen |
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio |
2020-03-31 | doc: Sync classref with DisplayServer/Window changes | Rémi Verschelde |
2020-02-25 | doc: Sync classref for Packed{Int,Float}{32,64}Array additions | Rémi Verschelde |
2020-02-22 | doc: Sync classref with StringName/Callable changes | Rémi Verschelde |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | Merge pull request #35589 from akien-mga/doc-drop-category-property | Rémi Verschelde |
2020-01-26 | doc: Do not expose Variant::NIL as a type in the class reference | Rémi Verschelde |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-03 | Add a shorthand for setting the exit code using `SceneTree::quit()` | Hugo Locurcio |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde |
2019-11-12 | Doc: Add return values for SceneTree::reload_current_scene | merumelu |
2019-11-11 | doc: Sync classref with current source | Rémi Verschelde |
2019-11-09 | Clarify how to handle go back button on mobile | Tomasz Chabora |
2019-10-01 | Print errors when tab indent found in [codeblock] | Yeongho Kim |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg |
2019-06-30 | doc: Remove null default values that can't be determined | Rémi Verschelde |
2019-06-30 | doc: Remove hardcoded default values from descriptions | Rémi Verschelde |
2019-06-30 | doc: Add default values to all properties | Rémi Verschelde |
2019-06-27 | Proofread and improve the whole class reference | Hugo Locurcio |
2019-06-27 | doc: Don't use `GlobalScope` scope in hyperlinks, it's automatically inferred | Rémi Verschelde |
2019-06-26 | doc: Proofread and complete various nodes | Rémi Verschelde |
2019-05-28 | doc: Sync classref with current source | Rémi Verschelde |
2019-04-22 | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde |