summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
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
2019-08-06Tweak range steps in the animation editorHugo 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-06Some improvements to Mix visual shader functionYuri Roubinski
2019-08-06Improve snapping in the animation editorHugo 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-05Fix opening of sub-resource properties in visual shadersYuri Roubinski
2019-08-05Merge pull request #31085 from sparkart/fix_redundant_navpolygonsRémi Verschelde
Fix Redundant Navigation Polygons
2019-08-05Merge pull request #31063 from rzllmr/fix-tilemap-orderRémi Verschelde
Fix row-column-swap in TileMap palette
2019-08-05Merge pull request #31053 from aaronfranke/vector2i-cleanupRémi Verschelde
Some minor Vector2i usage cleanup
2019-08-05Merge pull request #31048 from Calinou/fix-gizmo-size-low-viewport-heightRémi Verschelde
Fix 3D manipulator the gizmo growing too large on small viewports