Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-04 | Merge pull request #31967 from nekomatata/fix-builtin-script-scene | Rémi Verschelde | |
Load scene if needed when editing recent built-in script | |||
2019-09-04 | Load scene if needed when editing recent built-in script | PouleyKetchoupp | |
Fixes #31966 | |||
2019-09-04 | Merge pull request #31926 from Chaosus/vs_switch | Yuri Roubinsky | |
Some improvements for Switch node in visual shaders | |||
2019-09-04 | Added missing OUTPUT_IS_SRGB and FRONT_FACING to visual shaders | Chaosus89 | |
2019-09-04 | Merge pull request #31956 from IronicallySerious/add-vcs-copyright | Rémi Verschelde | |
Add copyright headers to VCS integration | |||
2019-09-04 | Add copyright headers to vcs integration | Twarit | |
2019-09-04 | Merge pull request #31619 from Calinou/assetlib-improve-sort-fields | Rémi Verschelde | |
Improve sorting options in the asset library | |||
2019-09-04 | Merge pull request #31461 from IronicallySerious/add-vcs-integration | Rémi Verschelde | |
VCS integration for Godot Editor | |||
2019-09-03 | Add version control editor plugin | Twarit | |
Provides the editor with all the VCS GUI and extracts the data from the upcoming VCS API to cater to the project with VCS interaction. | |||
2019-09-03 | Improve sorting options in the asset library | Hugo Locurcio | |
The reverse sorting options are now integrated in the list of sorting options, making the "Reverse" button unnecessary. This pattern tends to be easier to discover by users. The "Downloads" sorting option was also removed as it's not implemented in the backend. | |||
2019-09-03 | Some improvements for Switch node in visual shaders | Chaosus89 | |
2019-09-03 | Merge pull request #31782 from aole/persist-ColorPicker-color-mode | Rémi Verschelde | |
Persist ColorPicker color mode | |||
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 | 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 | 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 | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 | |
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 #31808 from qarmin/crash_audioogg | Rémi Verschelde | |
Fix crash when AudioStreamOGGVorbis is empty | |||
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 | 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 | Increase line spacing in the editor help and asset library descriptions | Hugo Locurcio | |
This makes for more readable text. | |||
2019-08-30 | Fix few icons in SpatialEditor which don't update when theme changed | Chaosus89 | |
2019-08-29 | Minor cleanup of the AssetLib's asset dialog | Michael Alexsander Silva Dias | |
2019-08-28 | AssetLib minor fixes and enhancements | Michael Alexsander Silva Dias | |
2019-08-27 | Merge pull request #31722 from Calinou/assetlib-improve-image-loading-speed | Rémi Verschelde | |
Improve image loading performance in the asset library | |||
2019-08-27 | Display a "broken file" icon for missing images in the asset library | Hugo Locurcio | |
This partially addresses #31683. | |||
2019-08-27 | Improve image loading performance in the asset library | Hugo Locurcio | |
This closes #31614. | |||
2019-08-26 | Merge pull request #31676 from KoBeWi/this_shader_is_a_history | Rémi Verschelde | |
Clear undo history on shader load | |||
2019-08-26 | Merge pull request #31674 from dankan1890/drag&drop_tileset | Rémi Verschelde | |
Added drag and drop to the tileset plugin. | |||
2019-08-26 | Clear undo history on shader load | Tomasz Chabora | |
2019-08-26 | Merge pull request #31556 from Chaosus/gles2_inverse | Rémi Verschelde | |
Implemented inverse shader function to GLES2 | |||
2019-08-26 | Merge pull request #31585 from 2shady4u/removeguides | Rémi Verschelde | |
Added button/shortcut for removing all guides | |||
2019-08-26 | Merge pull request #31615 from Calinou/assetlib-improve-loading | Rémi Verschelde | |
Improve loading UX in the asset library | |||
2019-08-26 | Added drag and drop to the tileset plugin. | dankan1890 | |
2019-08-25 | Fix _get_description param name (visual shaders) | Yuri Roubinski | |
2019-08-25 | Fixes for visual shader member filter | Yuri Roubinski | |
2019-08-25 | Small performance fix for preview in visual shader | Yuri Roubinski | |
2019-08-25 | Enhanced preview for a visual shader to show errors | Yuri Roubinski | |
2019-08-24 | Added button/shortcut for removing all guides | shaderbeast | |
Added undo/redo Correctly added has_meta | |||
2019-08-24 | Improve loading UX in the asset library | Hugo Locurcio | |
The asset library will now fade when loading pages instead of displaying a progress bar, which is a more common design pattern when browsing an online resource's pages. A "Loading..." text will be displayed before the first page loads. | |||
2019-08-22 | Merge pull request #31545 from groud/add_smart_snapping_display | Rémi Verschelde | |
Displays smart snapping guides when snapped | |||
2019-08-22 | Implemented inverse shader function to GLES2 | Yuri Roubinski | |