Rémi Verschelde
2669f19605
Merge pull request #96782 from aaronfranke/blend-fix-rough-metallic-if-not-unpack
...
Blend file import: Don't keep original files when not unpacking them
2024-11-29 22:45:56 +01:00
Rémi Verschelde
05b80ae0a1
Merge pull request #96449 from Maran23/editor-help-scroll-fix
...
Fix jumping to editor help does not scroll correctly sometimes
2024-11-29 22:45:51 +01:00
Rémi Verschelde
6d4bb8fbda
Merge pull request #94721 from ckaiser/animation-blend-tree-tweaks
...
Improve blend tree contrast/margins
2024-11-29 22:45:47 +01:00
Rémi Verschelde
6e72b159ca
Merge pull request #93301 from rune-scape/compiler-messages
...
GDScript: Add error messages to some compilation errors
2024-11-29 22:45:43 +01:00
Rémi Verschelde
abf9eb5903
Merge pull request #93285 from rune-scape/listen-for-changes
...
More GUI nodes listening for texture changes
2024-11-29 22:45:39 +01:00
Rémi Verschelde
ab08876e5c
Merge pull request #89566 from AThousandShips/range_val_fix
...
Fix some invalid `int` property ranges
2024-11-29 22:45:35 +01:00
Rémi Verschelde
8de2abd075
Merge pull request #85789 from DevilboxGames/FileDialogCaseSensitivity
...
Make `FileDialog` filtering case insensitive
2024-11-29 22:45:32 +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
b66c1d0a73
Merge pull request #76055 from reach-satori/plot_zoom
...
Implement zooming and panning in the profiler
2024-11-29 22:45:24 +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
537c05bb71
Merge pull request #99787 from KoBeWi/nonempt_dialog
...
Fix non-empty project folder confirmation dialog
2024-11-29 22:02:50 +01:00
Rémi Verschelde
b1d65e4ed8
Merge pull request #99777 from Ivorforce/string-strlen-repeat-calls
...
String: Don't repeat calls to `strlen` in `split`, and make `splitter_length` const in `get_slice`.
2024-11-29 22:02:47 +01:00
Rémi Verschelde
84bf708638
Merge pull request #99771 from Sauermann/fix-physics-hover-over-embedded-window
...
Fix physics picking when hovering an embedded window
2024-11-29 22:02:43 +01:00
Rémi Verschelde
d8ed5d0ba2
Merge pull request #99770 from Repiteo/ci/problem-matcher-expanded
...
CI: Add explicit problem matchers
2024-11-29 22:02:40 +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
7417a07904
Merge pull request #99742 from timothyqiu/clear-guides
...
Disable Clear Guides menu item when no guides exist
2024-11-29 22:02:33 +01:00
Rémi Verschelde
08b931b656
Merge pull request #99734 from Mickeon/audio-stream-player-3d-seek-fix
...
Fix code consistency between AudioStreamPlayer2D and AudioStreamPlayer3D
2024-11-29 22:02:29 +01:00
Rémi Verschelde
dbb9c9937d
Merge pull request #99685 from arkology/texture-progress-cross-plugin-friendly
...
Show `TextureProgressBar` radial center cross only when editing the scene
2024-11-29 22:02:26 +01:00
Rémi Verschelde
c1fb342287
Merge pull request #99664 from arkology/camera2d_double_is_editor_hint_check
...
Remove double `is_editor_hint()` check inside `NOTIFICATION_READY` for `Camera2D` node
2024-11-29 22:02:22 +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
Rémi Verschelde
6f4cb10321
Merge pull request #99646 from smix8/navmap_sync_dirty
...
Make NavMap objects request sync only on demand
2024-11-29 22:02:14 +01:00
Rémi Verschelde
d14672863b
Merge pull request #99556 from ArchercatNEO/miniupnpc-include
...
Fix broken includes when compiling with `builtin_miniupnpc=false`
2024-11-29 22:02:10 +01:00
Rémi Verschelde
f4f6f5fb55
Merge pull request #99537 from BlueCube3310/betsy-bc1-bc5
...
Betsy: Add BC3 and BC5 support
2024-11-29 22:02:06 +01:00
Rémi Verschelde
b3a44a5567
Merge pull request #99490 from dalexeev/gds-tests-track-multiple-errors
...
GDScript: Support tracking multiple analyzer and runtime errors in tests
2024-11-29 22:02:02 +01:00
Rémi Verschelde
bcb5f8377f
Merge pull request #99125 from Flarkk/projection_tests
...
Add tests for `Projection`
2024-11-29 22:01:59 +01:00
Rémi Verschelde
a1365dcb12
Merge pull request #98765 from Calinou/editor-bottom-panel-no-icon-tint
...
Don't tint editor bottom panel icons when hovered or pressed
2024-11-29 22:01:55 +01:00
Rémi Verschelde
94082a424b
Merge pull request #97303 from cixil/fix-duplicate-signal-bug
...
Avoid duplicating signals from scene instances into packed scenes
2024-11-29 22:01:51 +01:00
Rémi Verschelde
454deb7222
Merge pull request #97262 from pafuent/adding_tcp_server_unit_tests
...
Add unit tests for TCPServer
2024-11-29 22:01:47 +01:00
Rémi Verschelde
c814493e95
Merge pull request #94321 from fire/vsk-csg-manifold-update-4.3
...
Fix mesh corruption of CSG by using elalish/manifold
2024-11-29 22:01:44 +01:00
Rémi Verschelde
274fc9858c
Merge pull request #93503 from Geekotron/viewport_accept_cam_change_from_tool
...
Allow tool scripts to alter transform of Node3DEditorViewport camera
2024-11-29 22:01:39 +01:00
Geekotron
6ad82aba3b
Allow tool scripts to alter transform of Node3DEditorViewport camera
2024-11-29 18:48:01 +01:00
cixil
8a42e3d3ef
Avoid duplicating signals from scene instances into packed scenes
2024-11-29 18:29:08 +01:00
Micky
82bd7db275
Make Transform2D/3D, Basis, and Quaternion docs more consistent
2024-11-29 16:10:11 +01:00
rune-scape
9f8fec39f3
GDScript: Add error messages to some compilation errors
2024-11-29 15:37:32 +01:00
Pablo Andres Fuente
0c03db09f8
Add unit tests for TCPServer
...
This PR aims to help "fix" #43440
2024-11-29 12:55:49 +01:00
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
K. S. Ernest (iFire) Lee
fda444bb01
Add csg boolean operators using elalish/manifold.
...
Uses MeshGL64 for more floating point precision.
Co-Authored-By: 31 <31eee384@gmail.com>
Co-Authored-By: Claudio Z <120678869+cloudofoz@users.noreply.github.com>
2024-11-28 06:26:52 -08:00
Rémi Verschelde
0eadbdb5d0
Merge pull request #99788 from DarioSamo/2d-texture-texture-draw-list-fix
...
Fix another incorrect clear color flag on texture storage.
2024-11-28 15:08:33 +01:00
Dario
c7198dda64
Fix another incorrect clear color flag on texture storage.
2024-11-28 09:59:03 -03:00
kobewi
e7e3a25c1e
Fix non-empty project folder confirmation dialog
2024-11-28 13:31:51 +01:00
Lukas Tenbrink
884cbb5333
Don't repeat calls to strlen in split, and make splitter_length const in get_slice.
2024-11-28 01:55:48 +01:00
Rémi Verschelde
9aed9eca40
Merge pull request #99773 from DarioSamo/2d-msaa-draw-list-fix
...
Fix incorrect clear color flag on canvas renderer.
2024-11-28 00:28:10 +01:00
Dario
1c6aad660f
Fix incorrect clear color flag on canvas renderer.
2024-11-27 20:01:23 -03:00
Thaddeus Crews
357679ceb8
CI: Add explicit problem matchers
2024-11-27 16:47:34 -06:00
Markus Sauermann
f53a220a72
Fix physics picking when hovering an embedded window
...
When the mouse is hovering an embedded window, it is still considered
within the main viewport.
Previously in this case physics picking was executed, as if no embedded
window was there.
This PR introduces an additional check to exclude these cases.
2024-11-27 22:29:42 +01:00
Thaddeus Crews
f128f383e8
Merge pull request #98035 from WhalesState/scroll-bar-grapper-area
...
Fix `ScrollBar` grabber mouse input ignores scroll content margins.
2024-11-27 10:47:32 -06:00
Thaddeus Crews
150c69c0f2
Merge pull request #99694 from dsnopek/android-os-create-instance-return-value
...
Android: `OS.create_instance()` should return `-1` on failure
2024-11-27 10:47:30 -06:00