summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-06Merge pull request #46505 from akien-mga/os-fix-used-resources-debug-printsRémi Verschelde
OS: Fix used resource debug prints
2021-08-06Merge pull request #51082 from ellenhp/fix_cubic_resamplingRémi Verschelde
2021-08-06OS: Fix used resource debug printsRémi Verschelde
These methods were broken by 22419082d9bedbc9dc060ea5784bb0871f8710a3 5 years ago and nobody complained, so maybe they're not so useful... But at least this should restore them to a working state.
2021-08-06Merge pull request #51214 from Calinou/update-spinner-highlight-when-continuousRémi Verschelde
Change the editor update spinner color when updating continuously
2021-08-06Merge pull request #51234 from akien-mga/tests-file-get_csv_lineRémi Verschelde
Tests: Improve coverage for `File::get_csv_line()`
2021-08-06Merge pull request #51283 from Razoric480/lsp-parse-fromRémi Verschelde
Fix LSP parsing get_node only from the scene root
2021-08-06Merge pull request #51301 from Faless/mp/4.x_gd_default_rpcRémi Verschelde
[Net] Default @rpc annotation should be puppet, not master.
2021-08-06Merge pull request #51008 from raulsntos/csharp-renamesRémi Verschelde
2021-08-06Merge pull request #51300 from Faless/enet/4.x_fix_status_connectRémi Verschelde
[Net] Fix ENetMultiplayerPeer status during connection.
2021-08-06Merge pull request #51290 from V-Sekai/less-reset-spamRémi Verschelde
Animation RESET spam less patch 2
2021-08-06Merge pull request #51297 from aaronfranke/shader-param-cacheYuri Roubinsky
Preserve original name in shader params cache
2021-08-06[Net] Default @rpc annotation should be puppet, not master.Fabio Alessandrelli
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-05Preserve original name in shader params cacheAaron Franke
2021-08-06Merge pull request #51044 from raulsntos/csharp-dictionary-docIgnacio Roldán Etcheverry
Reduce C# Dictionary internal calls, Add documentation to Dictionary in C#
2021-08-05Merge pull request #51286 from KoBeWi/get_used_REKTRémi Verschelde
Fix get_used_rect() calculation
2021-08-05Fix get_used_rect() calculationkobewi
2021-08-05Make animation reset do less spam.K. S. Ernest (iFire) Lee
2021-08-05Merge pull request #51285 from V-Sekai/reset-anim-spamK. S. Ernest (iFire) Lee
Reset baking should not spam on lack of animation players.
2021-08-05Merge pull request #50797 from AndreaCatania/AndreaCatania-patch-4K. S. Ernest (iFire) Lee
Fix Static & Rigid body generation on mesh import.
2021-08-05Fix LSP parsing get_node only from the scene rootFrancois Belair
2021-08-05Reset baking should not spam on lack of animation players.K. S. Ernest (iFire) Lee
2021-08-05Reduce C# Dictionary internal callsRaul 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-05Add documentation to Dictionary in C#Raul Santos
Adds documentation to `Godot.Collections.Dictionary` in C#.
2021-08-05Rename RotationQuaternion to be more similar to get_rotation_quaternionRaul Santos
Renames `RotationQuaternion` to be more consistent with `get_rotation_quaternion`
2021-08-05Rename RandSeed to RandFromSeed and use ref paramRaul Santos
Renames `RandSeed` method to be more consistent with `Math::rand_from_seed`
2021-08-05Merge pull request #51164 from TokageItLab/fix-gizmo-transform-scalingRémi Verschelde
Fixed gizmo forced implicit normalization and inconsistent rotation
2021-08-05Merge pull request #51215 from akien-mga/shortcut-rename-property-to-eventRémi Verschelde
Shortcut: Rename `shortcut` property to `event`
2021-08-05Merge 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-05Merge pull request #50707 from SirQuartz/patch-26Rémi Verschelde
2021-08-05Shortcut: 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-05Merge pull request #51272 from akien-mga/scons-message-status-overrideRémi Verschelde
SCons: Fix info message when defining `GODOT_VERSION_STATUS`
2021-08-05SCons: Fix info message when defining `GODOT_VERSION_STATUS`Rémi Verschelde
2021-08-05Merge pull request #51247 from pycbouh/docs-extract-theme-itemsRémi Verschelde
Add theme item descriptions to the online documentation
2021-08-05Merge pull request #48615 from Razoric480/lsp-renameRémi Verschelde
Implement LSP didSave notification and rename request
2021-08-04Add theme item descriptions to the online documentationYuri Sizov
2021-08-04Minor improvements to the view rotation gizmoLightning_A
2021-08-04Merge pull request #51242 from pycbouh/editor-theme-instructionsRémi Verschelde
Improve user communications in the theme editor
2021-08-04Improve user communications in the theme editorYuri Sizov
2021-08-04Tests: Improve coverage for `File::get_csv_line()`Rémi Verschelde
Adds a few more complex edge cases which are supported. Also adds some documentation, simplifies the code a bit and forbids using double quotes as a delimiter.
2021-08-04Merge pull request #51005 from Faless/mp/4.x_channelsRémi Verschelde
[Net] Implement RPC channels in MultiplayerAPI.
2021-08-04Merge pull request #51228 from timothyqiu/inspector-updateRémi Verschelde
Disable save button when Inspector is not editing anything
2021-08-04Disable save button when Inspector is not editing anythingHaoyu Qiu
2021-08-04Merge pull request #51226 from nekomatata/fix-max-slides-errorRémi Verschelde
Fix inverted condition in CharacterBody2D/3D set_max_slides
2021-08-04Merge pull request #47691 from 31/fix-script_class-null-masterIgnacio Roldán Etcheverry
Fix `script_class` null access when reloading a deleted C# script
2021-08-03Fix 'script_class' null access when reloading a deleted C# script31
2021-08-03Fix inverted condition in CharacterBody2D/3D set_max_slidesPouleyKetchoupp
2021-08-04Merge pull request #51020 from raulsntos/csharp-print-methodsIgnacio Roldán Etcheverry
Simplify C# print methods
2021-08-03Simplify C# print methodsRaul Santos
- Extracts the parameters logic to a single method - Simplify the handling of null parameters
2021-08-03Merge pull request #51220 from pycbouh/editor-mono-build-logRémi Verschelde
Fix the editor theme application for the Mono build log