summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-10Uses LoD even if UV slot is not used in visual shader texturesYuri Roubinsky
2019-10-10Merge pull request #32704 from Chaosus/vs_remove_rebuildRémi Verschelde
Removed "rebuild" function from public interface of VisualShader
2019-10-10Removed "rebuild" function from public interface of VisualShaderYuri Roubinsky
2019-10-10Merge pull request #32686 from MarqusJonsson/masterRémi Verschelde
Add shortcut Shift + F3 to search pervious in the built-in docs
2019-10-10Add shortcut Shift + F3 to search pervious in the built-in docsMarqus
When using the built-in docs, Godot would not support the shortcut "Shift + F3" to search for the previous occurrence of the search entry text, thus causing an inconsistent behaviour when using shortcuts in the "ScriptEditor" compared to using them in the "ScriptTextEditor". The previous parameter of the function "EditorHelp::_search()" in the class "editor_help" seems to be unused, thus replaced with a bool representing to search for previous search entry text or not. By adding the shortcut to Godot's "ScriptEditor", this commit now improves Godot's consistensy when using shortcuts. Fixes #31147. Co-Authored-By: Oscar Ferm <oscfer-6@student.ltu.se>
2019-10-10Merge pull request #32674 from Chaosus/vs_fix_cubemapsRémi Verschelde
Makes cubemaps to be works in visual shaders
2019-10-10Merge pull request #32697 from madmiraal/remove-editor-dependencyRémi Verschelde
Remove editor dependency
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
- Add or remove the necessary subdirectorires to the includes to remove dependency on the editor directory being in the build's include path. - Ensure includes in modified files conform to style guideline. - Remove editor from the build include path.
2019-10-09Merge pull request #32673 from aaronfranke/vs-inheritanceRémi Verschelde
Make VisualScript check inheritance for port info
2019-10-09Merge pull request #32682 from Calinou/fix-nodepath-crashRémi Verschelde
Fix crash when using `Node.get_as_property_path()`
2019-10-09Merge pull request #32684 from Faless/crypto/self_signed_cert_key_checkRémi Verschelde
Fix crash when passing invalid key to Crypto.
2019-10-09Fix crash when passing invalid key to Crypto.Fabio Alessandrelli
In generate_self_signed_certificate
2019-10-09Fix crash when using `Node.get_as_property_path()`Hugo Locurcio
This closes #32679.
2019-10-09Merge pull request #32662 from SamuelDeboni/docs-reflection-probeRémi Verschelde
Add documentation for ReflectionProbe
2019-10-09Add documentation for ReflectionProbeSamuelDeboni
Update doc/classes/ReflectionProbe.xml Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Apply suggestions from code review Co-Authored-By: Hugo Locurcio <hugo.locurcio@hugo.pro> Update ReflectionProbe.xml
2019-10-09Makes cube maps to be works in visual shadersYuri Roubinsky
2019-10-09Merge pull request #32672 from codecustard/fix_merge_scene_not_deselectingRémi Verschelde
Fixes deselection not working when merging scene
2019-10-09Merge pull request #32671 from GodotExplorer/lsp-send-godot-class-treeRémi Verschelde
lsp: Send godot class tree to clients
2019-10-09Merge pull request #32170 from puthre/ninepatch-fixRémi Verschelde
GLES2 & GLES3 Fixes ninepatch margins for high resolution textures.
2019-10-09Merge pull request #32667 from GodotExplorer/lsp-fix-native-func-signRémi Verschelde
LSP: Fix signature of void returned functions in native methods
2019-10-09Merge pull request #32663 from jabcross/remove_toggle_ruler_shortcutRémi Verschelde
Remove Show Ruler shortcut (fixes #32639)
2019-10-09Make VisualScript check inheritance for port infoAaron Franke
2019-10-08Fixes deselection not working when merging sceneEmmanuel Barroga
Fixes the issue of multiselection retaining its selection when deselecting in the merge scene dialog
2019-10-09lsp: Send godot class tree to clientsGeequlim
2019-10-09lsp: Fix signature of void returned functions in native methodsGeequlim
2019-10-08Remove Show Ruler shortcut (fixes #32639)Pedro Ciambra
Removed default shortcut because of the conflict mentioned in the issue. Command + Shift + T would conflict with Soft Reload Script, and this shortcut doesn't seem to be needed very often.
2019-10-08Merge pull request #32652 from Chaosus/shader_fix_autocompletionRémi Verschelde
Fixed invalid autocompletion pasting of shader param name
2019-10-08Merge pull request #32649 from qarmin/another_crash_fix_for_tile_mapRémi Verschelde
Fix crash in TileMap::update_cell_bitmask
2019-10-08Merge pull request #32647 from Calinou/doc-improve-os-screenRémi Verschelde
Improve the OS `get_screen_*` methods' documentation
2019-10-08Merge pull request #32646 from SamuelDeboni/masterRémi Verschelde
Fixed AttributeError bug on doc_status.py
2019-10-08Fix invalid autocompletion pasting of shader param nameYuri Roubinsky
2019-10-08Merge pull request #32411 from YeldhamDev/fix_grid_overflowRémi Verschelde
Fix GridContainer's children overflowing it when not all slots of a row are occupied
2019-10-08Merge pull request #32444 from lupoDharkael/center-templateRémi Verschelde
Project Manager: Update template dialog position after window resize
2019-10-08Merge pull request #32559 from YeldhamDev/tooltip_scaleRémi Verschelde
Make tooltips have the same scale as their Controls
2019-10-08Fixed AttributeError on doc_status.pySamuelDeboni
2019-10-08Merge pull request #32478 from AlexHolly/fix-rect2-enclosesRémi Verschelde
Make Rect2.encloses return true on same size
2019-10-08Merge pull request #32556 from bruvzg/win_codesignRémi Verschelde
Code signing support for Windows exports
2019-10-08Merge pull request #32571 from DavidSichma/rect_flipRémi Verschelde
Correctly flip texture src region
2019-10-08Merge pull request #32618 from nekomatata/sprite-to-polygonRémi Verschelde
Sprite to polygon conversion improvements
2019-10-08Merge pull request #32624 from Calinou/project-settings-allow-all-typesRémi Verschelde
Allow all Variant types to be added as project settings
2019-10-08Fix crash in TileMap::update_cell_bitmaskqarmin
2019-10-08Merge pull request #32426 from gianllucah/masterRémi Verschelde
Option to erase a section key in ConfigFile
2019-10-08Improve the OS `get_screen_*` methods' documentationHugo Locurcio
2019-10-08Merge pull request #32640 from madmiraal/remove-circular-includesRémi Verschelde
Remove circular include between core/typedefs.h and core/error_macros.h
2019-10-08Merge pull request #32638 from akien-mga/popupmenu-keep-nameRémi Verschelde
PopupMenu: Fix inconsistency setting text/xl_text in add_* methods
2019-10-08Remove circular include between core/typedefs.h and core/error_macros.hMarcel Admiraal
2019-10-08Merge pull request #21621 from AlexHolly/android-pen-hover-supportRémi Verschelde
Adds Pen support for Android
2019-10-08PopupMenu: Fix missing text/xl_text when using add_shortcutRémi Verschelde
Use macros to ensure that `text`, `xl_text` and `id` are always set using the same logic. Fixes #25519. Also fixes up #26914 when `p_id == -1` handling was only added for a couple methods instead of all of them.
2019-10-08PopupMenu: Reorder add_* methods in more natural orderRémi Verschelde
Also adds `add_icon_radio_check_shortcut` matching `add_icon_radio_check_item`, binds them for scripting languages, and binds `add_multistate_item`.
2019-10-08Merge pull request #32616 from Faless/net/fix_close_execRémi Verschelde
Disable socket descriptor sharing with subprocs.