Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-01 | Merge pull request #32442 from Chaosus/vs_textures_drop | Rémi Verschelde | |
Drag&drop textures from filesystem to visual shader | |||
2019-10-01 | Added drag&drop possibility for textures from filesystem to visual shader | Chaosus | |
2019-09-30 | Minor visual adjustment in drag preview of the scene and file tree editors | Michael Alexsander Silva Dias | |
2019-09-30 | Merge pull request #32434 from willnationsdev/script-class-no-plugins | Rémi Verschelde | |
Fix plugin script classes defined even if inactive. | |||
2019-09-30 | Merge pull request #32431 from lupoDharkael/checks | Rémi Verschelde | |
Add checks after ResourceLoader::load() | |||
2019-09-30 | Fix plugin script classes defined even if inactive. | willnationsdev | |
2019-09-29 | Merge pull request #32412 from bojidar-bg/27222-make-scene-root-destructive | Rémi Verschelde | |
Fix "Make Scene Root" deleting previous root whenever focusing another scene | |||
2019-09-29 | Merge pull request #32402 from YeldhamDev/fix_vs_add_function | Rémi Verschelde | |
Fix VS editor's "Create Function" dialog | |||
2019-09-29 | Add checks after ResourceLoader::load() | lupoDharkael | |
2019-09-29 | Merge pull request #32410 from bojidar-bg/5739-highlight-singletons | Rémi Verschelde | |
Highlight singletons and class_names in GDScript | |||
2019-09-28 | Fix VS editor's "Create Function" dialog | Michael Alexsander Silva Dias | |
2019-09-28 | Fix "Make Scene Root" deleting previous root whenever focusing another scene | Bojidar Marinov | |
Hopefully fixes #24484 and fixes #27222. | |||
2019-09-28 | Highlight singletons and class_names in GDScript | Bojidar Marinov | |
Also, implement a small QoL change for auto-typed variables. Closes #5739 | |||
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 |