Hugo Locurcio
cdbb31adc9
Document Range's value_changed
signal is also emitted with code changes
...
This also mentions that the signal is potentially emitted every frame,
which can have performance implications.
2022-03-14 21:32:23 +01:00
Rémi Verschelde
eedb3cea53
Merge pull request #59149 from Chaosus/fix_generating_null_comparing_op
...
Remove generating of null comparison operators from documentation
2022-03-14 21:15:12 +01:00
Yuri Roubinsky
32f2c47356
Remove generating of null comparison operators from documentation
2022-03-14 22:35:23 +03:00
bruvzg
f0315c28a8
[Export] Add "export console script" option for Linux, macOS, and Windows exports.
2022-03-14 17:19:18 +02:00
Yuri Roubinsky
5a99aa3b3a
Fix default value count checking for inherited function
2022-03-14 18:00:42 +03:00
Rémi Verschelde
95b6c6cf9a
Merge pull request #58693 from Calinou/doc-physics-shapes
2022-03-14 15:08:58 +01:00
Max Hilbrunner
43120c2e2d
Merge pull request #59086 from Calinou/doc-nodepath-stringname
...
Improve documentation for NodePath and StringName
2022-03-14 14:14:58 +01:00
Rémi Verschelde
c67b8fafea
Merge pull request #59134 from Pineapple/thread-platform-config
2022-03-14 14:05:24 +01:00
Bartłomiej T. Listwon
6c6291b84f
Include platform_config.h in thread.cpp and thread.h
2022-03-14 12:36:06 +01:00
Rémi Verschelde
e4b9406313
Merge pull request #59099 from RandomShaper/mouse_drop_on_disable
2022-03-14 11:18:38 +01:00
Rémi Verschelde
964908d809
Merge pull request #59121 from fire-forge/capitalizations
2022-03-14 10:37:44 +01:00
Rémi Verschelde
2347c6bce3
Merge pull request #59129 from Sauermann/fix-internal-gui-state
2022-03-14 10:12:10 +01:00
Markus Sauermann
86574b91dd
Cleanup internal GUI state, if event is accepted in _input.
2022-03-14 08:38:48 +01:00
Rémi Verschelde
b7bc8dbebe
Merge pull request #57392 from madmiraal/implement-3888
2022-03-14 08:31:58 +01:00
Rémi Verschelde
c7bfaf3310
Merge pull request #59127 from bruvzg/custom_font_bold
2022-03-14 08:30:25 +01:00
Rémi Verschelde
07b10d6d4f
Merge pull request #55696 from Calinou/cli-q-option-quiet
...
Make `-q` CLI argument toggle quiet stdout instead of quitting
2022-03-14 07:23:17 +01:00
Rémi Verschelde
000ff82071
Merge pull request #59123 from Snowapril/fix-nan-specular-highlight
...
Fix `D_GGX` code which can cause `divide-by-zero`
2022-03-14 07:21:16 +01:00
bruvzg
4f1660dad7
Generate simulated bold font from the custom font if no custom bold font set.
2022-03-14 08:03:25 +02:00
FireForge
543218fc7c
Add missing property name capitalizations
2022-03-14 00:13:41 -05:00
snowapril
b6f72f2b4a
Fix D_GGX code which can cause divide-by-zero val
...
When given roughness is lower than 0.01, d value in original code will
be zero. This can make last return value as NAN because of
divide-by-zero. This is well addressed in issue #56373 .
Modified code is referenced on D_GGX function of google/filament
(https://github.com/google/filament/blob/main/shaders/src/brdf.fs#L54-L79 )
Signed-off-by: snowapril <sinjihng@gmail.com>
2022-03-14 13:25:05 +09:00
Hugo Locurcio
eae16f73a6
Make -q
CLI argument toggle quiet stdout instead of quitting
...
`-q` is a common toggle in a command line applications for quiet mode
(see apt or dnf for examples). In contrast, `--quit` isn't needed
as often.
2022-03-13 23:55:01 +01:00
Rémi Verschelde
7a454842d4
Merge pull request #55703 from Calinou/tweak-cli-argument-order
2022-03-13 22:31:05 +01:00
Rémi Verschelde
4f40a71e03
Merge pull request #57436 from AnilBK/change-scopes
...
Scope Changes for some variables.
2022-03-13 22:10:16 +01:00
Hugo Locurcio
f4a0573379
Tweak the display order of CLI arguments in --help
for consistency
...
`--profile-gpu` was renamed to `--gpu-profile` for consistency with
`--gpu-abort`.
This also updates the shell completion files to the latest `master`
branch.
2022-03-13 20:36:52 +01:00
Rémi Verschelde
cc6d051af2
Merge pull request #59119 from Calinou/3d-editor-improve-indicator-bars
2022-03-13 20:13:03 +01:00
Rémi Verschelde
cd5320a93d
Merge pull request #59110 from KoBeWi/Godot_for_embedded_systems
2022-03-13 20:12:46 +01:00
Hugo Locurcio
6f76aaec82
Improve display of freelook/zoom speed indicator bars in the 3D editor
...
- Use a different color for freelook and zoom speed bars.
- Use an outline for the text to make it readable on any background.
2022-03-13 18:57:28 +01:00
kobewi
3c53752b4a
Cleanup embed subwindows getters
2022-03-13 18:20:53 +01:00
Rémi Verschelde
47c35f5b96
Merge pull request #59108 from KoBeWi/somewhere_on_the_screen
2022-03-13 18:10:33 +01:00
Rémi Verschelde
0ce3fff3f8
Merge pull request #58437 from timothyqiu/svg-viewbox
2022-03-13 17:41:35 +01:00
Rémi Verschelde
f35fb070dd
Merge pull request #59114 from timothyqiu/svg-size
2022-03-13 17:41:23 +01:00
Rémi Verschelde
da37e08a42
Merge pull request #59113 from bruvzg/sim_cjk_bold
2022-03-13 17:28:22 +01:00
Rémi Verschelde
972bca75a8
Merge pull request #59107 from otonashixav/expose-add-animation-slice
2022-03-13 17:18:42 +01:00
Rémi Verschelde
0dc6dab28d
Merge pull request #59112 from bruvzg/right_clip
2022-03-13 17:18:28 +01:00
Haoyu Qiu
1049e75b89
Fix determination of SVG canvas size
2022-03-14 00:00:05 +08:00
bruvzg
e3f7510978
Add simulated bold variant to the editor CJK fonts.
2022-03-13 17:42:20 +02:00
Rémi Verschelde
1164d083d2
Merge pull request #59106 from Geometror/fix-windows-vsync-change-at-runtime
2022-03-13 16:30:27 +01:00
bruvzg
aada395354
Fix text clipping on the right side.
2022-03-13 17:26:00 +02:00
kobewi
bcf13dc175
Expose methods for screen-space transforms
2022-03-13 16:05:08 +01:00
Xavier Loh
a0e720efb2
Expose RenderingServer::canvas_item_add_animation_slice
in GDScript
2022-03-13 22:53:24 +08:00
Rémi Verschelde
c8fce1661d
Merge pull request #59102 from rcorre/copy-project-config
2022-03-13 15:38:55 +01:00
Rémi Verschelde
dd94c6081a
Merge pull request #59101 from bruvzg/bold_advance
2022-03-13 15:37:12 +01:00
Rémi Verschelde
0c5bc7e111
Merge pull request #59098 from timothyqiu/rtl-shadow-color
2022-03-13 15:28:44 +01:00
Hendrik Brucker
fba80dbd63
Reenable window_set_vsync_mode on Windows
2022-03-13 15:04:59 +01:00
Ryan Roden-Corrent
d271e2517e
Copy full project setting path from dialog.
...
The EditorProperty UI elements for project settings are created from
SectionedInspector, which has a prefix added to each property path. Each
EditorProperty needs to be made aware of this path so copy_property_path
copies the full path, and not just the suffix.
Fixes #59020 .
2022-03-13 09:23:44 -04:00
bruvzg
d9f8cadafb
Improve simulated bold fonts advance.
2022-03-13 15:07:53 +02:00
Haoyu Qiu
d62e8bbc74
Fix RichTextLabel shadow color when text has transparency
2022-03-13 19:57:56 +08:00
Pedro J. Estébanez
d083fb21c7
Drop mouse focus and over when gui input is globally disabled
2022-03-13 12:45:32 +01:00
Rémi Verschelde
7df288f785
Merge pull request #59090 from KoBeWi/show_never_ever
...
Improve scene tab close button options
2022-03-13 09:11:07 +01:00
kobewi
c53a84fdfd
Improve scene tab close button options
2022-03-13 02:14:32 +01:00