Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-30 | Merge pull request #32934 from ajweeks/fix-scale-origin | Rémi Verschelde | |
Fix 2D scale gizmo placement | |||
2019-10-30 | Merge pull request #32928 from Calinou/2d-editor-add-primary-grid | Rémi Verschelde | |
Add primary grid lines to the 2D editor | |||
2019-10-30 | Add "Set as main scene" on context menu in FileSystem panel | volzhs | |
2019-10-29 | Add primary grid lines to the 2D editor | Hugo Locurcio | |
A "primary" line is drawn every 8 steps by default, which makes it easier to measure distances for snapping. This value can be configured in the Configure Snap dialog. | |||
2019-10-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-10-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-10-29 | Merge pull request #33091 from MCrafterzz/fix10567 | Rémi Verschelde | |
Improved project creation UX | |||
2019-10-29 | Merge pull request #33144 from nekomatata/inspect-remote-tool-script-2 | Rémi Verschelde | |
Fixed remote inspector for tool scripts | |||
2019-10-29 | Improved UX of selecting directories in (Editor)FileDialog by hiding unused ↵ | MCrafterzz | |
gui elements and moving the drive selection | |||
2019-10-29 | Fixed disconnecting not connected signal | Mikolaj Kaczmarek | |
2019-10-28 | Fixed remote inspector for tool scripts | PouleyKetchoupp | |
Fixes #29506 | |||
2019-10-27 | Add "panel" style to PopupDialog | Michael Alexsander | |
2019-10-27 | Merge pull request #33107 from volzhs/toggle-camera-preview-error | Rémi Verschelde | |
Fix error when opening or closing scene with camera preview on | |||
2019-10-27 | Fix error when opening or closing scene with camera preview on | volzhs | |
2019-10-27 | Improve performance of connection info in the script editor | Paulb23 | |
2019-10-27 | Merge pull request #33032 from Calinou/filedialog-scroll-to-top | Rémi Verschelde | |
Scroll back to the top after opening a directory in FileDialog | |||
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 | 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 | 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 |