Wojtek Figat
|
84ee882439
|
Post merge fixes
|
2021-02-23 22:43:07 +01:00 |
|
Wojtek Figat
|
5a9ca6f130
|
Merge remote-tracking branch 'origin/1.1' into linux-editor
# Conflicts:
# Source/Engine/Core/Math/BoundingSphere.cs
# Source/Engine/Debug/DebugDraw.cpp
# Source/Engine/Platform/Win32/Win32Platform.cpp
# Source/Engine/Platform/Win32/Win32Platform.h
|
2021-02-23 22:32:17 +01:00 |
|
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
|
3ddd64df2a
|
Add support for drawing SpriteHandle in Sprite Render
|
2021-02-23 13:57:51 +01:00 |
|
Wojtek Figat
|
24d31d024d
|
Add Mask ZW node to all Visject surfaces
|
2021-02-23 13:57:34 +01:00 |
|
Wojtek Figat
|
d01365d416
|
Tweak comments to use less lines
|
2021-02-23 13:23:33 +01:00 |
|
Wojtek Figat
|
19c83e3b6e
|
Add Sprite Render actor for sprites drawing
|
2021-02-23 13:23:22 +01:00 |
|
Wojtek Figat
|
7fd542950f
|
Add BoundingSphere::Transform method
|
2021-02-23 09:53:44 +01:00 |
|
Wojtek Figat
|
e4794c5754
|
Add Absolute and Negative to Vector3 C# API
|
2021-02-23 09:53:00 +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
|
07f7fee4a8
|
Fix collecting binary modules for targets with Modular linkage
|
2021-02-22 17:18:03 +01:00 |
|
Wojtek Figat
|
f3216a9c96
|
Add layers and tags updating
|
2021-02-22 11:22:44 +01:00 |
|
Wojtek Figat
|
1ead4b1649
|
Fix MaterialParams sync bug
|
2021-02-21 20:20:32 +01:00 |
|
Wojtek Figat
|
279d168b35
|
Merge branch 'W2Wizard-CodeCleanUp'
|
2021-02-21 20:19:12 +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 |
|
Wojtek Figat
|
170d018f88
|
Merge branch 'Vizepi-master'
|
2021-02-21 19:50:37 +01:00 |
|
Wojtek Figat
|
4c587ce870
|
Merge branch 'master' of git://github.com/Vizepi/FlaxEngine into Vizepi-master
|
2021-02-21 19:50:33 +01:00 |
|
W2.Wizard
|
89734760fa
|
Revert previous checks, revert switch intend
|
2021-02-21 19:48:23 +01:00 |
|
Vizepi
|
00b3760fbd
|
[C++] Added auto serialization by default in C++ script template
|
2021-02-21 19:46:32 +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 |
|
Wojtek Figat
|
6683cb299e
|
Merge branch 'stefnotch-ui-dockwindow-icons' into 1.1
|
2021-02-21 17:50:39 +01:00 |
|
Wojtek Figat
|
e79321241c
|
Merge branch 'ui-dockwindow-icons' of git://github.com/stefnotch/FlaxEngine into stefnotch-ui-dockwindow-icons
|
2021-02-21 17:50:30 +01:00 |
|
Wojtek Figat
|
d018478255
|
Merge branch 'Erdroy-pagealloc_utils' into 1.1
|
2021-02-21 17:41:34 +01:00 |
|
Wojtek Figat
|
f2dc7346ad
|
Merge branch 'pagealloc_utils' of git://github.com/Erdroy/FlaxEngine into Erdroy-pagealloc_utils
|
2021-02-21 17:41:30 +01:00 |
|
Wojtek Figat
|
919bd4ee1b
|
Fix MaterialParams sync bug
|
2021-02-21 17:40:37 +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 |
|
Wojtek Figat
|
a1d4e50e98
|
Fix
|
2021-02-21 16:49:30 +01:00 |
|
Wojtek Figat
|
506ce69f53
|
Fix batching draw calls after recent refactor
|
2021-02-21 16:49:19 +01:00 |
|
Wojtek Figat
|
67dd80e40d
|
Fix shader error when using LOD dither transition
|
2021-02-21 15:37:04 +01:00 |
|
Wojtek Figat
|
3bc99c0949
|
Fix error on starting task to continue if it has been canceled
|
2021-02-21 15:01:03 +01:00 |
|
Wojtek Figat
|
12c503646d
|
Add more separators to TextBoxBase
|
2021-02-21 15:00:45 +01:00 |
|
Damian Korczowski
|
1b234fd32b
|
Update AllocatePages comment to point to the correct page size API
|
2021-02-21 14:45:31 +01:00 |
|
Damian Korczowski
|
5bdf4dc74e
|
Fix Unix platform
|
2021-02-21 14:44:47 +01:00 |
|
Damian Korczowski
|
15028c60ba
|
Remove GetDefaultPageSize
Duplicate. We already have the API for this: `Platform::GetCPUInfo().PageSize`.
|
2021-02-21 14:44:16 +01:00 |
|
W2.Wizard
|
3c603d7f09
|
Final Changes
|
2021-02-21 14:38:01 +01:00 |
|
Wojtek Figat
|
07f680eed2
|
Fix compilation of Flax.Build with older C# compiler
|
2021-02-21 14:32:40 +01:00 |
|
W2.Wizard
|
68f6e0251c
|
Cleanup 8
|
2021-02-21 14:27:44 +01:00 |
|
Wojtek Figat
|
8e0493ee97
|
Merge branch 'GoaLitiuM-font_linespacing_fix' into 1.1
|
2021-02-21 14:16:55 +01:00 |
|
Wojtek Figat
|
085186cfff
|
Merge branch 'font_linespacing_fix' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-font_linespacing_fix
|
2021-02-21 14:16:52 +01:00 |
|
Wojtek Figat
|
9454f96e0b
|
Merge branch 'GoaLitiuM-textboxbase_changes' into 1.1
|
2021-02-21 14:15:05 +01:00 |
|
Wojtek Figat
|
1745984d5a
|
Merge branch 'textboxbase_changes' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-textboxbase_changes
|
2021-02-21 14:15:00 +01:00 |
|