Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-28 | Add ShapeCast3D node | PrecisionRender | |
2022-07-19 | Merge pull request #63195 from Rindbee/fix-wrong-clear-edit-menu | Rémi Verschelde | |
2022-07-19 | Fix incorrectly clearing edit menu | Rindbee | |
Delete only if `editor_enabled` is true, otherwise destructor may delete it repeatedly. | |||
2022-07-19 | Merge pull request #59301 from fire-forge/layout-preset-full-rect | Rémi Verschelde | |
2022-07-19 | Merge pull request #62871 from fire-forge/vector2i | Rémi Verschelde | |
2022-07-18 | Capitalize the SpriteFrames search bar placeholder | FireForge | |
Follow-up to https://github.com/godotengine/godot/pull/49488 | |||
2022-07-18 | Rename Control PRESET_WIDE to PRESET_FULL_RECT | FireForge | |
2022-07-18 | Use integer types in Image and ImageTexture methods | FireForge | |
- Image.blit_rect() - Image.blit_rect_mask() - Image.blend_rect() - Image.blend_rect_mask() - Image.fill_rect() - Image.get_used_rect() - Image.get_rect() - ImageTexture.set_size_override() | |||
2022-07-18 | SpriteFramesEditor Add animation searchbox | kleonc | |
2022-07-18 | Merge pull request #63062 from Chaosus/vs_fix | Rémi Verschelde | |
2022-07-18 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 556e090bcc72e6e51d210f374d8cb9cb72f8fe39) | |||
2022-07-17 | Merge pull request #63124 from Calinou/editor-help-codeblock-add-padding | Rémi Verschelde | |
2022-07-17 | Add padding for code blocks in the editor help | Hugo Locurcio | |
This improves their appearance, making them look closer to code blocks in the online manual. | |||
2022-07-17 | Create reset tracks with the right update mode | Pedro J. Estébanez | |
2022-07-16 | Alphabetize editor plugins and move 2D plugins to their own section | Aaron Franke | |
2022-07-16 | Merge pull request #62939 from TokageItLab/implement-rest-fixer | Rémi Verschelde | |
Add Rest Fixer to importer retarget | |||
2022-07-16 | Fix visual shader graph not correctly updating when multiple tabs opened | Yuri Rubinsky | |
2022-07-16 | refactor sync in AnimationTree | Silc Renew | |
2022-07-16 | add rest fixer to importer retarget | Silc Renew | |
2022-07-14 | Merge pull request #62980 from garychia/scene_tree_editor_improvement | Rémi Verschelde | |
2022-07-14 | Clear drag_selection when drag ends | kobewi | |
2022-07-14 | Disable the OK button when no node is selected. | Chia-Hsiang Cheng | |
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 #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 #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 | 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 #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-12 | Fix negative search result match | Andreas Raddau | |
2022-07-11 | Add "Open Documentation" button to EditorProperty context menu | FireForge | |
2022-07-11 | Fix editor dock layout not saving correctly | MinusKube | |
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-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 | Merge pull request #60739 from KoBeWi/add_static_methods_everywhere!! | Rémi Verschelde | |
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 #62638 from Calinou/animationtree-editor-use-antialiasing | Rémi Verschelde | |
2022-07-08 | Merge pull request #62075 from Vitika9/gsoc-colorpicker | Rémi Verschelde | |
2022-07-08 | Fix regressions from Font refactor | bruvzg | |
Remove unnecessary font override Fixes button outline draw when it should not, causing button colors to be slightly off | |||
2022-07-07 | Merge pull request #62816 from akien-mga/feature-list-comma-fix | Rémi Verschelde | |
2022-07-07 | Merge pull request #62622 from Rindbee/make-blend-import-preview-visible | Rémi Verschelde | |
2022-07-07 | Fix regressions from Font refactor | bruvzg | |
Fixes `p_font.is_null()` errors due to incorrect resource type used. Fixes code editor font not set correctly, and OpenType features applied to the wrong font. | |||
2022-07-07 | Export: Fix comma handling in feature list RTL | Rémi Verschelde | |
Fixes #62815. |