Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-11 | Add default argument bindings to GDScript annotations | Yuri Sizov | |
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 | Remove outdated code path | kobewi | |
2022-07-10 | Fix too thin underline in brace match | kobewi | |
2022-07-09 | Fix dead link in TAA resolve shader comment | Hugo Locurcio | |
Spartan Engine has recently removed its own internal TAA in favor of FSR 2.0. The link has been changed to point to a fixed commit, so the link will keep working as long as the repository exists. | |||
2022-07-09 | Seperate filter and description in FileDialog.add_filter() | FireForge | |
2022-07-09 | Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog | FireForge | |
2022-07-08 | Flush accumulated input events on iOS | Pedro J. Estébanez | |
2022-07-08 | Merge pull request #60739 from KoBeWi/add_static_methods_everywhere!! | Rémi Verschelde | |
2022-07-08 | Merge pull request #62837 from xentripetal/master | Rémi Verschelde | |
Account for relative z-indexes when y-sorting | |||
2022-07-08 | Merge pull request #62839 from akien-mga/assetlib-unavailable-verbose | Rémi Verschelde | |
2022-07-08 | Account for relative z-indexes when y-sorting | Xentripetal | |
2022-07-08 | AssetLib: Only notify when unavailable in verbose mode | Rémi Verschelde | |
2022-07-08 | Merge pull request #62405 from YeldhamDev/movie_maker_stuff | Rémi Verschelde | |
Clean and fix the Movie Maker button | |||
2022-07-08 | Add static methods for creating Image and ImageTexture | kobewi | |
2022-07-08 | Merge pull request #62744 from AThousandShips/tree_h_scroll | Rémi Verschelde | |