Wojtek Figat
|
f3216a9c96
|
Add layers and tags updating
|
2021-02-22 11:22:44 +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 |
|
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 |
|
Wojtek Figat
|
07f680eed2
|
Fix compilation of Flax.Build with older C# compiler
|
2021-02-21 14:32:40 +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 |
|
Wojtek Figat
|
e98380e0fa
|
Merge branch 'GoaLitiuM-fix_windows_platform_toolset_req' into 1.1
|
2021-02-21 14:12:16 +01:00 |
|
stefnotch
|
22b798928a
|
Add icon to content window
|
2021-02-21 12:58:45 +01:00 |
|
stefnotch
|
1fb07a01d2
|
Basic icon for log window
It also clears the icon when you click on the window
|
2021-02-21 12:53:08 +01:00 |
|
Ari Vuollet
|
49a0d66bfe
|
Fix font character and hit location calculations with line spacing
|
2021-02-20 23:14:09 +02:00 |
|
Ari Vuollet
|
e2590b5f11
|
Allow overriding most of the methods in TextBoxBase
|
2021-02-20 23:07:21 +02:00 |
|
Ari Vuollet
|
cd7642eeec
|
Fix building engine with latest Windows platform toolset only
|
2021-02-20 19:10:04 +02:00 |
|
Damian Korczowski
|
161e9bd373
|
Add page allocation utility functions
|
2021-02-19 21:47:17 +01:00 |
|
Wojtek Figat
|
09be8994e9
|
Add Render Layers to Camera and Render View for masking objects during rendering
|
2021-02-19 17:26:41 +01:00 |
|
Wojtek Figat
|
d866526dd8
|
Optimize Serialization.h to have separate SerializationFwd.h for more lightweight types serialization impl
|
2021-02-19 17:07:24 +01:00 |
|
Wojtek Figat
|
6d7bd78816
|
Optimize automatic navmesh rebuild in editor for navmesh relevant actors only
|
2021-02-19 13:02:27 +01:00 |
|
Wojtek Figat
|
9f80b9853c
|
Merge remote-tracking branch 'origin/master' into 1.1
|
2021-02-19 12:31:58 +01:00 |
|
Wojtek Figat
|
2f12e67356
|
Fix handling errors when saving scripting API parsing cache
|
2021-02-19 12:25:53 +01:00 |
|
Wojtek Figat
|
ce9df56a97
|
Fix particles view information in Editor when Game window is unused
|
2021-02-19 11:23:18 +01:00 |
|
Wojtek Figat
|
cc980fd70d
|
Optimize MAssembly::GetClass(MonoClass* monoClass) search via assembly image early out
|
2021-02-19 11:04:29 +01:00 |
|
Wojtek Figat
|
fe1d1b20f8
|
Fix MAssembly::GetClass(MonoClass* monoClass) for generic classes
|
2021-02-19 11:03:56 +01:00 |
|
Wojtek Figat
|
c86508ef57
|
Add support for updating particle effects in editor view when editing
|
2021-02-19 11:01:21 +01:00 |
|
Wojtek Figat
|
c25abfda65
|
Remove ProjectInfo.h include from Editor.h
|
2021-02-19 09:36:23 +01:00 |
|
Wojtek Figat
|
115d6e46a8
|
Merge branch 'jb-perrier-tooltip-custom-style'
|
2021-02-18 22:49:29 +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
|
915ac0122f
|
Merge branch 'W2Wizard-RandomFuncs'
|
2021-02-18 22:39:41 +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 |
|
Wojtek Figat
|
dc352edce7
|
Add DebugDraw::DrawText for drawing 3D debug text in the world
|
2021-02-18 15:16:10 +01:00 |
|
Wojtek Figat
|
74823a8bcf
|
Add DebugDraw::DrawText for drawing 2D debug text on a screen
|
2021-02-18 12:39:53 +01:00 |
|
Wojtek Figat
|
161917977c
|
Add reusing created collision data for model when UI requests it
|
2021-02-18 11:12:36 +01:00 |
|
Wojtek Figat
|
9ee6104706
|
Add Add mesh collider option to Static Model context menu
|
2021-02-18 11:12:09 +01:00 |
|
Wojtek Figat
|
96846ea255
|
Fixes for actor converting feature
|
2021-02-18 10:35:24 +01:00 |
|
Wojtek Figat
|
f8290ea0c1
|
Merge branch 'jb-perrier-convertactor' into 1.1
|
2021-02-18 10:18:27 +01:00 |
|
Wojtek Figat
|
5507fea29d
|
Merge branch 'convertactor' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-convertactor
|
2021-02-18 10:18:25 +01:00 |
|
Wojtek Figat
|
18095d5adc
|
Merge branch 'jb-perrier-render2d' into 1.1
|
2021-02-18 10:04:09 +01:00 |
|
Wojtek Figat
|
f50022e88e
|
Merge branch 'render2d' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-render2d
|
2021-02-18 10:03:10 +01:00 |
|