A Thousand Ships
46b6acdabb
[Core] Expose Packed*Array::erase
2025-02-03 19:25:09 +01:00
Thaddeus Crews
654b5993e2
Merge pull request #99890 from Sauermann/fix-vp-mouse-notifications
...
Introduce `Viewport` functions for keeping the mouse over state consistent
2025-02-03 11:14:42 -06:00
Pāvels Nadtočajevs
e6e108d091
Implement get_length() for pipes.
2025-02-03 16:50:00 +02:00
Pāvels Nadtočajevs
05ca80632d
[Linux] Implement native color picker.
2025-02-03 16:30:44 +02:00
Thaddeus Crews
03385f9e34
Merge pull request #101836 from Calinou/doc-worldboundaryshape3d-fix-jolt-note
...
Fix Jolt note in WorldBoundaryShape3D documentation
2025-02-03 08:15:56 -06:00
Robert Yevdokimov
5878b880ae
Add "active" state to one of the multiple selected Node3Ds to determine basis in Local mode
2025-02-03 16:57:30 +04:00
Pāvels Nadtočajevs
50740c4e91
Make CharFXTransform.font property read only, add some extra documentation notes.
2025-02-02 23:08:35 +02:00
Martin Riesz
805865d218
Fix LogMultiplayer example in docs
...
Fixes issues:
- `server_disconnected` signal not being emitted
- `multiplayer.get_remote_sender_id()` returning `0`
2025-02-01 12:06:15 +00:00
Thaddeus Crews
4f827e6190
Merge pull request #95169 from Calinou/editorspinslider-float-step-1-slider
...
Make EditorSpinSlider display a slider for floats with a step of 1.0
2025-01-31 09:15:55 -06:00
Hilderin
f601117c74
Fix Embed Game not available when multi window is disabled
2025-01-31 07:56:54 -05:00
kobewi
0b397d979d
Add editor setting for FPS mode and compat
2025-01-30 14:01:48 +01:00
Thaddeus Crews
3c80c14092
Merge pull request #101924 from adamscott/game-editor-non-cached-mouse-mode
...
Delegate handling `mouse_mode` to the `DisplayServer`
2025-01-28 16:08:56 -06:00
ChildLearningClub
2710c359d6
Changed if false to if true "Emoji and Symbols" menu is enabled.
2025-01-28 18:42:05 +01:00
Adam Scott
47f553ae0b
Delegate to the DisplayServer the task of handling mouse_mode
...
- Add `MOUSE_MODE_MAX` and various index checks
2025-01-28 11:22:27 -05:00
Thaddeus Crews
998a21782f
Merge pull request #101768 from KoBeWi/just_spread_the_code_with_another_layer_of_hacks_what_can_go_wrong_huh
...
Fix inspector jumping when gaining focus
2025-01-28 09:03:43 -06:00
Kayne Ruse
a3728cb387
Specified max_slides must be greater than zero
2025-01-28 17:40:39 +11:00
Hugo Locurcio
daa6198925
Add built-in GUI to display license notices
...
Press Ctrl/Cmd + Shift + L (`ui_toggle_licenses_dialog` built-in action)
to show/hide the notices dialog.
The dialog can be shown via script using
`SceneTree.licenses_dialog_visible = true|false`.
Co-authored-by: MewPurPur <mew.pur.pur@abv.bg >
2025-01-27 18:35:04 +01:00
kobewi
9226424401
Fix inspector jumping when gaining focus
2025-01-27 17:41:18 +01:00
Thaddeus Crews
583b6aef9c
Merge pull request #101818 from Yelloween10/update-subviewport-doc
...
Update SubViewport documentations to include a note about input behaviour
2025-01-27 09:46:08 -06:00
Thaddeus Crews
4129a09a5c
Merge pull request #102080 from bruvzg/fd_open_any
...
Fix FILE_MODE_OPEN_ANY file dialog not selecting folders.
2025-01-27 09:46:06 -06:00
Thaddeus Crews
7ce0828c5b
Merge pull request #101883 from ProgrammerOnCoffee/cpuparticles-doc
...
Fix incorrect `CPUParticles2D` and `CPUParticles3D` documentation
2025-01-27 09:45:56 -06:00
Pāvels Nadtočajevs
adceb32177
Fix FILE_MODE_OPEN_ANY file dialog not selecting folders.
2025-01-27 10:43:11 +02:00
Muller-Castro
3d8301445d
Change from blender directory to blender exec
...
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro >
2025-01-25 20:24:44 -03:00
Mikael Hermansson
3b78ff564a
Refactor Jolt-related project settings to only be loaded as needed
2025-01-25 12:18:52 +01:00
ProgrammerOnCoffee
0e7de3a1d9
Fix incorrect CPUParticles2D documentation
...
Fixes incorrect documentation for CPUParticles2D.color_initial_ramp
2025-01-25 12:18:42 +01:00
Thaddeus Crews
a7363946b2
Merge pull request #101911 from rburing/fti_2d_particles_on_target
...
`CPUParticles2D` - Add ability to follow physics interpolated target
2025-01-24 09:05:40 -06:00
Mark DiBarry
7f24c8453a
Remove Parallax2D's experimental flag
2025-01-24 08:28:20 -05:00
Ricardo Buring
56fc0fd175
CPUParticles2D - Add ability to follow physics interpolated target
...
Allows a non-interpolated particle system to closely follow an interpolated target without tracking ahead of the target, by performing fixed timestep interpolation on the particle system global transform, and using this for emission.
Co-authored-by: lawnjelly <lawnjelly@gmail.com >
2025-01-24 14:13:20 +01:00
havi05
03caf44f57
Tree - highlight selected items
2025-01-24 08:07:02 +01:00
Thaddeus Crews
d4dafee53c
Merge pull request #101856 from Calinou/doc-cubemap-templates-fix-urls
...
Fix URLs for Cubemap template images in documentation
2025-01-22 16:32:22 -06:00
Hugo Locurcio
57700b0563
Make EditorSpinSlider display a slider for floats with a step of 1.0
...
Integers still don't display a slider (and use up/down arrows instead),
so that they can be quickly distinguished from floats in the inspector.
However, this now makes floats with a step of 1.0 look different
from integers in the inspector.
2025-01-22 23:03:01 +01:00
bruvzg
8ddd4985ea
[Editor] Add editor setting to globally override project game mode settings.
2025-01-22 17:39:56 +02:00
FireCatMagic
4dbf905a2e
Expose RenderingServer::environment_set_fog_depth
2025-01-21 18:24:54 -05:00
Thaddeus Crews
9a2ab8514e
Merge pull request #101810 from BattyBovine/collision-polygon-3d-debug-colours
...
Add debug colours and fills to CollisionPolygon3D.
2025-01-21 11:55:29 -06:00
Lazy-Rabbit-2001
41b1e088ee
Optimize usability of VisibleOnScreenNotifier2D
2025-01-21 20:00:25 +08:00
BattyBovine
a3ef9de6a8
Add debug colours and fills to CollisionPolygon3D.
...
This brings CollisionPolygon3D up to feature parity with its counterpart
CollisionShape3D. Closes #101414 .
In addition, adding this feature fixes the issue that CollisionPolygon3D
would never be rendered in exported builds, even if Visible Collision Shapes
is enabled at runtime. Closes #101413 .
2025-01-20 18:27:05 -05:00
Hugo Locurcio
be7a6d2a9f
Fix URLs for Cubemap template images in documentation
2025-01-20 23:15:45 +01:00
Hugo Locurcio
9030f76984
Fix Jolt note in WorldBoundaryShape3D documentation
...
The dimensions are around the shape's origin, not the world origin (i.e.
`(0, 0, 0)` in global coordinates).
2025-01-20 14:52:56 +01:00
Yelloween
409c9ad235
Update SubViewport documentations to include a note about input behaviour
2025-01-20 11:35:32 +03:00
DinkeyKing
386b1e04c8
Fix collision normal being referred to as surface
2025-01-18 13:53:41 +01:00
Lars Pettersson
ff39adddd1
Prevent tooltip from showing when hovering past end of script line
2025-01-18 00:02:06 +01:00
Thaddeus Crews
02ea1f84ae
Merge pull request #101623 from tom-schultz/patch-1
...
Clarify the impact of "Normal Map (RG Channels)" on texture imports.
2025-01-17 10:16:51 -06:00
Thaddeus Crews
9875cb6c95
Merge pull request #101652 from TokageItLab/gravity-doc-springbone
...
Clarify `SpringBoneSimulator3D`'s gravity units and improve documentation
2025-01-17 10:16:49 -06:00
Thaddeus Crews
923eb44c6f
Merge pull request #101617 from paddy-exe/processmaterial-vs-shadermaterial
...
Fix `emission_shape_changed` signal error when using ShaderMaterial with GPUParticles3D
2025-01-17 10:16:48 -06:00
Thaddeus Crews
49481c12bc
Merge pull request #98792 from MJacred/fix_remove_joy_mapping
...
Fix `Input::remove_joy_mapping`
2025-01-17 10:16:44 -06:00
Patrick Exner
484d6d4aa1
Fix emission_shape_changed signal error when using ShaderMaterial with 3DGPUParticles
2025-01-17 15:07:28 +01:00
Thaddeus Crews
ec85334a84
Merge pull request #90425 from tracefree/load-pack-fix
...
Fix "res://" being replaced by resource packs in the editor and on Android
2025-01-16 17:18:02 -06:00
Thaddeus Crews
679075b414
Merge pull request #101108 from Calinou/doc-worldboundaryshape3d-finite-size
...
Document WorldBoundaryShape3D having a finite size when using Jolt Physics
2025-01-16 17:17:58 -06:00
Thaddeus Crews
ad4eeaca5e
Merge pull request #101556 from maidopi-usagi/notifier_doc
...
Fix `visibility_notifier_create` documentation
2025-01-16 17:17:56 -06:00
Thaddeus Crews
b6203da3ae
Merge pull request #101620 from Yelloween10/fix-modifier-doc
...
Update `InputEventWithModifiers` documentation for modifier key behaviour
2025-01-16 17:17:54 -06:00