Wojtek Figat
|
c57e128ff1
|
Merge remote-tracking branch 'origin/master' into 1.11
# Conflicts:
# Source/Engine/Level/Scene/SceneRendering.cpp
# Source/Engine/Physics/Colliders/Collider.cpp
# Source/Engine/Physics/Colliders/Collider.h
|
2025-09-02 22:23:45 +02:00 |
|
Wojtek Figat
|
9fafb47abb
|
Fix debug drawing wheeled vehicle in prefab viewport
#3591
|
2025-08-29 21:03:44 +02:00 |
|
Wojtek Figat
|
73c30d3d89
|
Optimize asset references to support direct registration to reduce Delegate memory allocations and overhead
|
2025-06-08 00:58:15 +02:00 |
|
Wojtek Figat
|
f6feae5cf2
|
Optimize collider cached scale
|
2025-06-05 15:06:03 +02:00 |
|
Wojtek Figat
|
1eaf40f2f7
|
Fix changing CharacterController center at runtime to maintain actor placement
|
2025-06-05 12:40:47 +02:00 |
|
Wojtek Figat
|
9c3fd052cd
|
Remove copyright year from source files and update to 2025
|
2025-04-07 19:22:21 +02:00 |
|
Chandler Cox
|
3140865780
|
Add physics and lights debug drawing in prefabs when enabled.
|
2024-08-06 17:06:23 -05:00 |
|
Wojtek Figat
|
f6aabf2d14
|
Optimize navmesh building and reduce scene lock time
|
2024-05-09 18:58:47 +02: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
|
41cff47ca3
|
Revert "Merge branch 'Tryibion-rot-colliders'" (#1141)
This reverts commit 73cb792989, reversing
changes made to b4fe3a44aa.
|
2024-03-07 23:24:40 +01:00 |
|
Wojtek Figat
|
b4fe3a44aa
|
Merge branch 'rot-colliders' of https://github.com/Tryibion/FlaxEngine into Tryibion-rot-colliders
# Conflicts:
# Source/Engine/Physics/Colliders/CapsuleCollider.cpp
# Source/Engine/Physics/Colliders/Collider.cpp
|
2024-03-04 20:12:32 +01:00 |
|
Wojtek Figat
|
859c420d76
|
Update year in copyright note
|
2024-02-26 19:00:48 +01:00 |
|
Wojtek Figat
|
85f2910718
|
Move collider shape raycasting utilities to the PhysicsColliderActor class
|
2024-02-16 17:19:51 +01:00 |
|
Wojtek Figat
|
7538296775
|
Refactor PhysicalMaterial usage to utilize JsonAssetReference struct
|
2024-02-15 11:45:50 +01:00 |
|
nothingTVatYT
|
ef41ad6074
|
add units to transform editor, some collider values
|
2024-01-29 07:34:58 +01:00 |
|
Chandler Cox
|
73d33e4af0
|
Refactor Physics Colliders to use auto serialization.
|
2023-12-02 12:01:32 -06:00 |
|
Wojtek Figat
|
6648481d12
|
Improve various doc comments to be more usable as tooltips in Editor
|
2023-11-07 00:57:18 +01:00 |
|
Wojtek Figat
|
87a9dedba4
|
Refactor default ContactOffset for Collider to be 2 (keep 10 for CharacterController)
#1728
|
2023-11-07 00:56:55 +01:00 |
|
Chandler Cox
|
2607e0e187
|
Add ability to rotate colliders and add collider direction for capsule collider.
|
2023-05-31 10:38:33 -05:00 |
|
Wojciech Figat
|
9626e9bbb6
|
Update copyright year
|
2023-01-10 15:29:37 +01:00 |
|
Wojtek Figat
|
2bf6fac77d
|
Format more engine code
|
2022-06-14 20:26:33 +02:00 |
|
Wojtek Figat
|
a881c90b2e
|
Refactor engine to support double-precision vectors
|
2022-06-13 00:40:32 +02:00 |
|
Wojtek Figat
|
37e11a4b1f
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# Source/Engine/Physics/Physics.Queries.cpp
# Source/Engine/Physics/Utilities.h
|
2022-01-20 23:29:59 +01:00 |
|
Wojtek Figat
|
427846f73b
|
Refactor Physics to separate PhysicsBackend
#673
|
2022-01-20 23:28:43 +01:00 |
|
Wojciech Figat
|
8c2241c6dc
|
Update copyright year
|
2022-01-14 13:31:12 +01:00 |
|
Iain Mckay
|
87c2aefe03
|
Code review feedback
|
2022-01-05 14:26:47 +01:00 |
|
Iain Mckay
|
a4e102672d
|
Adds feature for creating multiple physics scenes
|
2022-01-05 14:26:42 +01:00 |
|
Wojtek Figat
|
d1b7b2d26d
|
Optimize flushing active transform of physically simulated actors
|
2021-07-07 16:45:35 +02:00 |
|
Wojtek Figat
|
5a710ccd7a
|
Hide GetPxShape impl
|
2021-06-09 14:49:36 +02:00 |
|
Wojtek Figat
|
e21c9d24de
|
Add proper vehicle setup after editing wheel colliders
|
2021-03-26 17:11:26 +01:00 |
|
Wojtek Figat
|
8bce445ab0
|
Refactor Collider base class to improve code sharing across collider shape types
|
2021-02-10 14:33:16 +01:00 |
|
VNC
|
6ab300025b
|
Fixed a ton of typos
|
2021-01-05 02:13:15 +01:00 |
|
Jean-Baptiste Perrier
|
03eb39afe6
|
Bumping all copyright headers to 2021.
|
2021-01-02 14:28:49 +01:00 |
|
Wojtek Figat
|
6fb9eee74c
|
You're breathtaking!
|
2020-12-07 23:40:54 +01:00 |
|