Commit Graph

2335 Commits

Author SHA1 Message Date
Wojtek Figat
783372c787 Fix pasting actors if cannot spawn a object (eg. type missing) to still paste valid objects 2021-08-21 12:56:13 +02:00
Wojtek Figat
51016949b8 Fix actor renaming on paste to keep previous name if can 2021-08-21 12:55:17 +02:00
Wojtek Figat
700b561ad1 Improve rigidbody warning message 2021-08-21 12:53:23 +02:00
Wojtek Figat
a59aec8425 Fix suspension force offset location 2021-08-20 16:33:31 +02:00
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
ScottLongley
8136d2823f Add margin to TilesPanel tile 2021-08-20 22:49:46 +10: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
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
Jean-Baptiste Perrier
c20ead730b Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into double-vectors 2021-08-18 12:50:11 +02:00
Jean-Baptiste Perrier
5aaf09018f Add missing NearEqual for double 2021-08-18 12:49:53 +02:00
Jean-Baptiste Perrier
c8ceb4f86b Add DoubleX constructors for VectorX 2021-08-18 12:49:38 +02:00
Jean-Baptiste Perrier
e655ee6b78 Tweaks Double2 2021-08-18 12:49:12 +02:00
Jean-Baptiste Perrier
281673dd6b Add Double4 impl. cpp 2021-08-18 12:48:52 +02:00
Jean-Baptiste Perrier
eedca14e6f Add Double3 impl. cpp 2021-08-18 12:48:39 +02:00
Wojtek Figat
66657d798a Add typename to script panel tooltip and don't inherit tooltip 2021-08-17 23:35:17 +02:00
stefnotch
87be58b4fa Add "show in explorer" 2021-08-17 11:33:23 +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
Mariusz Wisniewski
3248dd50f9 Added LinuxFileSystemWatcher 2021-08-16 17:35:36 +02:00
Wojtek Figat
d68189ae3d Tweaks for native engine tests
#601
2021-08-16 12:18:11 +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
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
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
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