Rémi Verschelde
|
6758a7f8c0
|
Merge pull request #80875 from Sauermann/fix-picking-doc
Document mouse-picking limit of 64 objects
|
2023-08-22 09:09:35 +02:00 |
|
Rémi Verschelde
|
0024d2e541
|
Merge pull request #80851 from vitormaduro/master
Updated C# example of AddPropertyInfo
|
2023-08-22 09:09:24 +02:00 |
|
Markus Sauermann
|
765da0a365
|
Document mouse-picking limit of 64 objects
|
2023-08-22 08:45:55 +02:00 |
|
Rémi Verschelde
|
8e0346bade
|
Merge pull request #80848 from bruvzg/rtl_lang
[RTL] Adds "lang" tag to allow overriding language specific text rendering without starting a new paragraph.
|
2023-08-21 19:32:29 +02:00 |
|
Rémi Verschelde
|
cc01b28886
|
Merge pull request #80779 from Chaosus/cpuparticles_converter
Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)
|
2023-08-21 19:26:48 +02:00 |
|
Rémi Verschelde
|
7d3bee73e4
|
Merge pull request #80247 from dalexeev/gds-for-loop-var-static-typing
GDScript: Add static typing for `for` loop variable
|
2023-08-21 19:26:32 +02:00 |
|
vitormaduro
|
694f280acd
|
Updated C# example for method AddPropertyInfo
|
2023-08-21 13:27:50 -03:00 |
|
bruvzg
|
299808cc26
|
[RTL] Adds "lang" tag to allow overriding language specific text rendering without starting a new paragraph.
|
2023-08-21 14:56:43 +03:00 |
|
Rémi Verschelde
|
56dd0edf58
|
Merge pull request #80694 from novalis/pick-random-null
Document `pick_random` for empty arrays
|
2023-08-21 08:22:05 +02:00 |
|
Hugo Locurcio
|
469c462b76
|
Add missing tutorials to documentation classes
|
2023-08-19 20:29:24 +02:00 |
|
Rémi Verschelde
|
5444afae63
|
Merge pull request #76572 from acazuc/ktx_format_support
Add support for KTX image format so that we can use Basis Universal for GLTF
|
2023-08-19 13:00:35 +02:00 |
|
Yuri Roubinski
|
7fcb91f077
|
Implement conversion from CPUParticles to GPUParticles (3D/2D)
|
2023-08-19 11:58:57 +03:00 |
|
acazuc
|
a00cf02241
|
Add support for KTX & KTX2 image format
Add support glTF KHR_texture_basisu extension
|
2023-08-19 10:27:29 +02:00 |
|
David Turner
|
30d4d1c6d1
|
Document pick_random for empty arrays
|
2023-08-18 17:01:23 -04:00 |
|
Rémi Verschelde
|
b51ee8b029
|
Merge pull request #80650 from bruvzg/comp_char_fix
[TextServer] Fix system font fallback and caret/selection behavior for composite characters.
|
2023-08-18 17:24:54 +02:00 |
|
Rémi Verschelde
|
a2a1ed1aac
|
Merge pull request #80576 from KurtBliss/master
Fixed editor filesystem/import properties not being caught by the doctool.
|
2023-08-18 15:43:58 +02:00 |
|
Rémi Verschelde
|
d81767495a
|
Merge pull request #80512 from mihe/global-basis
Add `global_basis` property to `Node3D`
|
2023-08-18 09:31:41 +02:00 |
|
Danil Alexeev
|
6c59ed9485
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
|
Hugo Locurcio
|
6f1152bdbe
|
Add a --audio-output-latency command-line argument
This allows optimizing the audio output latency on higher-end CPUs,
especially in projects that do not expose a way to override this setting.
|
2023-08-17 14:45:17 +02:00 |
|
Rémi Verschelde
|
281b7b9fdf
|
i18n: Sync translations with Weblate
(cherry picked from commit 7a86ffc034 )
|
2023-08-17 13:24:10 +02:00 |
|
Rémi Verschelde
|
d603040d4d
|
Merge pull request #78012 from Calinou/cli-add-max-fps-argument
Add a `--max-fps` command-line argument to set a FPS limit
|
2023-08-17 12:27:27 +02:00 |
|
Rémi Verschelde
|
c28cc5d5eb
|
Merge pull request #80698 from 0xafbf/0xafbf-patch-1
Fix empty XML tag doc in XMLParser.xml
|
2023-08-17 11:27:51 +02:00 |
|
Rémi Verschelde
|
391c51aa56
|
Merge pull request #80567 from Alex2782/keyboard_shortcut_guidelines
Change documentation spelling of macOS key 'Command' to match guidelines
|
2023-08-17 11:26:16 +02:00 |
|
Rémi Verschelde
|
0fff0b1054
|
Merge pull request #80203 from WhalesState/Dev2
Add shortcut handling to `OptionButton`
|
2023-08-17 11:24:14 +02:00 |
|
Rémi Verschelde
|
12a9ed0fbf
|
Merge pull request #80171 from RedMser/audio-randomizer-defaults
Simpler default values for AudioStreamRandomizer
|
2023-08-17 11:23:49 +02:00 |
|
Rémi Verschelde
|
c72b851dfb
|
Merge pull request #80104 from bruvzg/freedesktop_native_file_dialog
[Linux/Freedesktop] Implement native file selection dialog support.
|
2023-08-17 11:23:00 +02:00 |
|
Rémi Verschelde
|
37d213b24e
|
Merge pull request #79972 from smix8/navgenerator_multithreading_4.x
Add multi-threaded NavMesh baking to NavigationServer
|
2023-08-17 11:22:11 +02:00 |
|
Rémi Verschelde
|
4b11bc2b34
|
Merge pull request #36493 from KoBeWi/echo_menus
Add option to allow echo events in menu shortcuts
|
2023-08-17 11:18:50 +02:00 |
|
bruvzg
|
6cc314e0fa
|
[Linux/Freedesktop] Implement native file selection dialog support.
|
2023-08-17 10:56:16 +03:00 |
|
Andrés Botero
|
3fdca75365
|
Fix empty XML tag doc in XMLParser.xml
Fix doc to show how an empty XML tag is appropiately closed.
|
2023-08-16 15:00:45 -05:00 |
|
Tomasz Chabora
|
3dd881b4e4
|
Add option to allow echo events in menu shortcuts
|
2023-08-16 16:59:17 +02:00 |
|
Rémi Verschelde
|
a278c1b98a
|
Merge pull request #80677 from KoBeWi/nodes_together_strong
Clarify existence of groups
|
2023-08-16 16:56:55 +02:00 |
|
Rémi Verschelde
|
77fd8f3416
|
Merge pull request #80673 from YeldhamDev/give_me_my_windows!
Allow to get a list of visible embedded `Window`s
|
2023-08-16 16:56:31 +02:00 |
|
Rémi Verschelde
|
acc965c09c
|
Merge pull request #80445 from Calinou/doc-video-adapter-web-fixed-model
Document `RenderingServer.get_video_adapter_name()` may report a fixed name
|
2023-08-16 16:55:43 +02:00 |
|
Rémi Verschelde
|
e31cb25d50
|
Merge pull request #79165 from Koyper/enable_missing_tree_title_font_settings
Enabled missing Tree title button font and font size theme settings
|
2023-08-16 16:54:55 +02:00 |
|
Rémi Verschelde
|
6203f56875
|
Merge pull request #78865 from MewPurPur/improve-docs-top-sections-VFX
Improve the top docs sections of VFX classes
|
2023-08-16 16:54:32 +02:00 |
|
Rémi Verschelde
|
20e24bd2bb
|
Merge pull request #78529 from Chaosus/string_reverse
Add `String.reverse` method
|
2023-08-16 16:53:40 +02:00 |
|
Michael Alexsander
|
de27df5da3
|
Allow to get a list of visible embedded Window s
|
2023-08-16 10:42:08 -03:00 |
|
Koyper
|
e84588987a
|
Enabled missing Tree title button font and font size theme settings.
|
2023-08-16 08:10:31 -05:00 |
|
kobewi
|
0ce0c11b9e
|
Clarify existence of groups
|
2023-08-16 11:03:18 +02:00 |
|
Rémi Verschelde
|
a7dc4c22a9
|
Merge pull request #80334 from Sauermann/fix-window-out-of-viewport-events
Fix nodes receiving mouse events in black bars of `Window`
|
2023-08-16 09:12:42 +02:00 |
|
Rémi Verschelde
|
20127ab693
|
Merge pull request #78871 from jitspoe/master.pr_compute_convex_mesh_points
Expose `compute_convex_mesh_points` function to GDScript
|
2023-08-16 09:11:53 +02:00 |
|
bruvzg
|
5d3fcc5766
|
[TextServer] Fix system font fallback and caret/selection behavior for composite characters.
|
2023-08-15 11:42:40 +03:00 |
|
jitspoe
|
541b021ab6
|
Expose compute_convex_mesh_points function to GDScript.
|
2023-08-14 22:37:21 -04:00 |
|
Rémi Verschelde
|
bbefba0264
|
Merge pull request #80608 from emmanuel-ferdman/wip
docs: Fix link to two's complement wiki page
|
2023-08-14 15:30:55 +02:00 |
|
Rémi Verschelde
|
30d564b14c
|
Merge pull request #80511 from Calinou/doc-projectsettings-version
Document behavior of the `application/config/version` project setting
|
2023-08-14 15:29:21 +02:00 |
|
KurtBliss
|
300ecfab89
|
Fixed editor filesystem/import properties not being caught by the doctool
Defined glft editor properties in editor_settings
Added documentation descriptions and entries
|
2023-08-14 06:06:28 -04:00 |
|
Emmanuel Ferdman
|
f000be3237
|
docs: fix link to two's complement wiki page
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
|
2023-08-14 12:44:11 +03:00 |
|
Rémi Verschelde
|
e1bb9b523d
|
Merge pull request #80506 from sepTN/fix-lambda-get_method
Fix `get_method` from named lambda
|
2023-08-14 09:36:35 +02:00 |
|
Alexander Hartmann
|
6e2b311c33
|
Replaced Command with Cmd in documentation
|
2023-08-13 23:53:24 +02:00 |
|