Thaddeus Crews
9cde903388
Merge pull request #118314 from dalexeev/gds-improve-prop-hint-arr-dict-type
...
GDScript: Improve `PROPERTY_HINT_{ARRAY,DICTIONARY}_TYPE` handling
2026-04-09 17:41:14 -05:00
Thaddeus Crews
27799eb871
Merge pull request #117847 from Nolkaloid/keyword_icon
...
Add keyword code completion option
2026-04-09 17:41:09 -05:00
Thaddeus Crews
c42e294ffa
Merge pull request #64596 from aaronfranke/visual-shader-module
...
Move visual shaders to a module
2026-04-09 17:41:06 -05:00
Danil Alexeev
7db019d44d
GDScript: Improve PROPERTY_HINT_{ARRAY,DICTIONARY}_TYPE handling
2026-04-09 13:39:57 +03:00
Thaddeus Crews
7524a1814c
Merge pull request #118311 from HolonProduction/gdscript/test-dict-type-test
...
GDScript: Add tests for Dictionary type tests
2026-04-08 17:00:41 -05:00
Aaron Franke
cfded120ae
Move visual shaders to a module
2026-04-08 12:05:22 -07:00
Nolkaloid
1d165e7ea9
Add keyword code completion option
2026-04-08 20:04:08 +02:00
Thaddeus Crews
2efa9d3bce
Merge pull request #118169 from raulsntos/dotnet/build-in-command-palette
...
Add "Build C# project" to command palette
2026-04-08 09:25:32 -05:00
Thaddeus Crews
6c1f211da0
Merge pull request #118111 from vixxi77/fix-indent-error-line
...
Fix incorrect line reporting for mixed indentation errors
2026-04-08 09:25:16 -05:00
HolonProduction
c5d4e3c10d
GDScript: Add tests for Dictionary type tests
2026-04-08 16:04:03 +02:00
Thaddeus Crews
653fed37e0
Merge pull request #118291 from mihe/jolt/fix-gravity
...
Fix gravity not being initialized properly when using Jolt
2026-04-07 18:21:54 -05:00
Thaddeus Crews
4c8cdd2ec0
Merge pull request #118277 from bruvzg/rtl_rid_count
...
Increase max RID count for some owners, decrease RID usage by `RichTextLabel`.
2026-04-07 18:21:53 -05:00
Thaddeus Crews
06ce207900
Merge pull request #118285 from mihe/jolt/area-over-removal
...
Fix over-removal of area overlaps when using Jolt
2026-04-07 18:21:51 -05:00
Thaddeus Crews
d558ace2b8
Merge pull request #118001 from raulsntos/dotnet/sdk-preview
...
Add MSBuild property to enable Godot.NET preview
2026-04-07 18:21:49 -05:00
Thaddeus Crews
1f5427ab54
Merge pull request #118274 from dalexeev/gds-replace-incorrect-gd-err-break
...
GDScript: Replace incorrect usage of `GD_ERR_BREAK`
2026-04-07 18:21:47 -05:00
Mikael Hermansson
89c022813e
Fix gravity not being initialized properly when using Jolt
2026-04-08 00:48:41 +02:00
Mikael Hermansson
7f6796a572
Fix over-removal of area overlaps when using Jolt
2026-04-07 18:48:18 +02:00
Pāvels Nadtočajevs
eeafab862d
Increase max RID count for some owners, decrease RID usage by RichTextLabel.
2026-04-07 17:07:23 +03:00
Danil Alexeev
25ef403c8e
GDScript: Replace incorrect usage of GD_ERR_BREAK
2026-04-07 14:49:15 +03:00
Thaddeus Crews
df7e539878
Merge pull request #118165 from shiena/feature/update-apple-camera
...
Fix camera docs and port missing features to camera_apple
2026-04-07 06:44:48 -05:00
Thaddeus Crews
7c720b815f
Merge pull request #117710 from HolonProduction/lsp/text-edit-string
...
LSP: Calculate simple string insertions on the server-side
2026-04-06 13:02:20 -05:00
Thaddeus Crews
d31bf4c829
Merge pull request #114598 from HolonProduction/lsp/snippet-insert-braces
...
LSP: When supported use snippet insert mode to add closing braces
2026-04-06 13:02:18 -05:00
Thaddeus Crews
5b22f33d11
Merge pull request #115851 from HolonProduction/lsp/optimize-usages-in-file
...
LSP: Optimize `find_usages_in_file`
2026-04-06 13:02:17 -05:00
Thaddeus Crews
761eb2d47c
Merge pull request #99899 from dalexeev/gds-group-similar-error-tests
...
GDScript: Group similar analyzer/runtime error tests into single files
2026-04-06 13:02:15 -05:00
Mikael Hermansson
64cf02362a
Jolt: Update RigidBody3D environmental properties more appropriately
2026-04-05 17:41:15 +02:00
Raul Santos
72e05fa191
Add "Build C# project" to command palette
2026-04-04 09:15:10 +02:00
Thaddeus Crews
ab43b15f2f
Merge pull request #117883 from HolonProduction/lsp/rm-make-completion-item
...
LSP: Remove unused `DocumentSymbol::make_completion_item`
2026-04-03 11:52:17 -05:00
Thaddeus Crews
c068a92e19
Merge pull request #116024 from Chubercik/thorvg-1.0.0
...
thorvg: Update to 1.0.3
2026-04-03 11:52:14 -05:00
KOGA Mitsuhiro
0284ce33b5
Improve camera_apple robustness and lifecycle handling
...
- App pause/resume: Stop camera capture on background transition and
restore on foreground, preventing resource leaks
- Row stride: Handle pixel buffer row stride != width to prevent
data corruption on devices with padded buffers
- Device lock: Track lock state and properly unlock on deactivation
- Input/output validation: Check canAddInput/canAddOutput before
adding to capture session, with proper cleanup on failure
2026-04-04 01:43:25 +09:00
Danil Alexeev
9a78c8bd31
GDScript: Group similar analyzer/runtime error tests into single files
2026-04-02 15:02:10 +03:00
yaye
b9a0db2a65
Fix incorrect line reporting for mixed indentation errors
2026-04-02 14:31:36 +03:00
Thaddeus Crews
618e55b48b
Merge pull request #106765 from Delsin-Yu/dotnet-array-add-range-span
...
[.Net] Implement `AddRange(ROS)` for `Godot.Collections.Array(<T>)`
2026-04-01 18:10:28 -05:00
Thaddeus Crews
a074a96527
Merge pull request #117932 from M4rchy-S/msg-crash
...
Fix crash in `GDScript::prepare_compilation` error message
2026-04-01 18:10:23 -05:00
Thaddeus Crews
803c6df71a
Merge pull request #117800 from allenwp/exr-clipping
...
Add support for saving HDR screenshots to `Image.save_exr` functions.
2026-04-01 18:10:16 -05:00
Thaddeus Crews
01006b8c91
Merge pull request #117947 from Togira123/fix-unsafe-access-to-dict
...
glTF: Use safe methods to get data from dictionaries with `get_additional_data`
2026-04-01 18:10:14 -05:00
Thaddeus Crews
bf055e3bf6
Merge pull request #117945 from Togira123/fix-importer-mesh-instance-missing-properties
...
Add missing properties from `ImporterMeshInstance3D` to `MeshInstance3D` in glTF import extension
2026-04-01 18:10:13 -05:00
Thaddeus Crews
b6995b54a2
Merge pull request #117868 from dsnopek/xr-foveation-settings
...
OpenXR: Add eye-tracked foveation setting, and enable subsampled images by default
2026-04-01 12:55:12 -05:00
Thaddeus Crews
102c6f5eee
Merge pull request #111518 from KoBeWi/noggle
...
Add type filters to create dialog
2026-04-01 12:55:11 -05:00
Jakub Marcowski
7770103858
thorvg: Update to 1.0.3
2026-03-31 21:48:43 +02:00
Thaddeus Crews
777b5f6018
Merge pull request #114868 from raulsntos/dotnet/sourcegenerators-no-flow
...
C#: Prevent SourceGenerators from becoming a transitive dependency
2026-03-31 10:46:57 -05:00
Thaddeus Crews
cf1ff4fb63
Merge pull request #117831 from mihe/gdscript-temporaries
...
Change `GDScriptFunction::temporary_slots` to be a `LocalVector`
2026-03-31 10:46:50 -05:00
kobewi
d62f1c8900
Add type filters to create dialog
2026-03-31 17:17:23 +02:00
Thaddeus Crews
3672cd2ebf
Merge pull request #115502 from bruvzg/ios_int_mod
...
[iOS] Reintegrate camera module to the main repo.
2026-03-30 13:35:41 -05:00
Thaddeus Crews
5f07b0ff88
Merge pull request #117850 from mihe/gdscript-raw-variants
...
Reduce `RefCounted` copies in `GDScriptFunction::call`
2026-03-30 13:35:25 -05:00
Thaddeus Crews
f9dfbbb0ed
Merge pull request #117070 from shoyguer/bugfix/could_not_resolve_after_preload_name_change
...
Fix "Could not resolve script" error after renaming a preloaded script
2026-03-30 13:35:20 -05:00
Thaddeus Crews
8804261d63
Merge pull request #107867 from Notgoyome/built_in_script_regression_error
...
Fix use of `class_name` in built-in scripts
2026-03-30 13:35:18 -05:00
Thaddeus Crews
a644e7ff38
Merge pull request #114861 from dalexeev/improve-editor-only-class-checking
...
Improve editor-only class checking
2026-03-30 13:35:14 -05:00
Togira
64bd19213d
glTF: Use safe methods to get data from dictionaries
2026-03-28 22:56:34 +01:00
Togira
1442c6c652
Add missing properties of ImporterMeshInstance3D in glTF importer
2026-03-28 21:49:32 +01:00
M4rchyS
03d7644d8b
Fix crash in compilation error message
2026-03-28 20:02:12 +01:00