Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-06 | [Net] Default @rpc annotation should be puppet, not master. | Fabio Alessandrelli | |
2021-08-06 | Merge pull request #51044 from raulsntos/csharp-dictionary-doc | Ignacio Roldán Etcheverry | |
Reduce C# Dictionary internal calls, Add documentation to Dictionary in C# | |||
2021-08-05 | Merge pull request #51286 from KoBeWi/get_used_REKT | Rémi Verschelde | |
Fix get_used_rect() calculation | |||
2021-08-05 | Fix get_used_rect() calculation | kobewi | |
2021-08-05 | Merge pull request #51285 from V-Sekai/reset-anim-spam | K. S. Ernest (iFire) Lee | |
Reset baking should not spam on lack of animation players. | |||
2021-08-05 | Merge pull request #50797 from AndreaCatania/AndreaCatania-patch-4 | K. S. Ernest (iFire) Lee | |
Fix Static & Rigid body generation on mesh import. | |||
2021-08-05 | Reset baking should not spam on lack of animation players. | K. S. Ernest (iFire) Lee | |
2021-08-05 | Reduce C# Dictionary internal calls | Raul Santos | |
- Implements new `KeyValuePairs` and `KeyValuePairAt` internal calls to get the `key` and the `value` in one call. - Caches the `DictionaryEntry` to reuse properties without repeating internal calls. | |||
2021-08-05 | Add documentation to Dictionary in C# | Raul Santos | |
Adds documentation to `Godot.Collections.Dictionary` in C#. | |||
2021-08-05 | Merge pull request #51164 from TokageItLab/fix-gizmo-transform-scaling | Rémi Verschelde | |
Fixed gizmo forced implicit normalization and inconsistent rotation | |||
2021-08-05 | Merge pull request #51215 from akien-mga/shortcut-rename-property-to-event | Rémi Verschelde | |
Shortcut: Rename `shortcut` property to `event` | |||
2021-08-05 | Merge pull request #51250 from ↵ | Rémi Verschelde | |
LightningAA/minor_view_rotation_gizmo_improvements-4.0 Minor visual improvements to the view rotation gizmo | |||
2021-08-05 | Merge pull request #50707 from SirQuartz/patch-26 | Rémi Verschelde | |
2021-08-05 | Shortcut: Rename `shortcut` property to `event` | Rémi Verschelde | |
Having a property which has the same name as its class leads to confusing situations (e.g. `BaseButton` has a `shortcut` property of type `Shortcut` which has a `shortcut` property of type `InputEvent`). Also renames `is_event` to `matches_event`, and `is_valid` to `has_valid_event` to better reflect what the methods check. | |||
2021-08-05 | Merge pull request #51272 from akien-mga/scons-message-status-override | Rémi Verschelde | |
SCons: Fix info message when defining `GODOT_VERSION_STATUS` | |||
2021-08-05 | SCons: Fix info message when defining `GODOT_VERSION_STATUS` | Rémi Verschelde | |
2021-08-05 | Merge pull request #51247 from pycbouh/docs-extract-theme-items | Rémi Verschelde | |
Add theme item descriptions to the online documentation | |||
2021-08-05 | Merge pull request #48615 from Razoric480/lsp-rename | Rémi Verschelde | |
Implement LSP didSave notification and rename request | |||
2021-08-04 | Add theme item descriptions to the online documentation | Yuri Sizov | |
2021-08-04 | Minor improvements to the view rotation gizmo | Lightning_A | |
2021-08-04 | Merge pull request #51242 from pycbouh/editor-theme-instructions | Rémi Verschelde | |
Improve user communications in the theme editor | |||
2021-08-04 | Improve user communications in the theme editor | Yuri Sizov | |
2021-08-04 | Merge pull request #51005 from Faless/mp/4.x_channels | Rémi Verschelde | |
[Net] Implement RPC channels in MultiplayerAPI. | |||
2021-08-04 | Merge pull request #51228 from timothyqiu/inspector-update | Rémi Verschelde | |
Disable save button when Inspector is not editing anything | |||
2021-08-04 | Disable save button when Inspector is not editing anything | Haoyu Qiu | |
2021-08-04 | Merge pull request #51226 from nekomatata/fix-max-slides-error | Rémi Verschelde | |
Fix inverted condition in CharacterBody2D/3D set_max_slides | |||
2021-08-04 | Merge pull request #47691 from 31/fix-script_class-null-master | Ignacio Roldán Etcheverry | |
Fix `script_class` null access when reloading a deleted C# script | |||
2021-08-03 | Fix 'script_class' null access when reloading a deleted C# script | 31 | |
2021-08-03 | Fix inverted condition in CharacterBody2D/3D set_max_slides | PouleyKetchoupp | |
2021-08-04 | Merge pull request #51020 from raulsntos/csharp-print-methods | Ignacio Roldán Etcheverry | |
Simplify C# print methods | |||
2021-08-03 | Simplify C# print methods | Raul Santos | |
- Extracts the parameters logic to a single method - Simplify the handling of null parameters | |||
2021-08-03 | Merge pull request #51220 from pycbouh/editor-mono-build-log | Rémi Verschelde | |
Fix the editor theme application for the Mono build log | |||
2021-08-03 | Fix the editor theme application for the Mono build log | Yuri Sizov | |
2021-08-03 | Merge pull request #51216 from Faless/headless/switch | Fabio Alessandrelli | |
[Headless] Add --headless switch (no rendering, no audio). | |||
2021-08-03 | [Headless] Add --headless switch (no rendering, no audio). | Fabio Alessandrelli | |
Also remove now unused "--no-window" option, and relative OS getter and setter. | |||
2021-08-03 | Merge pull request #50454 from Ev1lbl0w/gsoc21-dap | Fabio Alessandrelli | |
Implemented initial DAP support | |||
2021-08-03 | Merge pull request #51213 from pycbouh/editor-resource-picker-cache | Rémi Verschelde | |
Cache `EditorResourcePicker`'s allowed types | |||
2021-08-03 | Cache EditorResourcePicker's allowed types | Yuri Sizov | |
2021-08-03 | Merge pull request #50893 from KoBeWi/how_to_config_file | Rémi Verschelde | |
Improve ConfigFile example | |||
2021-08-03 | Improve ConfigFile example | kobewi | |
2021-08-03 | Merge pull request #51199 from Faless/net/4.x_ip_lock | Rémi Verschelde | |
2021-08-03 | i18n: Sync template with current 3.x codebase | Rémi Verschelde | |
Weblate will now track the state of `3.x` to prepare for the 3.4 release. (cherry picked from commit 92bafdcafb2c2d50b9079728842b825c72b99c19) | |||
2021-08-03 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Last POT sync with the `3.3` branch, we'll now switch Weblate to track `3.x` to prepare for the 3.4 release. (cherry picked from commit dec840452d5986ec8099b92ebabf454757da8b04) | |||
2021-08-03 | Merge pull request #51033 from merumelu/makerst-tutorial-links | Rémi Verschelde | |
makerst: use link titles for external tutorials | |||
2021-08-03 | Merge pull request #51006 from foxydevloper/drag-drop-naming | Rémi Verschelde | |
Name nodes added when drag & dropping an image by `name_casing` | |||
2021-08-03 | Merge pull request #51107 from Calinou/warn-engine-run-as-root | Rémi Verschelde | |
Print a warning when the engine is started as `root`/superuser | |||
2021-08-03 | Merge pull request #51118 from SirQuartz/patch-39 | Rémi Verschelde | |
Make the "View" menu in the 3D viewport stay open when selecting a checkbox | |||
2021-08-03 | Merge pull request #51177 from kleonc/tab_container-drop-tab-index-fix | Rémi Verschelde | |
TabContainer Fix moving dropped tab to incorrect child index | |||
2021-08-03 | Merge pull request #50986 from raulsntos/fix-path-3d-end | Rémi Verschelde | |
2021-08-03 | Merge pull request #50966 from Chaosus/vs_builtins | Yuri Roubinsky | |