summaryrefslogtreecommitdiffstats
path: root/scene/main/scene_tree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a new HashMap implementationreduz2022-05-121-7/+5
* Make `{call,set,notify}_group()` immediate by defaultHugo Locurcio2022-05-051-12/+12
* Small improvements to get_first_node_in_group()kobewi2022-04-291-3/+3
* Merge pull request #60331 from KoBeWi/tween_static()Rémi Verschelde2022-04-271-3/+1
|\
| * Make Tween.interpolate_value() statickobewi2022-04-171-3/+1
* | [Net] Allow branch-specific MultiplayerAPIs.Fabio Alessandrelli2022-04-261-12/+51
|/
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-1/+1
* [Input] Add extra `shortcut_input` input processing step to process Unicode c...bruvzg2022-04-051-0/+3
* Make vararg method bind no return and returnPierre-Thomas Meisels2022-03-301-11/+9
* Revert "Update mouse cursor shape after changes"Markus Sauermann2022-03-101-1/+0
* Remove VARIANT_ARG* macrosreduz2022-03-091-34/+15
* Update mouse cursor shape after changesMarkus Sauermann2022-03-091-0/+1
* Various code and documentation improvementskobewi2022-03-051-1/+1
* Remove files_dropped signal from SceneTreeIgor Kordiukiewicz2022-02-281-2/+0
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-6/+5
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+3
* [Net] Move RPC, Node cache out of MultiplayerAPI.Fabio Alessandrelli2022-02-051-1/+1
* [Net] New replication interface, spawner and synchronizer nodes.Fabio Alessandrelli2022-02-041-0/+1
* Vectors: Use clear() and has().Anilforextra2022-02-021-1/+1
* Fix main window title translation.bruvzg2022-01-211-0/+2
* Fix Tween pause behaviorkobewi2022-01-091-1/+1
* Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde2022-01-041-2/+2
|\
| * Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio2021-12-291-2/+2
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* Delete objects enqueued for deletion during SceneTree destructionkleonc2021-10-081-1/+5
* Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-1/+1
* Merge pull request #49819 from nekomatata/fix-process-mode-inheritRémi Verschelde2021-09-171-0/+1
|\
| * Fix process mode update when mode owner is set to InheritPouleyKetchoupp2021-09-061-0/+1
* | Merge pull request #51237 from KoBeWi/tween_fix()Rémi Verschelde2021-09-141-1/+1
|\ \
| * | Various fixes to Tween codekobewi2021-08-061-1/+1
* | | Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde2021-09-131-1/+1
|\ \ \
| * | | Remove 16× MSAA support due to driver bugs and low performanceHugo Locurcio2021-08-251-1/+1
| | |/ | |/|
* / | Add Listener2Dkobewi2021-08-311-9/+0
|/ /
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-12/+11
* | Revert "Add Node processing and physics processing cumulative (as opposed to ...Juan Linietsky2021-08-221-2/+0
* | Add Node processing and physics processing cumulative (as opposed to delta) t...Mohammad Khashashneh2021-08-171-0/+2
* | Disable Node3D when compiling without 3D and fix disable_3d optionAaron Franke2021-08-131-5/+8
* | Use the Unicode multiplication symbol where relevantHugo Locurcio2021-08-121-1/+1
* | Organize methods in Viewport and explicitly name 3D methods with 3DAaron Franke2021-08-101-1/+1
|/
* Merge pull request #50899 from akien-mga/refrefRémi Verschelde2021-07-261-4/+4
|\
| * Use Ref<T> references as iterators where relevantRémi Verschelde2021-07-261-4/+4
* | Use doubles for time everywhere in Timer/SceneTreeAaron Franke2021-07-261-6/+6
|/
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-8/+7
* Show tooltips even when paused or time_scale is 0kobewi2021-07-231-1/+14
* Merge pull request #50655 from JFonS/sname_optRémi Verschelde2021-07-201-6/+6
|\
| * Editor StringName and Viewport optimizationsJoan Fons2021-07-201-6/+6
* | Merge pull request #50206 from groud/undoredo_increase_args_countRémi Verschelde2021-07-201-6/+6
|\ \ | |/ |/|
| * Increase the number of arguments accepted by UndoRedo methodsGilles Roudière2021-07-061-6/+6