summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-08-18Improve the appearance of 2D path editorsHugo Locurcio
- Add new handle icons for path/polygon editors - Add smooth path point icons and curve tangent icons - Use a gray color for tangent lines in the Path2D and Path editors - Use antialiasing for Path2D lines
2019-08-18Merge pull request #31453 from Chaosus/vs_code_previewRémi Verschelde
Added code preview to visual shader
2019-08-18Merge pull request #31449 from Chaosus/vs_global_expressionRémi Verschelde
Added global expressions to visual shaders
2019-08-18Added code preview to visual shaderYuri Roubinski
2019-08-18Merge pull request #31447 from Calinou/spatial-editor-use-shortcut-tooltipsRémi Verschelde
Use shortcut tooltips in the spatial editor
2019-08-18Added global expressions to visual shadersYuri Roubinski
2019-08-18Improve "Snap Object to Floor" functionalityHugo Locurcio
- Display an error message if no selected nodes could be snapped - Only register an undo/redo action if at least one node could be snapped - Increase the maximum snapping height to 20 - Increase the negative snapping limit to 0.2
2019-08-17Use shortcut tooltips in the spatial editorHugo Locurcio
This makes the tooltips display the correct shortcuts in case they are changed, as is done automatically by `set_shortcut()`. Button shortcuts are now used to apply shortcut actions, which makes for cleaner code.
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
Condensed some if and ERR statements. Added dots to end of error messages Couldn't figure out EXPLAINC. These files gave me trouble: core/error_macros.h, core/io/file_access_buffered_fa.h (where is it?), core/os/memory.cpp, drivers/png/png_driver_common.cpp, drivers/xaudio2/audio_driver_xaudio2.cpp (where is it?)
2019-08-15Add an outline to box selection rectangles for better visibilityHugo Locurcio
This also refactors selection box color definitions to avoid repetition.
2019-08-15Merge pull request #31391 from Calinou/improve-particles-emission-editor-errorsRémi Verschelde
Improve error reporting in the Particles emission point creation dialog
2019-08-15Improve error reporting in the Particles emission point creation dialogHugo Locurcio
- Display an error message if the selected node doesn't extend from Spatial - Display the selected node name in error messages to provide additional context when relevant - Clarify error messages - Use the standard editor warning dialog
2019-08-15Automatically select the first image of the assets pageDavide Busterna
2019-08-14Merge pull request #31263 from Chaosus/vs_pluginRémi Verschelde
Plugin support for visual shaders
2019-08-14Plugin support for visual shadersYuri Roubinski
2019-08-14Merge pull request #31266 from ↵Rémi Verschelde
IAmActuallyCthulhu/pr/remove-redundant-author-comments Remove redundant author doc comments
2019-08-14Merge pull request #31362 from Calinou/icons-use-lanczos-filteringRémi Verschelde
Use Lanczos filtering for variable-sized images such as project icons
2019-08-13Use Lanczos filtering for variable-sized images such as project iconsHugo Locurcio
This results in better-looking icons with less artifacts induced by downscaling.
2019-08-13Regression fixup to the theme editorMichael Alexsander Silva Dias
2019-08-13Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde
Reorganize various menus for consistency and conciseness
2019-08-13Reorganize various menus for consistency and concisenessHugo Locurcio
- Clean up the recent scripts dialog to match the recent scenes dialog - Add "..." at the end of shortcuts that cause a modal dialog to appear This closes #31148.
2019-08-12Add "Find in Files..." to the text editorMichael Alexsander Silva Dias
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
So far we left most temporary files lying around, so this attempts to fix that. I added a helper method to DirAccess to factor out the boilerplate of creating a DirAccess, checking if the file exists, remove it or print an error on failure.
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-12Merge pull request #31179 from KoBeWi/code_editor_magicRémi Verschelde
Add Evaluate Selection option to Script Editor
2019-08-12Merge pull request #31251 from YeldhamDev/text_editor_goto_fullRémi Verschelde
Move "Go to Line..." from "Edit" to "Go To" in text editor
2019-08-12Merge pull request #31247 from YeldhamDev/theme_editor_fixupRémi Verschelde
Minor fixups to the theme editor
2019-08-10Adds support for undo/redo for in-editor color pickermiwanczuk
2019-08-09Move "Go to Line..." from "Edit" to "Go To" in text editorMichael Alexsander Silva Dias
2019-08-09Minor fixups to the theme editorMichael Alexsander Silva Dias
2019-08-09Merge pull request #31222 from YeldhamDev/editplugins_cosmetic_changesRémi Verschelde
Minor cosmetic changes in some editor plugins
2019-08-09Merge pull request #31220 from YeldhamDev/goto_single_menuRémi Verschelde
Move "Go to Function/Line" to "Go To" menu
2019-08-09Merge pull request #31193 from creikey/cpuparticles-gizmoRémi Verschelde
Add particles icon to CPUParticles
2019-08-08Minor cosmetic changes in some editor pluginsMichael Alexsander Silva Dias
2019-08-08Move "Go to Function/Line" to "Go To" menuMichael Alexsander Silva Dias
2019-08-08Add particles icon to CPUParticlesCameron Reikes
2019-08-08Merge pull request #31042 from iwek7/fixColorPickerInEditorRémi Verschelde
Fixes color picker in code editor - it now only changes one color
2019-08-08Merge pull request #31212 from YeldhamDev/script_editor_icon_updateRémi Verschelde
Update icons in script editor when theme changes
2019-08-08Fix incorrect search member in visual shadersYuri Roubinski
2019-08-08Fixes color picker in code editor - now it only changes one coloriwek7
2019-08-08Update icons in script editor when theme changesMichael Alexsander Silva Dias
2019-08-08Merge pull request #31178 from Chaosus/vs_copy_between_graphsRémi Verschelde
Allow copy/paste nodes between vertex/fragment/light modes in vshaders
2019-08-08Merge pull request #31196 from bojidar-bg/31115-asset-library-save-errorRémi Verschelde
Handle all download errors in the asset library
2019-08-08Handle all download errors in the asset libraryBojidar Marinov
Addresses part of #31115
2019-08-07Fix error when going to a text file by clicking in a result from "Find in files"Michael Alexsander Silva Dias
2019-08-08Add Evaluate Selection option to Script EditorTomasz Chabora
2019-08-07Allow copy/paste nodes between vertex/fragment/light modes in visual shadersYuri Roubinski
2019-08-07Merge pull request #31173 from sparkart/search_in_tscnRémi Verschelde
Fix Find in Files Not Working Properly
2019-08-06Fix Find in Files Not Working ProperlyEmmanuel 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-07Merge pull request #31057 from Chaosus/vs_mix_improvementsRémi Verschelde
Some improvements to Mix visual shader function