ad7a6102ae
SpriteFramesEditor Fix preview grid in "Select Frames" dialog
2021-09-07 15:27:19 +02:00
88c3e3180a
Merge pull request #52050 from nobuyukinyuu/bind-get-tab-idx-at-point-40
...
Bind TabContainer::get_tab_idx_at_point() to ClassDB
2021-09-07 11:09:35 +02:00
29bdd000f0
Merge pull request #48708 from nekomatata/heightmap-raycast-acceleration
...
Optimize raycast with large Heightmap shape data
2021-09-06 16:22:16 -07:00
461d31427c
Merge pull request #52205 from BastiaanOlij/blit_source_rect
...
Add source rectangle to blit
2021-09-07 09:21:13 +10:00
76b83ff615
Merge pull request #52405 from BastiaanOlij/xr_extension_missing_names
...
Add missing parameter names to _commit_views GDVIRTUAL_BIND
2021-09-07 09:20:49 +10:00
8d56354f7c
Optimize raycast with large Heightmap shape data
...
Port raycast accelerator from Bullet's btHeightfieldTerrainShape.
2021-09-06 16:01:44 -07:00
b277c88280
Merge pull request #49610 from nekomatata/center-of-mass-calculation
...
Proper support for custom mass properties in 2D/3D physics bodies
2021-09-06 11:31:15 -07:00
82ea2a7045
Proper support for custom mass properties in 2D/3D physics bodies
...
Changes:
-Added support for custom inertia and center of mass in 3D
-Added support for custom center of mass in 2D
-Calculated center of mass from shapes in 2D (same as in 3D)
-Fixed mass properties calculation with disabled shapes in 2D/3D
-Removed first_integration which is not used in 2D and doesn't seem to
make a lot of sense (prevents omit_force_integration to work during the
first frame)
-Support for custom inertia on different axes for RigidBody3D
2021-09-06 10:20:16 -07:00
e1ae2708ee
Merge pull request #52271 from nekomatata/query-layer-default-mask
...
Harmonize default value for collision mask in ray/shape queries
2021-09-06 09:33:18 -07:00
a93fb2655a
Merge pull request #52286 from nekomatata/restore-kinematic-body
...
Add AnimatableBody inherited from StaticBody for moving platforms
2021-09-06 09:32:46 -07:00
1f97d57384
Merge pull request #35859 from Calinou/minimap-add-hover-pressed-feedback
...
Add visual feedback when hovering or dragging the code minimap grabber
2021-09-06 16:22:36 +02:00
b0b30aaf41
Merge pull request #52435 from groud/fix_crash_in_tilemap_physics
...
Fix crash in TileMap physics
2021-09-06 15:09:28 +02:00
d9b07faad2
Merge pull request #30623 from Awkor/disable-container-child-editing
...
Prevent editing properties managed by parent container
2021-09-06 13:40:56 +02:00
a4cd553f42
Fix crash in TileMap physics
2021-09-06 13:11:41 +02:00
e5c6c773e9
Merge pull request #35617 from zmanuel/negative-delta-fix
...
Fix negative delta arguments
2021-09-06 10:33:49 +01:00
3aa2a7fc18
Prevent editing properties managed by parent container
2021-09-05 23:23:53 +02:00
c6f6c05a52
Merge pull request #51722 from TokageItLab/implement-set-read-only-in-extended-class
...
Apply `set_read_only()` to child classes of `EditorProperty` elements
2021-09-05 18:58:02 +02:00
facf8f1883
Apply set_read_only() to child classes of EditorProperty elements
2021-09-05 18:22:17 +09:00
f3ab094133
Merge pull request #52309 from BastiaanOlij/add_extension_index_functions
...
Add functions for access members by index on packed array objects
2021-09-05 11:52:43 +10:00
32ddcaf15e
Add missing parameter names to _commit_views GDVIRTUAL_BIND
2021-09-05 11:51:13 +10:00
0bdbce672c
Merge pull request #52341 from Calinou/scons-fix-missing-sconscript-warning
...
Fix missing SConscript warning when building using SCons
2021-09-04 11:51:47 +02:00
c8949f21e7
Add visual feedback when hovering or dragging the code minimap grabber
...
This makes it more obvious that the minimap grabber can be dragged
to scroll.
2021-09-04 02:25:22 +02:00
18c0f0b3ba
Merge pull request #51079 from raulsntos/csharp-docs
...
Add documentation to GodotSharp, Fix PackedInt64Array typo
2021-09-03 22:39:25 +02:00
48c66b80ad
Add documentation to GodotSharp
...
- Adds documentation to almost every class and member in `GodotSharp`
- Fixes some old documentation to more closely follow the XML comments convention
2021-09-03 19:03:31 +02:00
415529400b
Fix constant tag documentation in C# bindings generator
2021-09-03 18:54:40 +02:00
5508d4606b
Fix PackedInt64Array typo in bindings_generator.h
2021-09-03 18:54:40 +02:00
ade4e9320a
Merge pull request #50872 from aaronfranke/cs-format-mini-2
...
Some more C# formatting and style fixes
2021-09-03 18:44:36 +02:00
c3591a9b04
Merge pull request #52368 from arthurpaulino/remove-http-request-data-note
...
Inaccurate HTTPRequest documentation node
2021-09-03 16:42:29 +02:00
1ed3d9a0b0
improving note on HTTPRequest class under the request method documentation
2021-09-03 11:10:33 -03:00
2cece71b69
Merge pull request #52374 from danielkariv/fix-macos-fullscreen
2021-09-03 14:48:34 +02:00
b658b275b1
Merge pull request #52357 from JestemStefan/Window_wrong_parameter_type
...
Fixed property info by changing Window current_screen parameter from string to int
2021-09-03 14:42:37 +02:00
52b114bc78
fix fullscreen issue on macOS
...
adds a call for resize event.
2021-09-03 14:35:28 +03:00
d20031ccae
Merge pull request #52342 from Faless/enet/4.x_no_close_error
...
[Net] Silence ENetMultiplayerPeer close_connection.
2021-09-03 10:20:26 +02:00
8c82e305ba
Merge pull request #52329 from ZuBsPaCe/gdscript-unused-private-class-variable-fix
...
GDScript: Fix for UNUSED_PRIVATE_CLASS_VARIABLE
2021-09-03 10:04:11 +02:00
c76ad6b158
GDScript: Count usages of member variables.
...
Otherwise private member variables will always lead to UNUSED_PRIVATE_CLASS_VARIABLE.
2021-09-03 07:44:46 +02:00
c39d31899a
Merge pull request #52354 from V-Sekai/single_packed_array_spawn_fix
...
Fix sending zero-length spawn variant
2021-09-03 02:55:34 +02:00
177173578a
Changed Window current_screen parameter from string to int
2021-09-02 23:34:15 +02:00
f09f12ce55
Fix _send_default_spawn_default function sending zero length
...
PackedByteArray when deriving from a single PackedByteArray
state variant.
2021-09-02 21:36:54 +01:00
1933df0013
Some more C# formatting
2021-09-02 15:12:15 -05:00
b73e7623c8
Merge pull request #33123 from Calinou/remote-inspector-capitalize-properties
...
Capitalize properties in the remote inspector
2021-09-02 19:44:53 +02:00
027fbc9a6c
[Net] Silence ENetMultiplayerPeer close_connection.
...
Used to print an error when it was not active, now it just returns
immediately as per the documentation.
2021-09-02 15:21:09 +02:00
828f9c6c29
Fix missing SConscript warning when building using SCons
2021-09-02 15:14:28 +02:00
29a3300c6a
Merge pull request #52071 from V-Sekai/gdscript_name_conflict_check
...
Checks in analyzer and compiler for GDScript naming conflicts
2021-09-02 08:25:02 -03:00
d4a84be4fb
Merge pull request #52331 from Geometror/tweak-tooltip-colors
...
Tweak tooltip style (slightly less dark/unified margins)
2021-09-02 12:22:46 +02:00
84852585b9
Check for GDScript member and class naming conflicts in a variety of conditions.
2021-09-02 07:16:06 +01:00
ebac430445
Merge pull request #52159 from m4gr3d/addoculus_openxr_
...
Update the AndroidManifest to enable access to Oculus OpenXR runtime
2021-09-01 21:09:28 -07:00
43faebdf48
Tweak tooltip style
2021-09-02 02:41:09 +02:00
23f27fbffc
Add functions for access members by index on packed array objects
2021-09-02 09:41:35 +10:00
a160a95ea6
Merge pull request #52320 from nekomatata/android-plugin-view-order
...
Add support for adding plugin views behind the main view on Android
2021-09-01 11:54:46 -07:00
0b681d5834
Add support for adding plugin views behind the main view on Android
...
Doesn't change the default behavior, but allows plugins to add their
view behind the main view, which gives more control over what happens
with inputs and can be useful along with transparent rendering.
2021-09-01 10:01:55 -07:00