Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-04 | Merge pull request #33335 from Calinou/input-map-editor-fix-key-names | Rémi Verschelde | |
Fix key names being wrongly capitalized in the input map editor | |||
2019-11-04 | Merge pull request #33330 from nekomatata/fix-label-autowrap-size | Rémi Verschelde | |
Fixed cases where labels with autowrap can overflow the editor ui | |||
2019-11-04 | Fix key names being wrongly capitalized in the input map editor | Hugo Locurcio | |
This also fixes the prompt in the editor shortcuts dialog while removing duplicated code. This closes #33305. | |||
2019-11-04 | Allow zooming while panning | Tomasz Chabora | |
2019-11-04 | Fixed cases where labels with autowrap can overflow the editor ui | PouleyKetchoupp | |
Fixes #33155 | |||
2019-11-03 | Added sampler inputs for visual shaders | Yuri Roubinsky | |
2019-11-02 | Merge pull request #33270 from norkn/fix-issue-27256 | Rémi Verschelde | |
Copy transform when creating convex sibling | |||
2019-11-02 | Update connection info on script validation rather then saved copy | Paulb23 | |
2019-11-02 | Copy transform when creating convex sibling | checkerWoho | |
2019-11-02 | Merge pull request #33182 from MCrafterzz/scaleSnap | Rémi Verschelde | |
Added snapping for scaling in 2D editor | |||
2019-11-02 | Merge pull request #33256 from Chaosus/vs_fix_custom_nodes | Yuri Roubinsky | |
Sort custom vshader nodes+prevents them from divide to different folders | |||
2019-11-02 | Sort custom vshader nodes+prevents them from divide to different folders | Yuri Roubinsky | |
2019-11-02 | Added snapping for scaling in 2D editor | MCrafterzz | |
2019-11-01 | Fixed error when renaming a state in AnimationNodeStateMachine | PouleyKetchoupp | |
Fixes #33245 | |||
2019-11-01 | Merge pull request #33204 from akien-mga/prevent-crash-permission-issue | Rémi Verschelde | |
Prevent crash when we can't write to editor cache or config path | |||
2019-11-01 | Merge pull request #33216 from nekomatata/help-editor-codeblock | Rémi Verschelde | |
Code sections improvements in editor help | |||
2019-11-01 | Merge pull request #33232 from kraghot/Fix-Batch-Rename | Rémi Verschelde | |
Fix Batch Rename not opening | |||
2019-11-01 | Fix Batch Rename not opening | Edi Cikovic | |
2019-10-31 | Make the editor dimming smarter | Michael Alexsander | |
2019-10-31 | Code sections improvements in editor help | PouleyKetchoupp | |
- Removed extra new lines around code blocks - Different color for code and code blocks to make them more visible | |||
2019-10-31 | Prevent crash when we can't write to editor cache or config path | Rémi Verschelde | |
This can happen if users somehow got wrong user permissions assigned to their Godot cache, config or data paths (e.g. `~/.config/godot`). The error messages should give them a hint as to what the issue may be. Fixes #33199. There may be other situations that still lead to a crash, we need to review all uses of `FileAccess::open` with `FileAccess::WRITE` mode to ensure that proper pointer validation is done. | |||
2019-10-31 | Fix "seperate" typos | Aaron Franke | |
2019-10-31 | Merge pull request #33196 from conankzhang/fix-theme-typo | Rémi Verschelde | |
Fix a constant name typo for GridContainer when creating an editor theme. | |||
2019-10-31 | Fix a constant name typo for GridContainer when creating an editor theme. | conankzhang | |
2019-10-30 | Improve the primary line setting display in the Configure Snap dialog | Hugo Locurcio | |
This merges the "steps" suffix into the SpinBox using its `suffix` property. | |||
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 |