Commit Graph

33 Commits

Author SHA1 Message Date
Wojtek Figat
c639a3103c Add memory profiling events to the main areas of the engine 2025-05-22 04:47:01 +02:00
Wojtek Figat
9c3fd052cd Remove copyright year from source files and update to 2025 2025-04-07 19:22:21 +02:00
Wojtek Figat
0c6f1ff9dc Optimize NavMesh to not allocate tile memory twice and add safelock to asset data 2025-04-03 17:21:48 +02:00
Wojtek Figat
41ffc16b66 Fix FindRandomPointAroundCircle to always find a valid point on a NavMesh in the radius
#2398
2024-04-20 15:01:27 +02:00
Wojtek Figat
14902dc29e Merge remote-tracking branch 'origin/master' into 1.8
# Conflicts:
#	Flax.flaxproj
2024-02-26 19:49:39 +01:00
Wojtek Figat
859c420d76 Update year in copyright note 2024-02-26 19:00:48 +01:00
Wojtek Figat
5de5e576e5 Rename Navigation.ProjectPoint into Navigation.FindClosestPoint to have consistent API naming
#2034
2024-02-17 09:07:37 +01:00
Wojtek Figat
8a94e053a8 Fix crash when resizing navmesh capacity with crowd created for that navmesh 2023-12-18 21:45:27 +01:00
Wojtek Figat
b2ec235f01 Minor tweaks 2023-09-25 11:00:49 +02:00
Wojtek Figat
65583ac6aa Add NavMeshRuntime to scripting api 2023-09-24 19:26:17 +02:00
Wojtek Figat
a71de7357c Merge remote-tracking branch 'origin/master' into 1.7 2023-09-19 21:42:53 +02:00
Wojtek Figat
bb5ff740bf Update recastnavigation lib to 1.6 2023-09-19 13:34:32 +02:00
Wojtek Figat
5500e99ed8 Add NavMeshPathFlags to navmesh for partial paths info 2023-08-31 09:37:27 +02:00
Wojtek Figat
7d6472a160 Fix deadlock in navmesh capacity calculations 2023-02-14 13:13:35 +01:00
Wojciech Figat
9626e9bbb6 Update copyright year 2023-01-10 15:29:37 +01:00
Wojtek Figat
a881c90b2e Refactor engine to support double-precision vectors 2022-06-13 00:40:32 +02:00
Wojciech Figat
8c2241c6dc Update copyright year 2022-01-14 13:31:12 +01:00
Wojtek Figat
22fa954716 Add error code logging to navmesh tiles adding issues 2021-11-06 13:23:24 +01:00
Wojtek Figat
438135975f Add DefaultQueryExtent to navmesh properties 2021-04-07 17:17:41 +02:00
Wojtek Figat
b0fe4e9945 Merge remote-tracking branch 'origin/master' into 1.2 2021-03-30 17:58:29 +02:00
Wojtek Figat
f216528f40 Tweak comment 2021-03-26 15:14:12 +01:00
Wojtek Figat
2b741cae58 Fix navmesh tiles set resizing
#369
2021-03-25 20:52:58 +01:00
Wojtek Figat
99bc3289e8 Add FindRandomPoint and FindRandomPointAroundCircle to the navigation utilities 2021-03-01 14:32:35 +01:00
Wojtek Figat
cf3ac7a26e Merge remote-tracking branch 'origin/master' into linux-editor
# Conflicts:
#	Source/Engine/Core/Math/Color.cs
#	Source/Engine/Navigation/Navigation.cpp
#	Source/Engine/Platform/Win32/Win32Platform.cpp
2021-02-23 22:29:07 +01:00
Wojtek Figat
f8bf87e0b1 Fixes 2021-01-20 09:14:30 +01:00
Wojtek Figat
fdc8e371c4 Add support for using NavAreas for navigation 2021-01-18 13:18:26 +01:00
Wojtek Figat
2ae78b9afd Fix navmesh tiles build 2021-01-18 10:51:55 +01:00
Wojtek Figat
7835259a83 Add TestPath utility to navigation system 2021-01-14 13:11:32 +01:00
Wojtek Figat
93aa265b20 Add support for rotated navmeshes 2021-01-14 13:08:53 +01:00
Wojtek Figat
88bddfb141 Add navmesh name to logs for better debugging 2021-01-13 14:49:50 +01:00
Wojtek Figat
27ed23c1b9 Add support for multiple navmeshes on a scene 2021-01-13 14:28:46 +01:00
Wojtek Figat
cc8e78b505 Merge remote-tracking branch 'origin/master' into navigation-features
# Conflicts:
#	Source/Editor/Content/Settings/NavigationSettings.cs
#	Source/Engine/Engine/PhysicalMaterial.cs
#	Source/Tools/Flax.Build/Bindings/BindingsGenerator.Api.cs
2021-01-04 14:31:56 +01:00
Wojtek Figat
4a79df860d Refactor NavMesh into NavMeshRuntime and make it internal 2020-12-15 15:48:42 +01:00