Wojtek Figat
|
2ad9c7f4d5
|
Fix Skybox rendering regression
#2943
|
2024-09-24 23:01:13 +02:00 |
|
Wojtek Figat
|
c8eed098ba
|
Fix regression 207c6a0cb5
|
2024-09-24 22:12:42 +02:00 |
|
Wojtek Figat
|
207c6a0cb5
|
Refactor platform apis comments and cleanup a bit
|
2024-09-24 18:29:30 +02:00 |
|
Wojtek Figat
|
da203352fd
|
Refactor old code documentation
|
2024-09-24 18:20:12 +02:00 |
|
Wojtek Figat
|
bf56ccaee9
|
Merge branch 'fix-carot-pos' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-carot-pos
|
2024-09-24 09:26:35 +02:00 |
|
Wojtek Figat
|
5d578d9e92
|
Fix NetworkReplicator::MapObjectId to work in both ways on a client
|
2024-09-24 09:25:10 +02:00 |
|
Chandler Cox
|
7b9da3786d
|
Fix carrot position when no text but text alignment
|
2024-09-23 15:57:21 -05:00 |
|
Wojtek Figat
|
5690707c73
|
Optimize generic GetActors/GetScripts on basic type
|
2024-09-23 21:01:04 +02:00 |
|
Wojtek Figat
|
3b3be75d94
|
Fix DDGI probes debug when using very large amount of probes
|
2024-09-23 20:31:54 +02:00 |
|
Wojtek Figat
|
18dc475f40
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Engine/UI/GUI/Common/Button.cs
|
2024-09-23 14:11:05 +02:00 |
|
Wojtek Figat
|
eb825f516e
|
Fix terrain splatmap cache clearng
|
2024-09-22 10:40:10 +02:00 |
|
Wojtek Figat
|
d9aa123bce
|
Add custom grid snapping value for translation
#1823
|
2024-09-20 18:33:08 +02:00 |
|
Wojtek Figat
|
c77b1c3ab2
|
Revert IK to the pre-1.8 to fix broken projects using it
#2421 #2610
|
2024-09-20 08:05:00 +02:00 |
|
Wojtek Figat
|
f983be6104
|
Fix realtime environment probes updating
#2191
|
2024-09-19 23:46:04 +02:00 |
|
Wojtek Figat
|
075c224022
|
Fix C# structures memory packing to match C++ better
#2709
|
2024-09-19 19:35:45 +02:00 |
|
Wojtek Figat
|
ba701eb4d3
|
Fix compilation warnings on large worlds
|
2024-09-19 17:04:31 +02:00 |
|
Wojtek Figat
|
93d9b9877c
|
Add preserving local changes to model prefab objects when reimporting
#2275
|
2024-09-19 11:18:42 +02:00 |
|
Wojtek Figat
|
87b0cc705e
|
Add logging missing object reference context when spawning prefab
#2414
|
2024-09-19 10:49:26 +02:00 |
|
Wojtek Figat
|
be395304ec
|
Fix Pre-Skinned Normal and Position when accessed in Pixel Shader
#2549
|
2024-09-19 10:11:49 +02:00 |
|
Wojtek Figat
|
fb4b0b2f75
|
Add resizing panel based on highest child if ControlChildSize is disabled but AutoSize is enabled
#2599 #2511
|
2024-09-18 23:37:05 +02:00 |
|
Wojtek Figat
|
a8354720df
|
Add ControlChildSize option to disable autosizing child controls in UI panel
#2511
|
2024-09-18 23:19:45 +02:00 |
|
Wojtek Figat
|
c9817b25a3
|
Fix label sizing issues
#2496
|
2024-09-18 23:06:10 +02:00 |
|
Wojtek Figat
|
e024897b7d
|
Refactor Button to inherit from Label and get all of its functionalities
#2599
|
2024-09-18 23:05:42 +02:00 |
|
Wojtek Figat
|
262c536d7f
|
Fix Label auto sizing to be relative to pivot and sync layout when editing
#2496
|
2024-09-18 22:21:56 +02:00 |
|
Wojtek Figat
|
8c0d89bc62
|
Add NetworkReplicator::MapObjectId for networked object identifies mapping
|
2024-09-18 12:54:10 +02:00 |
|
Wojtek Figat
|
8f0cf3b8ef
|
Fix navigation focus path in UIControl transform editor
#2704
|
2024-09-18 12:46:59 +02:00 |
|
Wojtek Figat
|
6857664f48
|
Add navigation focus submit to Image via mouse left click action
|
2024-09-18 12:27:37 +02:00 |
|
Wojtek Figat
|
f7f4c15e82
|
Fix TextBox caret and selection when using text alignment options
#2653
|
2024-09-18 12:00:41 +02:00 |
|
Wojtek Figat
|
0a22d5ab4d
|
Fix managed arrays interop bug when passed via generic object parameter
#2613
|
2024-09-17 00:15:04 +02:00 |
|
Wojtek Figat
|
dcadb11a20
|
Fix build
|
2024-09-16 13:45:37 +02:00 |
|
Wojtek Figat
|
6113af2dc1
|
Fix custom 2D clipping mask to properly inherit parent container clip mask
2371
|
2024-09-15 23:57:52 +02:00 |
|
Wojtek Figat
|
a367d40913
|
Add more contextual log printing on missing object/asset reference
#2414
|
2024-09-15 23:03:53 +02:00 |
|
Wojtek Figat
|
cb67fbcbd7
|
Remove BackgroundBrush from Button as it's already in Control as of 51ee3de689
|
2024-09-12 19:01:18 +02:00 |
|
Wojtek Figat
|
51ee3de689
|
Add Background Brush to the control for more styling
#1898
|
2024-09-12 16:29:14 +02:00 |
|
Wojtek Figat
|
9daddccbed
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Source/Editor/Modules/ContentDatabaseModule.cs
# Source/Editor/Surface/SurfaceUtils.cs
# Source/Editor/Windows/Assets/MaterialInstanceWindow.cs
# Source/Engine/Foliage/Foliage.cpp
# Source/Engine/Graphics/Models/MeshBase.h
# Source/Engine/Tools/MaterialGenerator/MaterialGenerator.Textures.cpp
|
2024-09-12 13:38:20 +02:00 |
|
Wojtek Figat
|
e0a488dec1
|
Fix failed check in Camera::ConvertMouseToRay when result is invalid ray
|
2024-09-12 12:41:22 +02:00 |
|
Wojtek Figat
|
0bc98a5f18
|
Improve asset reference debug in C# when it's empty
|
2024-09-12 12:41:03 +02:00 |
|
Wojtek Figat
|
4087e9c291
|
Add deprecated property to fix compile in old projects
42b4443e14
|
2024-09-12 12:40:29 +02:00 |
|
Wojtek Figat
|
31bce25c37
|
Add deprecated property to fix compile in old projects
42b4443e14
|
2024-09-12 12:40:13 +02:00 |
|
Wojtek Figat
|
33ccdea761
|
Fixes and shader update
#2673
|
2024-09-12 09:02:48 +02:00 |
|
Wojtek Figat
|
7bc4de4e6b
|
Merge branch 'agx-tonemapping' of https://github.com/GaryMcWhorter/FlaxEngine into GaryMcWhorter-agx-tonemapping
|
2024-09-12 07:58:01 +02:00 |
|
Wojtek Figat
|
cc01952059
|
Fix Visject parameter values restore after script is saved in editor by using original value diff
#2276
|
2024-09-11 20:44:45 +02:00 |
|
Wojtek Figat
|
c26a806a35
|
Code cleanup
#1456
|
2024-09-11 19:57:57 +02:00 |
|
Wojtek Figat
|
21ed4a2371
|
Fix Flipbook node bug
#2690
|
2024-09-10 12:13:28 +02:00 |
|
Wojtek Figat
|
aef06656f0
|
Fix using Tag as key of serialized dictionary in cooked build
#2560
|
2024-09-09 22:30:01 +02:00 |
|
Wojtek Figat
|
abb684aed2
|
Fix spline length calculations bug
#2385
|
2024-09-09 20:47:49 +02:00 |
|
Wojtek Figat
|
bbb0d36494
|
Fixed issues found by PVS-Studio
|
2024-09-09 18:21:59 +02:00 |
|
Wojtek Figat
|
c62575612b
|
Fix missing parameters metadata on nested material layers
#731
|
2024-09-09 12:34:18 +02:00 |
|
Wojtek Figat
|
b05b94c811
|
Merge branch 'add-shift-end-text' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-shift-end-text
|
2024-09-09 07:54:51 +02:00 |
|
Wojtek Figat
|
c42cc266f9
|
Add unit test for nested namespace type
#2626 #2914
|
2024-09-09 07:12:40 +02:00 |
|