Commit Graph

443 Commits

Author SHA1 Message Date
mafiesto4 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
mafiesto4 12725ca4e1 Fix Graphics module warnings to be sent once 2021-02-23 18:10:57 +01:00
mafiesto4 9d35068514 Fix crash when calling navigation system before navmesh init (eg. in build) 2021-02-22 23:16:12 +01:00
mafiesto4 1ead4b1649 Fix MaterialParams sync bug 2021-02-21 20:20:32 +01:00
mafiesto4 09651fa0fd Merge branch 'CodeCleanUp' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-CodeCleanUp 2021-02-21 20:19:07 +01:00
mafiesto4 3844aceba1 Fix CPU particles data initialization bug
Fixes #226
2021-02-21 20:14:21 +01:00
W2.Wizard 35b687bf3d Additional cleanup
Cleaned up some additional stuff that I found
2021-02-21 18:17:35 +01:00
W2.Wizard 68f6e0251c Cleanup 8 2021-02-21 14:27:44 +01:00
W2.Wizard 597a9c537d Cleanup 7 2021-02-21 13:50:25 +01:00
mafiesto4 fec787b96b Merge branch 'HSVToRGB' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-HSVToRGB 2021-02-21 13:48:57 +01:00
W2.Wizard 694b20148d Cleanup 5 2021-02-21 11:50:30 +01:00
W2.Wizard ee76440477 Cleanup 4 2021-02-21 11:41:30 +01:00
W2.Wizard 20ba37e223 Cleanup 3 2021-02-21 11:09:04 +01:00
W2.Wizard 52bc268ee7 Cleanup 1 2021-02-21 10:05:47 +01:00
mafiesto4 05d5fd4fec Optimize compilation time for Win32 platforms 2021-02-20 19:45:58 +01:00
W2.Wizard c475e83aa3 Added RGBToHSV 2021-02-20 15:44:06 +01:00
W2.Wizard da24a474ea Add HSVToRGB 2021-02-19 18:23:23 +01:00
mafiesto4 5a03ef8e89 Merge branch 'tooltip-custom-style' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-tooltip-custom-style 2021-02-18 22:49:21 +01:00
mafiesto4 4aabb81c1f Use constructors for random generation methods 2021-02-18 22:43:46 +01:00
mafiesto4 64d7684551 Merge branch 'RandomFuncs' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-RandomFuncs 2021-02-18 22:39:33 +01:00
jb-perrier 1c1e9bb105 Fix re-drawing the background when alpha > 0 . 2021-02-17 12:44:44 +01:00
W2.Wizard 654285e57f Separated NextVector and NextUnitVector, refactoring
While I was at it I made some slight refactoring making it much more readable and establish consistency
2021-02-17 00:30:24 +01:00
mafiesto4 bcc3b2bd59 Fixes, tweaks and improvements for Linux support 2021-02-16 20:21:23 +01:00
mafiesto4 6fd1580d67 Fix building on linux after merge 2021-02-16 19:01:00 +01:00
mafiesto4 fc4dc8cb50 Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
#	Source/FlaxEngine.Gen.cs
#	Source/Tools/Flax.Build/Utilities/Utilities.cs
2021-02-16 18:54:25 +01:00
jb-perrier 9144f6dcc9 Remove Array include. 2021-02-16 16:08:20 +01:00
jb-perrier bc073b73cc Add check. 2021-02-16 16:05:48 +01:00
jb-perrier 588ad86f8e Fix Span Count -> length. 2021-02-16 16:05:34 +01:00
mafiesto4 d05204cb91 Fix missing lightmap uvs calc in vertex shader 2021-02-16 15:55:10 +01:00
mafiesto4 c902e33d8a Add Build Actions option to editor settings for build button configuration 2021-02-16 15:54:22 +01:00
mafiesto4 a98f867bd8 Fix compiler warning 2021-02-16 11:47:39 +01:00
mafiesto4 5f04f32097 Merge branch 'network' of git://github.com/jb-perrier/FlaxEngine into 1.1 2021-02-16 11:24:05 +01:00
mafiesto4 3658611e0f Fix compilation 2021-02-16 11:23:47 +01:00
mafiesto4 537dde594d Update Actor docs for GetScripts to be more precise about search method 2021-02-16 11:00:08 +01:00
jb-perrier 653e9609e4 Span + Naming 2021-02-16 10:14:42 +01:00
mafiesto4 0841f5b479 Refactor Pre Rotation from spline model and spline collider into Pre Transform for more control 2021-02-15 22:09:05 +01:00
mafiesto4 81be73ad82 Fix spline model not drawing when using invalid material 2021-02-15 22:08:37 +01:00
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
jb-perrier b1f867f107 Add DrawVertices & FillTriangle funcs. 2021-02-15 19:33:25 +01:00
jb-perrier 674e09e72b Add WriteTri helpers funcs. 2021-02-15 19:32:43 +01:00
mafiesto4 6987834b2d Fix default actor bounds 2021-02-15 19:20:24 +01:00
mafiesto4 788907f3b1 Remove deprecated and unused ISceneObject and ITransformable 2021-02-15 12:09:46 +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 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