RedHeadphone
|
f603c75035
|
correct initial cpu particle velocity
|
2022-04-24 14:50:42 +05:30 |
|
bruvzg
|
f851c4aa33
|
Fix some issues found by cppcheck.
|
2022-04-06 14:34:37 +03:00 |
|
kobewi
|
6e622c58c5
|
Change gizmo_extents to property
|
2022-04-05 16:16:28 +02:00 |
|
Rémi Verschelde
|
f8ab79e68a
|
Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
|
2022-04-04 19:49:50 +02:00 |
|
Markus Sauermann
|
01c37dc277
|
Revert "Fix that collision objects ignore canvas transform"
This reverts commit 5521b93750 .
|
2022-04-04 18:08:05 +02:00 |
|
kobewi
|
db19cc60fb
|
Fix TouchScreenButton error spam
|
2022-04-04 01:47:40 +02:00 |
|
Rémi Verschelde
|
26048c805b
|
Merge pull request #59331 from bartekd97/navigation-agent-layers
|
2022-04-01 13:35:51 +02:00 |
|
Markus Sauermann
|
5521b93750
|
Fix that collision objects ignore canvas transform
This aligns collision areas with visual areas within a viewport
|
2022-03-31 16:07:05 +02:00 |
|
Rémi Verschelde
|
324215c485
|
Merge pull request #59525 from fire-forge/fix-group-names
|
2022-03-28 21:44:35 +02:00 |
|
FireForge
|
88b09694e7
|
Fix inspector group name capitalization
|
2022-03-28 14:02:06 -05:00 |
|
Rémi Verschelde
|
7119d355eb
|
String: Remove TTR and DTR defines in non-tools build
This ensures we don't use TTR in runtime code, as it's specifically meant
to source translations for the editor.
|
2022-03-28 20:26:35 +02:00 |
|
BARTEK-PC\Bartek
|
4972f1b864
|
Expose navigable layers for NavigationAgent2D/3D
|
2022-03-20 15:04:56 +01:00 |
|
Rémi Verschelde
|
acc9b5b390
|
Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape
ParticleMaterial: Sphere emission shape emitting from the volume.
|
2022-03-18 08:21:59 +01:00 |
|
Rémi Verschelde
|
b7bc8dbebe
|
Merge pull request #57392 from madmiraal/implement-3888
|
2022-03-14 08:31:58 +01:00 |
|
Rémi Verschelde
|
4f40a71e03
|
Merge pull request #57436 from AnilBK/change-scopes
Scope Changes for some variables.
|
2022-03-13 22:10:16 +01:00 |
|
Igor Kordiukiewicz
|
8f49150b10
|
Changed TileMap::set_cell alternative_tile default value to 0
|
2022-03-02 12:13:45 +01:00 |
|
Ricardo Buring
|
cb5bc58e81
|
Joint2D and Joint3D: make set_exclude_nodes_from_collision respect signals
|
2022-02-28 22:25:45 +01:00 |
|
Ricardo Buring
|
9e100c3e7a
|
Joint2D and Joint3D: update joint on NOTIFICATION_POST_ENTER_TREE
This allows reparenting, etc.
|
2022-02-28 22:21:32 +01:00 |
|
Rémi Verschelde
|
f968c11b86
|
Merge pull request #58596 from rburing/joints_disconnect_connected_signals
`Joint2D` and `Joint3D`: disconnect only connected signals
|
2022-02-28 11:00:14 +01:00 |
|
Haoyu Qiu
|
3a439a9c03
|
Fix AnimatedSprite infinite loop
|
2022-02-28 16:00:45 +08:00 |
|
Ricardo Buring
|
184105e753
|
Joint2D and Joint3D: disconnect only connected signals
|
2022-02-27 16:55:57 +01:00 |
|
Chris Bradfield
|
849d34ba8e
|
Rename motion_velocity to velocity
|
2022-02-22 23:31:33 -08:00 |
|
Hugo Locurcio
|
6b52aa67b8
|
Add a property hint for the Line2D Round Precision property
This prevents choosing extremely high values which cause performance
issues for no visual benefit.
|
2022-02-17 00:21:00 +01:00 |
|
Rémi Verschelde
|
b8b4580448
|
Style: Cleanup single-line blocks, semicolons, dead code
Remove currently unused implementation of TextureBasisU, could be re-added
later on if needed and ported.
|
2022-02-16 14:06:29 +01:00 |
|
Rémi Verschelde
|
0f5455230c
|
Use switch consistently in _notification (scene folder)
|
2022-02-15 18:44:55 +01:00 |
|
Hendrik Brucker
|
b396fd4eef
|
Improve compilation speed (forward declarations/includes cleanup)
|
2022-02-12 02:46:22 +01:00 |
|
Anilforextra
|
bb5d130509
|
Code quality cleanup for some variable scopes.
|
2022-02-10 15:56:01 +05:45 |
|
Raul Santos
|
68b04a5a07
|
Add array element type to _get_polygons and _get_outlines
|
2022-02-08 21:15:25 +01:00 |
|
Haoyu Qiu
|
bbcd9c5b97
|
Fix RayCast{2,3}D.clear_exceptions clears parent
|
2022-02-08 16:31:07 +08:00 |
|
Anilforextra
|
fc27636999
|
Vectors: Use clear() and has().
Use clear() instead of resize(0).
Use has() instead of "find(p_val) != -1".
|
2022-02-02 00:11:09 +05:45 |
|
Rémi Verschelde
|
f1bff648f2
|
Merge pull request #57355 from akien-mga/method-bindings-clearer-types
|
2022-02-01 14:24:35 +01:00 |
|
Marcel Admiraal
|
15ea6706e2
|
Invert Camear2D zoom to make it intuitive
|
2022-01-31 16:35:28 +00:00 |
|
Rémi Verschelde
|
1c6f0aa3a0
|
Merge pull request #56601 from Scony/fix-navigation-obstacle-errors
|
2022-01-28 23:25:55 +01:00 |
|
Rémi Verschelde
|
7072b359b4
|
Improve some method bindings to use specific Object subtypes
This was made possible by changes to `VariantCaster` which now make
it possible to pass any `Object`-derived type as pointer.
|
2022-01-28 15:07:22 +01:00 |
|
Rémi Verschelde
|
b8b33df178
|
TileSetAtlasSource: Make get_tile_data return TileData *
This is now possible thanks to `Variant` changes.
Also unbind some `_` prefixed methods which don't need to be exposed.
|
2022-01-28 14:27:12 +01:00 |
|
fabriceci
|
cc3c4d6323
|
Revert #53174 (applying the delta in move and collide), rename rec_vel to distance and improve the doc description
|
2022-01-26 23:09:30 +01:00 |
|
Haoyu Qiu
|
a775744742
|
Store ObjectID instead of raw pointer for Shape Owners
|
2022-01-25 17:16:06 +08:00 |
|
Rémi Verschelde
|
672363f295
|
Merge pull request #56888 from FreegleBarr/implement_gpuparticle_subemitters2d
|
2022-01-24 22:19:55 +01:00 |
|
Rémi Verschelde
|
2255777fb9
|
Merge pull request #57144 from AnilBK/fix-pos-dragging
|
2022-01-24 21:32:38 +01:00 |
|
freeglebarr
|
6f88294528
|
ported particle sub-emission to 2D
|
2022-01-24 17:28:59 -03:00 |
|
Rémi Verschelde
|
5f8f6ae7f6
|
Merge pull request #57120 from KoBeWi/grandpa_issue
|
2022-01-24 21:03:48 +01:00 |
|
Anilforextra
|
80187b77a9
|
Node2D/Node3D: Fix Undraggable Position Property.
|
2022-01-25 00:52:11 +05:45 |
|
fabriceci
|
856142a97d
|
rename free mode to floating mode
|
2022-01-24 15:19:43 +01:00 |
|
kobewi
|
d7f51dd2ec
|
Better clarify map_to_world() description
|
2022-01-24 14:13:40 +01:00 |
|
kobewi
|
f74d52e80d
|
Fix error on scene tiles cleanup
|
2022-01-19 00:39:26 +01:00 |
|
Rémi Verschelde
|
7c771ea310
|
Merge pull request #47522 from madmiraal/rename-test_width-test_height
|
2022-01-18 13:39:57 +01:00 |
|
Rémi Verschelde
|
e0f2902a11
|
Merge pull request #55665 from KoBeWi/you_touched_my_TouchScreeenButton
|
2022-01-13 12:23:49 +01:00 |
|
Rémi Verschelde
|
189662e5bd
|
Merge pull request #56696 from AnilBK/use-init-lists
|
2022-01-12 10:04:45 +01:00 |
|
Anilforextra
|
6c3a0460a8
|
Use List Initializations for Vectors.
|
2022-01-12 10:15:12 +05:45 |
|
Arnav Vijaywargiya
|
0c46f73b5e
|
Fixed incorrect property types
|
2022-01-11 17:17:11 +05:30 |
|