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
|
747a9bcb98
|
Fix shared library building on Linux for proper loading at runtime with default soname
|
2021-02-23 22:24:24 +01:00 |
|
Wojtek Figat
|
63a6b704df
|
Compile Linux deps with -fPIC
|
2021-02-23 22:23:58 +01:00 |
|
Wojtek Figat
|
e160d719a9
|
Add support for C++ scripting on platforms that don't support referencing executable file when linking shared library (eg. Linux)
|
2021-02-23 22:23:03 +01:00 |
|
Wojtek Figat
|
87a290b45c
|
Fix UWP build setup messing with FlaxGame target output type
|
2021-02-23 18:38:57 +01:00 |
|
Wojtek Figat
|
3387da92ed
|
Optimize
|
2021-02-23 18:17:18 +01:00 |
|
Wojtek Figat
|
12725ca4e1
|
Fix Graphics module warnings to be sent once
|
2021-02-23 18:10:57 +01:00 |
|
Wojtek Figat
|
6f40c66b31
|
Add WarningOnce, ErrorOnce, InfoOnce, VerboseOnce to Flax.Build logger
|
2021-02-23 18:10:40 +01:00 |
|
Wojtek Figat
|
9d35068514
|
Fix crash when calling navigation system before navmesh init (eg. in build)
|
2021-02-22 23:16:12 +01:00 |
|
Wojtek Figat
|
1ead4b1649
|
Fix MaterialParams sync bug
|
2021-02-21 20:20:32 +01:00 |
|
Wojtek Figat
|
09651fa0fd
|
Merge branch 'CodeCleanUp' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-CodeCleanUp
|
2021-02-21 20:19:07 +01:00 |
|
Wojtek Figat
|
3844aceba1
|
Fix CPU particles data initialization bug
Fixes #226
|
2021-02-21 20:14:21 +01:00 |
|
W2.Wizard
|
89734760fa
|
Revert previous checks, revert switch intend
|
2021-02-21 19:48:23 +01:00 |
|
Wojtek Figat
|
2a3003101e
|
Fix automatic tooltip generation error
Fixes #265
|
2021-02-21 19:39:53 +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
|
8b3fc9842d
|
Apply review changes
Applied review changes and one additional skip of an unused variable
|
2021-02-21 17:03:58 +01:00 |
|
W2.Wizard
|
3c603d7f09
|
Final Changes
|
2021-02-21 14:38:01 +01:00 |
|
W2.Wizard
|
68f6e0251c
|
Cleanup 8
|
2021-02-21 14:27:44 +01:00 |
|
Wojtek Figat
|
68b4fdb9c3
|
Fix exception when loading Android NDKs with invalid version folder
Fixes #255
|
2021-02-21 14:10:51 +01:00 |
|
W2.Wizard
|
a4409c729b
|
Fix Gizmo issue
For some reason the cleanup changed TransformGizmo to TransformGizmoBase in a few files.
|
2021-02-21 14:08:11 +01:00 |
|
W2.Wizard
|
597a9c537d
|
Cleanup 7
|
2021-02-21 13:50:25 +01:00 |
|
Wojtek Figat
|
fec787b96b
|
Merge branch 'HSVToRGB' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-HSVToRGB
|
2021-02-21 13:48:57 +01:00 |
|
W2.Wizard
|
d87f0df2a6
|
Cleanup 6
|
2021-02-21 12:05:40 +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
|
92fafe877c
|
Cleanup 2
|
2021-02-21 10:23:01 +01:00 |
|
W2.Wizard
|
52bc268ee7
|
Cleanup 1
|
2021-02-21 10:05:47 +01:00 |
|
Wojtek Figat
|
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 |
|
Wojtek Figat
|
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 |
|
Wojtek Figat
|
4aabb81c1f
|
Use constructors for random generation methods
|
2021-02-18 22:43:46 +01:00 |
|
Wojtek Figat
|
64d7684551
|
Merge branch 'RandomFuncs' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-RandomFuncs
|
2021-02-18 22:39:33 +01:00 |
|
Jean-Baptiste 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 |
|
Wojtek Figat
|
bcc3b2bd59
|
Fixes, tweaks and improvements for Linux support
|
2021-02-16 20:21:23 +01:00 |
|
Wojtek Figat
|
6fd1580d67
|
Fix building on linux after merge
|
2021-02-16 19:01:00 +01:00 |
|
Wojtek Figat
|
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 |
|
mafiesto4
|
489672d346
|
Fix warning when building editor for linux
|
2021-02-16 18:46:37 +01:00 |
|
Jean-Baptiste Perrier
|
9144f6dcc9
|
Remove Array include.
|
2021-02-16 16:08:20 +01:00 |
|
Jean-Baptiste Perrier
|
bc073b73cc
|
Add check.
|
2021-02-16 16:05:48 +01:00 |
|
Jean-Baptiste Perrier
|
588ad86f8e
|
Fix Span Count -> length.
|
2021-02-16 16:05:34 +01:00 |
|
Wojtek Figat
|
d05204cb91
|
Fix missing lightmap uvs calc in vertex shader
|
2021-02-16 15:55:10 +01:00 |
|
Wojtek Figat
|
c902e33d8a
|
Add Build Actions option to editor settings for build button configuration
|
2021-02-16 15:54:22 +01:00 |
|
Wojtek Figat
|
28a67f65b4
|
Fix build tool log file access
|
2021-02-16 13:55:19 +01:00 |
|
Wojtek Figat
|
f66b7ff785
|
Add support for Custom Define in Game Cooker for build scripts configuration
|
2021-02-16 13:54:57 +01:00 |
|
Wojtek Figat
|
b742d0c326
|
Add support for custom defines for build system via Flax.Build command line
|
2021-02-16 13:09:50 +01:00 |
|
Wojtek Figat
|
a98f867bd8
|
Fix compiler warning
|
2021-02-16 11:47:39 +01:00 |
|
Wojtek Figat
|
5f04f32097
|
Merge branch 'network' of git://github.com/jb-perrier/FlaxEngine into 1.1
|
2021-02-16 11:24:05 +01:00 |
|