Michael Alexsander
82863b32de
Make tooltips have the same scale as their Controls
2019-10-05 02:04:40 -03:00
Rémi Verschelde
5a23ab61fa
Merge pull request #32550 from JFonS/fix_editor_spatial_bounds
...
Fix calculate_spatial_bounds for selection display
2019-10-04 19:32:05 +02:00
Rémi Verschelde
4a863eeec7
Merge pull request #32549 from YeldhamDev/test_size_single_override
...
Make possible to use just one "size/test_*" value in the settings
2019-10-04 19:31:58 +02:00
Rémi Verschelde
99df569b40
Merge pull request #32552 from Calinou/humanize-digits-remove-redundant-if
...
Remove redundant condition in `String::_humanize_digits()`
2019-10-04 19:31:32 +02:00
Hugo Locurcio
3b8004865d
Remove redundant condition in String::_humanize_digits()
2019-10-04 18:07:06 +02:00
Rémi Verschelde
7e9c1041ac
Merge pull request #32548 from akien-mga/doc-put-string
...
doc: Add note about sending strings without size in StreamPeer
2019-10-04 16:05:20 +02:00
Rémi Verschelde
11bbe152a9
Merge pull request #32546 from Xrayez/bind-string-humanize-size
...
Bind the `String::humanize_size` method
2019-10-04 16:05:03 +02:00
jfons
c1de7cb22e
Fix calculate_spatial_bounds for selection display
...
Fixes `SpatialEditorPlugin::_calculate_spatial_bounds` so the displayed
selection doesn't break with transformed scenes.
2019-10-04 15:47:15 +02:00
Rémi Verschelde
ee611d149b
Merge pull request #22834 from lupoDharkael/recursive-item
...
Add call_recursive method to TreeItem
2019-10-04 15:32:14 +02:00
Michael Alexsander
d12a8940cb
Make possible to use just one "size/test_*" value in the settings
2019-10-04 10:27:11 -03:00
Rémi Verschelde
caa88b4611
doc: Add note about sending strings without size in StreamPeer
...
Follow-up to #29153 .
2019-10-04 15:23:12 +02:00
Andrii Doroshenko (Xrayez)
a0d00c0e99
Bind the String::humanize_size
method
...
The method signature is also changed to use `uint64_t` instead of `size_t`
for it to be Variant-compatible.
2019-10-04 15:51:13 +03:00
Rémi Verschelde
b177051521
Merge pull request #32528 from hbina/hbina_fix_font_override
...
Fixed warnings text using custom font and color setting.
2019-10-04 13:47:04 +02:00
Hanif Bin Ariffin
79e83b7c92
Fixed warnings text using custom font and color setting.
...
Fixes #31917
Added missing font and color override.
2019-10-04 07:20:18 -04:00
Yuri Roubinsky
b6f8726c66
Merge pull request #32543 from Chaosus/vs_fix_input
...
Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)
2019-10-04 13:57:01 +03:00
Rémi Verschelde
3b2033b941
Merge pull request #32540 from codecustard/fix_show_bounds_for_scenes
...
Fixes scene instances not displaying bounds when selected
2019-10-04 12:19:33 +02:00
Yuri Roubinsky
bd7b2354c5
Merge pull request #32541 from Chaosus/vs_fix_input
...
Fix VisualShaderInput (if compiled with MinGW)
2019-10-04 11:04:20 +03:00
Yuri Roubinsky
bc67a18fe0
Fix VisualShaderInput if compiled with MinGW
2019-10-04 10:52:07 +03:00
Yuri Roubinsky
0a34fa701f
Fix VisualShaderInput (if compiled with MinGW) (correct, tested version)
2019-10-04 10:43:59 +03:00
Emmanuel Barroga
10d0bc920b
Fixes scene instances not displaying bounds when selected
...
When selecting instances of a scene file, it doesn't display the bounding box which makes it difficult to visually see that it is selected.
2019-10-03 22:46:29 -07:00
Rémi Verschelde
4da5649520
Merge pull request #32532 from homer666/projectsettings-docs-window
...
Improve Project Settings window size docs
2019-10-04 07:37:25 +02:00
Rémi Verschelde
01c48aba42
Merge pull request #32530 from Relintai/fix_potential_crash_in_animation_player
...
Fix potential crash in AnimationPlayer
2019-10-04 07:36:39 +02:00
homer666
3ba3cd7b61
Improve ProjectSettings window docs
2019-10-04 06:09:45 +10:00
Rémi Verschelde
00417675fa
Merge pull request #32524 from qarmin/fix_string_builder_null_memcpy
...
Don't add to StringBuilder empty String
2019-10-03 21:24:04 +02:00
Relintai
c39490cf79
Fix potential crash in AnimationPlayer.
2019-10-03 21:07:49 +02:00
Rémi Verschelde
e57272987d
Merge pull request #32525 from qarmin/fix_small_memory_leak_PackedSourcePCK
...
Fix small memory leak in PackedSourcePCK::try_open_pack
2019-10-03 21:04:55 +02:00
qarmin
2bc7f9e545
Fix small memory leak in PackedSourcePCK::try_open_pack
2019-10-03 19:45:41 +02:00
qarmin
df03d9c2c5
Don't add to StringBuilder empty String
2019-10-03 19:14:29 +02:00
Rémi Verschelde
d86c9ef2e6
Merge pull request #32519 from akien-mga/mono-fix-msbuild-vs
...
Mono: Fix detection of MsBuild from Visual Studio
2019-10-03 18:01:37 +02:00
Yuri Roubinsky
409ec8bd1e
Merge pull request #32512 from Chaosus/vs_texture_uv
...
Makes Texture and TextureUniform in visual shaders to use UV by default
2019-10-03 17:30:18 +03:00
Yuri Roubinsky
b11d15d5c3
Makes Texture and TextureUniform in visual shaders to use UV by default
2019-10-03 16:59:49 +03:00
Rémi Verschelde
f3f2fdfbab
Mono: Fix detection of MsBuild from Visual Studio
...
This was a wrong check as an exit code of 0 means success,
not failure. It used to be fine as blocking mode always returned
-2, but this was changed in #32033 to return the exit code.
Fixes #32424 .
2019-10-03 14:13:41 +02:00
Rémi Verschelde
d66cce0215
Merge pull request #32517 from GodotExplorer/gdscript-lsp
...
GDScript LSP server improvement
2019-10-03 13:40:09 +02:00
Rémi Verschelde
9a115ccaf3
Merge pull request #32518 from nekomatata/fix-revert-cursor
...
Properly revert cursor when using set_custom_mouse_cursor with null
2019-10-03 13:39:25 +02:00
PouleyKetchoupp
5bfe32eaa4
Properly revert cursor when using set_custom_mouse_cursor with null
...
Fixes #32486
2019-10-03 13:02:11 +02:00
geequlim
6a8303f82f
Implement DocumentLink of GDScript LSP Server
2019-10-03 18:51:03 +08:00
Rémi Verschelde
77b1214a9a
Merge pull request #32514 from akien-mga/android-one-click-dont-uninstall
...
Android one-click deploy: Don't clear by default
2019-10-03 12:33:51 +02:00
Rémi Verschelde
393aa8ff86
Merge pull request #32515 from akien-mga/android-custom-build-fix-manifest
...
Android: Fix manifest to match Godot export code
2019-10-03 12:33:26 +02:00
Rémi Verschelde
0c7b3fff44
Android: Fix manifest parsing and APK names in export code
...
A better fix would be to make Godot's export code properly parse the
tag over multiple lines (and maybe even use XMLParser instead of doing
it ad-hoc?).
As for the APK names, we could alternatively pick the first .apk found
in the `debug` and `release` folders without expecting a specific name.
Fixes #32414 .
2019-10-03 12:13:45 +02:00
Rémi Verschelde
9d96f04138
Android one-click deploy: Don't clear by default
...
This makes iteration faster as you don't need to monitor your phone
to allow the installation each time.
Fixes #32183 .
2019-10-03 10:43:59 +02:00
Rémi Verschelde
cd408c7f06
Merge pull request #32499 from bruvzg/macos_codesign_improvements
...
macOS export/code signing improvements.
2019-10-03 09:44:11 +02:00
Rémi Verschelde
c9781df316
Merge pull request #32403 from yeonghoey/enforce4space
...
Print errors when tab indent found in [codeblock]
2019-10-03 08:41:21 +02:00
Rémi Verschelde
ff9bbf1818
Merge pull request #32490 from mrcdk/tree_scroll_scrollcontainer
...
Handle scrolling correctly in Tree controls inside ScrollContainers
2019-10-03 08:39:38 +02:00
Rémi Verschelde
5db77dceb8
Merge pull request #32491 from lupoDharkael/inspector-frame
...
Inspector: select self object after selecting a stack frame
2019-10-03 08:38:29 +02:00
geequlim
d1a6964d39
Fix codeblock formating to markdown
2019-10-03 14:22:26 +08:00
Rémi Verschelde
79f71ecc81
Merge pull request #32508 from Calinou/remove-stb-truetype
...
Remove unused stb_truetype-based DynamicFont implementation
2019-10-03 08:19:00 +02:00
Rémi Verschelde
0deccd4a65
Merge pull request #32510 from clayjohn/GLES2-fix-black-editor-and-crash
...
Remove glViewport call as it wasnt needed and caused crash GLES2
2019-10-03 08:16:19 +02:00
Rémi Verschelde
059a53ee1d
Merge pull request #32504 from Relintai/fix_empty_animatin_player_crash
...
Fix crash in #32473 . (Automatically seek timeline in selected animation)
2019-10-03 07:57:10 +02:00
Rémi Verschelde
ce336e7e72
Merge pull request #32505 from clayjohn/GLES2-fix-probe-crash
...
Fix reflection probe crash in GLES2 with post-processing
2019-10-03 07:55:08 +02:00
Yuri Roubinsky
4f92dda815
Merge pull request #32503 from Chaosus/vs_custom
...
Drag&drop custom nodes from filesystem to visual shader
2019-10-03 08:06:20 +03:00