Thaddeus Crews
1bbfe637c6
Merge pull request #107357 from ProgrammerOnCoffee/fix-dictionary-style
...
Enforce GDScript and C# dictionary spacing style guidelines in code samples
2025-06-10 19:22:43 -05:00
Pāvels Nadtočajevs
cbd1e1cfe9
Partially revert 107110, process all lines in VC_CHARS_BEFORE_SHAPING mode to return correct line count.
2025-06-10 20:44:28 +03:00
ProgrammerOnCoffee
11af23a7a7
Enforce GDScript and C# dictionary spacing style guidelines in code samples
...
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com >
Co-authored-by: Micky <66727710+Mickeon@users.noreply.github.com >
2025-06-10 13:32:57 -04:00
Rémi Verschelde
cc9761c3f0
Merge pull request #107188 from berarma/moviewriter-add-theora
...
Add Ogg Theora support to MovieWriter
2025-06-10 16:22:57 +02:00
Rémi Verschelde
74f5b863bc
Merge pull request #106670 from smix8/ref_iterations
...
Change navigation region and link updates to an async process
2025-06-10 16:22:53 +02:00
Rémi Verschelde
8f716f2be7
Merge pull request #104391 from jaydensipe/minor-doc-update
...
Minor doc update for `low_processor_mode_sleep_usec` editor settings
2025-06-10 16:22:46 +02:00
Rémi Verschelde
7b9e7b9162
Merge pull request #98929 from dsnopek/editor-syntax-highlighter-create
...
Expose the `EditorScriptHighlighter::_create()` method to GDExtension
2025-06-10 16:22:22 +02:00
Bernat Arlandis
a16b04fe07
Add Ogg Theora support to MovieWriter
...
Movie Maker mode can now record files in `.ogv` format, which can be
directly viewed in Godot's VideoStreamPlayer node along with most
video players. This is a lossy format with inter-frame compression,
unlike AVI + MJPEG which only performs intra-frame compression.
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
Co-authored-by: Leo de Penning <leo.depenning@illuminoo.com >
2025-06-10 15:52:24 +02:00
smix8
877da269d8
Change navigation region and link updates to an async process
...
Changes navigation region and link updates to an async process.
2025-06-10 14:18:47 +02:00
Rémi Verschelde
86408d1849
Merge pull request #107331 from bruvzg/rtl_para_sep
...
[RTL] Add paragraph separation theme property.
2025-06-10 12:30:45 +02:00
Rémi Verschelde
624d1d0853
Merge pull request #107279 from aaronfranke/doc-light-direction
...
Document the direction that directional and spot lights emit light in
2025-06-10 12:30:38 +02:00
Rémi Verschelde
e2075d3fc7
Merge pull request #107228 from Calinou/doc-timer-stop
...
Clarify behavior of `Timer.stop()`
2025-06-10 12:30:29 +02:00
Pāvels Nadtočajevs
1e2fc9bcad
[RTL] Add paragraph separation theme property.
2025-06-10 12:13:48 +03:00
Pāvels Nadtočajevs
a0c4a8c4a9
Restore 3.x style material auto-extraction import option.
2025-06-10 12:03:45 +03:00
Thaddeus Crews
4e6f5f31dc
Merge pull request #107305 from timothyqiu/single-window-title
...
Fix window title drawn outside the title bar
2025-06-09 12:31:34 -05:00
Thaddeus Crews
ae9c0786b0
Merge pull request #106409 from dalexeev/gds-add-abstract-methods
...
GDScript: Add abstract methods
2025-06-09 12:31:33 -05:00
Thaddeus Crews
6427343ec8
Merge pull request #106660 from bruvzg/ac_node_to_ctl
...
Move some accessibility properties from Node to Control
2025-06-09 12:31:32 -05:00
Danil Alexeev
a7cf2069d5
GDScript: Add abstract methods
...
Co-authored-by: ryanabx <ryanbrue@hotmail.com >
2025-06-09 20:11:58 +03:00
Haoyu Qiu
f028bc93db
Fix window title drawn outside the title bar
2025-06-09 16:20:26 +08:00
Rémi Verschelde
bf4dd5078b
Merge pull request #107282 from timothyqiu/windows-legacy
...
Don't store deprecated `auto_translate` property for `Window`
2025-06-09 00:45:56 +02:00
Rémi Verschelde
77f2623c54
Merge pull request #107252 from GlitchedCode922/shortcuts
...
Update `Shortcut` class reference
2025-06-09 00:45:32 +02:00
Rémi Verschelde
e0ca031eae
Merge pull request #107249 from beicause/color-picker-ok-hs-hl-rectangles
...
ColorPicker: Add okhsl HS and HL rectangular picker shapes
2025-06-09 00:45:18 +02:00
Rémi Verschelde
63578eae68
Merge pull request #107110 from bruvzg/rtl_vis_line
...
Unify `get_[_visible]paragraph/line_count` behavior.
2025-06-09 00:44:37 +02:00
Rémi Verschelde
00ecf514d9
Merge pull request #106191 from aaronfranke/fileaccess-file-cursor
...
Document the FileAccess read/write cursor
2025-06-09 00:44:16 +02:00
Rémi Verschelde
d06170b063
Merge pull request #101563 from MajorMcDoom/basis_scaled_local
...
Optimize and expose `Basis::scaled_local` to script
2025-06-09 00:43:55 +02:00
Haoyu Qiu
3886ee84e6
Don't store deprecated auto_translate property
2025-06-08 21:53:28 +08:00
Pāvels Nadtočajevs
aff5b413aa
Move some accessibility properties from Node to Control
2025-06-08 16:25:28 +03:00
Aaron Franke
a5c2e82e8d
Document the direction that directional and spot lights emit light in
2025-06-08 03:34:01 -07:00
GlitchedCode922
3a30a1c576
Update Shortcut class reference
2025-06-08 10:08:56 +00:00
LuoZhihao
7b4c95e6d8
ColorPicker: Add okhsl HS and HL rectangular picker shapes
2025-06-07 22:30:40 +08:00
Aaron Franke
0b8360ff42
Document the FileAccess read/write cursor
...
Co-authored-by: Micky <micheledevita2@gmail.com >
2025-06-06 15:44:19 -07:00
Rémi Verschelde
c171166b6e
Merge pull request #107220 from devloglogan/body-tracker-joints
...
Add new joints to `XrBodyTracker`
2025-06-07 00:44:16 +02:00
Rémi Verschelde
052e7cf155
Merge pull request #107212 from Calinou/doc-node-physics-interpolation-mode
...
Clarify behavior of `Node.physics_interpolation_mode` in the class reference
2025-06-07 00:44:02 +02:00
Rémi Verschelde
056982225d
Merge pull request #107166 from Calinou/doc-globalscope-wrap-exclusive
...
Clarify parameters in `@GlobalScope.wrap()` being inclusive/exclusive
2025-06-07 00:43:54 +02:00
Rémi Verschelde
4eab259327
Merge pull request #103847 from DeeJayLSP/recommend-hl
...
AudioEffectCompressor: Recommend HardLimiter over deprecated Limiter
2025-06-07 00:43:39 +02:00
Rémi Verschelde
066c15b33d
Merge pull request #103448 from TimCoraxAudio/patch-1
...
Clarify requirement for `action` match in `InputEvent.is_action_pressed`
2025-06-07 00:43:33 +02:00
Rémi Verschelde
0194c26563
Merge pull request #102610 from shahriarlabib000/vroom_vroom_docs
...
Clarify forward direction for `VehicleBody3D`
2025-06-07 00:43:30 +02:00
Rémi Verschelde
bf6d94b561
Merge pull request #102520 from Giganzo/CollisionShape3D-disabled-doc
...
Add info about `set_deferred` for CollisionShape3D disabled property
2025-06-07 00:43:26 +02:00
Rémi Verschelde
7585dfca99
Merge pull request #102511 from DevPoodle/breadcrumb_docs
...
Add basic descriptions to the BreadcrumbMarker enum
2025-06-07 00:43:17 +02:00
Tim Oliver
15bdac4e9e
Clarify requirement for action match in InputEvent.is_action_pressed
2025-06-07 00:23:32 +02:00
Hugo Locurcio
916f8cc919
Clarify behavior of Timer.stop()
2025-06-06 22:13:16 +02:00
shahriarlabib000
cb82e68e82
clarify forward dirction for VehicleBody3D
2025-06-07 00:38:06 +06:00
devloglogan
e16dd051fd
Add new joints to XrBodyTracker
2025-06-06 13:37:21 -05:00
Hugo Locurcio
006be9b077
Clarify behavior of Node.physics_interpolation_mode in the class reference
2025-06-06 19:21:01 +02:00
Hugo Locurcio
5404d98d9f
Clarify parameters in @GlobalScope.wrap() being inclusive/exclusive
2025-06-06 19:19:26 +02:00
Rémi Verschelde
dea3269c35
Merge pull request #107172 from clayjohn/docs-texture-create
...
Clarify the data param in the docs for RD.texture_create
2025-06-06 17:37:44 +02:00
Rémi Verschelde
09c7214235
Merge pull request #106846 from TokageItLab/mod-target
...
Implement `ModifierBoneTarget3D` which can be target of the other `SkeletonModifier3D`s
2025-06-06 17:37:19 +02:00
Rémi Verschelde
16eb4892db
Merge pull request #104941 from Calinou/doc-camera2d-zoom
...
Improve `Camera2D.zoom` description to be less ambiguous
2025-06-06 17:36:51 +02:00
Rémi Verschelde
5fe8eeb2b1
Merge pull request #102398 from a-johnston/animation_state_machine_signals
...
Add node started/finished signals for animation state machines
2025-06-06 17:36:46 +02:00
DevPoodle
8cb8243719
Add basic descriptions to the BreadcrumbMarker enum
2025-06-06 08:16:06 -07:00