Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-26 | Fixed #21527 (Show hint to right click when curve editor is empty) | MCrafterzz | |
2019-10-26 | Merge pull request #33078 from Calinou/assetlib-no-results-message | Rémi Verschelde | |
Display a message if no results are found in the asset library | |||
2019-10-26 | Merge pull request #33076 from Calinou/project-settings-fix-type-dropdown | Rémi Verschelde | |
Fix off-by-one error in the Project Settings type dropdown | |||
2019-10-26 | Display a message if no results are found in the asset library | Hugo Locurcio | |
This closes https://github.com/godotengine/godot-proposals/issues/184. | |||
2019-10-25 | Fix off-by-one error in the Project Settings type dropdown | Hugo Locurcio | |
This closes #33075. | |||
2019-10-25 | Merge pull request #32812 from Calinou/template-manager-fix-devel-condition | Rémi Verschelde | |
Fix the download availability check in the export templates manager | |||
2019-10-25 | Merge pull request #32824 from lupoDharkael/replace-next | Rémi Verschelde | |
Code editor: select next occurrence after Replace | |||
2019-10-25 | Merge pull request #32835 from RobKohr/default-convert_indent_on_save-to-true | Rémi Verschelde | |
set convert_indent_on_save to default to true | |||
2019-10-25 | Merge pull request #32847 from Calinou/fix-editor-path-icon-theme-change | Rémi Verschelde | |
Fix the editor path icon when switching from dark to light theme | |||
2019-10-25 | Merge pull request #32946 from DavidSichma/fav-drag | Rémi Verschelde | |
Made favorites dragable | |||
2019-10-25 | Merge pull request #33048 from KoBeWi/smarts_vs_grids | Rémi Verschelde | |
Make Ruler Tool depend on grid snap only | |||
2019-10-25 | Merge pull request #33043 from volzhs/ruler-zoom | Rémi Verschelde | |
Fix ruler origin is moving with zoom | |||
2019-10-25 | Merge pull request #33051 from volzhs/inspector-stylebox | Rémi Verschelde | |
Make stylebox preview not to expand Inspector panel | |||
2019-10-25 | Merge pull request #33041 from volzhs/help-font-size | Rémi Verschelde | |
Recalculate margin based on help source font size | |||
2019-10-25 | Make stylebox preview not to expand Inspector panel | volzhs | |
2019-10-24 | Make Ruler Tool depend on grid snap only | Tomasz Chabora | |
2019-10-25 | Fix ruler origin is moving with zoom | volzhs | |
2019-10-25 | Recalculate margin based on help source font size | volzhs | |
2019-10-24 | Merge pull request #33029 from akien-mga/rm-rf-slash | Rémi Verschelde | |
Fix uninstallation of mono templates directory | |||
2019-10-24 | Fix incorrect text rendering with smaller display scale | volzhs | |
2019-10-24 | Fix uninstallation of mono templates directory | Rémi Verschelde | |
The previous code didn't take into account that templates directories can have subdirectories like the mono templates have. Also fix an unclosed dir handle. | |||
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 | |