summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-08-18Simplify structure of preview text in visual shader editorMichael Alexsander Silva Dias
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-18Merge pull request #31448 from Calinou/improve-snap-object-to-floorRémi Verschelde
Improve "Snap Object to Floor" functionality
2019-08-18Merge pull request #31442 from KoBeWi/grounded_grabberRémi Verschelde
Update Slider grabber position when using mouse wheel
2019-08-18Merge pull request #31439 from YeldhamDev/node_dock_minor_improvementsRémi Verschelde
Minor improvements to the Node dock
2019-08-18Merge pull request #31423 from Calinou/improve-node-signal-group-tooltipRémi Verschelde
Improve the scene tree signals/groups tooltip
2019-08-18Added global expressions to visual shadersYuri Roubinski
2019-08-17Minor improvements to the Node dockMichael Alexsander Silva Dias
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-17Merge pull request #31401 from aaronfranke/no-init-scriptsRémi Verschelde
Allow plugins to not have an init script
2019-08-17Update Slider grabber position when using mouse wheelTomasz Chabora
2019-08-17Improve the scene tree signals/groups tooltipHugo Locurcio
The tooltip now displays the number of connections and groups that are assigned to the hovered node.
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
The last remaining ERR_EXPLAIN call is in FreeType code and makes sense as is (conditionally defines the error message). There are a few ERR_EXPLAINC calls for C-strings where String is not included which can stay as is to avoid adding additional _MSGC macros just for that. Part of #31244.
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-17Merge pull request #31424 from Calinou/improve-animation-editor-timelineRémi Verschelde
Improve timeline drawing in the animation editor
2019-08-17Merge pull request #31422 from sparkart/attachscript_by_scripteditorRémi Verschelde
Adds Attaching Script via Script Editor
2019-08-17Merge pull request #31399 from Calinou/box-selection-add-bordersRémi Verschelde
Add an outline to box selection rectangles for better visibility
2019-08-17Merge pull request #31398 from KoBeWi/1000_ways_to_make_sceneRémi Verschelde
Allow to create scene from FileSystem dock
2019-08-17Improve timeline drawing in the animation editorHugo Locurcio
A small arrow-like icon is now drawn at the top of the timeline. The timeline is now also wider as to be more visible.
2019-08-16Adds Attaching Script via Script EditorEmmanuel Barroga
Allows you to attach a script by dragging the name in the script list of the script editor to the node in the scene tree.
2019-08-15Allow plugins to not have an init scriptAaron Franke
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-15Allow to create scene from FileSystem dockTomasz Chabora
2019-08-15Set the low processor mode sleep editor settings to require a restartHugo Locurcio
These settings are only read when the editor starts.
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-15Merge pull request #31387 from Daw11/assets-image-autoselectRémi Verschelde
Automatically select the first image of the assets page
2019-08-15Merge pull request #31381 from sparkart/fix_projectmanager_buttonsRémi Verschelde
Fixes ProjectManager Buttons Not Updating
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-14Fixes ProjectManager Buttons Not UpdatingEmmanuel Barroga
Fixes buttons in ProjectManager not updating to disabled after deleting projects.
2019-08-15Merge pull request #31375 from Calinou/add-auto-editor-font-hintingRémi Verschelde
Add an "Auto" editor font hinting setting to match OS font rendering
2019-08-14Fix matches result in the code search not appearing when the quantity is 0Michael Alexsander Silva Dias
2019-08-14Add an "Auto" editor font hinting setting to match OS font renderingHugo Locurcio
The "Auto" setting picks the font hinting setting that best matches the operating system's font rendering settings. This font hinting setting is now the default.
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-14Fix Project Manager not remembering sorting optionTomasz Chabora
2019-08-14Merge pull request #31329 from KoBeWi/vscode_ftwRémi Verschelde
Tweak the behavior of search/replace bar
2019-08-14Merge pull request #31347 from neikeq/monodevelop-addinRémi Verschelde
C#: Add Ide Connection library and server for the editor
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-14Merge pull request #31357 from YeldhamDev/theme_editor_fixup_fixupRémi Verschelde
Regression fixup to the theme editor
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-13Merge pull request #31355 from nekomatata/fix-select-prev-freezeRémi Verschelde
Fixed freeze on search previous
2019-08-13Regression fixup to the theme editorMichael Alexsander Silva Dias
2019-08-13Fixed freeze on search_prev (missing condition for searching from a previous ↵PouleyKetchoupp
result, now the same as search_next) Fixes #31328
2019-08-13Tweak the behavior of search/replace barTomasz Chabora