lawnjelly
3d981b8265
Add option to use handles to RID
...
Adds an option to compile an alternative implementation for RIDs, which allows checks for erroneous usage patterns as well as providing leak tests.
2021-12-06 14:43:34 +00:00
Max Hilbrunner
4c8cc2ab7c
Merge pull request #55643 from Calinou/doc-scenetreetimer-free-elapse-3.x
...
Document SceneTreeTimer being freed automatically when elapsed (3.x)
2021-12-06 02:16:00 +01:00
Hugo Locurcio
796ea60d11
Document SceneTreeTimer being freed automatically when elapsed
...
The note was present in the SceneTree `create_timer()` class
documentation, but not in the SceneTreeTimer class documentation.
2021-12-05 18:39:10 +01:00
Rémi Verschelde
c42e9bd589
Merge pull request #55564 from raulsntos/csharp-delegates-for-generic-class-3.x
...
[3.x] Fix C# `get_all_delegates` method for generic classes
2021-12-04 14:12:11 +01:00
Rémi Verschelde
8cedf916bc
Merge pull request #55611 from KoBeWi/yet_another_nice_backport
...
[3.x] Improve save handling for built-in scripts
2021-12-04 08:56:03 +01:00
Raul Santos
613751a742
Fix get_all_delegates method for generic classes
...
If the class is generic, we must get its generic type definition and use
it to retrieve the delegates.
2021-12-04 01:51:50 +01:00
kobewi
f899b76747
Improve save handling for built-in scripts
2021-12-04 01:28:52 +01:00
Rémi Verschelde
ade0e700f1
Merge pull request #55591 from RPicster/3.x-particlemat-ring-axis-fix
...
Fix Ring-Axis parameter being always visible
2021-12-03 21:38:16 +01:00
Raffaele Picca
2f69caaff3
Fix Ring-Axis parameter being always visible
2021-12-03 21:16:32 +01:00
Rémi Verschelde
cd4a08ada3
Viewport: Fixup dragging code after a0fb66d
...
The check was removed by mistake while cherry-picking.
2021-12-03 13:19:59 +01:00
Haoyu Qiu
a0fb66d802
Fix mouse cursor and notification for force dragging
...
(cherry picked from commit 86a47c6540
)
2021-12-03 12:51:15 +01:00
kobewi
eef08ea3e0
Show mouse position when clicking ruler tool
...
(cherry picked from commit 0f7d7c9ffb
)
2021-12-03 12:19:47 +01:00
kobewi
ad5cb8ef5e
Improve store_string() description
...
(cherry picked from commit 09b1fc1956
)
2021-12-03 12:19:47 +01:00
Rémi Verschelde
7c6bb122f1
Merge pull request #55579 from madmiraal/fix-55561-3.x
2021-12-03 12:12:59 +01:00
Marcel Admiraal
e0729b9c79
Allow any kind of Mesh to be added to an EditorSpatialGizmo
2021-12-03 08:51:38 +00:00
Rémi Verschelde
868a6c2ba2
Merge pull request #55574 from Chaosus/shader_fix_xor_3.x
...
[3.x] Fix ^= operator in shaders
2021-12-03 08:57:43 +01:00
Yuri Roubinsky
de9205f72d
Fix ^= operator in shaders
2021-12-03 10:34:56 +03:00
Haoyu Qiu
144e3cd31f
Fix various misused code tag in classref
...
(cherry picked from commit 85c136bd07
)
2021-12-02 17:31:16 +01:00
Hugo Locurcio
4d4e972041
Only print message for get_modified_time()
failure when in verbose mode
...
This error message was often displayed for no good reason when PCK
files were loaded in the editor.
Since file modification dates are secondary metadata, it's not
very important if it can't be retrieved successfully anyway.
(cherry picked from commit 5acb8a253e
)
2021-12-02 17:28:57 +01:00
Rémi Verschelde
9d509c735a
Merge pull request #55550 from pycbouh/editor-scroll-dat-preview-3.x
2021-12-02 17:22:58 +01:00
Rémi Verschelde
d5b22e614e
Merge pull request #55484 from pycbouh/theme-load-and-order-3.x
2021-12-02 17:20:31 +01:00
Yuri Sizov
eb98210be4
Allow scrolling theme preview when the control picker is active
2021-12-02 19:03:31 +03:00
Rémi Verschelde
8956c275a1
Merge pull request #55540 from raulsntos/fix-duplicate-script-property-3.x
2021-12-02 12:57:44 +01:00
Rémi Verschelde
6f1fcdee0d
Merge pull request #49662 from kleonc/transforms-xform_inv-docs
2021-12-02 12:54:44 +01:00
Raul Santos
ba3e1d6ced
Skip script property in remote object property list
2021-12-02 12:37:17 +01:00
Rémi Verschelde
17de61170b
Merge pull request #55539 from godotengine/revert-54508-variant_operator_assign_gdnative
2021-12-02 11:47:19 +01:00
Rémi Verschelde
796f875870
Revert "Expose Variant operator= to GDNative"
2021-12-02 11:45:11 +01:00
Rémi Verschelde
97bbdde9e5
Merge pull request #55364 from Calinou/reflectionprobe-tweak-property-hint-3.x
2021-12-02 10:09:01 +01:00
Rémi Verschelde
f36debf8de
Merge pull request #55232 from Calinou/script-editor-add-replace-in-files-3.x
2021-12-02 09:38:01 +01:00
PouleyKetchoupp
f29f996199
Fix shape index in multiple physics queries with Bullet
...
Two main changes:
- Better handling of concave shapes to make sure the queries don't
return a triangle index instead of shape index.
Note: A concave shape within a compound shape will always return a shape
index of 0 because of Bullet limitations.
- Extra check for compound shapes in some queries to avoid undefined
behavior, because the shape index can have an uninitialized value with
convex shapes in some cases.
(cherry picked from commit 02d40de30d
)
2021-12-01 23:49:26 +01:00
Rémi Verschelde
c2470f5298
EditorInspector: Add missing arg names for GDNative
2021-12-01 17:34:38 +01:00
Rémi Verschelde
e154ce78cb
Merge pull request #54508 from BimDav/variant_operator_assign_gdnative
2021-12-01 17:08:39 +01:00
Vincent
8a4c583538
Fix crash when loading an invalid mp3 file
...
(cherry picked from commit 2d0068d1cb
)
2021-12-01 16:47:30 +01:00
kobewi
009e4a3d18
Mention that Ctrl+Alt with select tool will scale
...
(cherry picked from commit dc472622cc
)
2021-12-01 14:25:55 +01:00
kobewi
24c52f8d67
Improve language lists in localization editor
...
(cherry picked from commit 30df260810
)
2021-12-01 14:23:08 +01:00
Rémi Verschelde
f9bafe4ba4
Remove editor splash screen with sponsors logo
...
The Godot Project Leadership Committe has decided to update the sponsoring
tiers so that the Platinum Sponsorship no longer includes a logo on the
editor splash screen.
This lets us reclaim the editor splash screen space for community-related
content instead of sponsors (e.g. a different community-designed splash
screen for each stable branch?).
Also removes two Platinum Sponsors whose sponsorship has expired earlier this
year.
(cherry picked from commit c283fce698
)
2021-12-01 14:18:29 +01:00
Yuri Sizov
33fb44223f
Make default/project theme wait for modules before initializing
2021-11-30 18:59:32 +03:00
Rémi Verschelde
a724168c28
Merge pull request #55478 from pycbouh/editor-crash-script-parent-check-3.x
2021-11-30 16:35:44 +01:00
Yuri Sizov
62c34a6be7
Fix a crash in editor's script parent class check
2021-11-30 17:12:23 +03:00
Rémi Verschelde
6cf77f80b5
doc: Fixup Tabs reference after cherry-pick
2021-11-30 14:46:11 +01:00
Rémi Verschelde
3be0f85e91
Merge pull request #54377 from lawnjelly/faster_editor_lines
2021-11-30 13:30:02 +01:00
Fabio Alessandrelli
53ce3f64ad
[HTML5] Fix multi-touch input handling.
...
The code to populate the input data for WebAssembly was incorrectly
overriding values when multiple touches were present due to wrong
indexing.
(cherry picked from commit 470496d8d4
)
2021-11-30 12:20:19 +01:00
zacryol
86190dd909
Clarify usage of TabContainer
...
Makes it more clear that TabBar is separate from TabContainer, and that the container draws the tabs itself.
(cherry picked from commit 5c645d510f
)
2021-11-30 10:58:37 +01:00
Rémi Verschelde
2d42c4da31
Merge pull request #55464 from bruvzg/macos_fix_transp_crash
2021-11-30 10:56:51 +01:00
bruvzg
f72cc71ebe
[macOS] Fix driver crash when enabling per-pixel transparency on M1 macs.
2021-11-30 11:44:13 +02:00
Rémi Verschelde
c4f7ba4686
Merge pull request #55358 from timothyqiu/pop-front-3.x
...
[3.x] Fix potential infinite loop when connecting HTTPClient
2021-11-30 09:26:38 +01:00
Rémi Verschelde
5e9853b038
Merge pull request #55453 from ator-dev/block-hidden-tab-close-3.x
...
Prevent hidden tab close buttons from intercepting input [3.x]
2021-11-30 00:15:55 +01:00
ator-dev
a8977006fd
Prevent hidden tab close buttons from intercepting input [3.x]
2021-11-29 20:26:19 +00:00
Rémi Verschelde
5120c673c6
Merge pull request #54056 from aaronfranke/3.x-time
2021-11-29 18:33:24 +01:00
Aaron Franke
035a84fe92
[3.x] Add a Time singleton
2021-11-29 11:00:06 -06:00