Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-06 | Merge pull request #51008 from raulsntos/csharp-renames | Rémi Verschelde | |
2021-08-06 | Merge pull request #51300 from Faless/enet/4.x_fix_status_connect | Rémi Verschelde | |
[Net] Fix ENetMultiplayerPeer status during connection. | |||
2021-08-06 | Merge pull request #51290 from V-Sekai/less-reset-spam | Rémi Verschelde | |
Animation RESET spam less patch 2 | |||
2021-08-06 | Merge pull request #51297 from aaronfranke/shader-param-cache | Yuri Roubinsky | |
Preserve original name in shader params cache | |||
2021-08-06 | [Net] Fix ENetMultiplayerPeer status during connection. | Fabio Alessandrelli | |
While the client emitting "peer_connect" for the server, the status was still set to CONNECTION_CONNECTING, causing bugs in the upper layer. | |||
2021-08-05 | Preserve original name in shader params cache | Aaron Franke | |
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 | Make animation reset do less spam. | K. S. Ernest (iFire) Lee | |
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 | Rename RotationQuaternion to be more similar to get_rotation_quaternion | Raul Santos | |
Renames `RotationQuaternion` to be more consistent with `get_rotation_quaternion` | |||
2021-08-05 | Rename RandSeed to RandFromSeed and use ref param | Raul Santos | |
Renames `RandSeed` method to be more consistent with `Math::rand_from_seed` | |||
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) |