Age | Commit message (Expand) | Author |
2021-09-04 | Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED` | Hugo Locurcio |
2021-09-02 | Changed Window current_screen parameter from string to int | JestemStefan |
2021-09-01 | Prevent crash on startup if no audio server | Paulb23 |
2021-08-31 | Add Listener2D | kobewi |
2021-08-30 | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". | Fabio Alessandrelli |
2021-08-29 | Merge pull request #30391 from KoBeWi/hiding_children | Juan Linietsky |
2021-08-28 | Merge pull request #51906 from requizm/fix/49077 | Michael Alexsander |
2021-08-28 | Add support for internal nodes | kobewi |
2021-08-27 | Do all audio mixing in the AudioServer | Ellen Poe |
2021-08-27 | Makes FontData importable resource. | bruvzg |
2021-08-26 | Merge pull request #52132 from nekomatata/fix-physics-process-delta | Camille Mohr-Daurat |
2021-08-26 | Fix delta passed in _physics_process | PouleyKetchoupp |
2021-08-26 | Merge pull request #52107 from timothyqiu/overriden | Juan Linietsky |
2021-08-26 | Optionally scale 3D render content | Bastiaan Olij |
2021-08-26 | Fix misspelled "overriden" | Haoyu Qiu |
2021-08-25 | Remove 16× MSAA support due to driver bugs and low performance | Hugo Locurcio |
2021-08-24 | Merge pull request #52000 from lyuma/set_editable_instance | Juan Linietsky |
2021-08-23 | Make Node editable_instance methods available to GDScript | Lyuma |
2021-08-23 | Entirely removes BIND_VMETHOD in favor of GDVIRTUAL | reduz |
2021-08-22 | Replace BIND_VMETHOD by new GDVIRTUAL syntax | reduz |
2021-08-22 | Revert "Add Node processing and physics processing cumulative (as opposed to ... | Juan Linietsky |
2021-08-22 | Merge pull request #41850 from MohammadKhashashneh/cumulative-time_issue_6999 | Hugo Locurcio |
2021-08-20 | Fix tooltip message working incorrectly in PopupMenu | requizm |
2021-08-18 | [Net] MultiplayerReplicator with initial state. | Fabio Alessandrelli |
2021-08-17 | Add Node processing and physics processing cumulative (as opposed to delta) t... | Mohammad Khashashneh |
2021-08-17 | fix bug on window notification propagation | Jihyun Yu |
2021-08-14 | Merge pull request #50147 from aaronfranke/disable-node3d | Rémi Verschelde |
2021-08-13 | Style: Cleanup code using `text_editor/completion/use_single_quotes` | Rémi Verschelde |
2021-08-13 | Disable Node3D when compiling without 3D and fix disable_3d option | Aaron Franke |
2021-08-13 | Merge pull request #51607 from aaronfranke/includes | Rémi Verschelde |
2021-08-13 | Fix some unnecessary includes | Aaron Franke |
2021-08-12 | Use the Unicode multiplication symbol where relevant | Hugo Locurcio |
2021-08-10 | Merge pull request #49417 from Bhu1-V/gsoc-cmd-plt | Rémi Verschelde |
2021-08-10 | Organize methods in Viewport and explicitly name 3D methods with 3D | Aaron Franke |
2021-08-09 | Use doubles for time in many other places | Aaron Franke |
2021-08-09 | [Net] Basic extensible MultiplayerAPI spawn/despawn. | Fabio Alessandrelli |
2021-08-09 | Added EditorCommandPalette | Bhuvan Vemula |
2021-08-06 | Various fixes to Tween code | kobewi |
2021-08-03 | Merge pull request #51006 from foxydevloper/drag-drop-naming | Rémi Verschelde |
2021-07-29 | Add `auto_translate` toggle for automatic translation | Michael Alexsander |
2021-07-29 | Name nodes added from drag & drop by `name_casing` | foxydevloper |
2021-07-27 | Multiple cosmetic fixes for embedded windows | Michael Alexsander |
2021-07-26 | Merge pull request #50899 from akien-mga/refref | Rémi Verschelde |
2021-07-26 | Use Ref<T> references as iterators where relevant | Rémi Verschelde |
2021-07-26 | Use doubles for time everywhere in Timer/SceneTree | Aaron Franke |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-23 | Show tooltips even when paused or time_scale is 0 | kobewi |
2021-07-22 | Make `MenuButton`'s `switch_on_hover` work again | Michael Alexsander |
2021-07-21 | Use the standard C `INFINITY` and `NAN` constants directly | Hugo Locurcio |