Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #55700 from Razoric480/raz/lsp-extraneous-code | Rémi Verschelde | 2021-12-09 | 1 | -3/+0 |
|\ | |||||
| * | Remove extraneous return to LSP | Francois Belair | 2021-12-07 | 1 | -3/+0 |
| | | |||||
* | | Fixup last commit, change misleading CodeEditor for consistency | Rémi Verschelde | 2021-12-09 | 2 | -4/+4 |
| | | |||||
* | | Fix mid-air conflict between #55299 and #55692 | Rémi Verschelde | 2021-12-09 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #55594 from Fro-Z/fix-html-file-drop | Fabio Alessandrelli | 2021-12-09 | 1 | -1/+1 |
|\ \ | | | | | | | Fix files_dropped in HTML5 export mono builds. | ||||
| * | | Fix files_dropped in HTML5 export. | Luis Sanchez | 2021-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | (Ignore trailing slash when creating the temporary directory) | ||||
* | | | Merge pull request #55299 from nathanfranke/renames | Rémi Verschelde | 2021-12-09 | 130 | -1015/+865 |
|\ \ \ | |||||
| * | | | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 130 | -1015/+865 |
| | | | | |||||
* | | | | Merge pull request #55748 from cptchuckles/fix-sprite-validate-property | Rémi Verschelde | 2021-12-09 | 2 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Fix _validate_property on AnimatedSprite 2D and 3D | Jonathan Gollnick | 2021-12-08 | 2 | -2/+2 |
| |/ / / | |||||
* | | | | Merge pull request #49473 from cptchuckles/fix-auto-reload-scripts | Rémi Verschelde | 2021-12-09 | 1 | -1/+9 |
|\ \ \ \ | |||||
| * | | | | Fix auto reload scripts on external change | Jonathan Gollnick | 2021-09-02 | 1 | -1/+9 |
| | | | | | |||||
* | | | | | Merge pull request #55692 from Chaosus/material_editor_canvas_item_mode | Rémi Verschelde | 2021-12-09 | 2 | -21/+58 |
|\ \ \ \ \ | |||||
| * | | | | | Add CanvasItem mode support to the MaterialEditor | Yuri Roubinsky | 2021-12-07 | 2 | -21/+58 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #55745 from KoBeWi/commit_farming | Yuri Roubinsky | 2021-12-09 | 3 | -3/+3 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix some containers disabling wrong scrollbars | kobewi | 2021-12-09 | 3 | -3/+3 |
|/ / / / | |||||
* | | | | Merge pull request #55709 from raulsntos/expose_script_edit | Rémi Verschelde | 2021-12-08 | 3 | -1/+17 |
|\ \ \ \ | |||||
| * | | | | Expose `ScriptEditor::edit` to scripting | Raul Santos | 2021-12-08 | 3 | -1/+17 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | Exposes a method in `EditorInterface` to open scripts on a specified line and column. This method handles if the internal or the external editor should be used. | ||||
* | | | | Merge pull request #55725 from KoBeWi/id(x) | Rémi Verschelde | 2021-12-08 | 2 | -107/+109 |
|\ \ \ \ | | | | | | | | | | | Improve PopupMenu doc about id and index | ||||
| * | | | | Improve PopupMenu doc about id and index | kobewi | 2021-12-08 | 2 | -107/+109 |
| | | | | | |||||
* | | | | | Merge pull request #51381 from Chaosus/shader_compile_enchancement | Yuri Roubinsky | 2021-12-08 | 7 | -25/+69 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Make `compile` shader function to use struct instead long parameter list | Yuri Roubinsky | 2021-12-08 | 7 | -25/+69 |
| | | | | | |||||
* | | | | | Merge pull request #55672 from raulsntos/csharp-docs | Ignacio Roldán Etcheverry | 2021-12-08 | 7 | -15/+18 |
|\ \ \ \ \ | | | | | | | | | | | | | Various fixes to C# documentation | ||||
| * | | | | | Various fixes to C# documentation | Raul Santos | 2021-12-07 | 7 | -15/+18 |
| | | | | | | |||||
* | | | | | | Merge pull request #55694 from KoBeWi/scrollbar_modding_tools | Rémi Verschelde | 2021-12-08 | 18 | -124/+92 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | ScrollContainer's scrollbar visibility is now enum | ||||
| * | | | | | | ScrollContainer's scrollbar visibility is now enum | kobewi | 2021-12-07 | 18 | -124/+92 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #55677 from ↵ | Rémi Verschelde | 2021-12-08 | 21 | -188/+188 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | Calinou/rename-gpu-particles-3d-attractor-collision-nodes Rename GPUParticles attractor and collision nodes to have a 3D suffix | ||||
| * | | | | | Rename GPUParticles attractor and collision nodes to have a 3D suffix | Hugo Locurcio | 2021-12-08 | 21 | -188/+188 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | GPUParticles attractors and collision are currently only available in 3D. Their 2D counterparts haven't been implemented yet, but they will use separate nodes. | ||||
* | | | | | Merge pull request #55706 from jmb462/fix-bad-control-wrap_mouse-offset | Rémi Verschelde | 2021-12-07 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix bad mouse offset with Control::wrap_mouse() | ||||
| * | | | | Fix bad mouse offset with Control::wrap_mouse() | jmb462 | 2021-12-07 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #35901 from nathanfranke/pool-byte-array-subarray-exclusive | Rémi Verschelde | 2021-12-07 | 20 | -160/+169 |
|\ \ \ \ | |||||
| * | | | | PackedByteArray, Array slice end exclusive, rename subarray to slice | Nathan Franke | 2021-11-26 | 20 | -160/+169 |
| | | | | | |||||
* | | | | | Merge pull request #55689 from Chaosus/fix_shader_window_bug | Rémi Verschelde | 2021-12-07 | 1 | -1/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Fix error emitting when called new shader dialog from resource dialog | Yuri Roubinsky | 2021-12-07 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | Merge pull request #55675 from raulsntos/csharp-basis-quaternion | Ignacio Roldán Etcheverry | 2021-12-07 | 2 | -83/+83 |
|\ \ \ \ \ | |/ / / / |/| | | | | Rename C# `Quaternion()` -> `GetQuaternion()` | ||||
| * | | | | Rename C# `Quaternion()` -> `GetQuaternion()` | Raul Santos | 2021-12-06 | 2 | -83/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To keep consistency with GDScript, the method `Quaternion()` is renamed `GetQuaternion()`, and made `internal` so it's not exposed to scripting. The documentation references are also fixed. Also, the methods `GetQuaternion()` and `GetRotationQuaternion()` are moved below `GetEuler()` to follow alphabetic order. | ||||
* | | | | | Merge pull request #55670 from akien-mga/rename-videoplayer | Rémi Verschelde | 2021-12-07 | 7 | -85/+85 |
|\ \ \ \ \ | |||||
| * | | | | | Rename `VideoPlayer` to `VideoStreamPlayer` for consistency | Rémi Verschelde | 2021-12-06 | 7 | -85/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's a player for `VideoStream` resources, just like `AudioStreamPlayer` is a player for `AudioStream` resources. Closes https://github.com/godotengine/godot-proposals/issues/3624. | ||||
* | | | | | | Merge pull request #55685 from aaronfranke/item-count | Rémi Verschelde | 2021-12-07 | 7 | -9/+9 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Rename `items_count` property to `item_count` | ||||
| * | | | | | | Rename "items_count" property to "item_count" | Aaron Franke | 2021-12-06 | 7 | -9/+9 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #55659 from timothyqiu/boom | Rémi Verschelde | 2021-12-06 | 1 | -3/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix crash when `update()` is called inside `_draw()` | ||||
| * | | | | | | Fix crash when update() is called inside _draw() | Haoyu Qiu | 2021-12-06 | 1 | -3/+4 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #55655 from raulsntos/csharp-items-count | Ignacio Roldán Etcheverry | 2021-12-06 | 1 | -4/+4 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | Replace deprecated `GetItemCount()` with `ItemsCount` | ||||
| * | | | | | | Replace deprecated GetItemCount() with ItemsCount | Raul Santos | 2021-12-06 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the deprecated method `GetItemCount()` with the new property `ItemsCount`. | ||||
* | | | | | | | Merge pull request #55662 from ↵ | Rémi Verschelde | 2021-12-06 | 31 | -91/+91 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | KoBeWi/update_minimum_size_changed_to_update_minimum_size | ||||
| * | | | | | | | Rename minimum_size_changed() method | kobewi | 2021-12-06 | 31 | -91/+91 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #55671 from KoBeWi/hotfix_straight_from_a_🌋 | Rémi Verschelde | 2021-12-06 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix error when adding RESET key for new track | kobewi | 2021-12-06 | 1 | -2/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #55666 from KoBeWi/reduce_ProximityGroup3D_to_atoms | Rémi Verschelde | 2021-12-06 | 5 | -313/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Remove ProximityGroup3D node | kobewi | 2021-12-06 | 5 | -313/+0 |
| | | | | | | | | | |