|
|
f4c13032a2
|
Require semicolon after most engine API macros
# Conflicts:
# Source/Engine/Physics/PhysX/PhysicsBackendPhysX.cpp
|
2025-02-26 20:09:26 +02:00 |
|
Wojtek Figat
|
bf21b0a267
|
Fix collision cooking for skinned models that use different vertex format
#3246
|
2025-02-24 22:05:33 +01:00 |
|
Wojtek Figat
|
7225737984
|
Merge branch 'tube-to-capsule' of https://github.com/Tryibion/FlaxEngine into Tryibion-tube-to-capsule
|
2025-02-23 23:58:28 +01:00 |
|
Wojtek Figat
|
9d5d80bf4a
|
Fix crash when using physics overlap tests with Collider outputs that catch Terrain
#3221
|
2025-02-21 15:07:44 +01:00 |
|
Chandler Cox
|
2521ed4ad5
|
Change DrawTube to DrawCapsule. Depricate old Tube code.
|
2025-02-08 21:15:49 -06:00 |
|
Wojtek Figat
|
57628c3d5f
|
Refactor Bezier splines drawing and editing to property evaluate value and match curve evaluation
#3051
|
2024-12-02 19:10:28 +01:00 |
|
Wojtek Figat
|
62fa3b8574
|
Merge branch 'wheel-ordering' of https://github.com/Tryibion/FlaxEngine into Tryibion-wheel-ordering
|
2024-10-28 20:55:10 +01:00 |
|
Wojtek Figat
|
ae4a4a8e57
|
Fix ComputeShapeSqrDistanceToPoint on PhysX with Large Worlds
#3023
|
2024-10-28 20:47:53 +01:00 |
|
Chandler Cox
|
0b52a579c7
|
Change when wheels are ordered.
|
2024-10-22 13:18:22 -05:00 |
|
xxSeys1
|
06929f7079
|
add getter for WheeledVehicle throttle
|
2024-10-22 14:38:13 +02:00 |
|
Chandler Cox
|
c3162ca2cb
|
Fix missing EditorDisplay attribute on Distance and Hinge Joints for thier Flags
|
2024-10-02 10:55:43 -05:00 |
|
Wojtek Figat
|
18dc475f40
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Engine/UI/GUI/Common/Button.cs
|
2024-09-23 14:11:05 +02:00 |
|
Wojtek Figat
|
ba701eb4d3
|
Fix compilation warnings on large worlds
|
2024-09-19 17:04:31 +02:00 |
|
Wojtek Figat
|
21b4c7c916
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-16 14:52:57 +02:00 |
|
Wojtek Figat
|
c67385ef80
|
Merge branch 'prefab-physics-draw' of https://github.com/Tryibion/FlaxEngine into Tryibion-prefab-physics-draw
|
2024-08-15 15:26:19 +02:00 |
|
|
|
f759f94cfa
|
Use CHECK_DEBUG over ASSERT in normalized direction checks
|
2024-08-07 21:18:09 +03:00 |
|
Chandler Cox
|
3140865780
|
Add physics and lights debug drawing in prefabs when enabled.
|
2024-08-06 17:06:23 -05:00 |
|
Wojtek Figat
|
bc313c8630
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-05 20:00:39 +02:00 |
|
Wojtek Figat
|
e44e44d317
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-08-05 11:08:51 +02:00 |
|
|
|
00960bad36
|
Remove zero clamping from HingeJointDrive in Editor
|
2024-07-30 20:50:54 +03:00 |
|
Wojtek Figat
|
2a1706decb
|
Fix vehicles simulation instability when physics substepping is enabled
#2796
|
2024-07-25 14:19:01 +02:00 |
|
Wojtek Figat
|
1891b9e367
|
Refactor PhysX vehicles and cloth simulation code to be more readable
#2796
|
2024-07-25 13:51:32 +02:00 |
|
Wojtek Figat
|
5ddf24381b
|
Merge branch 'deprecation_messages' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-deprecation_messages
|
2024-07-24 16:41:49 +02:00 |
|
|
|
55d55212c3
|
Add assertions for checking against un-normalized direction vectors
|
2024-07-20 15:34:11 +03:00 |
|
Wojtek Figat
|
b33c2b4f36
|
Merge remote-tracking branch 'origin/master' into 1.9
|
2024-07-19 00:32:54 +02:00 |
|
Wojtek Figat
|
529de24da4
|
Cache DisableCCD locally in physics backend
#2768
|
2024-07-18 12:39:15 +02:00 |
|
Wojtek Figat
|
fc3d15c544
|
Merge branch 'ccd-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-ccd-fix
|
2024-07-18 12:27:33 +02:00 |
|
Wojtek Figat
|
ccd619f659
|
Merge branch 'simplemove_gravity' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-simplemove_gravity
|
2024-07-18 12:26:06 +02:00 |
|
Wojtek Figat
|
ea45aa9b19
|
Merge branch 'charcontroller_terrain_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-charcontroller_terrain_fix
|
2024-07-18 11:54:46 +02:00 |
|
Wojtek Figat
|
5498cbf3bf
|
Merge branch 'phyx-ed' of https://github.com/Tryibion/FlaxEngine into Tryibion-phyx-ed
|
2024-07-18 11:50:46 +02:00 |
|
Olly Rybak
|
e5e1f945ea
|
Added eDETECT_CCD_CONTACT to PairFlags, hopefully properly enabling CCD
|
2024-07-17 10:04:14 +10:00 |
|
Chandler Cox
|
d700df6afb
|
Add PhysX option for enabling enhanced determinism
|
2024-07-15 16:23:49 -05:00 |
|
|
|
35d46e23a8
|
Fix CharacterController::SimpleMove gravity displacement handling
|
2024-07-13 16:39:22 +03:00 |
|
|
|
f1fc086612
|
Fix CharacterController to not process hits against removed actors
|
2024-07-13 16:39:06 +03:00 |
|
Chandler Cox
|
7b4e509140
|
Fix mesh collider not rotating correctly due to negative scale.
|
2024-07-11 18:44:55 -05:00 |
|
Wojtek Figat
|
559cd74647
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Engine/Audio/Audio.cpp
|
2024-07-05 22:18:40 +02:00 |
|
Wojtek Figat
|
d1e54b821b
|
Fix asset to be soft when transformation is nan or inf
#2742
|
2024-07-04 18:05:47 +02:00 |
|
Wojtek Figat
|
91d3216a00
|
Fix crash on shutdown when physical material asset was left alone
|
2024-06-26 18:19:36 +02:00 |
|
|
|
22b4f33984
|
Use consistent and less verbose deprecation messages
|
2024-06-17 20:43:33 +03:00 |
|
MrCapy0
|
8899e3ebb7
|
clean code
|
2024-06-15 12:11:08 -03:00 |
|
MrCapy0
|
727ff8be95
|
Fix crash on add new drive steer vs speed
|
2024-06-15 12:09:19 -03:00 |
|
|
|
7614481d78
|
Fix PhysicsMaterial not updating in Colliders after asset reload
|
2024-06-08 19:24:13 +03:00 |
|
|
|
07371ddfdf
|
Fix crash when PhysicsMaterial asset is reloaded in editor
|
2024-06-08 19:24:10 +03:00 |
|
Wojtek Figat
|
44006dd533
|
Various code improvements
|
2024-05-09 18:59:09 +02:00 |
|
Wojtek Figat
|
f6aabf2d14
|
Optimize navmesh building and reduce scene lock time
|
2024-05-09 18:58:47 +02:00 |
|
Wojtek Figat
|
6b35c0a161
|
Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
# Flax.flaxproj
|
2024-03-19 20:23:34 +01:00 |
|
Wojtek Figat
|
9e54827cb3
|
Cleanup code #2213
|
2024-03-19 20:13:41 +01:00 |
|
Wojtek Figat
|
911251cb20
|
Merge branch 'unit-formatting' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-unit-formatting
# Conflicts:
# Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs
# Source/Editor/Options/InterfaceOptions.cs
# Source/Engine/Core/Math/Transform.h
|
2024-03-19 18:04:01 +01:00 |
|
Wojtek Figat
|
d719c381ea
|
Merge remote-tracking branch 'origin/master' into 1.8
|
2024-03-11 23:49:33 +01:00 |
|
|
|
92c109c003
|
Fix PhysicsScene change not working in physics actors
|
2024-03-10 00:01:39 +02:00 |
|