Commit Graph

2450 Commits

Author SHA1 Message Date
Wojtek Figat
aaca4ecc69 Add wheeled vehicle tire options 2021-08-20 16:33:11 +02:00
Wojtek Figat
078f56febe Add vehicle telemetry logging debug option 2021-08-20 16:32:47 +02:00
Wojtek Figat
17f128afeb Add digital steering option for a vehicle 2021-08-20 16:23:45 +02:00
Wojtek Figat
aa224f6296 Fix WheeledVehicle driving and suspension raycasts 2021-08-20 15:30:01 +02:00
Wojtek Figat
09e2b737f0 Fix rare crashes due to selection not being empty on play mode start 2021-08-20 10:51:27 +02:00
Wojtek Figat
3cb4abab0d Optimize ticking disabled vehicles 2021-08-19 16:26:49 +02:00
Wojtek Figat
151454db2c Fix invalid rigidbody center of mass location 2021-08-19 15:46:36 +02:00
Wojtek Figat
e3dac62bd9 Fix decal material normal vector blending 2021-08-19 15:22:45 +02:00
Wojtek Figat
9ed8621621 Fix invalid navmesh build for triggers 2021-08-19 15:00:28 +02:00
Wojtek Figat
d30e8c4c70 Remove redundant code 2021-08-19 14:01:54 +02:00
Wojtek Figat
a1bf4819cb Optimize calling Object.FindObject from C# 2021-08-19 13:06:20 +02:00
Wojtek Figat
39a4dab81f Fix 2021-08-19 13:06:19 +02:00
Wojtek Figat
a8c7705c3b Fix null values handling in C# Json serialization
It didn't replace prefab object reference if replaced with null in the prefab instance.
2021-08-19 13:06:18 +02:00
Wojtek Figat
4c1dbb7f8e Refactor prefab instances loading to improve refs loading between prefab objects 2021-08-19 13:06:17 +02:00
Wojtek Figat
066c668f6f Fix missing references to a new prefab objects inside other prefab objects when applying changes 2021-08-19 13:06:16 +02:00
Wojtek Figat
eab9a2c0ac Adjust scene node context menu 2021-08-19 13:06:15 +02:00
Wojtek Figat
7822266029 Add option to select scene asset from Scene tree window 2021-08-19 13:06:14 +02:00
Wojtek Figat
fff2c3e038 Fix materials parameters display issues after editing 2021-08-18 22:55:31 +02:00
Wojtek Figat
540643972a Fix 2021-08-18 22:09:52 +02:00
Wojtek Figat
66657d798a Add typename to script panel tooltip and don't inherit tooltip 2021-08-17 23:35:17 +02:00
Wojtek Figat
fc9e54b349 Merge branch 'stefnotch-issue-reporting' 2021-08-17 21:59:28 +02:00
stefnotch
87be58b4fa Add "show in explorer" 2021-08-17 11:33:23 +02:00
stefnotch
3808c306a0 Update issue template 2021-08-17 11:28:13 +02:00
Wojtek Figat
dee4537f23 Add -new command line arg to create a new project 2021-08-16 22:50:11 +02:00
Wojtek Figat
34132e3074 Fix context menu keyboard arrows navigation to skip disabled items 2021-08-16 22:50:10 +02:00
Damian Korczowski
bb4d94ee85 Fix ENet driver crash 2021-08-16 19:54:20 +02:00
Wojtek Figat
d68189ae3d Tweaks for native engine tests
#601
2021-08-16 12:18:11 +02:00
Wojtek Figat
6a055bd4c5 Merge branch 'Zbyl-string-functions-semantics' 2021-08-16 10:07:17 +02:00
Wojtek Figat
96ae4d4583 Merge branch 'string-functions-semantics' of git://github.com/Zbyl/FlaxEngine into Zbyl-string-functions-semantics 2021-08-16 10:06:56 +02:00
Wojtek Figat
6d21e2f413 Merge branch 'Zbyl-removed-unnecessary-null-terminator' 2021-08-16 09:54:51 +02:00
Wojtek Figat
442c0113ea Merge branch 'removed-unnecessary-null-terminator' of git://github.com/Zbyl/FlaxEngine into Zbyl-removed-unnecessary-null-terminator 2021-08-16 09:54:40 +02:00
Wojtek Figat
9c16cdd2d1 Merge branch 'ScottLongley-feature-looking-at' 2021-08-16 09:53:35 +02:00
Wojtek Figat
bc3eebdc71 Merge branch 'feature-looking-at' of git://github.com/ScottLongley/FlaxEngine into ScottLongley-feature-looking-at 2021-08-16 09:52:52 +02:00
Wojtek Figat
f2d235bc74 Fix Custom Editor UI regression
3cf3f58db1
2021-08-16 09:48:31 +02:00
Zbigniew Skowron
b5f7c96c80 Removed unnecessary NULL terminator in RunBuildTool() to fix #402: "Copying new log after clearing partially fails" 2021-08-15 22:12:46 +02:00
Zbigniew Skowron
49524d7418 Fixed bugs in String and StringView functions (Replace, Compare, etc.). 2021-08-15 21:29:24 +02:00
Zbigniew Skowron
741714cd61 Simplified catch2.Build.cs. 2021-08-15 21:29:23 +02:00
Zbigniew Skowron
7593f9c4c4 Simplified FlaxNativeTests. 2021-08-15 20:33:00 +02:00
Zbigniew Skowron
17f0be4ad2 Added FlaxNativeTests target, with initial suite of tests for String and StingView. 2021-08-15 20:32:59 +02:00
Zbigniew Skowron
def293f88b Added Catch2 library for native unit tests. 2021-08-15 20:32:58 +02:00
Zbigniew Skowron
294a4d5477 Added LinkEnvironment.LinkAsConsoleProgram flag. 2021-08-15 20:32:58 +02:00
ScottLongley
6376b83327 Add LookingAt to Actor 2021-08-15 19:48:12 +10:00
Wojtek Figat
775e8df752 Fix compilation 2021-08-13 15:57:10 +02:00
Wojtek Figat
487e04e811 Merge branch 'Zbyl-fixing-strigview-gettext-uses' 2021-08-13 14:11:28 +02:00
Wojtek Figat
151f551bc9 Merge branch 'fixing-strigview-gettext-uses' of git://github.com/Zbyl/FlaxEngine into Zbyl-fixing-strigview-gettext-uses 2021-08-13 13:57:02 +02:00
Wojtek Figat
2b0b45d2fb Merge branch 'jb-perrier-math-double' 2021-08-13 13:48:35 +02:00
Wojtek Figat
3c2227dfda Merge branch 'math-double' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-math-double 2021-08-13 13:48:25 +02:00
Wojtek Figat
2e18db7bb8 Reenable memory allocations profiling in Editor with Tracy 2021-08-13 13:44:48 +02:00
Wojtek Figat
bc634e9d37 Refactor Tracy source locations to be static
#597
2021-08-13 13:44:29 +02:00
Wojtek Figat
7fc144b07b Fix some memory leaks 2021-08-13 13:13:12 +02:00