Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-24 | Scroll back to the top after opening a directory in FileDialog | Hugo Locurcio | |
This also changes the behavior in EditorFileDialog. This closes #26041. | |||
2019-10-24 | Update dock menu on project list changes, add favourites separator. | bruvzg | |
2019-10-23 | Merge pull request #33019 from volzhs/class_icon | Rémi Verschelde | |
Resize custom class icon | |||
2019-10-24 | Resize custom class icon | volzhs | |
2019-10-23 | Fixed variables with built-in resource in remote inspector | PouleyKetchoupp | |
Now loading the base resource first in ScriptEditorDebugger, the same way it's done in ScriptEditorPlugin. Fixes #33013 | |||
2019-10-23 | Merge pull request #33009 from ebert83/fix_editor_save_layout | Rémi Verschelde | |
Fix layout saving error | |||
2019-10-23 | Fix layout saving error | Thomas Ebert Hansen | |
As a result of commit b49226e085 FileAccess::open no longer returns ERR_CANT_OPEN if the file cannot be found/opened. Instead check against ERR_FILE_NOT_FOUND or ERR_FILE_CANT_OPEN. | |||
2019-10-23 | Improve EditorExportPlatform interface. | Fabio Alessandrelli | |
Convert all get_device* methods to get_option* and normalize their usage as icon, label, tooltip. | |||
2019-10-23 | Fix EditorNode.get_editor_theme | Fabio Alessandrelli | |
EditorNode was not correctly setting the class memeber when creating the theme, using a local variable instead. Theme is now created before registering exporters (as they might need it). | |||
2019-10-23 | Merge pull request #32992 from KoBeWi/AUTOVECTORZ | Rémi Verschelde | |
Auto-increment frame_coords when keying | |||
2019-10-23 | Merge pull request #32954 from argentite/new-extend-script | Rémi Verschelde | |
Add separate menu entries for extending and replacing scripts | |||
2019-10-22 | Merge pull request #32924 from ajweeks/add-ruler-arcs | Rémi Verschelde | |
Draw arcs to indicate angles being measured by ruler | |||
2019-10-22 | Merge pull request #32976 from DavidSichma/type_eval | Rémi Verschelde | |
Fixed evaluation for types | |||
2019-10-23 | Add clear menu entries for extending and replacing scripts | Anubhab Ghosh | |
2019-10-22 | Auto-increment frame_coords when keying | Tomasz Chabora | |
2019-10-22 | Merge pull request #32973 from KoBeWi/sprite_gps | Rémi Verschelde | |
Show preview of frame_coords in AnimationPlayer | |||
2019-10-22 | Merge pull request #32985 from Chaosus/fix_bug | Rémi Verschelde | |
Prevents segfault on _class_desc_resized at exit | |||
2019-10-22 | Prevents segfault on _class_desc_resized at exit | Yuri Roubinsky | |
2019-10-22 | Merge pull request #32944 from Klowner/gdscript-editorspinslider | Rémi Verschelde | |
expose EditorSpinSlider to GDScript | |||
2019-10-22 | Merge pull request #32838 from Calinou/add-x509certificate-cryptokey-icons | Rémi Verschelde | |
Add editor icons for X509Certificate and CryptoKey | |||
2019-10-22 | Merge pull request #32833 from nekomatata/label-autowrap-fix | Rémi Verschelde | |
Allow Label autowrap to cut words when they exceed line width | |||
2019-10-22 | Merge pull request #32846 from Chaosus/fix_doc_color | Rémi Verschelde | |
Fix incorrect coloring of in-editor documentation when theme changed | |||
2019-10-22 | Fixed evaluation for types | David Sichma | |
2019-10-22 | Show preview of frame_coords in AnimationPlayer | Tomasz Chabora | |
2019-10-21 | Merge pull request #32958 from YeldhamDev/inspector_resource_object_icon | Rémi Verschelde | |
Make the the resource menu button fallback to the Object icon instead of Node | |||
2019-10-21 | Merge pull request #32960 from YeldhamDev/anim_track_copy_enhancements | Rémi Verschelde | |
Enhancements and fixes for the animation editor's copy track dialog | |||
2019-10-21 | Enhancements and fixes for the animation editor's copy track dialog | Michael Alexsander | |
2019-10-21 | Merge pull request #32956 from volzhs/invalid-bold | Rémi Verschelde | |
Fix validating editor bold font | |||
2019-10-21 | Make the the resource menu button fallback to the Object icon instead of Node | Michael Alexsander | |
2019-10-21 | Fix validating editor bold font | volzhs | |
2019-10-21 | Merge pull request #32849 from jahd2602/fix-26362 | Rémi Verschelde | |
Add accept-dialog enter-key functionality to the Connect Dialog's Method textfield. | |||
2019-10-21 | Merge pull request #32841 from Calinou/freelook-add-slow-modifier | Rémi Verschelde | |
Add a "slow" modifier to freelook | |||
2019-10-21 | Merge pull request #32836 from YeldhamDev/resource_editor_icon_fallback | Rémi Verschelde | |
Make resource editor fallback to Object icon if none is found | |||
2019-10-20 | expose EditorSpinSlider to GDScript | Mark Riedesel | |
2019-10-19 | Add arcs to indicate angle being measured by ruler | AJ Weeks | |
2019-10-16 | Add editor icons for X509Certificate and CryptoKey | Hugo Locurcio | |
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2019-10-16 | Don't allow to export pck without preset | Tomasz Chabora | |
2019-10-16 | Allow Label autowrap to cut words when they exceed line width | PouleyKetchoupp | |
Fixes #30832 | |||
2019-10-15 | Add accept-dialog enter-key functionality to the Connect Dialog's Method ↵ | Jairo Honorio | |
textfield. | |||
2019-10-15 | Fix incorrect coloring of in-editor documentation when theme changed | Yuri Roubinsky | |
2019-10-14 | Add a "slow" modifier to freelook | Hugo Locurcio | |
This makes precise adjustments easier, without having to touch the mouse wheel. This modifier is also available in Blender, so this makes the freelook behavior more consistent with it :) In the interest of simplifying the Editor Settings, this also removes the freelook modifier speed factor setting (the value is now hardcoded to its default). | |||
2019-10-14 | Make resource editor fallback to Object icon if none is found | Michael Alexsander | |
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin | |
2019-10-13 | Increased step precision | David Sichma | |
Results in nicer numbers for float properties like 20.0 instead of 20.000001 | |||
2019-10-12 | Fix the dependency error dialog being too small on hiDPI displays | Hugo Locurcio | |
This closes #32770. | |||
2019-10-11 | Merge pull request #32731 from codecustard/fix_concaveshape_not_selecting | Rémi Verschelde | |
Fixes concaveshape not selecting in viewport | |||
2019-10-11 | Fixes concaveshape not selecting in viewport | Emmanuel Barroga | |
This PR resolves the issue of ConcaveShapes not being selectable in the Viewport. | |||
2019-10-11 | Merge pull request #32721 from groud/independant_grid_snap | Rémi Verschelde | |
Move grid snapping to an independent button | |||
2019-10-11 | Merge pull request #32737 from volzhs/unused-outputstrings | Rémi Verschelde | |
Remove unused editor/OutputStrings | |||
2019-10-11 | Merge pull request #32729 from Calinou/inspector-remove-string-conversion | Rémi Verschelde | |
Remove redundant `camelcase_to_underscore()` call in EditorInspector |