Commit Graph

722 Commits

Author SHA1 Message Date
jb-perrier 26e3400a92 Typo. 2021-02-15 20:54:00 +01:00
jb-perrier a2e1346029 Docs tweak. 2021-02-15 20:53:53 +01:00
jb-perrier bc6281ee63 Add MTU option. 2021-02-15 20:53:07 +01:00
jb-perrier 134aec2d15 Simplified name NetworkProtocol. 2021-02-15 20:52:35 +01:00
mafiesto4 4e19b85e00 Add support for multi-threaded profile events in build tool 2021-02-15 15:04:37 +01:00
mafiesto4 5714741a5d Add support for multi-threaded scripting API headers parsing 2021-02-15 15:04:23 +01:00
mafiesto4 cdd68c9a89 Add MaxConcurrency and ConcurrencyProcessorScale options for Flax.Build cmd line 2021-02-15 13:32:38 +01:00
mafiesto4 29f0834cc4 Optimize build tool 2021-02-15 13:23:09 +01:00
mafiesto4 788907f3b1 Remove deprecated and unused ISceneObject and ITransformable 2021-02-15 12:09:46 +01:00
mafiesto4 b6557cb15c Fix showing shader source code window over a calling window 2021-02-15 12:02:25 +01:00
mafiesto4 cd2a02a5c8 Add -shaderdebug cmd line switch to Editor for shaders debugging 2021-02-15 11:55:31 +01:00
mafiesto4 c9ea812a24 Optimize DrawCall to pack indirect draw arg and graphics draw data with union 2021-02-15 11:52:06 +01:00
mafiesto4 e42a6b0ccc Fix default actor bounds 2021-02-15 10:53:49 +01:00
mafiesto4 312e4ad010 Merge branch 'master' into 1.1
# Conflicts:
#	Source/Engine/Content/JsonAsset.h
#	Source/Engine/Core/Config/Settings.h
2021-02-15 10:40:59 +01:00
mafiesto4 2357b60d0e Merge branch 'stefnotch-fix-ui-issues' 2021-02-15 10:23:04 +01:00
mafiesto4 3e608e6dec Merge branch 'fix-ui-issues' of git://github.com/stefnotch/FlaxEngine into stefnotch-fix-ui-issues 2021-02-15 10:22:55 +01:00
mafiesto4 b4bf488e3c Fix double-click mouse event not setting mouse button down
Fixes #235
2021-02-14 18:41:28 +01:00
mafiesto4 f82ef8c065 Fix AssetPicker buttons usage without mouse down click over the control
Fixes #233
2021-02-14 18:18:58 +01:00
mafiesto4 865f2b871d Fix default frame rate for fbx imported clips to 14
https://github.com/nem0/OpenFBX/commit/2650de730d3f2d41b5042992f9443affd58e3553
2021-02-14 18:09:29 +01:00
mafiesto4 a947dc0cc3 Fix properties names formatting for UI with 2 character words
Fixes #229
2021-02-14 17:12:29 +01:00
mafiesto4 17a738d2ce Merge branch 'Vizepi-master' 2021-02-14 16:58:33 +01:00
mafiesto4 a9ac758abd Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master 2021-02-14 16:58:29 +01:00
mafiesto4 3bbda838a2 Fix error when spawning prefab with rigidbody 2021-02-14 16:50:35 +01:00
mafiesto4 6bdc31df5a Fix using get_Control getter method from UIControl in Visual Script 2021-02-14 15:53:08 +01:00
mafiesto4 ed1a3c2964 Update mono 2021-02-14 14:54:56 +01:00
mafiesto4 a485622c2a Merge branch 'GoaLitiuM-windowsplatform_log_crash' 2021-02-14 14:04:47 +01:00
stefnotch ac8c185056 Fix TreeNode hovering with collapsed children
and also set DefaultNodeOffsetY to get rid of the spaces between the nodes
2021-02-14 08:43:50 +01:00
GoaLitiuM ccc60af4b6 Fix crash in Windows platform logging with long lines 2021-02-13 01:03:08 +02:00
stefnotch 311793dd7e Fix StartMouseCapture(true) with secondary monitors on the left
Yes, negative mouse coordinates are a thing
2021-02-12 22:50:47 +01:00
mafiesto4 bd5897eaab Fixes and tweaks to SplineRopeBody 2021-02-12 17:18:32 +01:00
mafiesto4 55194edd2c Fix missing NavMesh node type 2021-02-12 15:28:45 +01:00
mafiesto4 8661091337 Add Spline Rope Body actor for ropes, chains and cables physics 2021-02-12 15:16:04 +01:00
mafiesto4 34b6cfebc3 Fix navmesh update on some spline editing operations 2021-02-12 12:20:58 +01:00
mafiesto4 74c1ac89c8 Add DebugDraw.DrawWireTriangles for wireframe geometry debug drawing 2021-02-12 11:43:46 +01:00
mafiesto4 4dd8e19f79 Fix Scene Queries to lock scene access 2021-02-12 11:27:47 +01:00
mafiesto4 9fd5e8928c Add missing scene graph nodes types mapping 2021-02-12 11:27:30 +01:00
mafiesto4 17d0f40e1c Add automatic navmesh update when editing spline with navmesh-relevant collider 2021-02-12 11:27:13 +01:00
mafiesto4 0e78d13146 Add support for navmesh on spline collider 2021-02-12 11:15:51 +01:00
mafiesto4 80e2aee92b Fixes and tweaks 2021-02-12 10:57:45 +01:00
mafiesto4 5a23df6478 Fix missing saving Pre Rotation 2021-02-12 10:34:50 +01:00
mafiesto4 62acae10a5 Fix compile error 2021-02-11 16:48:21 +01:00
mafiesto4 04b650cbc3 Add Pre Rotation to Spline Model and Spline Collider 2021-02-11 16:48:10 +01:00
mafiesto4 4ba82047e0 Improve CollisionCooking 2021-02-11 16:47:50 +01:00
mafiesto4 49758fbfff Add Spline Collider 2021-02-11 16:47:43 +01:00
mafiesto4 8158c94d26 Fix low-level WindowsPlatform::Log to not print invalid characters 2021-02-10 23:13:16 +01:00
mafiesto4 4c673bec9b Add BAGUETTE 2021-02-10 22:59:40 +01:00
mafiesto4 2263b3db52 Add ScriptingTypeHandle debugger view to flax.natvis 2021-02-10 22:59:32 +01:00
Vizepi 3a3c66b916 [EDITOR] Fixed layer matrix order ( issue #153 ) 2021-02-10 20:32:32 +01:00
mafiesto4 6c253ce892 Fix DebugDraw DrawTriangles crash 2021-02-10 17:20:05 +01:00
mafiesto4 29521b1b03 Remove Spline init from OnEnable to prevent double setup on SplineModel and SplineCollider 2021-02-10 17:19:45 +01:00