summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-15Fix GridMap getter of baked meshes.Bruno Lourenço
2020-01-15Merge pull request #35147 from madmiraal/fix-34992Rémi Verschelde
Fixes get_floor_normal() returning the user defined floor_normal.
2020-01-15Merge pull request #35148 from asynts/asynts.dont-close-connections-dialogRémi Verschelde
Don't close the connection dialog when the validation failed.
2020-01-15Don't close the connection dialog when the validation failed.asynts
Currently the connection dialog is closed when 1. no method name is specified, or 2. no script is attached and if the method name isn't a buildin. That's really annoying.
2020-01-15Fixes get_floor_normal() returning the user defined floor_normal.Marcel Admiraal
When there is no collision with a floor the get_floor_normal() function should return the zero vector to be consistent with get_floor_velocity(). Renames floor_normal to up_direction in all bindings. Updates the documentation of get_floor_normal() and get_floor_velocity() to make it clear when the values are valid. Updates the documentation for move_and_slide() and move_and_slide_with_snap() to use the new up_direction parameter name.
2020-01-15Merge pull request #35140 from timothyqiu/line-edit-min-sizeRémi Verschelde
Updates LineEdit's min size when necessary
2020-01-15Merge pull request #35134 from clayjohn/DOCS-update-multipleRémi Verschelde
Completed documentation for many visual nodes
2020-01-15Merge pull request #34539 from Houkime/gdscript-ls-stop-listenRémi Verschelde
Prevent GDScript language server from listening to external hosts by default
2020-01-14Completed documentation for many visual nodesclayjohn
2020-01-15Updates LineEdit's min size when necessaryHaoyu Qiu
These properties will affect the minimum size of LineEdit: * The right icon (`set_right_icon`) * The clear button (`set_editable` and `set_clear_button_enabled`) * The text, when "expand to text length" is enabled (`set_text`)
2020-01-15Prevent GDScript language server from listening to external hosts by defaultHoukime
* Add bind_ip property to WebSocketServer defaulting to "*" (listen to everyone) * Set default for GDscript Language Server to listen only to localhost Fixes potential security issue with GDScript language server being exposed to the broad net by default. Since it is the server which primary usage is to provide utility to the local editor there is no need to expose it.
2020-01-15Fix typos with codespellRémi Verschelde
Using codespell 1.16.0. See ab3bccdb78cc7dffb6ab796053ef63489f05558d for procedure.
2020-01-15Merge pull request #35132 from Calinou/doc-description-below-briefRémi Verschelde
doc: Move the class description to be just below the brief description
2020-01-15Merge pull request #35138 from YeldhamDev/defer_scrollbar_raisingRémi Verschelde
Fix regression on scrollbar raising in ScrollContainer
2020-01-15doc: Move the class description to be just below the brief descriptionHugo Locurcio
- Drop the "Brief description" header as it became redundant with this change. - Fix a bug in the editor help where an extraneous newline was added after the header if the class isn't inherited by any others. - Remove the Category line in the rST markup as it's not useful for API users.
2020-01-14Fix regression on scrollbar raising in ScrollContainerMichael Alexsander
2020-01-14Merge pull request #35077 from Feniks-Gaming/masterRémi Verschelde
Expanded bool class description with examples
2020-01-14Merge pull request #35133 from YeldhamDev/scrollbar_cleanupRémi Verschelde
Cleanup unnecessary code from before the scrollbar overlapping fixes
2020-01-14Expanded class_bool Description with examplesFeniks
I expanded boolean long description with example of when booleans could be use practice because Boolean Description: Boolean built-in type. was pretty vague. As new to programming person it took me longer than it should have to understand what those are and why I would want to use them. Hopefully this will make it clearer to new users reading documentation Update bool.xml
2020-01-14Cleanup unnecessary code from before the scrollbar overlapping fixesMichael Alexsander
2020-01-14Merge pull request #35131 from Xrayez/doc-engine-framesRémi Verschelde
Document `Engine.get_idle/physics_frames` methods
2020-01-14Document `Engine.get_idle/physics_frames` methodsAndrii Doroshenko (Xrayez)
2020-01-14Merge pull request #35130 from qarmin/crash_item_bad_indexRémi Verschelde
Don't allow to use too big index in ItemList
2020-01-14Merge pull request #34801 from Calinou/add-3d-viewport-crosshairRémi Verschelde
Add a crosshair to the 3D viewport
2020-01-14Don't allow to use too big index in ItemListRafał Mikrut
2020-01-14Merge pull request #35126 from Faless/fix/ip_unix_warningsFabio Alessandrelli
Remove unused ip_unix member from OSX/server.
2020-01-14Merge pull request #35122 from ChibiDenDen/fully_qualified_name_gdscriptRémi Verschelde
Add fully_qualified_name for GDScript class
2020-01-14Merge pull request #35124 from Faless/js/http_server_fixRémi Verschelde
Properly close files served by debug HTTP server.
2020-01-14Merge pull request #34868 from MadEqua/android-adaptive-iconsRémi Verschelde
Add support for Android adaptive icons.
2020-01-14Remove unused ip_unix member from OSX/server.Fabio Alessandrelli
2020-01-14Merge pull request #35120 from Faless/docs/html5_restrictionsRémi Verschelde
Update documentation to reflect HTML5 limitations.
2020-01-14Add support for Android adaptive icons.Bruno Lourenço
2020-01-14Properly close files served by debug HTTP server.Fabio Alessandrelli
2020-01-14Add mime type to responses from debug HTTP server.Fabio Alessandrelli
Get rid of warnings in firefox mentioning performance loss when no mime type is given for wasm files.
2020-01-14Add fully_qualified_name for GDScript classDani Frank
2020-01-14Update documentation to reflect HTML5 limitations.Fabio Alessandrelli
2020-01-14Merge pull request #35117 from timothyqiu/deferredRémi Verschelde
Makes adding port in Visual Script nodes deferred
2020-01-14Makes adding port in Visual Script nodes deferredHaoyu Qiu
2020-01-14Merge pull request #35116 from YeldhamDev/more_scrollbar_tweaksRémi Verschelde
Fix more scrollbar anchorings
2020-01-14Merge pull request #35101 from KoBeWi/randocs_the_sequelRémi Verschelde
Complete documentation of some more classes
2020-01-14Complete documentation of some more classesTomasz Chabora
2020-01-14Merge pull request #35114 from timothyqiu/macos-imeRémi Verschelde
Fixes IME input backspace on macOS
2020-01-14Fixes IME input backspace on macOSHaoyu Qiu
2020-01-14Fix more scrollbar anchoringsMichael Alexsander
2020-01-14Merge pull request #35113 from akien-mga/aint-no-peeking-for-command-lurkersRémi Verschelde
Export: Properly disable resource preview thread
2020-01-14Export: Properly disable resource preview threadRémi Verschelde
Fixes #26857. Fixes #34433. Fixes #34826.
2020-01-14Merge pull request #35082 from akien-mga/dont-count-yer-chickenRémi Verschelde
EditorNode: Delay addon init to NOTIFICATION_READY
2020-01-14Merge pull request #35092 from AndreaCatania/frames_expRémi Verschelde
Exposed physics frame count and idle frame count
2020-01-14Merge pull request #35106 from YeldhamDev/scrollbar_overlap_fixesRémi Verschelde
Fix more instances of overlapping scrollbars
2020-01-14Merge pull request #35105 from timothyqiu/center-container-min-sizeRémi Verschelde
Updates min size on CenterContainer::set_use_top_left