Rémi Verschelde
31edb7ea3b
Merge pull request #99841 from Calinou/doc-basematerial3d-billboard-mode-remove-outdated-note
...
Remove outdated note about `BaseMaterial3D.billboard_mode` shadow issue
2024-11-29 22:51:41 +01:00
Rémi Verschelde
1745fe15a4
Merge pull request #99837 from thiagola92/docs_window_files_dropped
...
Docs: update example from Window signal files_dropped
2024-11-29 22:51:38 +01:00
Rémi Verschelde
5125b66871
Merge pull request #99827 from syntaxerror247/patch-1
...
Update `use_system_accent_color` note in EditorSettings
2024-11-29 22:51:31 +01:00
Rémi Verschelde
05e93a6010
Merge pull request #99691 from Sauermann/fix-consume-mouse-over
...
Rename `SubViewportContainer` option `consume_drag_and_drop` to `mouse_target`
2024-11-29 22:51:10 +01:00
Rémi Verschelde
e4ee8a3b32
Merge pull request #99611 from bruno-brant/patch-1
...
Fix missing sign in ease function curve description
2024-11-29 22:51:06 +01:00
Rémi Verschelde
74db6a1acc
Merge pull request #99584 from arkology/radial-center-offset-bounds
...
Document `radial_center_offset` bounds for `TextureProgressBar`
2024-11-29 22:51:02 +01:00
Rémi Verschelde
f37fd1c3f2
Merge pull request #99238 from Calinou/doc-node2d-no-z-index
...
Update Z Index property location in Node2D class reference
2024-11-29 22:47:11 +01:00
Rémi Verschelde
778723d935
Merge pull request #99204 from berarma/patch-1
...
Clarify documentation for TileSetAtlasSource `texture_region_size`
2024-11-29 22:47:06 +01:00
Rémi Verschelde
5e87bdae74
Merge pull request #98605 from bruvzg/lbl_mult_para
...
[Label] Handle text as multiple independent paragraphs.
2024-11-29 22:46:42 +01:00
Rémi Verschelde
bfa38e463c
Merge pull request #98022 from vPumpking/editor_file_dialog_filter_master
...
Unify filter feature and improve space management for EditorFileDialog
2024-11-29 22:46:18 +01:00
Rémi Verschelde
5d74c5370b
Merge pull request #97963 from bruvzg/rtl_valign
...
[RTL] Add support for vertical alignment.
2024-11-29 22:46:14 +01:00
Rémi Verschelde
8d3fc48abf
Merge pull request #97521 from pafuent/enhance_scroll_container_focus
...
Add a focus border on `ScrollContainer`
2024-11-29 22:46:09 +01:00
Rémi Verschelde
a0a459ebd8
Merge pull request #78289 from bruvzg/fo_write_errs
...
[FileAccess] Return error codes from `store_*` methods.
2024-11-29 22:45:27 +01:00
Rémi Verschelde
5d462ee4c5
Merge pull request #67857 from anvilfolk/extended-curve
...
Extend Curve to allow for domains outside of [0, 1].
2024-11-29 22:45:19 +01:00
bruvzg
a4b17e7852
[FileAccess] Return error codes from store_*
methods.
2024-11-29 23:22:31 +02:00
Rémi Verschelde
56a7dba10b
Merge pull request #99799 from akien-mga/fix-typos
...
Fix various typos and code style issues
2024-11-29 22:02:53 +01:00
Rémi Verschelde
0b2b8f0a53
Merge pull request #99754 from kthang55/fix_follow_viewport
...
Update CanvasLayer 'Follow Viewport' documentation to match its behavior
2024-11-29 22:02:37 +01:00
Rémi Verschelde
ba488490fc
Merge pull request #99650 from Mickeon/documentation-transform-basis-quaternion-consistency
...
Make Transform2D/3D, Basis, and Quaternion docs more consistent
2024-11-29 22:02:18 +01:00
Bernat
279dce3d2d
Clarify documentation for TileSetAtlasSource texture_region_size
2024-11-29 22:00:57 +01:00
Hugo Locurcio
e499563faf
Remove outdated note about BaseMaterial3D.billboard_mode
shadow issue
...
The linked pull request was merged in Godot 4.3.
2024-11-29 19:57:26 +01:00
Micky
82bd7db275
Make Transform2D/3D, Basis, and Quaternion docs more consistent
2024-11-29 16:10:11 +01:00
thiagola92
e30da67ce9
Docs: update example from Window signal files_dropped
2024-11-29 11:38:04 -03:00
Anish Mishra
72be8d1b69
Update "use_system_accent_color" note in EditorSettings.
2024-11-29 15:27:17 +05:30
Rémi Verschelde
88e81ee730
Fix various typos and code style issues
2024-11-28 17:40:42 +01:00
Kent Thang
5d111e852e
Update CanvasLayer 'Follow Viewport' documentation to match its behavior
2024-11-28 16:26:01 +01:00
Thaddeus Crews
ed01f5f2aa
Merge pull request #98670 from DarioSamo/rd-transient-targets
...
Automatically resolve initial and final action for draw lists.
2024-11-27 10:47:29 -06:00
Thaddeus Crews
8f603c901e
Merge pull request #99679 from timothyqiu/custom-tooltip-doc
...
Improve documentation for tooltip-related methods
2024-11-27 10:47:21 -06:00
Thaddeus Crews
539be43dad
Merge pull request #99677 from syntaxerror247/patch-1
...
Update `screen_get_scale` documentation.
2024-11-27 10:47:16 -06:00
Thaddeus Crews
9c300a6c05
Merge pull request #80965 from Calinou/viewport-add-get-stretch-scale-factor
...
Add a Viewport method to get automatically computed 2D stretch transform
2024-11-27 10:47:12 -06:00
Thaddeus Crews
c5cd7c66ee
Merge pull request #85443 from smix8/gridmap_castshadows
...
Add ShadowCastingSetting to MeshLibrary / GridMap items
2024-11-27 10:47:10 -06:00
Thaddeus Crews
06f4bcdefb
Merge pull request #97346 from DevPoodle/vertex-attribute-docs
...
Add descriptions to RDVertexAttribute's properties
2024-11-27 10:47:09 -06:00
Thaddeus Crews
2a147f3ce1
Merge pull request #99091 from Mickeon/documentation-object-boolean-context-4.4
...
Add documentation note on Object's boolean context
2024-11-27 10:46:54 -06:00
Thaddeus Crews
ed443ccd25
Merge pull request #99079 from FlooferLand/patch-1
...
Add note about LightmapGI only baking nodes under its parent
2024-11-27 10:46:52 -06:00
smix8
612981c1ea
Add ShadowCastingSetting to MeshLibrary / GridMap items
...
Adds ShadowCastingSetting to MeshLibrary / GridMap items.
2024-11-27 01:06:21 +01:00
Thaddeus Crews
19dd3eda19
Merge pull request #99364 from Mickeon/documentation-global-scope-keys-plus-minus
...
Rewrite some `@GlobalScope` keys in documentation to use `[code]` tags
2024-11-26 13:04:49 -06:00
Thaddeus Crews
04786f0ee8
Merge pull request #97824 from TokageItLab/retarget-modifier
...
Add RetargetModifier3D for realtime retarget to keep original rest
2024-11-26 13:04:47 -06:00
Thaddeus Crews
dc0fcf9753
Merge pull request #99612 from TokageItLab/lkat-bn
...
Make LookAtModifier3D adopt the bone name method
2024-11-26 13:04:44 -06:00
Micky
e653f19032
Rewrite some @GlobalScope
keys in documentation to use [code]
tags
2024-11-26 18:42:36 +01:00
Jamie Greunbaum
0fc082e1ee
Add CollisionShape3D custom debug colours
...
This allows changing the display colour of a CollisionShape3D node on a per-shape basis.
It also adds the ability to display a solid coloured preview of a CollisionShape3D.
Closes https://github.com/godotengine/godot-proposals/issues/906
2024-11-26 16:28:13 +01:00
Haoyu Qiu
fb5a4bac6e
Improve documentation for tooltip-related methods
2024-11-26 10:04:51 +08:00
Markus Sauermann
003647972f
Rename consume_drag_and_drop
to mouse_target
...
The functionality of the parameter is not limited to drag-and-drop
operations, but it has also other uses.
So its name should not be tied to drag-and-drop.
The API was created in the not yet released Godot 4.4-dev6, so this
change should not be considered compatibility breaking.
2024-11-25 21:36:29 +01:00
Thaddeus Crews
0d88737a9f
Merge pull request #99542 from bruvzg/stdin_str
...
Convert line breaks to `\n` and strip line break from the end of string returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
2024-11-25 13:22:30 -06:00
Thaddeus Crews
ec01ad65fd
Merge pull request #99620 from tetrapod00/doc-control-children
...
Docs: Update Control class to properly reflect behavior of Themes on Control Children
2024-11-25 13:22:20 -06:00
Dario
6d5ac8f7ef
Resolve load and store ops automatically for render passes for discardable textures.
2024-11-25 11:27:48 -03:00
Anish Mishra
3413c6ce9d
Update screen_get_scale documentation.
2024-11-25 19:07:05 +05:30
Silc Lizard (Tokage) Renew
b76cdf525b
Make LookAtModifier3D adopt to bone name method
2024-11-25 15:47:10 +09:00
tetrapod00
13b565c64d
Docs: Update Control class to properly reflect behavior of Themes on Control Children
...
Document fact that themes only propagate to control children
(not Node2D, etc). Wording is copied from Theme docs.
Also clarifies line somewhat.
Co-Authored-By: Allyson Chan <allysonn.chann@gmail.com>
2024-11-24 10:30:02 -08:00
Pablo Andres Fuente
86ea0127a3
Add a focus border on ScrollContainer
...
Also added new unit tests for `Control`.
Co-authored-by: ator-dev <dominic.codedeveloper@gmail.com>
2024-11-23 23:54:38 -03:00
Bruno Brant
84f4178850
Fix missing sign in ease function curve description
...
The range was broken because -1.0 was informed as being 1.0.
2024-11-23 23:02:14 -03:00
arkology
6c38824d03
Document radial_center_offset bounds
2024-11-23 20:40:00 +03:00