bruvzg
|
ac57f10f82
|
[iOS] Update linker flags for Xcode 15.2.
|
2024-01-19 08:05:42 +02:00 |
Rémi Verschelde
|
1952f64b07
|
Merge pull request #87328 from groud/remove_useless_set_global_invalid
Remove unecessary `_set_global_invalid` added by mistake
|
2024-01-18 11:47:12 +01:00 |
Rémi Verschelde
|
dfbd6902f1
|
Merge pull request #87270 from Sauermann/fix-unittest-add-detached-child
Test global transform when adding detached tree
|
2024-01-18 11:46:45 +01:00 |
Gilles Roudière
|
9dfc012369
|
Remove unecessary _set_global_invalid added by mistake
|
2024-01-18 10:48:23 +01:00 |
Rémi Verschelde
|
29116a81df
|
Merge pull request #87306 from aaronfranke/fix-gltf-buf-view-crash
Fix crash in `GLTFBufferView::load_buffer_view_data`
|
2024-01-18 09:35:30 +01:00 |
Rémi Verschelde
|
90a5164536
|
Merge pull request #87144 from BlueCube3310/etc1-bye-bye
Use ETC2 compression for grayscale images
|
2024-01-18 09:35:06 +01:00 |
Rémi Verschelde
|
8f9c815ddb
|
Merge pull request #87061 from KoBeWi/shadow_of_the_former_self
Add AudioStreamPlayerInternal to unify stream players
|
2024-01-18 09:34:42 +01:00 |
Rémi Verschelde
|
4aff0ab5d5
|
Merge pull request #86441 from dsnopek/mequam-x11-focus-grab
[X11] Fix Godot stealing focus on alternative window managers
|
2024-01-18 09:34:18 +01:00 |
Rémi Verschelde
|
fa81059b9d
|
Merge pull request #85939 from adamscott/single-threaded-godot-4
Add `THREADS_ENABLED` macro in order to compile Godot to run on the main thread
|
2024-01-18 09:33:52 +01:00 |
Rémi Verschelde
|
b5dcb5f58a
|
Merge pull request #85215 from HolonProduction/type-from-property-class-name
Handle global classes when resolving type from `PropertyInfo`
|
2024-01-18 09:33:22 +01:00 |
Aaron Franke
|
dc325069fe
|
Fix crash in GLTFBufferView::load_buffer_view_data
|
2024-01-17 20:57:31 -06:00 |
Markus Sauermann
|
689dfd7452
|
Test global transform when adding detached tree
Global transform should be correct after attaching a detached tree.
|
2024-01-18 00:25:55 +01:00 |
HolonProduction
|
4ab985d138
|
Handle global classes when resolving type from `PropertyInfo`
|
2024-01-17 21:39:51 +01:00 |
Adam Scott
|
bd70b8e1f6
|
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
|
2024-01-17 13:58:29 -05:00 |
Yuri Sizov
|
96296e476f
|
Merge pull request #87305 from bruvzg/mvk_detect_new
[macOS] Fix MoltenVK SDK detection after file location changes in 1.3.275.0.
|
2024-01-17 19:20:26 +01:00 |
Yuri Sizov
|
44013b88eb
|
Merge pull request #87298 from RandomShaper/d3d12_qp
D3D12 RDD: Fix wrong argument when resolving timestamp queries
|
2024-01-17 18:53:37 +01:00 |
Yuri Sizov
|
b6a2c78033
|
Merge pull request #87286 from akien-mga/fix-preprocessor-if-ENABLED-checks
Fix `#if *_ENABLED` inconsistencies, should check if defined
|
2024-01-17 18:53:33 +01:00 |
Yuri Sizov
|
e61cae06c6
|
Merge pull request #87280 from KoBeWi/all_paths_lead_to_Resource
Display path in tooltips of sub-resource list
|
2024-01-17 18:53:29 +01:00 |
Yuri Sizov
|
dc729f1614
|
Merge pull request #87278 from HolonProduction/give-those-autoloads-an-upgrade
Handle GDScript in `_type_from_variant` for autocompletion
|
2024-01-17 18:53:25 +01:00 |
Yuri Sizov
|
66736398cd
|
Merge pull request #87264 from AThousandShips/aabb_fix_cs
[C#] Fix `Encloses` failing on shared upper bound for `AABB` and `Rect2(I)`
|
2024-01-17 18:53:22 +01:00 |
Yuri Sizov
|
bb90ebd573
|
Merge pull request #87259 from Mickeon/documentation-missing-constant-description
Add "missing description" tag to constant & enum documentation
|
2024-01-17 18:53:19 +01:00 |
Yuri Sizov
|
cf76f3df03
|
Merge pull request #87240 from Malcolmnixon/bone-update-mode
Add bone update option to OpenXRHand to allow preserving original hand scale
|
2024-01-17 18:53:15 +01:00 |
Yuri Sizov
|
788aab3a96
|
Merge pull request #87115 from groud/tilemap_layers_as_nodes
Make TileMapLayers extend Node2D and work as children of TileMap
|
2024-01-17 18:53:12 +01:00 |
Yuri Sizov
|
649bcbdac9
|
Merge pull request #87114 from Mickeon/doc-peeves-AABB
Overhaul AABB's documentation
|
2024-01-17 18:53:08 +01:00 |
Yuri Sizov
|
2dd7808757
|
Merge pull request #86961 from HolonProduction/completion-tests-fixup
Allow specifying a scene in completion tests
|
2024-01-17 18:53:03 +01:00 |
Yuri Sizov
|
0724506cdd
|
Merge pull request #86841 from groud/fix_global_transform_in_enter_tree
Fixes global transform being wrong on entering tree
|
2024-01-17 18:52:59 +01:00 |
Yuri Sizov
|
c027aecc2e
|
Merge pull request #86676 from rune-scape/sparse-script-reload
GDScript: Hot-reload changed scripts only
|
2024-01-17 18:52:54 +01:00 |
Yuri Sizov
|
5b22884b4a
|
Merge pull request #86554 from HolonProduction/lookup-subscript
Fix symbol lookup in index subscript
|
2024-01-17 18:52:49 +01:00 |
Yuri Sizov
|
7351b5704a
|
Merge pull request #86528 from avilches/must-be-variant-tests
Add unit tests for C# diagnostic analyzers
|
2024-01-17 18:52:45 +01:00 |
Yuri Sizov
|
1169b872c4
|
Merge pull request #86246 from ecmjohnson/doc-threaded_cull_minimum_instances
Add description for rendering/limits/spatial_indexer/threaded_cull_minimum_instances
|
2024-01-17 18:52:40 +01:00 |
Yuri Sizov
|
d92d8a49aa
|
Merge pull request #86064 from jsjtxietian/fix-sort-by-type
Fix "Class name cannot be empty" error when sorting no import files sort by type
|
2024-01-17 18:52:35 +01:00 |
Yuri Sizov
|
28cf7fe2f6
|
Merge pull request #85384 from HolonProduction/unique-name-completion
Suggest scene unique nodes in `get_node` autocompletion
|
2024-01-17 18:52:31 +01:00 |
Yuri Sizov
|
2e1f4f4a9d
|
Merge pull request #84610 from jsjtxietian/update-gizmo-right-after-assign
Fix CollisionObject3D Gizmo not updated after calling `shape_owner_*` functions
|
2024-01-17 18:52:26 +01:00 |
Yuri Sizov
|
a0fec566ef
|
Merge pull request #82821 from Madalaski/connections_delete_key
Allow to remove signal connections using `Delete`
|
2024-01-17 18:52:22 +01:00 |
Yuri Sizov
|
039bc52df9
|
Merge pull request #77471 from AThousandShips/help_search_index
Cache `TreeItem`s between runs in `EditorHelpSearch`
|
2024-01-17 18:52:19 +01:00 |
bruvzg
|
a2c1c01941
|
[macOS] Fix MoltenVK SDK detection after file location changes in 1.3.275.0.
|
2024-01-17 19:37:33 +02:00 |
Pedro J. Estébanez
|
925263c35b
|
D3D12 RDD: Fix wrong argument when resolving timestamp queries
|
2024-01-17 16:59:13 +01:00 |
Gilles Roudière
|
48bed5050b
|
Make TileMapLayers extend Node2D and work as children of TileMap
|
2024-01-17 16:05:50 +01:00 |
kobewi
|
0c7db3cdad
|
Add AudioStreamPlayerInternal to unify stream players
|
2024-01-17 13:12:02 +01:00 |
Rémi Verschelde
|
0a7579b161
|
Fix `#if *_ENABLED` inconsistencies, should check if defined
Co-authored-by: Caroline Joy Bell <halotroop2288@proton.me>
|
2024-01-17 10:30:15 +01:00 |
jsjtxietian
|
80a488a242
|
Fix CollisionObject3D Gizmo not updated after calling shape_owner_* functions
|
2024-01-17 10:43:16 +08:00 |
Madalaski
|
3b9fc45f8c
|
Fixing a usability issue where the DEL key does not delete connections
|
2024-01-17 00:51:43 +00:00 |
kobewi
|
60e88f2def
|
Display path in tooltips of sub-resource list
|
2024-01-16 23:51:57 +01:00 |
HolonProduction
|
6af45c6ef2
|
Handle GDScript in `_type_from_variant` for autocompletion
|
2024-01-16 23:04:10 +01:00 |
A Thousand Ships
|
227a165ce4
|
[C#] Fix `Encloses` failing on shared upper bound for `AABB` and
`Rect2(I)`
|
2024-01-16 20:20:53 +01:00 |
Micky
|
8467245526
|
Overhaul AABB's documentation
|
2024-01-16 19:20:17 +01:00 |
Micky
|
0b02b9571c
|
Add "missing description" tag to constant documentation
Revives #85836
Co-Authored-By: krysperz2 <106302189+krysperz2@users.noreply.github.com>
|
2024-01-16 18:33:33 +01:00 |
A Thousand Ships
|
2920a875dc
|
Cache `TreeItem`s between runs in `EditorHelpSearch`
|
2024-01-16 16:50:45 +01:00 |
Rémi Verschelde
|
107f2961cc
|
Merge pull request #77554 from AThousandShips/doc_hierarchy
Add inheriting classes to `DocTools`
|
2024-01-16 16:48:26 +01:00 |
Gilles Roudière
|
0a726d692a
|
Fixes global transform being wrong on entering tree
|
2024-01-16 16:02:37 +01:00 |