Commit Graph

8839 Commits

Author SHA1 Message Date
Wojtek Figat
babaa2680f Merge remote-tracking branch 'origin/1.9' 2024-09-30 12:23:57 +02:00
Wojtek Figat
fbc5a061d9 Merge branch '1.9' of https://gitlab.flaxengine.com/flax/flaxengine into 1.9 2024-09-30 12:22:40 +02:00
Wojtek Figat
cf8c9f0982 Add basic Variant parsing from text 2024-09-30 12:20:34 +02:00
Wojtek Figat
dd5b66386a Fix compilation regression from 5f7075d2f7 2024-09-29 22:25:44 +02:00
Wojtek Figat
5a2b46c6d2 Merge branch 'audio-debug-video-player' of https://github.com/Tryibion/FlaxEngine into Tryibion-audio-debug-video-player 2024-09-29 22:14:51 +02:00
Wojtek Figat
75002ce45d Merge branch 'fix-item-scroll-vis' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-item-scroll-vis 2024-09-29 22:12:43 +02:00
Wojtek Figat
001597284a Merge branch 'fix-rich-text-box-border-vars' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-rich-text-box-border-vars 2024-09-29 22:11:36 +02:00
Wojtek Figat
bf4badd6b9 Merge branch 'networklagdriver-fix' of https://github.com/LOOPDISK/FlaxEngine into LOOPDISK-networklagdriver-fix 2024-09-29 22:10:29 +02:00
Wojtek Figat
5f7075d2f7 Add NetworkReplicationNode::SetObject to customize object replication settings at runtime 2024-09-29 22:08:31 +02:00
Wojtek Figat
5f19538455 Add UpdateFlags to ISceneRenderingListener::UpdateActor for more contextual control overdirtying actors state in renderer data
Fixes issue of static shadow maps not refreshing when changing static flags of the model.
2024-09-29 22:03:46 +02:00
Terence Lee
6015514680 Fixed NetworkLagDriver having wrong ChannelType and Length 2024-09-29 12:41:36 +08:00
Chandler Cox
6b2380c5fa Add audio debug sphere for video player if spatial audio is used. 2024-09-28 15:20:44 -05:00
Chandler Cox
8080c21760 Fix HasBorder and BorderThickness for RichTextBox 2024-09-27 11:31:59 -05:00
Chandler Cox
6e91e26dfe Fix issue with scroll bars not showing in item search panel when clear search button is clicked. 2024-09-27 11:24:33 -05:00
Wojtek Figat
e17c68a5a0 Merge branch 'msvc_v140_arm64_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-msvc_v140_arm64_fix 2024-09-25 20:34:49 +02:00
Wojtek Figat
b70e65acb4 Fix error when adding new audio track to scene anim via drag & drop 2024-09-25 20:33:10 +02:00
Wojtek Figat
19817e4ad6 Fix crash on find references in visject surface after grid snap has been added 2024-09-25 20:26:28 +02:00
d580667b97 Prevent generating configurations for unsupported external projects 2024-09-25 17:40:54 +03:00
301bf41fab Fix ARM64 compiler support detection with MSVC v140 toolset 2024-09-25 17:38:29 +03:00
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
128321c655 Fix network profiler to properly calculate network usage statistics per second
#2815
2024-09-23 20:15:50 +02:00
Wojtek Figat
d2c35e8591 Fix crash in build tool when generating project files with incorrect target setup 2024-09-23 20:15:27 +02:00
Wojtek Figat
81d62756fb Merge remote-tracking branch 'origin/1.9' 2024-09-23 14:11:41 +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
e22f4a28bd Fix editor log spam by rebuilding layout when Custom Editor throws exception on update
#2935
2024-09-23 13:58:56 +02:00
Wojtek Figat
aba46cb2c6 Fix naming convention in scripting backend for klass 2024-09-22 12:30:34 +02:00
Wojtek Figat
da5570e89f Fix terrain shader compilation regression 2024-09-22 11:28:26 +02:00
Wojtek Figat
c943b3a526 Restore single editor tab window header on platforms with not yet implemented drag features (mac, linux)
#2770
2024-09-22 11:08:31 +02:00
Wojtek Figat
428a56af28 Fix old api usage warning 2024-09-22 10:53:01 +02:00
Wojtek Figat
eb825f516e Fix terrain splatmap cache clearng 2024-09-22 10:40:10 +02:00
Wojtek Figat
750e4be1b9 Merge branch 'SurfaceComments-CenterHeaderEditBox' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-SurfaceComments-CenterHeaderEditBox 2024-09-21 18:12:58 +02:00
Nils Hausfeld
382ac2c70b - Center alignment for surface comment header 2024-09-20 21:00:34 +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
ed7f190778 Revert partially 075c224022 2024-09-20 00:08:49 +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
6924042452 Add copy/paste context actions to the sprite properties panel
#2643
2024-09-19 10:34:46 +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