summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-10-17Merge pull request #23065 from YeldhamDev/switch_optimized_handlersRémi Verschelde
Switch unoptimized handlers from spatial editor viewport to optimized ones
2018-10-16Switch unoptimized handlers from spatial editor viewport to optimized onesMichael Alexsander Silva Dias
2018-10-16Merge pull request #22918 from DualMatrix/node_as_root_2Rémi Verschelde
Fixed setting node as root showing error and making invisible children visible.
2018-10-16Merge pull request #22738 from akerudesu/script_commentsRémi Verschelde
Improve toggle comment function in script editor
2018-10-16Merge pull request #22885 from neikeq/issue-22122Rémi Verschelde
Hide numeric value for constants in EditorPropertyEnum
2018-10-16Merge pull request #22894 from OsamaElHariri/prevent-comment-indentRémi Verschelde
A colon ending a comment line no longer indents the next line
2018-10-16Merge pull request #22922 from mrcdk/fix_area_bus_overrideRémi Verschelde
Fixes Area and Area2D audio bus override
2018-10-16Merge pull request #23009 from AlexHolly/doc-tabcontainer-rearrangeRémi Verschelde
Doc Tabcontainer rearrange tabs
2018-10-16Merge pull request #23016 from QbieShay/fix_visibility_toggleRémi Verschelde
Fixed visibility toggle with node selection
2018-10-16Fixed setting node as root showing error and making invisible children visible.DualMatrix
Fixed setting node as root showing error and making invisible children visible.
2018-10-16Merge pull request #23018 from lupoDharkael/parse-bugRémi Verschelde
GDScriptTokenizer: Fix token_names order
2018-10-16Merge pull request #22992 from Paulb23/delete_line_off_by_oneRémi Verschelde
Fixed delete line being off by one, issue 22819
2018-10-16Merge pull request #22991 from Paulb23/type_syntax_highlighting_fixesRémi Verschelde
Fix types highlighting outside of function args and var declarations, issues 22029,21638
2018-10-16Merge pull request #22980 from CakHuri/remove-include-duplRémi Verschelde
Removed duplication of include(s)
2018-10-16Merge pull request #22548 from fire/visualscript_whitespaceRémi Verschelde
Visualscript search fixes
2018-10-16Merge pull request #22970 from marcelofg55/osx_mic_fixRémi Verschelde
Fixed issues with audio input on some Macs
2018-10-16Merge pull request #22944 from fire/visual-script-constructor-21840Rémi Verschelde
Fixed the problem with vector3 constructor
2018-10-15Fix enum values in the editor and hide enum numeric values in the InspectorIgnacio Etcheverry
- Hide numeric value of enum constants in the inspector (EditorPropertyEnum) - EditorPropertyEnum, CustomPropertyEditor: Calculate values of enum constants correctly when only some of these constants have explicit values.
2018-10-15Merge pull request #23029 from AlexHolly/doc-tabsMax Hilbrunner
[DOCS] Tabs
2018-10-15Doc Tabcontainer rearrange tabsAlexander Holland
2018-10-15Doc TabsAlexander Holland
2018-10-15Merge pull request #23021 from dumitru-stama/fix_android_modulesRémi Verschelde
Fixed initialization of android modules
2018-10-14Fixed initialization of android modulesdumitru-stama
2018-10-14GDScriptTokenizer: Fix token_names orderlupoDharkael
2018-10-14Merge pull request #22942 from AlexHolly/doc-string-filedialogMax Hilbrunner
Filled missing Doc for String and FileDialog
2018-10-14fixed visibility toggle with node selectionQbieShay
before this PR toggling visibility of not selected nodes would toggle the visibility of the whole selection. This PR changes this behaviour, so if visibility is toggled on a node that it is not selected, the visibility toggle will happen only on this node. No changes to the behaviour of when one of the selected nodes has visibility toggled: they still toggle all together
2018-10-14Merge pull request #22986 from AlexHolly/doc-lineedit-clear-buttonMax Hilbrunner
Doc LineEdit MenuRedo and clear_button_enabled
2018-10-14Merge pull request #22978 from CakHuri/fix-get_button_count-linkMax Hilbrunner
[Docs] Fixed 'get_button_count's link and a typo related to 'button'.
2018-10-14Merge pull request #23001 from voithos/contributingdocMax Hilbrunner
Add useful links for contributors to CONTRIBUTING and README docs.
2018-10-14Merge pull request #22924 from clayjohn/doc_MeshDataToolMax Hilbrunner
[DOCS] Added descriptions to MeshDataTool classref
2018-10-13Add useful links for contributors to CONTRIBUTING and README docs.Zaven Muradyan
2018-10-13Fixed delete line being off by one, issue 22819Paulb23
2018-10-13Fix types highlighting outside of function args and var declarations, issues ↵Paulb23
22029,21638
2018-10-13Doc LineEdit MenuRedo and clear_button_enabledAlexander Holland
2018-10-13Removed duplication of include(s):M. Huri
- "collision_solver_sat.h". - "shaders/copy.glsl.gen.h"
2018-10-13[Docs] Fixed 'get_button_count's link and a typo related to 'button'.M. Huri
2018-10-13Merge pull request #22975 from CakHuri/shape-typoRémi Verschelde
Fixed a typo, sahpe to shape.
2018-10-13Fixed a typo, sahpe to shape.M. Huri
2018-10-12Fixed issues with audio input on some MacsMarcelo Fernandez
2018-10-12Merge pull request #22939 from merumelu/tileset-add-texture-fixRémi Verschelde
TileSetEditor: Don't crash when adding invalid files
2018-10-12Merge pull request #22929 from Windfisch/oa_hashmap_testThomas Herzog
Fix bug and add testcase for OAHashMap losing keys
2018-10-12Filled missing Doc for String and FileDialogAlexander Holland
2018-10-11Make visualscript search better.K. S. Ernest (iFire) Lee
* There were spaces unequally inside the function definitions. * camelcase_to_underscore() should also work for numbers inside of the camel case. * Removed the builtin concept * Capitalize descriptions from methods too. * Match the visual script functions by removing the empty arguments "( )" * Add some test cases
2018-10-11Fixed the problem with vector3 constructorthe 8th mage
Whenever there's a port change that may change the inputs, the default inputs will be recalculated. Moving the update port loop into its own function. Signed-off-by: K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com>
2018-10-11added descriptions to MeshDataTool docclayjohn
2018-10-11Merge pull request #22915 from fire/visuals-shader-colour-constant-22906Rémi Verschelde
Fix for Visual Shader Editor #22906: Cannot change color on Color Con…
2018-10-11Merge pull request #22844 from samgreen/fix_gui_dragging_spamRémi Verschelde
Fix spam when dragging in the editor
2018-10-11Merge pull request #22800 from QbieShay/depth_writeRémi Verschelde
Added the ability to write to gl_FragDepth.
2018-10-11Merge pull request #22864 from milkowski/masterRémi Verschelde
Fix build with Android NDK r18
2018-10-11Merge pull request #22931 from groud/fix_resource_name_inspectorRémi Verschelde
Fixes resources name not showing in the inspector