Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-28 | Fix crash in ~EditorSpatialGizmoPlugin when generating documentation data | Bojidar Marinov | |
2019-09-28 | Merge pull request #32407 from homer666/animation-import-storage-fix | Rémi Verschelde | |
Restore import animation "storage" checkbox behaviour | |||
2019-09-28 | Restore import animation storage checkbox behavior | homer666 | |
2019-09-27 | Fix crash when moving an action into itself in the Input Map editor | Michael Alexsander Silva Dias | |
2019-09-27 | Merge pull request #32379 from Calinou/colorpicker-add-overbright-indicator | Rémi Verschelde | |
Draw an indicator to denote overbright colors in ColorPicker | |||
2019-09-27 | Merge pull request #31971 from ↵ | Rémi Verschelde | |
aole/placeholder-confirmation-dialog-for-editable-children Placeholder confirmation dialog for editable children | |||
2019-09-27 | Placeholder dialog for editable children | Bhupendra Aole | |
Fire placeholder confirmation dialog box when editable children option is already checked. Fixes #28863 | |||
2019-09-27 | Draw an indicator to denote overbright colors in ColorPicker | Hugo Locurcio | |
This makes it faster to distinguish overbright colors from "standard" colors. | |||
2019-09-27 | Merge pull request #32381 from YeldhamDev/script_dialog_cleanup | Rémi Verschelde | |
Cleanup the "Attach Node Script" dialog | |||
2019-09-27 | Cleanup the "Attach Node Script" dialog | Michael Alexsander Silva Dias | |
2019-09-26 | Create new folder from save dialog now update filesystem dock. | dankan1890 | |
Fix #32167. | |||
2019-09-26 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-09-26 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-09-26 | Merge pull request #32360 from dankan1890/tilemap_icons | Rémi Verschelde | |
Changed the appearance of the rotation icons in the Tilemap. | |||
2019-09-26 | Changed the appearance of the rotation icons in the Tilemap. | dankan1890 | |
Make them more intuitive. | |||
2019-09-26 | Merge pull request #31969 from NNesh/fix/open-proj-data-folder | Rémi Verschelde | |
Fixed unable to open project data folder | |||
2019-09-26 | Merge pull request #32050 from codecustard/fix_remotetree_not_showing_type | Rémi Verschelde | |
Fix remote-tree not displaying the node type | |||
2019-09-26 | Merge pull request #32009 from Xrayez/fs-editor-icons | Rémi Verschelde | |
Display editor icons for filesystem dock popup menu options | |||
2019-09-26 | Merge pull request #32017 from Calinou/editor-spin-slider-improve-ctrl-snapping | Rémi Verschelde | |
Improve Ctrl snapping in EditorSpinSlider | |||
2019-09-26 | Fixed unable to open project data folder | Ruslan Mullayanov | |
Removed `default` case to prevent hiding such errors in the future. Fixes #31939. | |||
2019-09-26 | Fix remote-tree not displaying the node type | Emmanuel Barroga | |
Fixes the remote-tree not displaying the node's type like the local-tree does. | |||
2019-09-26 | Merge pull request #32337 from CorattiS86/fixing_#32262 | Rémi Verschelde | |
Fixed Show in file system should clear current search | |||
2019-09-26 | Merge pull request #32343 from jeffres/master | Rémi Verschelde | |
Fix import hints being ignored by glTF importer | |||
2019-09-25 | Format arguments in connections dialog in GDScript style | Michael Alexsander Silva Dias | |
2019-09-25 | Merge pull request #32325 from SaracenOne/add_mesh_bindings_fix | Rémi Verschelde | |
SpatialEditorGizmo add_mesh bindings fix | |||
2019-09-25 | Merge pull request #32350 from nekomatata/fix-bezier-curve-deselection-error | Rémi Verschelde | |
Fixed missing argument for clear_selection signal in Bezier Curve editor | |||
2019-09-25 | Merge pull request #32345 from nekomatata/fix-curve-delete-point-error | Rémi Verschelde | |
Reset hovered point in Curve when deleted to avoid errors on draw | |||
2019-09-25 | Fixed missing argument for clear_selection signal in Bezier Curve editor | PouleyKetchoupp | |
Also removed unused clear_selection signal in Animation Track editor (never emitted) Fixes #32348 | |||
2019-09-25 | Reset hovered point in Curve when deleted to avoid errors on draw | PouleyKetchoupp | |
Fixes #32344 | |||
2019-09-25 | Merge pull request #32341 from KoBeWi/be_gone | Rémi Verschelde | |
Clean snapping lines after resize | |||
2019-09-25 | Merge pull request #32340 from YeldhamDev/minitab_icon_substitution | Rémi Verschelde | |
Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it | |||
2019-09-25 | Replace "GuiMiniTabMenu" with "GuiTabMenu" and tweak it | Michael Alexsander Silva Dias | |
2019-09-25 | Fix import hints being ignored by glTF importer | gladmin | |
This fixes a regression introduced in commit 72d2468 due to hyphens being removed from nodes names. | |||
2019-09-25 | Clean snapping lines after resize | Tomasz Chabora | |
2019-09-25 | Fixed Show in file system should clear current search | Stefano Coratti | |
2019-09-25 | Merge pull request #32333 from akien-mga/debugger-error-cond | Rémi Verschelde | |
Show C++ error condition in script editor debugger | |||
2019-09-25 | Merge pull request #32119 from Calinou/unify-axis-colors | Rémi Verschelde | |
Use the same axis colors consistently in the 2D and 3D editors | |||
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde | |
Added some obvious errors explanations | |||
2019-09-25 | Show C++ error condition in script editor debugger | Rémi Verschelde | |
This was removed by @RyanStein in #21884 in the case where an error message is provided, but this is actually useful information to have even when there is a custom error message. This PR makes it so that the "C++ Error" is shown whenever there is a custom error message provided. Also adds method name to the error item title, and re-adds the most relevant info in the tooltip for quick error checks without expanding. Renames C Error/Source to C++ Error/Source, since that's what it is. And fix untranslatable entry due to misuse of TTR(). And some more cleanup for readability. Cf. https://github.com/godotengine/godot/issues/32276#issuecomment-534119914 | |||
2019-09-25 | SpatialEditorGizmo add_mesh bindings fix | Saracen | |
2019-09-25 | Added some obvious errors explanations | qarmin | |
2019-09-25 | Merge pull request #32296 from ↵ | Rémi Verschelde | |
BenjaminRiley/save-original-scene-after-save-as-branch 'Save Branch as Scene' also saves original scene | |||
2019-09-25 | 'Save Branch as Scene' adds to undo history | Benjamin Riley | |
When saving a branch as a scene, can now undo replacing the original branch with the new branch scene. 'Save Branch as Scene' previously would not mark the original scene as changed, and therefore no prompt would appear if the scene was closed immediately after saving the branch. The new branch scene is not deleted when undo-ing. | |||
2019-09-25 | Merge pull request #32306 from hbina/unused_variable | Rémi Verschelde | |
Fixed incorrect usage of variables in querying values. | |||
2019-09-25 | Merge pull request #32319 from Calinou/optimize-svgs | Rémi Verschelde | |
Optimize editor icon SVGs using svgcleaner | |||
2019-09-25 | Merge pull request #32318 from Calinou/improve-audiostreamplayer3d-gizmo | Rémi Verschelde | |
Improve the AudioStreamPlayer3D gizmo | |||
2019-09-24 | glTF: Fixed mistake with root node calculation in skin_verify | Marios Staikopoulos | |
Was not actually grabbing the computed roots for comparison, but instead was grabbing the disjoint_set representatives. | |||
2019-09-24 | Optimize editor icon SVGs using svgcleaner | Hugo Locurcio | |
This makes editor binaries about 230 KB smaller. The command used was: parallel svgcleaner --multipass {} {} ::: editor/icons/*.svg | |||
2019-09-24 | Fixed incorrect use of variables | Hanif Bin Ariffin | |
The previous committer mistakenly used the wrong variable to query some values. This commit simply changes it so that it queries the right Dict. | |||
2019-09-24 | Improve the AudioStreamPlayer3D gizmo | Hugo Locurcio | |
This adds more lines to the emission angle cone to give a better feel of depth in the 3D world. |