Wojtek Figat
|
284aeca51a
|
Merge branch 'audio-events' of https://github.com/Tryibion/FlaxEngine into Tryibion-audio-events
|
2025-09-23 17:07:18 +02:00 |
|
Wojtek Figat
|
d8f7199c11
|
Fix importing emissive, roughness, metalness and wireframe properties of materials with Assimp
#3418
|
2025-09-23 15:42:49 +02:00 |
|
Wojtek Figat
|
70ba750a5e
|
Fix code #3511
|
2025-09-22 22:31:23 +02:00 |
|
Chandler Cox
|
4ae3d57adc
|
Resolve code suggestions
|
2025-09-22 11:32:24 -05:00 |
|
Wojtek Figat
|
a86661a855
|
Merge branch 'commandSuggestionImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-commandSuggestionImprovements
|
2025-09-22 18:06:55 +02:00 |
|
Wojtek Figat
|
276caf771c
|
Merge branch 'SmallVehicleImprovements' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-SmallVehicleImprovements
# Conflicts:
# Source/Engine/Physics/Actors/WheeledVehicle.h
|
2025-09-22 16:18:12 +02:00 |
|
Wojtek Figat
|
5f1e905e8f
|
Fix crash when importing model as prefab and handle duplicated object names
#3558
|
2025-09-21 22:52:57 +02:00 |
|
Wojtek Figat
|
a0f764a774
|
Add skybox rotation feature
#3592
|
2025-09-21 21:58:03 +02:00 |
|
Wojtek Figat
|
5d1c79929a
|
Merge branch 'fix-physics-attach-rigid' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-physics-attach-rigid
|
2025-09-21 21:04:56 +02:00 |
|
Wojtek Figat
|
26e94f6f8e
|
Refactor material instance to not override all public parameters by default (need explicit set)
#3444
|
2025-09-21 20:59:25 +02:00 |
|
Wojtek Figat
|
902744a0ce
|
Fix model import scale on nodes that could be applied multiple times on the same mesh
#3562
|
2025-09-21 15:08:35 +02:00 |
|
Wojtek Figat
|
1c581bceaf
|
Fix sun shadows when direction is perfectly vertical
#3614
|
2025-09-20 23:52:04 +02:00 |
|
Wojtek Figat
|
92f4327fc2
|
Fix missing volumetric fog affecting transparent materials
#3436
|
2025-09-20 00:13:52 +02:00 |
|
Wojtek Figat
|
47711ec5be
|
Fix Volumetric Fog flicker on camera cuts
#3443
|
2025-09-19 23:10:03 +02:00 |
|
Chandler Cox
|
d1fbc66cb9
|
Fix not attaching updated collision data to rigid body.
|
2025-09-19 15:58:22 -05:00 |
|
Wojtek Figat
|
ae4ae7a638
|
Fix rich textbox vertical alignment
#3502
|
2025-09-15 15:17:18 +02:00 |
|
Chandler Cox
|
7a40722964
|
Fix view distance light property from affecting brightness all of the time.
|
2025-09-14 17:51:27 -05:00 |
|
Wojtek Figat
|
88773e71e5
|
Fix warning when cloning actor from prefab that is not a root
#3578
|
2025-09-14 14:25:19 +02:00 |
|
Wojtek Figat
|
a471861e92
|
Fix editing UI Brush in prefabs
#3501
|
2025-09-12 23:15:13 +02:00 |
|
Wojtek Figat
|
3d182c89f3
|
Add MaterialShader::BindParameters to usable in game scripts
#3668
|
2025-09-12 18:04:01 +02:00 |
|
Wojtek Figat
|
eff5f84185
|
Improve shadow maps sharing in nested scene rendering
|
2025-09-02 22:14:07 +02:00 |
|
Wojtek Figat
|
ad1163bccc
|
Fix HashSet::Add returning incorrect value
|
2025-09-02 21:41:54 +02:00 |
|
Wojtek Figat
|
1042ad4e7d
|
Fix object ids remapping inside nested prefabs
#3255
|
2025-09-02 21:41:36 +02:00 |
|
Wojtek Figat
|
8fdda1a71a
|
Fix scene object reference serialization in C++ to use correct serializer
#3255
|
2025-08-30 23:52:54 +02:00 |
|
Wojtek Figat
|
adbc546978
|
Merge branch 'textrender-scaling-fix' of https://github.com/fibref/FlaxEngine into fibref-textrender-scaling-fix
|
2025-08-29 22:26:32 +02:00 |
|
Wojtek Figat
|
9fafb47abb
|
Fix debug drawing wheeled vehicle in prefab viewport
#3591
|
2025-08-29 21:03:44 +02:00 |
|
frank
|
a3073321cf
|
fix scaling for TextRender
|
2025-08-28 17:24:06 +08:00 |
|
Wojtek Figat
|
4ca399af71
|
Add model import options auto-restore from model prefab
|
2025-08-25 23:15:37 +02:00 |
|
Wojtek Figat
|
df6f8fd8ae
|
Codestyle adjustments #3343
|
2025-08-24 13:46:53 +02:00 |
|
Wojtek Figat
|
4bd8ce37ac
|
Merge branch 'layer-methods' of https://github.com/Tryibion/FlaxEngine into Tryibion-layer-methods
|
2025-08-24 13:43:35 +02:00 |
|
Wojtek Figat
|
9003d855b3
|
Merge branch 'animated-model-additions' of https://github.com/Swiggies/FlaxEngine into Swiggies-animated-model-additions
|
2025-08-22 23:03:54 +02:00 |
|
Wojtek Figat
|
cb07ee77aa
|
Change #3588 to be editor-only
|
2025-08-22 22:31:08 +02:00 |
|
Wojtek Figat
|
680783f2b0
|
Merge branch 'fix-particle-effect-params-overide-update' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-particle-effect-params-overide-update
|
2025-08-22 22:29:59 +02:00 |
|
Wojtek Figat
|
b6f853a01c
|
Merge branch 'add-ctor-matbrush-inst' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-ctor-matbrush-inst
|
2025-08-15 14:41:05 +02:00 |
|
Wojtek Figat
|
6ccfbfeff1
|
Fix saving skinned models with blend shapes
#3612
|
2025-08-15 14:20:16 +02:00 |
|
Wojtek Figat
|
f21accd466
|
Fix crash when memory stream reading fails and perform soft error handling
#3612
|
2025-08-15 14:19:59 +02:00 |
|
Chandler Cox
|
38b4ace1a8
|
Use material base as ctor parameter.
|
2025-08-15 07:01:48 -05:00 |
|
Wojtek Figat
|
0e50e47cce
|
Merge branch 'linux_hotreload_cleanup_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_hotreload_cleanup_fix
|
2025-08-14 22:46:45 +02:00 |
|
Wojtek Figat
|
69ed0bf56f
|
Merge branch 'fix-anim-event-backwards' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-anim-event-backwards
|
2025-08-14 22:41:20 +02:00 |
|
Wojtek Figat
|
f6d0b073da
|
Merge branch 'fix-not-finised-tag-richtextbox' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-not-finised-tag-richtextbox
|
2025-08-14 22:21:27 +02:00 |
|
Wojtek Figat
|
a91360529f
|
Merge branch 'make-empty-stringview-const' of https://github.com/Tryibion/FlaxEngine into Tryibion-make-empty-stringview-const
|
2025-08-14 22:15:53 +02:00 |
|
Wojtek Figat
|
bf9ca14deb
|
Fix sampling textures in decals to use custom mip-level
#3599
|
2025-08-14 22:14:03 +02:00 |
|
Wojtek Figat
|
cb92a2b8cb
|
Optimize decals rendering with depth test
#3599
|
2025-08-14 13:04:57 +02:00 |
|
Wojtek Figat
|
1087bd2445
|
Fix #3342 to properly place new param in Constant Buffer
#3299
|
2025-08-14 11:53:25 +02:00 |
|
Wojtek Figat
|
5e19a9729b
|
Merge branch 'add-scaled-time-node' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-scaled-time-node
|
2025-08-14 11:37:09 +02:00 |
|
Chandler Cox
|
cf503cf921
|
Add material instance ctor for MaterialBrush
|
2025-08-12 21:03:35 -05:00 |
|
Wojtek Figat
|
6fd4ef735e
|
Add InvokeOnUpdate to C++ scripting api
|
2025-08-12 23:35:12 +02:00 |
|
Chandler Cox
|
6f15ef7690
|
Fix location of clip start call.
|
2025-08-01 15:15:54 -05:00 |
|
Chandler Cox
|
0e3a22faa0
|
Fix spelling in comment.
|
2025-08-01 15:11:06 -05:00 |
|
Chandler Cox
|
5c7712daad
|
Add audio clip started and finished events to audio source
|
2025-08-01 15:07:25 -05:00 |
|