Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | Adds skip-breakpoints feature | iwek7 | |
2019-09-03 | Merge pull request #31346 from sparkart/Add_scrollwheel_input_to_spinslider | Rémi Verschelde | |
Add scrollwheel input to spin slider | |||
2019-09-03 | Merge pull request #31389 from Calinou/add-node-comments | Rémi Verschelde | |
Add an `editor_description` property to Node for documentation purposes | |||
2019-09-03 | Merge pull request #31782 from aole/persist-ColorPicker-color-mode | Rémi Verschelde | |
Persist ColorPicker color mode | |||
2019-09-03 | Merge pull request #31916 from puthre/bezier_editor_zoom | Rémi Verschelde | |
Animation Bezier Editor - fixed vertical zoom around mouse | |||
2019-09-03 | Merge pull request #31795 from puthre/master | Rémi Verschelde | |
Animation Bezier Editor: Extended zoom in and zoom out limits and fixed guide lines to accomodate sub unit steps and steps other than powers of 5 | |||
2019-09-03 | Merge pull request #31847 from aole/editor-expose-current-path | Rémi Verschelde | |
Expose current path function to EditorPlugin | |||
2019-09-03 | Animation Bezier Editor - fixed vertical zoom around mouse | Valentin Zagura | |
Fixed vertical zoom so it zooms around the mouse cursor not around the center of the window. | |||
2019-09-03 | Improve the animation autokey editor icon | Hugo Locurcio | |
The icon was redrawn to snap to a 16x16 grid, with a lower number of SVG nodes in the process. | |||
2019-09-02 | Merge pull request #31898 from Calinou/animation-editor-add-precise-snapping | Rémi Verschelde | |
Implement precise snapping in the animation editor | |||
2019-09-02 | Merge pull request #31890 from Calinou/curve-editor-add-snapping | Rémi Verschelde | |
Implement snapping in the Curve editor | |||
2019-09-02 | Merge pull request #31906 from Calinou/assetlib-refresh-once | Rémi Verschelde | |
Refresh the asset library only once on startup | |||
2019-09-02 | Refresh the asset library only once on startup | Hugo Locurcio | |
This avoids unnecessary calls to the API when switching between tabs in the editor or project manager. | |||
2019-09-02 | Merge pull request #31902 from YeldhamDev/ruler_icon | Rémi Verschelde | |
Add icon for the ruler tool | |||
2019-09-02 | Add icon for the ruler tool | Michael Alexsander Silva Dias | |
2019-09-02 | Implement precise snapping in the animation editor | Hugo Locurcio | |
Holding Shift while snapping is enabled will now make snapping 4 times as precise. | |||
2019-09-02 | Fix editor infinit loop in search_prev | amakarenko | |
Fixes godotengine#31328 | |||
2019-09-02 | Implement snapping in the Curve editor | Hugo Locurcio | |
Holding Ctrl will snap the selected point/tangent by increments of 10% of the curve's width/height. Holding Shift as well will snap by increments of 2.5% instead. | |||
2019-09-02 | Merge pull request #31829 from KoBeWi/one_tool_to_ruler_2d | Rémi Verschelde | |
Add 2D ruler tool | |||
2019-09-01 | Add 2D ruler tool | Tomasz Chabora | |
2019-09-01 | Reorganize & rename text editor settings categories | Cykyrios | |
Add Navigation category for scroll and minimap settings. Rename Line Numbers category to Appearance. Rename Open Scripts category to Script List. Rename "Draw Minimap" setting to "Show Minimap" (this is more consistent with other settings). Reorder settings by category in code_editor.cpp to match settings list | |||
2019-09-01 | Merge pull request #31835 from ↵ | Rémi Verschelde | |
Calinou/increase-editor-sectioned-inspector-min-width Increase the minimum width of the editor sectioned inspector | |||
2019-09-01 | Merge pull request #31850 from aole/script-callback-enable-disable-EditorPlugin | Rémi Verschelde | |
Script callback for enabling/disabling EditorPlugin | |||
2019-09-01 | Script callback for enabling/disabling EditorPlugin | Bhupendra Aole | |
Parameter p_config_changes should be passed as true to enable callback to user scripts for enabling or disabling of the EditorPlugin. Fixes #30654 | |||
2019-09-01 | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 | |
2019-09-01 | Expose current path to EditorPlugin | Bhupendra Aole | |
get_selected_path returns only the resource directory. get_current_path fulfils the need to get the full path. This does not break backward compatibility and the function (get_current_path) is already available in FileSystemDock just like get_selected_path. Fixes 30652. | |||
2019-08-31 | Merge pull request #31794 from Calinou/editor-increase-line-spacing | Rémi Verschelde | |
Increase line spacing in the editor help and asset library descriptions | |||
2019-08-31 | Merge pull request #31810 from merumelu/plugin-config-warnings | Rémi Verschelde | |
Warn about all missing keys in plugin.cfg | |||
2019-08-31 | Merge pull request #31808 from qarmin/crash_audioogg | Rémi Verschelde | |
Fix crash when AudioStreamOGGVorbis is empty | |||
2019-08-31 | Increase the minimum width of the editor sectioned inspector | Hugo Locurcio | |
This makes sure section names such as "Window Placement" or "Vram Compression" aren't being cut off due to the panel width being too low. | |||
2019-08-31 | Default ColorPicker color mode setting | Bhupendra Aole | |
There is a new setting for Default ColorPicker color mode in Editor Settings->Interface->Inspector. Initially this setting will be RGB. Editor ColorPicker will always start with mode defined in this settiing. Fixes #30755 and #30754 | |||
2019-08-30 | Warn about all missing keys in plugin.cfg | merumelu | |
2019-08-30 | Fix crash when AudioStreamOGGVorbis is empty | qarmin | |
2019-08-30 | Editor: remove TOOLS_ENABLED guards | merumelu | |
For code inside editor/ `#ifdef TOOLS_ENABLED` is always true so those checks are redundant. | |||
2019-08-30 | Animation Bezier Editor: Extended zoom in and zoom out limits and fixed ↵ | Valentin Zagura | |
guide lines to accomodate sub unit steps and steps other than powers of 5 | |||
2019-08-30 | Increase line spacing in the editor help and asset library descriptions | Hugo Locurcio | |
This makes for more readable text. | |||
2019-08-30 | Merge pull request #31790 from Chaosus/fix_graph_light_theme | Rémi Verschelde | |
Fix editor's GraphEdit lines color on light theme | |||
2019-08-30 | Merge pull request #31791 from Keetz/DisableDefaultWavTrim | Rémi Verschelde | |
Disabled trim and normalize as default for wav import | |||
2019-08-30 | Merge pull request #25353 from azagaya/master | Rémi Verschelde | |
Use also invisible tabs to calculate minimum size of tab container | |||
2019-08-30 | Make tab containers in editor, project settings, and export dialog, to use ↵ | azagaya | |
hidden tabs for min size computation. | |||
2019-08-30 | Merge pull request #31706 from akien-mga/android-custom-build-improvements | Rémi Verschelde | |
Buildsystem and workflow improvements to the new Android custom builds | |||
2019-08-30 | Disabled trim and normalize as default for wav import | Rasmus Ketelsen | |
2019-08-30 | Merge pull request #31767 from Calinou/tweak-editor-window-dim | Rémi Verschelde | |
Tweak the editor window dimming intensity, remove dim fade animation | |||
2019-08-30 | Fix graph edit lines color on light theme | Chaosus89 | |
2019-08-30 | Fix few icons in SpatialEditor which don't update when theme changed | Chaosus89 | |
2019-08-30 | Merge pull request #31766 from Calinou/editor-improve-light-theme-colors-2 | Rémi Verschelde | |
Improve more light theme colors in the editor for better readability | |||
2019-08-30 | Merge pull request #31754 from aole/node-selection-issue-on-node-create-dialog | Rémi Verschelde | |
Fix selecting recent node in CreateDialog | |||
2019-08-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-08-29 | Tweak the editor window dimming intensity, remove dim fade animation | Hugo Locurcio | |
The fade animation tended to give the editor a "sluggish" feel when running at lower FPS (which is common in heavy 3D scenes), so it's probably a good idea to remove it. This also makes dimming less intense (50% instead of 60%). | |||
2019-08-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
Adds templates for Basque, Irish and Odia. |