Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-10 | Adds support for undo/redo for in-editor color picker | miwanczuk | |
2019-08-09 | Improve node Change Type option | Tomasz Chabora | |
2019-08-09 | Merge pull request #31225 from YeldhamDev/editor_help_matches | Rémi Verschelde | |
Show matches found when searching the docs | |||
2019-08-09 | Merge pull request #31223 from creikey/fix-csg-crash | Rémi Verschelde | |
Button object used after pressed is called | |||
2019-08-09 | Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changes | Rémi Verschelde | |
Minor cosmetic changes in some editor plugins | |||
2019-08-09 | Merge pull request #31220 from YeldhamDev/goto_single_menu | Rémi Verschelde | |
Move "Go to Function/Line" to "Go To" menu | |||
2019-08-09 | Show matches found when searching the docs | Michael Alexsander Silva Dias | |
2019-08-09 | Merge pull request #31193 from creikey/cpuparticles-gizmo | Rémi Verschelde | |
Add particles icon to CPUParticles | |||
2019-08-08 | Button object used after pressed is called | Cameron Reikes | |
- by queueing for deletion node can call own cleanup methods | |||
2019-08-08 | Minor cosmetic changes in some editor plugins | Michael Alexsander Silva Dias | |
2019-08-08 | Move "Go to Function/Line" to "Go To" menu | Michael Alexsander Silva Dias | |
2019-08-08 | Add particles icon to CPUParticles | Cameron Reikes | |
2019-08-08 | Merge pull request #31042 from iwek7/fixColorPickerInEditor | Rémi Verschelde | |
Fixes color picker in code editor - it now only changes one color | |||
2019-08-08 | Merge pull request #31212 from YeldhamDev/script_editor_icon_update | Rémi Verschelde | |
Update icons in script editor when theme changes | |||
2019-08-08 | Fix incorrect search member in visual shaders | Yuri Roubinski | |
2019-08-08 | Fixes color picker in code editor - now it only changes one color | iwek7 | |
2019-08-08 | Update icons in script editor when theme changes | Michael Alexsander Silva Dias | |
2019-08-08 | Merge pull request #31087 from Calinou/editor-improve-light-theme-colors | Rémi Verschelde | |
Improve light theme colors in the editor for better readability | |||
2019-08-08 | Merge pull request #31178 from Chaosus/vs_copy_between_graphs | Rémi Verschelde | |
Allow copy/paste nodes between vertex/fragment/light modes in vshaders | |||
2019-08-08 | Merge pull request #31196 from bojidar-bg/31115-asset-library-save-error | Rémi Verschelde | |
Handle all download errors in the asset library | |||
2019-08-08 | Handle all download errors in the asset library | Bojidar Marinov | |
Addresses part of #31115 | |||
2019-08-07 | Fix error when going to a text file by clicking in a result from "Find in files" | Michael Alexsander Silva Dias | |
2019-08-07 | Allow copy/paste nodes between vertex/fragment/light modes in visual shaders | Yuri Roubinski | |
2019-08-07 | Merge pull request #31077 from qarmin/coverity_bugs | Rémi Verschelde | |
Change some code proposed by Coverity and Cppcheck | |||
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin | |
2019-08-07 | Merge pull request #31173 from sparkart/search_in_tscn | Rémi Verschelde | |
Fix Find in Files Not Working Properly | |||
2019-08-07 | Merge pull request #30804 from hbina/fix_issue_30160 | Rémi Verschelde | |
Fixed crash when making subresource unique in inspector dock | |||
2019-08-06 | Fix Find in Files Not Working Properly | Emmanuel Barroga | |
When using the "Find in Files" option to search in non-script files (e.g. .tscn), the search does not work properly. | |||
2019-08-07 | Merge pull request #31057 from Chaosus/vs_mix_improvements | Rémi Verschelde | |
Some improvements to Mix visual shader function | |||
2019-08-06 | add forgotten calls to inspector_dock->update(...). | Hanif Bin Ariffin | |
I believe many calls to the said function was mistakenly left out leading to InspectorDock having a pointer to deleted values. As such, this commit introduces many such calls to inspector_dock where I believe is appropriate... | |||
2019-08-06 | Merge pull request #31121 from willnationsdev/plugin-select-editor | Rémi Verschelde | |
Let EditorPlugins set editor/distraction-free mode | |||
2019-08-06 | Let EditorPlugins set editor/distraction-free mode | Will Nations | |
2019-08-06 | Tweak range steps in the animation editor | Hugo Locurcio | |
This makes the step of the "frame" SpinBox larger, so that clicking on the SpinBox arrows will make the number increase in a visible manner. Previously, the full number was being cut off due to the SpinBox being narrow. This also makes the "step" SpinBox allow for more precise input. | |||
2019-08-06 | Some improvements to Mix visual shader function | Yuri Roubinski | |
2019-08-06 | Improve snapping in the animation editor | Hugo Locurcio | |
Snapping can now be toggled temporarily by holding the Ctrl key. Toggling timeline snapping is now done with the "Snap" checkbox rather than by setting the animation's "Step" setting to 0. The timeline cursor can no longer exit the animation's boundaries if the animation's "Step" is set to 0. | |||
2019-08-05 | Merge pull request #31116 from sparkart/add_quit_shortcut | Rémi Verschelde | |
Add Shortcut Settings for Quitting Editor | |||
2019-08-05 | Add Shortcut Settings for Quitting Editor | Emmanuel Barroga | |
Adds the ability to change the shortcut keys in Editor Settings for quitting the editor. | |||
2019-08-05 | Remove Editor dependency from SceneTree | merumelu | |
2019-08-05 | Merge pull request #31081 from Calinou/animation-editor-larger-keyframes | Rémi Verschelde | |
Make keyframes easier to select in the animation editor | |||
2019-08-05 | Fix opening of sub-resource properties in visual shaders | Yuri Roubinski | |
2019-08-05 | Merge pull request #31085 from sparkart/fix_redundant_navpolygons | Rémi Verschelde | |
Fix Redundant Navigation Polygons | |||
2019-08-05 | Merge pull request #31063 from rzllmr/fix-tilemap-order | Rémi Verschelde | |
Fix row-column-swap in TileMap palette | |||
2019-08-05 | Merge pull request #31053 from aaronfranke/vector2i-cleanup | Rémi Verschelde | |
Some minor Vector2i usage cleanup | |||
2019-08-05 | Merge pull request #31048 from Calinou/fix-gizmo-size-low-viewport-height | Rémi Verschelde | |
Fix 3D manipulator the gizmo growing too large on small viewports | |||
2019-08-05 | Improve light theme colors in the editor for better readability | Hugo Locurcio | |
This tweaks existing color conversions and adds new conversions for animation track icon colors. | |||
2019-08-04 | Fix Redundant Navigation Polygons | Emmanuel Barroga | |
When adjusting the vertices of a navigation polygon, the tile editor would create a duplicate navigation polygon. So each time you made an adjustment, another copy of the polygon would be created. | |||
2019-08-04 | Make keyframes easier to select in the animation easier | Hugo Locurcio | |
Keyframe SVG icons are now 10×10 instead of 8×8 (except for Bezier-related icons). This makes them easier to select since the empty space is part of the clickable area. Selected keyframes are now also visually larger to make them easier to distinguish from unselected keyframes. This closes #27276. | |||
2019-08-03 | Fix row-column-swap in TileMap palette | rzllmr | |
Due to the TileSet coordinates using x for columns and y for rows, the columns are assigned to the rows in the TileMap palette and distort the order. Thus the default sorting algorithm prioritizing x is replaced with a custom one prioritizing y. Fixes #24751 | |||
2019-08-03 | Return back spacer for non-expression nodes in visual shader | Yuri Roubinski | |
2019-08-03 | Some Vector2i usage cleanup | Aaron Franke | |
Replace casting Vector2 -> Vector2i -> Vector2 with a simple call to .floor(), and some minor fixes. |