kobewi
602806101c
Improve error messages for add_property_info()
2025-03-20 22:39:09 +01:00
Max Chacon
44d10c576e
Improve documentation for return value of Packed*Array.resize
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com >
2025-03-20 16:21:01 +01:00
Haoyu Qiu
3300f669b4
Fix typos in ProjectSettings class reference
...
- `[b]Node:[/b]` should be `[b]Note:[/b]`
- `max FPS` should be used instead of unquoted `max_fps` when not referring to the property
- Some minor capitalization and markup fixes.
2025-03-20 15:21:17 +08:00
ywmaa
275f046e4a
Path3D: custom debug color and custom debug show
2025-03-20 06:49:04 +02:00
Thaddeus Crews
17ae1d7728
Merge pull request #90226 from kitbdev/dock-shortcuts
...
Add Open Dock shortcuts
2025-03-19 17:46:07 -05:00
Thaddeus Crews
db75f8f96a
Merge pull request #104364 from syntaxerror247/javaclasswrapper-docs
...
Add instruction to wrap nested classes in `JavaClassWrapper`
2025-03-19 17:46:05 -05:00
Thaddeus Crews
1fbcefeb63
Merge pull request #104376 from ProgrammerOnCoffee/update-workspace-list
...
Add `Game` workspace to documentation and autocomplete
2025-03-19 17:46:02 -05:00
Anish Mishra
956db92c65
Add instruction to wrap nested classes in JavaClassWrapper
2025-03-20 02:25:26 +05:30
Carsten
c774075405
Update StringName.xml
...
Fixed hex_decode() example
2025-03-19 19:46:03 +01:00
Carsten
d4363d5cdd
Update String.xml
...
Fixed hex_decode() example
2025-03-19 19:45:13 +01:00
ProgrammerOnCoffee
abe1b4b799
Update workspace list in various files
2025-03-19 13:01:33 -04:00
kit
4a65775dc5
Add shortcuts for opening docks
2025-03-19 10:39:45 -04:00
Rémi Verschelde
2b0e7dcc5e
Merge pull request #98043 from pafuent/stream_peer_gzip_fix_finish_buffer_size
...
Fix `StreamPeerGZIP::finish()` internal buffer size usage
2025-03-19 12:26:06 +01:00
Rémi Verschelde
7ad0b9b16c
Merge pull request #97495 from Delsin-Yu/control_recursive_disable_children
...
[GUI] Implement properties that can recursively disable child controls' `Focus Mode` & `Mouse Filter`
2025-03-19 12:26:03 +01:00
Rémi Verschelde
100862c39c
Merge pull request #93735 from Mickeon/doc-peeves-CanvasItem
...
Overhaul CanvasItem documentation (no `draw` methods)
2025-03-19 12:25:39 +01:00
Pablo Andres Fuente
e2bef7041e
Fix StreamPeerGZIP::finish() internal buffer size usage
...
Fixes #97201
Instead of using and arbitrary fixed size for the internal buffer,
the remaining available bytes of the internal `RingBuffer` is used.
Also add unit tests for `StreamPeerGZIP`.
2025-03-19 09:56:32 +01:00
Thaddeus Crews
b7eda9dbc1
Merge pull request #104230 from bruvzg/start_clip
...
Add properties to configure space trimming on line break.
2025-03-18 14:42:44 -05:00
Thaddeus Crews
955188a32b
Merge pull request #104284 from Calinou/doc-richtextlabel-fgcolor-bgcolor-overlap
...
Document RichTextLabel `fgcolor` and `bgcolor` padding behavior (and risk of overlap)
2025-03-18 14:42:41 -05:00
Micky
93a7584223
Overhaul CanvasItem documentation
2025-03-18 15:36:27 +01:00
Thaddeus Crews
28102e6682
Merge pull request #87440 from Mickeon/doc-peeves-Node3D-glasses
...
Overhaul Node3D documentation
2025-03-17 16:03:31 -05:00
Thaddeus Crews
85258ec1a5
Merge pull request #102662 from groud/chunk_tilemap_physics
...
Chunk tilemap physics
2025-03-17 16:03:29 -05:00
Thaddeus Crews
f98cddfc71
Merge pull request #101994 from fire/vsk-save-dds-4.4
...
Add DDS image load and save functionality
2025-03-17 16:03:26 -05:00
Hugo Locurcio
0b4cda7db3
Document RichTextLabel fgcolor and bgcolor padding behavior (and risk of overlap)
2025-03-17 19:53:24 +01:00
Micky
fbdd298045
Overhaul Node3D documentation
2025-03-17 17:47:08 +01:00
Thaddeus Crews
49fcd4ce46
Merge pull request #101546 from bruvzg/portal_color_picker
...
[Linux] Implement native color picker.
2025-03-17 10:52:29 -05:00
Thaddeus Crews
8ca72e1490
Merge pull request #103848 from timothyqiu/popup-i18n
...
Add auto translate mode for items in `PopupMenu` and `OptionButton`
2025-03-17 10:52:26 -05:00
Pāvels Nadtočajevs
2bbf0f2317
Add properties to configure space trimming on line break.
2025-03-16 16:15:37 +02:00
K. S. Ernest (iFire) Lee
69b281295c
Add DDS image load and save functionality
...
Save and load DDS from Image class.
Co-authored-by: BlueCube3310 <53150244+BlueCube3310@users.noreply.github.com >
2025-03-14 19:31:43 -07:00
Fredia Huya-Kouadio
845c925b67
Add support for export plugins to modify the Android prebuilt manifest
2025-03-14 16:05:09 -07:00
Pāvels Nadtočajevs
9f8d8b7c4e
[RTL] Fix custom effects not updating.
2025-03-14 16:35:35 +02:00
Mikael Hermansson
a71f670d7d
Bind SceneState methods get_path and get_base_scene_state
2025-03-14 13:04:26 +01:00
Rémi Verschelde
1ba4dbb164
Merge pull request #104106 from bruvzg/lin_ac_color
...
[DisplayServer] Implement `get_accent_color` on Linux.
2025-03-14 11:03:02 +01:00
Rémi Verschelde
6ee36b3911
Merge pull request #103233 from Asaduji/xr-interpolation-fix
...
Fix interpolation in XR
2025-03-14 11:02:44 +01:00
Pāvels Nadtočajevs
18f6c33d72
[DisplayServer] Implement get_accent_color on Linux.
2025-03-14 09:05:03 +02:00
Hilderin
14b1e40e36
Fix missing binding for NOTIFICATION_WM_POSITION_CHANGED
2025-03-13 16:12:16 -04:00
Thaddeus Crews
768d75a248
Merge pull request #101254 from mihe/jolt/better-settings
...
Refactor Jolt-related project settings to only be loaded as needed
2025-03-13 08:57:43 -05:00
Thaddeus Crews
e4628a249f
Merge pull request #101633 from TokageItLab/external-force-spring
...
Add external force property to `SpringBoneSimulator3D`
2025-03-13 08:57:32 -05:00
Thaddeus Crews
6ffe44d322
Merge pull request #102986 from KoBeWi/new_scene_has_dropped
...
Add `scene_changed` signal to SceneTree
2025-03-13 08:57:24 -05:00
Thaddeus Crews
d190cc6d6f
Merge pull request #100412 from havi05/tree-hover-on-selected
...
`Tree` highlight selected items on hover
2025-03-13 08:57:18 -05:00
kobewi
323b47facf
Add scene_changed signal to SceneTree
2025-03-12 21:27:06 +01:00
Asaduji
9e1b9fb1bc
Fix interpolation in XR nodes
2025-03-12 19:28:04 +01:00
Thaddeus Crews
49cc57a75d
Merge pull request #100926 from abstractionfactory/godot-4.4-dictionary-docs
...
Add explanation for the `PROPERTY_HINT_DICTIONARY_TYPE` data format
2025-03-12 13:17:16 -05:00
Lazy-Rabbit-2001
5ca70d88a7
Improve usability of Camera2D
2025-03-12 09:57:31 +08:00
Thaddeus Crews
ea892d9fee
Merge pull request #93673 from Calinou/3d-editor-debug-draw-modes-mark-unsupported
...
Disable debug draw modes in the 3D editor according to current rendering method
2025-03-11 19:54:42 -05:00
Thaddeus Crews
bf44930ec2
Merge pull request #81178 from KoBeWi/ok_bummer
...
Rework AcceptDialog's ok button text
2025-03-11 19:54:38 -05:00
Thaddeus Crews
30961fe462
Merge pull request #98414 from KoBeWi/one_small_step_for_animation
...
Add editor setting for default animation step
2025-03-11 19:54:35 -05:00
Thaddeus Crews
21e818bc35
Merge pull request #101785 from FireCatMagic/rendering-server-environment-set-fog-depth
...
Expose RenderingServer::environment_set_fog_depth
2025-03-11 19:54:34 -05:00
Thaddeus Crews
19882339f4
Merge pull request #99374 from FeniXb3/colorpicker-picker-shape-accessibility
...
Improve ColorPicker picker shape keyboard and joypad accessibility
2025-03-11 19:54:32 -05:00
Hugo Locurcio
5472936b69
Disable debug draw modes in the 3D editor according to current rendering method
...
- Add tooltips to some debug draw modes, including when it's unsupported
due to the current rendering method in use.
- Improve documentation related to debug draw modes.
2025-03-12 00:10:24 +01:00
kobewi
c2813b902c
Add editor setting for default animation step
2025-03-11 23:16:27 +01:00