Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-15 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Remove 'de_CH' translation (4% complete) to default to the 100% complete 'de' one. Fixes #32625. (cherry picked from commit 35a5ebb44d534683da4e2e6b774fe7e1d165a24b) | |||
2020-06-15 | Merge pull request #39479 from akien-mga/classdb-default-property-unique | Rémi Verschelde | |
Object: Add usage hint to instantiate Object properties in editor | |||
2020-06-15 | Merge pull request #39503 from hilfazer/fav-proj-godot4 | Rémi Verschelde | |
Fixed "Favourite Project" button in Project Manager | |||
2020-06-15 | Merge pull request #39543 from Sawrr/master | Rémi Verschelde | |
Unhide Skeleton3D menu button | |||
2020-06-15 | Merge pull request #39534 from Calinou/remove-2d-pixel-import-preset | Rémi Verschelde | |
Remove the obsolete "2D Pixel" import preset | |||
2020-06-15 | Merge pull request #39549 from KoBeWi/deletebuseffectinator | Rémi Verschelde | |
Delete bus effect with Delete key | |||
2020-06-15 | Fix match count for whole word search in editor | Maganty Rushyendra | |
Check if a match borders a new line char when incrementing match counts. | |||
2020-06-15 | Delete bus effect with Delete key | Tomasz Chabora | |
2020-06-14 | Unhide Skeleton3D menu button | Sawrr | |
2020-06-14 | Remove the obsolete "2D Pixel" import preset | Hugo Locurcio | |
Texture filtering is now defined on a per-node basis, thanks to bindless textures provided by Vulkan. This closes #37057. | |||
2020-06-13 | Fixed "Favourite Project" button in Project Manager | hilfazer | |
2020-06-12 | Object: Add usage hint to instantiate Object properties in editor | Rémi Verschelde | |
Fixes #36372 as Path2D/Path3D's `curve` property no longer uses a Curve instance as default value, but instead it gets a (unique) default Curve instance when created through the editor (CreateDialog). ClassDB gets a sanity check to ensure that we don't do the same mistake for other properties in the future, but instead use the dedicated property usage hint. Fixes #36372. Fixes #36650. Supersedes #36644 and #36656. Co-authored-by: Thakee Nathees <thakeenathees@gmail.com> Co-authored-by: simpuid <utkarsh.email@yahoo.com> | |||
2020-06-12 | Fix whole word search slowdown in editor | Maganty Rushyendra | |
Reduce repeated iteration through the full text when counting the number of occurrences of whole words while searching a file in the editor. | |||
2020-06-12 | Merge pull request #39468 from KoBeWi/cpp_type_the_sequel | Rémi Verschelde | |
Fix custom types in node list search | |||
2020-06-11 | Fix custom types in node list search | Tomasz Chabora | |
2020-06-11 | Add GLTF light import | Aaron Franke | |
Co-authored-by: K.S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | |||
2020-06-11 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit d68e631566e953e09e71438558b9f1376648d025) | |||
2020-06-11 | Merge pull request #39355 from SaviHex/better-docs-links | Rémi Verschelde | |
Added a "title" attribute for the link tag in the docs xml | |||
2020-06-11 | Merge pull request #39434 from mrushyendra/export_update_files_master | Rémi Verschelde | |
Account for file deletion and renaming in Export Presets | |||
2020-06-10 | Added a "title" attribute for the link tag in the docs xml | SaviHex | |
2020-06-11 | Account for file deletion and renaming in Export Presets | Maganty Rushyendra | |
Ensure that presets are updated with the latest files when starting up or opening the Project Export dialog. Fixes the error where Godot would attempt to export deleted files that were previously selected. | |||
2020-06-10 | Fix custom property editor layout | Yuri Roubinsky | |
2020-06-10 | Merge pull request #39423 from Phischermen/fix-new-text-file-crash | Rémi Verschelde | |
Fix crash when creating new text file with no name | |||
2020-06-09 | Fix scene tree showing up when the root selection is present | Michael Alexsander | |
2020-06-09 | Fix crash when creating new text file with no name | Phischermen | |
2020-06-09 | Merge pull request #39372 from aaronfranke/editor-cam-rot | Rémi Verschelde | |
Change the default editor camera rotation to position it in +X +Y +Z | |||
2020-06-09 | Tweak the invalid preset error message to mention `export_presets.cfg` | Hugo Locurcio | |
2020-06-08 | Merge pull request #39389 from akien-mga/packedscene-root-aint-got-parents | Rémi Verschelde | |
PackedScene: Prevent crash when root node has `parent` attribute | |||
2020-06-08 | Merge pull request #39152 from abustin/fbx_mesh_compression_fix_master | Rémi Verschelde | |
Respect 'mesh compression' editor import option in Assimp and glTF importers [master] | |||
2020-06-08 | PackedScene: Prevent crash when root node has `parent` attribute | Rémi Verschelde | |
The crash happens further down when setting an invalid owner in `Node::_set_owner_nocheck` but I couldn't figure out how to fix it. But here the proper fix is to catch the invalid scene file early on and fail loading it. Part of #17372. | |||
2020-06-08 | Merge pull request #39365 from Calinou/editor-gizmos-visibility-tooltip | Rémi Verschelde | |
Add an editor tooltip to document gizmo visibility options | |||
2020-06-07 | Re-apply basis of newly added node (via drag-n-drop) in editor viewport | Marcus Brummer | |
2020-06-07 | Change the default editor camera rotation to position it in +X +Y +Z | Aaron Franke | |
2020-06-07 | Add an editor tooltip to document gizmo visibility options | Hugo Locurcio | |
See discussion in https://github.com/godotengine/godot-proposals/issues/716. | |||
2020-06-06 | Merge pull request #33858 from Calinou/inspector-layers-add-hover | Rémi Verschelde | |
Add visual feedback when hovering layer checkboxes in the Inspector | |||
2020-06-06 | Merge pull request #38967 from nekomatata/remote-inspector-builtin-res | Rémi Verschelde | |
Fix dialog spam when inspecting MeshInstance from model file | |||
2020-06-04 | 2D Editor: modified zoom increment to the twelveth root of two | johan | |
- properly visit power of 2 factors (50%, 100%, 200%...) - index based zoom values to prevent floating point issues - Fix 2d editor not able to reach min and max zoom values | |||
2020-06-04 | Enable text selection in execute output of EditorNode | Marcus Brummer | |
2020-06-04 | Merge pull request #39099 from YeldhamDev/create_dialog_icon_fallback | Rémi Verschelde | |
Add fallback icons and make custom ones appear in the recent/favorites list in the "Create New" dialog | |||
2020-06-04 | Merge pull request #38924 from Calinou/tweak-import-compression-hint | Rémi Verschelde | |
Tweak the import compression property hint for clarity | |||
2020-06-04 | Merge pull request #39154 from dreamsComeTrue/sync-script-change-remember | Rémi Verschelde | |
Preserving "Sync Scene Changes" & "Sync Script Changes" with Project Settings | |||
2020-06-04 | Merge pull request #39271 from RandomShaper/fix_atlas_crop | Rémi Verschelde | |
Fix excessive bottom cropping in atlas generation | |||
2020-06-03 | Add visual feedback when hovering layer checkboxes in the Inspector | Hugo Locurcio | |
This also changes how checkboxes are selected, which makes it possible to click in the small area between two checkboxes and still toggle a value successfully (which is arguably less frustrating). | |||
2020-06-03 | Merge pull request #39204 from Calinou/distraction-free-property-getter | Rémi Verschelde | |
Add a getter and property for the editor distraction-free mode | |||
2020-06-03 | Merge pull request #37839 from MrRevington/3.2-_input_focus_check | Rémi Verschelde | |
FIX CodeTextEditor not respecting focus in _input | |||
2020-06-03 | Merge pull request #39167 from Calinou/tileset-editor-zoom-mouse-wheel-anywhere | Rémi Verschelde | |
Allow mouse zooming without hovering the texture in the TileSet editor | |||
2020-06-03 | Merge pull request #39165 from Calinou/tilemap-editor-zoom-mouse-wheel | Rémi Verschelde | |
Implement zooming using Ctrl + Mouse wheel in the TileMap editor | |||
2020-06-03 | Merge pull request #39262 from aaronfranke/ok | Rémi Verschelde | |
Change OK text in snap dialog to OK | |||
2020-06-03 | Merge pull request #39009 from Calinou/improve-script-editor-warnings-text | Rémi Verschelde | |
Improve the text appearance in the script editor warnings panel | |||
2020-06-03 | Fix excessive bottom cropping in atlas generation | Pedro J. Estébanez | |