summaryrefslogtreecommitdiffstats
path: root/doc/classes/SceneTree.xml
Commit message (Collapse)AuthorAgeFilesLines
* fix: replace "Godot" to "Redot"Muhannad Elbolaky2024-10-151-5/+5
| | | | Trying to change "Godot" to "Redot" in the doc while acknowledging the reference to previous Godot versions like Godot 3.X.
* Add link to notification docs in SceneTree docsThad Guidry2024-07-261-1/+1
|
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+4
| | | | | | | Adds fixed timestep interpolation to the rendering server (2D only). Switchable on and off with a project setting (default is off). Co-authored-by: lawnjelly <lawnjelly@gmail.com>
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-1/+1
|
* Tweak SceneTree DocumentationMicky2024-02-261-60/+62
|
* Merge pull request #78206 from alula/node-count-in-groupYuri Sizov2023-12-141-0/+7
|\ | | | | | | Add SceneTree.get_node_count_in_group()
| * Add SceneTree.get_node_count_in_group()Alula2023-06-141-0/+7
| |
* | Enhance SceneTree.change_scene*() methods' docsPedro J. Estébanez2023-11-241-2/+5
| |
* | Disallow nested custom multiplayers in `SceneTree`A Thousand Ships2023-09-251-3/+2
| | | | | | | | Enables clearing the custom multiplayer
* | Add a note about create_tween() method of SceneTree classMateus Elias2023-08-311-0/+1
| | | | | | | | | | | | Add note regarding SceneTree.create_tween() method behavior. Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Tomek <kobewi4e@gmail.com>
* | Clarify existence of groupskobewi2023-08-161-0/+1
| |
* | Clarify SceneTree.current_scene functionalityAttackButton2023-08-071-1/+2
| |
* | Merge pull request #78988 from RandomShaper/fix_change_sceneYuri Sizov2023-07-261-2/+2
|\ \ | | | | | | | | | Reimplement scene change
| * | Reimplement scene changePedro J. Estébanez2023-07-041-2/+2
| | |
* | | 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'
* | Clarify restrictions on nested `MultiplayerAPI` in `SceneTree`Ninni Pipping2023-06-251-0/+2
| |
* | Merge pull request #77688 from L4Vo5/clarify-deferredRémi Verschelde2023-06-221-10/+10
|\ \ | | | | | | | | | Clear up misconceptions about when deferred things run in the docs
| * | clarify the meaning of "deferred"L4Vo52023-06-181-10/+10
| |/
* | Clarify when things with _IDLE and _PHYSICS enums will runL4Vo52023-06-201-0/+1
| |
* | doc: Clarify description of `SceneTree.create_timer()`biswas084332023-06-151-1/+1
|/ | | | Added the 'emit' and the 'signal' word to the 'create_timer()' method description, regarding timer behavior.
* Validate code tags in documentation for potential paramsYuri Sizov2023-04-261-3/+3
| | | | | | | Adds a check to make_rst to look for matches between the text inside of the [code][/code] tag and known param identifiers. Fixes most of what was revealed.
* Exposing more project settings for documentationNinni Pipping2023-03-151-2/+2
|
* Discourage reusing Tweenskobewi2023-03-041-1/+1
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Fix C# examples in documentationRaul Santos2023-01-311-2/+2
| | | | | | | | | | - Fix documentation after C# renames. - Add missing `partial` in C# class declarations. - Change `delta` parameter type to `double` in C#. - Ensure parameters match base declaration. - Use `$` string interpolation in C#. - Fix invalid or outdated C# code. - Changed some examples to follow our style guide more closely.
* Add SceneTree.unload_current_scene()Juan Linietsky2023-01-101-3/+9
| | | | | | | Provides an obvious way to unload the currently loaded scene (which is nowhere to be found in the docs). The SceneTree.change_scene_to() method must now always provide a valid PackedScene. Fixes #63565.
* Add note about GROUP_CALL_UNIQUE not considering argumentsHaoyu Qiu2022-12-041-0/+1
|
* Rename change_scene() and change_scene_to()Jason Yundt2022-09-071-4/+4
| | | | | | | | | | | | | | | | Before this change, the SceneTree had methods named “change_scene” and “change_scene_to”. One of them accepted a String as a parameter and the other accepted a PackedScene, but you couldn’t tell which one was which just by looking at their names. This change renames those two methods to “change_scene_to_file” and “change_scene_to_packed”. These new names came from this suggestion [1]. These new names make the difference between the two methods more clear and hint at the fact that there’s more than one change_scene method. [1]: <https://github.com/godotengine/godot/issues/27640#issuecomment-1081870955> Fixes #27640.
* Some improvements to the SceneTreeTimerXwdit2022-09-031-1/+6
|
* Replace Array return types with TypedArray 2kobewi2022-08-231-2/+2
|
* Document run-time SceneTree debug property changes not working correctlyHugo Locurcio2022-08-141-0/+3
|
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-15/+15
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-33/+33
|
* Remove outdated line in call_group() descriptionkobewi2022-07-101-4/+2
|
* Add Path2D/3D debug optionssmix82022-06-201-0/+3
| | | | Add Path2D/3D debug options.
* Make auto_accept_quit and quit_on_go_back propertiesHaoyu Qiu2022-05-141-16/+8
|
* Make `{call,set,notify}_group()` immediate by defaultHugo Locurcio2022-05-051-7/+12
| | | | | | | This results in less surprising behavior out of the box. Internal usages were modified to keep the existing behavior identical there.
* Small improvements to get_first_node_in_group()kobewi2022-04-291-0/+1
|
* [Net] Allow branch-specific MultiplayerAPIs.Fabio Alessandrelli2022-04-261-3/+15
| | | | | | | | | Removes custom_multiplayer from Node. MultiplayerAPI overrides are now set at SceneTree level, and apply to whole branches. Impact on performance when using only the default multiplayer or overriding it is minimal, the use of branches can likely be further optimized by caching nodes and relevant MultiplayerAPI IDs.
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-2/+2
| | | | | | | | | | | | | | Type emit_signal exposed method return type set UndoRedo add_do_method and add_undo_method exposed return void Set TreeItem::_call_recursive_bind returns void Set _rpc_bind and _rpc_id_bind returns void in Node Set _call_group and _call_group_flags method returns void in SceneTree Set godot-cpp-test CI flag to false
* Remove files_dropped signal from SceneTreeIgor Kordiukiewicz2022-02-281-7/+0
|
* 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
|
* Replace remaining usages of yield with new await keywordDuroxxigar2021-10-221-1/+1
|
* Document null argument limitation with `SceneTree.call_group()`Hugo Locurcio2021-10-071-1/+4
|
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-2/+2
|
* Improve call_group documentationkobewi2021-09-161-2/+4
|
* Merge pull request #50207 from SirQuartz/patch-17Max Hilbrunner2021-09-151-1/+1
|\ | | | | Add note to `SceneTree` about pausing
| * Add note to `SceneTree` about pausingNick Huelin2021-07-061-1/+1
| | | | | | | | | | | | | | This pull request adds a small amendment to `SceneTree` describing the behavior `_physics_process()` when pausing the scene. `_physics_process` will completely stop processing collisions and signals whenever the scene is paused, however, the function will still receive calls. This addresses: #47326