Wojtek Figat
|
75e25bf1f7
|
Merge branch 'bug/issue-2476' of https://github.com/duarteroso/FlaxEngine into duarteroso-bug/issue-2476
|
2024-04-25 19:27:11 +02:00 |
|
Wojtek Figat
|
723423a3fa
|
Merge branch 'bug/issue-2475' of https://github.com/duarteroso/FlaxEngine into duarteroso-bug/issue-2475
|
2024-04-25 18:02:46 +02:00 |
|
Wojtek Figat
|
2c1b2d2b7c
|
Optimize ActorTreeNode reparent when it's not collapsed but one of the parents is
|
2024-04-25 18:01:06 +02:00 |
|
Wojtek Figat
|
3641e156ee
|
Merge branch 'treenode_optimize' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-treenode_optimize
|
2024-04-25 17:18:54 +02:00 |
|
|
|
3e7ac04a88
|
Fix freeze when selecting ModelPrefab referencing a removed asset
|
2024-04-23 20:55:20 +03:00 |
|
Duarte Roso
|
b6e36c0014
|
Add android settings
Added:
- version code
- minimum Sdk version
- target Sdk version
|
2024-04-23 16:09:10 +02:00 |
|
Duarte Roso
|
d4774a2bfe
|
Change screen orientation enum
|
2024-04-23 15:13:04 +02:00 |
|
Wojtek Figat
|
6eb431d12c
|
Fix rare error on drag&drop in Editor
|
2024-04-22 23:17:56 +02:00 |
|
Wojtek Figat
|
890569ea3b
|
Add logging and cleaning up leaked scene objects after play mode in Editor
|
2024-04-22 22:59:38 +02:00 |
|
Wojtek Figat
|
d8a1de64d1
|
Fix surface node moving regression from f19977a956
#2466
|
2024-04-22 22:56:01 +02:00 |
|
Wojtek Figat
|
f19977a956
|
Fix surface node context menu to not show when moving surface
#2466
|
2024-04-22 19:03:40 +02:00 |
|
Wojtek Figat
|
b7dc0dd004
|
Fix crash when removing Anim Event visual script that is used in opened Animation timeline
#2471
|
2024-04-22 18:11:25 +02:00 |
|
|
|
4dcdd8b5f7
|
Add Actor.HasScene and Script.HasScene
Useful in managed code to check the existence of the scene in hot paths
by avoiding expensive marshalling of the Scene object.
|
2024-04-20 20:58:55 +03:00 |
|
|
|
361e9a2929
|
Remove TreeNode text color caching
This is actually slower than just resolving the color before draw.
|
2024-04-20 16:26:29 +03:00 |
|
|
|
b25ee23b14
|
Optimize TreeNode rendering
|
2024-04-20 16:26:25 +03:00 |
|
Wojtek Figat
|
560cf65121
|
Add add/remove buttons to Multi Blend
|
2024-04-19 17:50:14 +02:00 |
|
Wojtek Figat
|
7653fba381
|
Refactor Multi Blend nodes to support up to 255 blend points
|
2024-04-19 16:30:34 +02:00 |
|
Wojtek Figat
|
0845866c4d
|
Add live debugging of blend position in Multi Blend
|
2024-04-18 18:42:31 +02:00 |
|
Wojtek Figat
|
a3b5f4b789
|
Add grid labels drawing to Multi Blend
|
2024-04-18 18:22:19 +02:00 |
|
Wojtek Figat
|
4b6b24f4c5
|
Fix precision of blend points moving in Multi Blend
|
2024-04-18 17:22:37 +02:00 |
|
Wojtek Figat
|
d8079367fd
|
Add improved visuals of points in Multi Blend
|
2024-04-18 17:22:21 +02:00 |
|
Wojtek Figat
|
83b9e6e32a
|
Add Ctrl to snap points to grid in Multi Blend editor
|
2024-04-18 17:04:23 +02:00 |
|
Wojtek Figat
|
f8f1c02338
|
Add context menu to Multi Blend node points
|
2024-04-18 15:27:23 +02:00 |
|
Wojtek Figat
|
285710360c
|
Fix margins issues in context menus
|
2024-04-18 15:26:52 +02:00 |
|
Wojtek Figat
|
695c212cf0
|
Add tooltips to Multi Blend points
|
2024-04-18 13:10:33 +02:00 |
|
Wojtek Figat
|
05278ca418
|
Add undo for Multi Blend points moving
#1980
|
2024-04-17 23:28:10 +02:00 |
|
Wojtek Figat
|
e31ce787aa
|
Add improved size of Multi Blend nodes
#1980
|
2024-04-17 23:04:09 +02:00 |
|
Wojtek Figat
|
d379b4c046
|
Fix missing UI Control preview when changing UI Widget type
|
2024-04-17 16:43:53 +02:00 |
|
Wojtek Figat
|
16554fe742
|
Fix cloning value utility for object references
#2399
|
2024-04-17 16:17:39 +02:00 |
|
Wojtek Figat
|
692a61c948
|
Add Time.Synchronize to stabilize engine loop
|
2024-04-17 13:01:58 +02:00 |
|
Wojtek Figat
|
171fc276fb
|
Fix bug in ValueContainer.HasDifferentTypes causing incorrect editor setup
#2436
|
2024-04-16 22:32:10 +02:00 |
|
Wojtek Figat
|
446c1edafc
|
Fix deselecting actors when using camera orbiting in viewport after releasing LMB when Alt is up
#2447
|
2024-04-16 21:00:54 +02:00 |
|
Wojtek Figat
|
1a87e5a2ca
|
Add support for importing .exr textures
#2375
|
2024-04-16 15:19:33 +02:00 |
|
Wojtek Figat
|
ce67c3a98d
|
Add ShowDebugDrawSkeleton to preview Animated Model skeleton via Debug Draw
#2443
|
2024-04-16 12:00:05 +02:00 |
|
Wojtek Figat
|
cd2f96e3c0
|
Add better anim events visuals in timeline editor
#2419
|
2024-04-16 10:17:30 +02:00 |
|
Wojtek Figat
|
ed732a0189
|
Fix panning Visject Surface with middle mouse button (right button does it) to prevent missed connections removals
#2420
|
2024-04-15 14:34:53 +02:00 |
|
Wojtek Figat
|
8714163ee4
|
Merge branch 'sort-search-toolbox' of https://github.com/Tryibion/FlaxEngine into Tryibion-sort-search-toolbox
|
2024-04-15 12:19:06 +02:00 |
|
Wojtek Figat
|
525c3a0f29
|
Fix terrain heightmap to use higher range format when decompressed
#2375
|
2024-04-15 12:16:50 +02:00 |
|
Chandler Cox
|
5acdff02cc
|
Add sorting search actor toolbox
|
2024-04-14 20:39:15 -05:00 |
|
Wojtek Figat
|
0728637ce1
|
Fix using confirm via enter key in Create Terrain dialog
|
2024-04-15 00:17:21 +02:00 |
|
Wojtek Figat
|
9c3c4fbf54
|
Use uniform scale on new terrain to prevent artifacts in normal vectors
|
2024-04-15 00:13:54 +02:00 |
|
Wojtek Figat
|
8a0cd7c30f
|
Merge branch 'actor-search' of https://github.com/Tryibion/FlaxEngine into Tryibion-actor-search
|
2024-04-15 00:02:11 +02:00 |
|
Wojtek Figat
|
36ad821734
|
Fix 634b05fc16
|
2024-04-14 22:39:54 +02:00 |
|
Chandler Cox
|
b66b85d5f4
|
Display all actors in Actor toolbox search tab when no filter is applied.
|
2024-04-14 14:03:51 -05:00 |
|
Wojtek Figat
|
778b967c61
|
Fix editor toolstrip by moving game cooking and building to the right for less missclicks
#2426
|
2024-04-14 15:05:25 +02:00 |
|
Wojtek Figat
|
5cdf1c5764
|
Merge branch 'lock-selection' of https://github.com/Tryibion/FlaxEngine into Tryibion-lock-selection
|
2024-04-14 14:34:10 +02:00 |
|
Wojtek Figat
|
634b05fc16
|
Fix code style
|
2024-04-14 13:31:32 +02:00 |
|
Wojtek Figat
|
53689063b9
|
Minor tweaks to Gameplay Globals
#2412
|
2024-04-14 00:09:29 +02:00 |
|
Chandler Cox
|
81d4501868
|
Add locking selection in prefab window
|
2024-04-12 07:41:43 -05:00 |
|
Chandler Cox
|
1bc7455e09
|
Add locking scene selection in properties window.
|
2024-04-12 07:33:09 -05:00 |
|