Commit graph

24308 commits

Author SHA1 Message Date
Rémi Verschelde 816341af25
Merge pull request #33107 from volzhs/toggle-camera-preview-error
Fix error when opening or closing scene with camera preview on
2019-10-27 13:59:04 +01:00
Rémi Verschelde 61785bcc7d
Merge pull request #33109 from volzhs/libwebp-1.0.3
Update libwebp to 1.0.3
2019-10-27 13:54:05 +01:00
Rémi Verschelde 2751cea0d4
Merge pull request #33066 from Tabas32/fix_indentation
Fixed indenting issue with comment at end of line
2019-10-27 13:42:53 +01:00
volzhs 074d421dca Update libwebp to 1.0.3 2019-10-27 21:29:43 +09:00
volzhs 4b53a86ce3 Fix error when opening or closing scene with camera preview on 2019-10-27 21:04:29 +09:00
Rémi Verschelde 77075c2888
Merge pull request #33105 from Paulb23/issue_32236_script_conection_performance
Improve performance of connection info in the script editor
2019-10-27 12:46:50 +01:00
Paulb23 2e2a049d3c Improve performance of connection info in the script editor 2019-10-27 11:07:19 +00:00
Rémi Verschelde 9e572b5bac
Merge pull request #33032 from Calinou/filedialog-scroll-to-top
Scroll back to the top after opening a directory in FileDialog
2019-10-27 10:06:34 +01:00
Rémi Verschelde 2416fbb4e2
Merge pull request #31943 from codecustard/Fixes_invalid_frames_on_reverse_anim
Fixes Reverse Animation Starting on First Frame
2019-10-27 09:55:44 +01:00
Rémi Verschelde 4f0c05402f
Merge pull request #33096 from jcs224/windows-screendrag-relative
Allow use of relative and speed properties for InputEventScreenDrag on Windows
2019-10-27 09:47:12 +01:00
Joe Sweeney d66dcc86f9 Allow use of relative and speed properties for InputEventScreenDrag on WIndows 2019-10-26 15:55:46 -06:00
Rémi Verschelde ad685960da
Merge pull request #32617 from Faless/fix/fopen_close_exec
Disable file descriptor sharing with subprocs.
2019-10-26 23:11:41 +02:00
Rémi Verschelde 3eb8bd08ec
Merge pull request #32657 from ptrojahn/lines
Fix draw_rect
2019-10-26 23:09:24 +02:00
Rémi Verschelde c994eaa852
Merge pull request #32719 from nekomatata/dictionary-optimization
Optimized Dictionary hash() and duplicate() methods
2019-10-26 23:08:27 +02:00
Rémi Verschelde 3d25a403ef
Merge pull request #32748 from SamuelDeboni/doc-VisualShader
Added documentation for VisualShader
2019-10-26 23:05:44 +02:00
Rémi Verschelde f7bc889f11
Merge pull request #33092 from Calinou/improve-shader-type-error-message
Improve error messages related to `shader_type`
2019-10-26 22:44:31 +02:00
Rémi Verschelde 3556876c08
Merge pull request #33093 from clayjohn/GLES2-HTML-shadows
Fix shadow mapping with RGBA textures on html
2019-10-26 22:07:46 +02:00
clayjohn 6ec7686a0c Fix shadow mapping with RGBA textures on html 2019-10-26 10:17:22 -07:00
Rémi Verschelde dba22e9788
Merge pull request #33059 from akien-mga/webgl2-resize-non-po2
WebGL 2.0: Force decompressing non power-of-2 textures with repeat/mipmap
2019-10-26 18:05:37 +02:00
Hugo Locurcio 701581d1d3
Improve error messages related to shader_type
The list of allowed shader types is now displayed if any
`shader_type`-related error is emitted.

This makes it easier to remember which shader types are allowed
when creating a new shader.
2019-10-26 17:43:14 +02:00
Rémi Verschelde aa0fa6b14f doc: Sync classref with current source 2019-10-26 16:40:41 +02:00
Rémi Verschelde cbfb944a7b
Merge pull request #33081 from MCrafterzz/fix21527
Fixed #21527 (Show hint to right click when curve editor is empty)
2019-10-26 15:28:41 +02:00
Rémi Verschelde f037eb7b0b
Merge pull request #33084 from Paulb23/33077_minimap_fold_crash
Fix text minimap crash when last line is folded
2019-10-26 14:54:14 +02:00
Rémi Verschelde ef9d3c0d88
Merge pull request #33082 from akien-mga/travis-android-force-openjdk8
Travis: Force installing OpenJDK8 for Android SDK compatibility
2019-10-26 14:48:02 +02:00
Paulb23 df0c8386a9 Fix text minimap crash when last line is folded 2019-10-26 13:37:25 +01:00
Rémi Verschelde ab4b57de1f Travis: Force installing OpenJDK8 for Android SDK compatibility
Travis CI upgraded their Xenial VMs to default to openjdk11, which
is not working properly for sdkmanager, so we can no longer accept
licenses for the SDK.

They don't really seem to care about providing a good alternative
for us from the few threads I read, so let's just force openjdk8
back.
2019-10-26 14:28:07 +02:00
MCrafterzz cdce135540 Fixed #21527 (Show hint to right click when curve editor is empty) 2019-10-26 14:15:45 +02:00
Rémi Verschelde a8e007f055
Merge pull request #33078 from Calinou/assetlib-no-results-message
Display a message if no results are found in the asset library
2019-10-26 09:12:29 +02:00
Rémi Verschelde 8cef880c39
Merge pull request #33076 from Calinou/project-settings-fix-type-dropdown
Fix off-by-one error in the Project Settings type dropdown
2019-10-26 08:58:20 +02:00
Hugo Locurcio 41c89880f8
Display a message if no results are found in the asset library
This closes https://github.com/godotengine/godot-proposals/issues/184.
2019-10-26 01:07:02 +02:00
Hugo Locurcio 929d8dd20c
Fix off-by-one error in the Project Settings type dropdown
This closes #33075.
2019-10-25 23:58:21 +02:00
Rémi Verschelde 5cdecb8227
Merge pull request #32845 from madmiraal/rigidbody-mode-change
Activate Body(2D)SW when switching to rigid or character mode.
2019-10-25 23:36:17 +02:00
Rémi Verschelde e38fd9a5e6
Merge pull request #32915 from Nehluxhes/gridmap_scaling
Gridmap : Mesh preview now scales + grid update on cell size change
2019-10-25 23:33:11 +02:00
Rémi Verschelde dea24f50c7
Merge pull request #33038 from Calinou/makerst-add-separators
makerst: Separate signals/enums/properties/methods with a line
2019-10-25 23:30:58 +02:00
Rémi Verschelde 14e2348a60
Merge pull request #32812 from Calinou/template-manager-fix-devel-condition
Fix the download availability check in the export templates manager
2019-10-25 23:23:52 +02:00
Rémi Verschelde 5c04228a9b
Merge pull request #32824 from lupoDharkael/replace-next
Code editor: select next occurrence after Replace
2019-10-25 23:23:21 +02:00
Rémi Verschelde 46441d585b
Merge pull request #32835 from RobKohr/default-convert_indent_on_save-to-true
set convert_indent_on_save to default to true
2019-10-25 23:20:39 +02:00
Rémi Verschelde 8b1d9a00dc
Merge pull request #32847 from Calinou/fix-editor-path-icon-theme-change
Fix the editor path icon when switching from dark to light theme
2019-10-25 23:19:38 +02:00
Rémi Verschelde c39238c7d2
Merge pull request #32870 from bergmannf/27850_rtl_bold_italic
Add push_* methods for fonts in rich_text_label
2019-10-25 23:17:59 +02:00
Rémi Verschelde c43c3747cf
Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing
Allow mixed tabs and spaces when indentation does not depend on tab size
2019-10-25 23:16:04 +02:00
Rémi Verschelde 6a74113150
Merge pull request #33074 from Calinou/doc-projectsettings-override
Document `override.cfg` behavior in the ProjectSettings class
2019-10-25 23:14:26 +02:00
Rémi Verschelde c96ee7605c
Merge pull request #32946 from DavidSichma/fav-drag
Made favorites dragable
2019-10-25 22:03:22 +02:00
Hugo Locurcio a57c265266
Document override.cfg behavior in the ProjectSettings class 2019-10-25 21:54:38 +02:00
Rémi Verschelde dac22c4b13
Merge pull request #33070 from Faless/net/fix_connect
Use WSAConnect instead of connect on Windows.
2019-10-25 21:17:50 +02:00
Rémi Verschelde 81373b9633
Merge pull request #33069 from Faless/mp/fix_cache_cleanup
MultiplayerAPI cleanup cache when peer disconnects
2019-10-25 21:16:13 +02:00
Fabio Alessandrelli d780570faf Use WSAConnect instead of connect on Windows.
The misterious windows networking stack...
Using connect instead of WSAConnect causes socket error 10022 under
certain conditions.
See: https://github.com/godotengine/webrtc-native/ (issue 6)
Having to guess, code path for connect is different then WSAConnect with
NULL extra parameters.
The only reference about weird error with this code mentions something
called "Windows Filtering Platform" but windows internals are, as
always, obscure.

This might be something to try and report to Microsoft if anyone has the
time to spare with the likely outcome of being ignored.
2019-10-25 18:13:51 +02:00
Fabio Alessandrelli 198af06ff6 MultiplayerAPI cleanup cache when peer disconnects
We used to only cleanup path_get_cache and not path_send_cache causing
issues when a peer disconnects and then reconnects with the same ID.
2019-10-25 18:03:58 +02:00
Rémi Verschelde 6ce35e176f
Merge pull request #33065 from Calinou/textedit-fix-background-color
Fix the default TextEdit background color
2019-10-25 16:35:42 +02:00
Rémi Verschelde 3c7cd84a84
Merge pull request #33060 from bruvzg/ios_zlib
Fix missing `z_verbose` and `z_error` symbols in the debug iOS build.
2019-10-25 16:35:22 +02:00
Rémi Verschelde b72baf2ca2
Merge pull request #33064 from yeonghoey/mingw-secure-api-32
Specify MINGW_HAS_SECURE_API=1
2019-10-25 16:25:53 +02:00