summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-17Merge pull request #31396 from Calinou/low-processor-mode-editor-restartRémi Verschelde
Set the low processor mode sleep editor settings to require a restart
2019-08-17Merge pull request #31367 from sparkart/add_minmax_winsize_settingRémi Verschelde
Add Min/Max Window Size Setting
2019-08-16Merge pull request #31309 from raphael10241024/fix_dofRémi Verschelde
DOF can effect transparent objects now,
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-15Add an outline to box selection rectangles for better visibilityHugo Locurcio
This also refactors selection box color definitions to avoid repetition.
2019-08-15Add Min/Max Window Size SettingEmmanuel Barroga
Add project settings to easily set the minimum and maximum window size.
2019-08-15Merge pull request #31392 from YeldhamDev/autocomplete_width_limit_fixRémi Verschelde
Fix autocompletion widget having its text leak outside
2019-08-15Fix autocompletion widget having its text leak outsideMichael Alexsander Silva Dias
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-15Merge pull request #31385 from Daw11/lanczos-upscalingRémi Verschelde
Fix image offset when upscaling with Lanczos
2019-08-15Automatically select the first image of the assets pageDavide Busterna
2019-08-15Fix image offset when upscaling with LanczosDavide 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 #31321 from julianaito/masterRémi Verschelde
Add __atomic_* operators support for atomic operations
2019-08-15Merge pull request #31376 from zzwx-forks/masterRémi Verschelde
Documentation note that Node::add_child() fails if child already has a parent
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-15Merge pull request #31379 from YeldhamDev/code_search_matches_fixRémi Verschelde
Fix matches result in the code search not appearing when the quantity is 0
2019-08-14Fix matches result in the code search not appearing when the quantity is 0Michael Alexsander Silva Dias
2019-08-14Documentation note that Node::add_child() fails if child already has a parentzzwx
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-14Replace legacy __sync atomic operations with newer __atomic onesCharlène
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 #31360 from nekomatata/fix-error-parallax-mirroringRémi Verschelde
Fixed error in ParallaxLayer when set_mirroring is called before entering the tree
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 #31373 from KoBeWi/project_manager_alzheimerRémi Verschelde
Fix Project Manager not remembering sorting option
2019-08-14Fixed error in ParallaxLayer when set_mirroring is called before entering ↵PouleyKetchoupp
the tree Fixes #31300
2019-08-14Fix Project Manager not remembering sorting optionTomasz Chabora
2019-08-14Merge pull request #31267 from sparkart/fix_optionbutton_offsetRémi Verschelde
Fix Offset with OptionButton Popup
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 #31368 from supagu/masterRémi Verschelde
Exposed set_as_minsize to gdscript
2019-08-14Exposed set_as_minsize to gdscriptFabian
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-13Merge pull request #31354 from profan/fix/astar-self-list-includeRémi Verschelde
Remove unused self list include from A*
2019-08-13remove unused self list include from astarRobin Hübner
2019-08-13Implemented do/while loops for shaders (#31349)Yuri Roubinsky
Implemented do/while loops for shaders