| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new HashMap implementation | reduz | 2022-05-12 | 1 | -7/+5 |
* | Make `{call,set,notify}_group()` immediate by default | Hugo Locurcio | 2022-05-05 | 1 | -12/+12 |
* | Small improvements to get_first_node_in_group() | kobewi | 2022-04-29 | 1 | -3/+3 |
* | Merge pull request #60331 from KoBeWi/tween_static() | Rémi Verschelde | 2022-04-27 | 1 | -3/+1 |
|\ |
|
| * | Make Tween.interpolate_value() static | kobewi | 2022-04-17 | 1 | -3/+1 |
* | | [Net] Allow branch-specific MultiplayerAPIs. | Fabio Alessandrelli | 2022-04-26 | 1 | -12/+51 |
|/ |
|
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -1/+1 |
* | [Input] Add extra `shortcut_input` input processing step to process Unicode c... | bruvzg | 2022-04-05 | 1 | -0/+3 |
* | Make vararg method bind no return and return | Pierre-Thomas Meisels | 2022-03-30 | 1 | -11/+9 |
* | Revert "Update mouse cursor shape after changes" | Markus Sauermann | 2022-03-10 | 1 | -1/+0 |
* | Remove VARIANT_ARG* macros | reduz | 2022-03-09 | 1 | -34/+15 |
* | Update mouse cursor shape after changes | Markus Sauermann | 2022-03-09 | 1 | -0/+1 |
* | Various code and documentation improvements | kobewi | 2022-03-05 | 1 | -1/+1 |
* | Remove files_dropped signal from SceneTree | Igor Kordiukiewicz | 2022-02-28 | 1 | -2/+0 |
* | Use `switch` consistently in `_notification` (`scene` folder) | Rémi Verschelde | 2022-02-15 | 1 | -6/+5 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+3 |
* | [Net] Move RPC, Node cache out of MultiplayerAPI. | Fabio Alessandrelli | 2022-02-05 | 1 | -1/+1 |
* | [Net] New replication interface, spawner and synchronizer nodes. | Fabio Alessandrelli | 2022-02-04 | 1 | -0/+1 |
* | Vectors: Use clear() and has(). | Anilforextra | 2022-02-02 | 1 | -1/+1 |
* | Fix main window title translation. | bruvzg | 2022-01-21 | 1 | -0/+2 |
* | Fix Tween pause behavior | kobewi | 2022-01-09 | 1 | -1/+1 |
* | Merge pull request #56305 from Calinou/rename-lod-threshold | Rémi Verschelde | 2022-01-04 | 1 | -2/+2 |
|\ |
|
| * | Rename Lod Threshold to Mesh Lod Threshold | Hugo Locurcio | 2021-12-29 | 1 | -2/+2 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ |
|
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -4/+4 |
* | Delete objects enqueued for deletion during SceneTree destruction | kleonc | 2021-10-08 | 1 | -1/+5 |
* | Rename Node's `filename` property to `scene_file_path` for clarity | Hugo Locurcio | 2021-09-30 | 1 | -1/+1 |
* | Merge pull request #49819 from nekomatata/fix-process-mode-inherit | Rémi Verschelde | 2021-09-17 | 1 | -0/+1 |
|\ |
|
| * | Fix process mode update when mode owner is set to Inherit | PouleyKetchoupp | 2021-09-06 | 1 | -0/+1 |
* | | Merge pull request #51237 from KoBeWi/tween_fix() | Rémi Verschelde | 2021-09-14 | 1 | -1/+1 |
|\ \ |
|
| * | | Various fixes to Tween code | kobewi | 2021-08-06 | 1 | -1/+1 |
* | | | Merge pull request #49063 from Calinou/remove-16x-msaa | Rémi Verschelde | 2021-09-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Remove 16× MSAA support due to driver bugs and low performance | Hugo Locurcio | 2021-08-25 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | Add Listener2D | kobewi | 2021-08-31 | 1 | -9/+0 |
|/ / |
|
* | | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz | 2021-08-23 | 1 | -12/+11 |
* | | Revert "Add Node processing and physics processing cumulative (as opposed to ... | Juan Linietsky | 2021-08-22 | 1 | -2/+0 |
* | | Add Node processing and physics processing cumulative (as opposed to delta) t... | Mohammad Khashashneh | 2021-08-17 | 1 | -0/+2 |
* | | Disable Node3D when compiling without 3D and fix disable_3d option | Aaron Franke | 2021-08-13 | 1 | -5/+8 |
* | | Use the Unicode multiplication symbol where relevant | Hugo Locurcio | 2021-08-12 | 1 | -1/+1 |
* | | Organize methods in Viewport and explicitly name 3D methods with 3D | Aaron Franke | 2021-08-10 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #50899 from akien-mga/refref | Rémi Verschelde | 2021-07-26 | 1 | -4/+4 |
|\ |
|
| * | Use Ref<T> references as iterators where relevant | Rémi Verschelde | 2021-07-26 | 1 | -4/+4 |
* | | Use doubles for time everywhere in Timer/SceneTree | Aaron Franke | 2021-07-26 | 1 | -6/+6 |
|/ |
|
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -2/+2 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -8/+7 |
* | Show tooltips even when paused or time_scale is 0 | kobewi | 2021-07-23 | 1 | -1/+14 |
* | Merge pull request #50655 from JFonS/sname_opt | Rémi Verschelde | 2021-07-20 | 1 | -6/+6 |
|\ |
|
| * | Editor StringName and Viewport optimizations | Joan Fons | 2021-07-20 | 1 | -6/+6 |
* | | Merge pull request #50206 from groud/undoredo_increase_args_count | Rémi Verschelde | 2021-07-20 | 1 | -6/+6 |
|\ \
| |/
|/| |
|
| * | Increase the number of arguments accepted by UndoRedo methods | Gilles Roudière | 2021-07-06 | 1 | -6/+6 |