| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #60901 from BastiaanOlij/vrs | Rémi Verschelde | 2022-07-17 | 44 | -463/+1571 |
| |\ | | | | | Adding Variable Rate Shading support to Godot | ||||
| | * | Adding Variable Rate Shading support to Godot | Bastiaan Olij | 2022-07-17 | 44 | -463/+1571 |
| |/ | | | | | Improve GI renderer and add VRS support Implement render device has_feature and move subgroup settings to limit_get | ||||
| * | Merge pull request #63075 from basta/master | Rémi Verschelde | 2022-07-17 | 3 | -3/+3 |
| |\ | | | | | Changing function definition to fix errror when compiling godot-python | ||||
| | * | Changed bool to GdNativeBool | basta | 2022-07-16 | 3 | -3/+3 |
| | | | |||||
| * | | Merge pull request #63082 from aaronfranke/editor-plugin-alphabetize | Rémi Verschelde | 2022-07-17 | 1 | -44/+47 |
| |\ \ | |||||
| | * | | Alphabetize editor plugins and move 2D plugins to their own section | Aaron Franke | 2022-07-16 | 1 | -44/+47 |
| |/ / | |||||
| * | | Merge pull request #63077 from Zylann/doc_plane_distance_to | Rémi Verschelde | 2022-07-16 | 1 | -1/+1 |
| |\ \ | | | | | | | Indicate Plane.distance_to returns a signed distance | ||||
| | * | | Indicate Plane.distance_to returns a signed distance | Marc Gilleron | 2022-07-16 | 1 | -1/+1 |
| | |/ | |||||
| * | | Merge pull request #63078 from snailrhymer/patch-1 | Rémi Verschelde | 2022-07-16 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Fix typo in VehicleBody3D.xml | snailrhymer | 2022-07-16 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #62939 from TokageItLab/implement-rest-fixer | Rémi Verschelde | 2022-07-16 | 13 | -27/+1021 |
| |\ | | | | | Add Rest Fixer to importer retarget | ||||
| | * | add rest fixer to importer retarget | Silc Renew | 2022-07-16 | 13 | -27/+1021 |
| | | | |||||
| * | | Merge pull request #62623 from TokageItLab/refactor-sync-animtree | Rémi Verschelde | 2022-07-16 | 24 | -184/+229 |
| |\ \ | | | | | | | Add `sync` to `NodeTransition` and `BlendSpace1D/2D` and refactor `sync` in `AnimationTree` | ||||
| | * | | refactor sync in AnimationTree | Silc Renew | 2022-07-16 | 24 | -184/+229 |
| |/ / | |||||
| * | | Merge pull request #63013 from aaronfranke/double-slider-box | Rémi Verschelde | 2022-07-15 | 4 | -14/+14 |
| |\ \ | |||||
| | * | | Consistently use double in Slider and SpinBox | Aaron Franke | 2022-07-15 | 4 | -14/+14 |
| | |/ | |||||
| * | | Merge pull request #63043 from pattlebass/fix-html5-locale | Fabio Alessandrelli | 2022-07-15 | 1 | -0/+1 |
| |\ \ | |/ |/| | HTML5: Make locale string match other platforms | ||||
| | * | HTML5: Make `OS.get_locale()` match other platforms | pattlebass | 2022-07-15 | 1 | -0/+1 |
| | | | | | | | | | Fixes #63029. | ||||
| * | | Merge pull request #62906 from bruvzg/ts_bit_fields | Rémi Verschelde | 2022-07-15 | 35 | -334/+395 |
| |\ \ | | | | | | | Use BitField hint for the TextServer enums. | ||||
| | * | | Use BitField hint for the TextServer enums. Add missing parts for BitField ↵ | bruvzg | 2022-07-15 | 35 | -334/+395 |
| |/ / | | | | | | | support to the GDextension API. | ||||
| * | | Merge pull request #63002 from Calinou/vulkan-sdk-macos-install-tmp | Rémi Verschelde | 2022-07-14 | 1 | -2/+3 |
| |\ \ | | | | | | | Download Vulkan SDK disk image to a temporary folder in the script | ||||
| | * | | Download Vulkan SDK disk image to a temporary folder in the script | Hugo Locurcio | 2022-07-14 | 1 | -2/+3 |
| |/ / | | | | | | | | | This prevents a `vulkan-sdk.dmg` file from lingering in the current working directory after installing the Vulkan SDK. | ||||
| * | | Merge pull request #62980 from garychia/scene_tree_editor_improvement | Rémi Verschelde | 2022-07-14 | 2 | -0/+9 |
| |\ \ | |||||
| | * | | Disable the OK button when no node is selected. | Chia-Hsiang Cheng | 2022-07-14 | 2 | -0/+9 |
| | | | | |||||
| * | | | Merge pull request #62835 from besh81/master | Rémi Verschelde | 2022-07-14 | 1 | -2/+3 |
| |\ \ \ | |||||
| | * | | | Fixed bug in grid_container with hidden children | besh81 | 2022-07-14 | 1 | -2/+3 |
| | | |/ | |/| | | | | | | | Fix a bug that occour when there are hidden children in grid_container. The visualization isn't correct due to a wrong calculation of max_col and max_row that mistakenly includes hidden children. | ||||
| * | | | Merge pull request #62997 from KoBeWi/drag_void | Rémi Verschelde | 2022-07-14 | 2 | -20/+25 |
| |\ \ \ | |||||
| | * | | | Clear drag_selection when drag ends | kobewi | 2022-07-14 | 2 | -20/+25 |
| |/ / / | |||||
| * | | | Merge pull request #62993 from KoBeWi/drash | Rémi Verschelde | 2022-07-14 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| | | Fix drag_selection crash on scene close | ||||
| | * | | Fix drag_selection crash on scene close | kobewi | 2022-07-14 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #58763 from Calinou/editor-fix-default-float-step | Rémi Verschelde | 2022-07-14 | 2 | -2/+4 |
| |\ \ | |||||
| | * | | Fix some properties having an invalid float step of `0` | Hugo Locurcio | 2022-07-10 | 2 | -2/+4 |
| | |/ | | | | | | | | | | | This also clamps the float step in the editor to the lowest value that is guaranteed to work in all situations (including for 32-bit floats). | ||||
| * | | Merge pull request #60458 from KoBeWi/Deprecated-hint,-unused- | Rémi Verschelde | 2022-07-14 | 9 | -161/+122 |
| |\ \ | |||||
| | * | | Remove unused hints | kobewi | 2022-07-12 | 9 | -161/+122 |
| | | | | |||||
| * | | | Merge pull request #62919 from MinusKube/dock-layout-save-bug | Rémi Verschelde | 2022-07-14 | 1 | -1/+7 |
| |\ \ \ | |||||
| | * | | | Fix editor dock layout not saving correctly | MinusKube | 2022-07-11 | 1 | -1/+7 |
| | |/ / | |||||
| * | | | Merge pull request #62952 from and-rad/results-count-no-negative | Rémi Verschelde | 2022-07-14 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Fix negative search result match | Andreas Raddau | 2022-07-12 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #62947 from BastiaanOlij/fix_mesh_instance_free | Rémi Verschelde | 2022-07-14 | 2 | -2/+2 |
| |\ \ \ \ | |||||
| | * | | | | Fix typo, call mesh_instance_free not mesh_free | Bastiaan Olij | 2022-07-12 | 2 | -2/+2 |
| | | |/ / | |/| | | |||||
| * | | | | Merge pull request #60696 from Calinou/shadow-quality-rename-project-settings | Rémi Verschelde | 2022-07-14 | 21 | -200/+201 |
| |\ \ \ \ | |||||
| | * | | | | Rename soft shadow quality project settings for easier searching | Hugo Locurcio | 2022-07-13 | 21 | -200/+201 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `rendering/quality/shadows` is now `rendering/quality/positional_shadow` to explicitly denote that the settings only affect positional light shadows, not directional light shadows. Shadow atlas settings now contain the word "atlas" for easier searching. Soft shadow quality settings were renamed to contain the word "filter". This makes the settings appear when searching for "filter" in the project settings dialog, like in Godot 3.x. | ||||
| * | | | | | Merge pull request #62710 from ↵ | Rémi Verschelde | 2022-07-13 | 1 | -6/+37 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Calinou/editor-help-improve-code-kbd-ref-highlight | ||||
| | * | | | | | Improve visibility of code, kbd and clickable references in editor help | Hugo Locurcio | 2022-07-05 | 1 | -6/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a background color for inline code, code blocks, keyboard shortcuts and clickable references (such as `[member something]`). | ||||
| * | | | | | | Merge pull request #62990 from Lerg/patch-1 | Rémi Verschelde | 2022-07-13 | 2 | -2/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Fix documentation for C# Vector2/3i classes. | Lerg | 2022-07-13 | 2 | -2/+2 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | The / operator was wrongly documented as a multiplication. | ||||
| * | | | | | | Merge pull request #62986 from fire-forge/array-object | Rémi Verschelde | 2022-07-13 | 1 | -1/+8 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | Show Resource type name in Array editor | FireForge | 2022-07-13 | 1 | -1/+8 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow-up to #60409 Example: @export var gradient_array: Array[Gradient] Before: Array[Object] After: Array[Gradient] | ||||
| * | | | | | Merge pull request #62978 from akien-mga/spriteframes-sort-anims-alphabetically | Rémi Verschelde | 2022-07-13 | 3 | -47/+14 |
| |\ \ \ \ \ | |||||
| | * | | | | | SpriteFrames: Sort animations alphabetically | Rémi Verschelde | 2022-07-13 | 3 | -47/+14 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And finally remove the 'frames' property which was added for compatibility with 2.1 in bed3efb17ede58a2bfc177b47cb3a49091aea30a. Fixes #21765. The 'animations' property on the other hand is needed, contrarily to what its comment said (copy-paste mistake probably). Also removes unused '_get_animation_list'. | ||||
