Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-14 | Merge pull request #62997 from KoBeWi/drag_void | Rémi Verschelde | |
2022-07-14 | Clear drag_selection when drag ends | kobewi | |
2022-07-14 | Merge pull request #62993 from KoBeWi/drash | Rémi Verschelde | |
Fix drag_selection crash on scene close | |||
2022-07-14 | Fix drag_selection crash on scene close | kobewi | |
2022-07-14 | Merge pull request #58763 from Calinou/editor-fix-default-float-step | Rémi Verschelde | |
2022-07-14 | Merge pull request #60458 from KoBeWi/Deprecated-hint,-unused- | Rémi Verschelde | |
2022-07-14 | Merge pull request #62919 from MinusKube/dock-layout-save-bug | Rémi Verschelde | |
2022-07-14 | Merge pull request #62952 from and-rad/results-count-no-negative | Rémi Verschelde | |
2022-07-14 | Merge pull request #62947 from BastiaanOlij/fix_mesh_instance_free | Rémi Verschelde | |
2022-07-14 | Merge pull request #60696 from Calinou/shadow-quality-rename-project-settings | Rémi Verschelde | |
2022-07-13 | Merge pull request #62710 from ↵ | Rémi Verschelde | |
Calinou/editor-help-improve-code-kbd-ref-highlight | |||
2022-07-13 | Merge pull request #62990 from Lerg/patch-1 | Rémi Verschelde | |
2022-07-13 | Fix documentation for C# Vector2/3i classes. | Lerg | |
The / operator was wrongly documented as a multiplication. | |||
2022-07-13 | Merge pull request #62986 from fire-forge/array-object | Rémi Verschelde | |
2022-07-13 | Rename soft shadow quality project settings for easier searching | Hugo Locurcio | |
`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. | |||
2022-07-13 | Show Resource type name in Array editor | FireForge | |
Follow-up to #60409 Example: @export var gradient_array: Array[Gradient] Before: Array[Object] After: Array[Gradient] | |||
2022-07-13 | Merge pull request #62978 from akien-mga/spriteframes-sort-anims-alphabetically | Rémi Verschelde | |
2022-07-13 | SpriteFrames: Sort animations alphabetically | Rémi Verschelde | |
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'. | |||
2022-07-13 | Merge pull request #62895 from KoBeWi/callables_exist_you_know | George Marques | |
2022-07-13 | Merge pull request #62901 from ↵ | George Marques | |
cdemirer/prevent-unnecessary-additional-parser-error | |||
2022-07-13 | Merge pull request #62900 from cdemirer/fix-parser-stuck-in-an-error-loop | George Marques | |
2022-07-13 | Merge pull request #62774 from Rindbee/make-the-meta-click-area-fit | Rémi Verschelde | |
Make the meta click area fit to its visible area | |||
2022-07-13 | Merge pull request #62781 from MinusKube/tree-slider-bug | Rémi Verschelde | |
Fix range slider in tree not updating text value | |||
2022-07-13 | Merge pull request #62824 from MinusKube/haunted-editor-bug | Rémi Verschelde | |
Fix haunted editor bug causing weird issues with mouse behaviour | |||
2022-07-13 | Merge pull request #59680 from fire-forge/property-help | Rémi Verschelde | |
Add "Open Documentation" button to EditorProperty context menu | |||
2022-07-13 | Merge pull request #62282 from fire-forge/gradient2d-editor-fix | Rémi Verschelde | |
Fix GradientTexture2D editor height | |||
2022-07-13 | Merge pull request #62827 from fire-forge/ok-cancel | Rémi Verschelde | |
Add `ok_button_text` to AcceptDialog and `cancel_button_text` to ConfirmationDialog | |||
2022-07-13 | Merge pull request #62865 from Calinou/taa-comment-fix-dead-link | Rémi Verschelde | |
Fix dead link in TAA resolve shader comment | |||
2022-07-13 | Merge pull request #62884 from KoBeWi/THICKUNDERLINE | Rémi Verschelde | |
2022-07-13 | Merge pull request #62918 from cdemirer/parser-properly-set-node-extents | George Marques | |
2022-07-13 | Merge pull request #62748 from fire-forge/filedialog_filter | Rémi Verschelde | |
Seperate `filter` and `description` arguments in `EditorFileDialog/FileDialog.add_filter()` | |||
2022-07-13 | Merge pull request #62922 from YuriSizov/gdscript-annotation-defaults | George Marques | |
2022-07-13 | Merge pull request #62578 from MinusKube/editor-print-crash | George Marques | |
Fix GDScript parser sometimes crashing when issuing warning for unreachable pattern | |||
2022-07-13 | Merge pull request #54555 from Calinou/add-vulkan-sdk-macos-install-script | Hugo Locurcio | |
Add a script to install the Vulkan SDK on macOS | |||
2022-07-13 | Make the meta click area fit | Rindbee | |
Eliminate the click vacuum area, mainly the indentation generated by indent/ul/ol tags | |||
2022-07-12 | Add a script to install the Vulkan SDK on macOS | Hugo Locurcio | |
This script can be used to make Godot easier to compile on a fresh macOS installation, including on CI platforms and containers where the Vulkan SDK isn't preinstalled. | |||
2022-07-12 | Fix negative search result match | Andreas Raddau | |
2022-07-12 | Merge pull request #41833 from dalexeev/splash_delay | Yuri Sizov | |
Add boot splash minimum display time setting | |||
2022-07-12 | Fix typo, call mesh_instance_free not mesh_free | Bastiaan Olij | |
2022-07-11 | Add "Open Documentation" button to EditorProperty context menu | FireForge | |
2022-07-12 | Remove unused hints | kobewi | |
2022-07-11 | Add default argument bindings to GDScript annotations | Yuri Sizov | |
2022-07-11 | Fix editor dock layout not saving correctly | MinusKube | |
2022-07-11 | Parser: Properly set node extents | cdemirer | |
2022-07-11 | Merge pull request #62843 from RandomShaper/fix_iphone_input | Rémi Verschelde | |
Flush accumulated input events on iOS | |||
2022-07-11 | Prevent unnecessary additional parser error | cdemirer | |
2022-07-11 | Fix parser stuck in an error loop | cdemirer | |
2022-07-10 | Fix some properties having an invalid float step of `0` | Hugo Locurcio | |
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). | |||
2022-07-10 | Remove outdated code path | kobewi | |
2022-07-10 | Fix too thin underline in brace match | kobewi | |