Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-06 | Merge pull request #46505 from akien-mga/os-fix-used-resources-debug-prints | Rémi Verschelde | |
OS: Fix used resource debug prints | |||
2021-08-06 | Merge pull request #51082 from ellenhp/fix_cubic_resampling | Rémi Verschelde | |
2021-08-06 | OS: Fix used resource debug prints | Ré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-06 | Merge pull request #51214 from Calinou/update-spinner-highlight-when-continuous | Rémi Verschelde | |
Change the editor update spinner color when updating continuously | |||
2021-08-06 | Merge pull request #51234 from akien-mga/tests-file-get_csv_line | Rémi Verschelde | |
Tests: Improve coverage for `File::get_csv_line()` | |||
2021-08-06 | Merge pull request #51283 from Razoric480/lsp-parse-from | Rémi Verschelde | |
Fix LSP parsing get_node only from the scene root | |||
2021-08-06 | Merge pull request #51301 from Faless/mp/4.x_gd_default_rpc | Rémi Verschelde | |
[Net] Default @rpc annotation should be puppet, not master. | |||
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] 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-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 | Fix LSP parsing get_node only from the scene root | Francois Belair | |
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 | Tests: 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-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 |