Commit Graph

10149 Commits

Author SHA1 Message Date
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
3c31b5bc1e Bump up build number 2024-09-23 14:15:12 +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
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
371e16a857 Merge branch 'Chikinsupu-SurfaceComments-CenterHeaderEditBox' 2024-09-21 18:13:06 +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
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
596b61b23f Fix crashes in vector editors in rare cases 2024-09-18 23:36:27 +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
e1c4bf5289 Add navigation focus support to AssetPicker control
#2704
2024-09-18 12:17:30 +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
f050621e3e Blacklist various std lib namespaces in Visual Scripting 2024-09-17 00:14:43 +02:00
Wojtek Figat
dcadb11a20 Fix build 2024-09-16 13:45:37 +02:00
Wojtek Figat
2bc95a7af7 Merge branch 'xxSeys1-splashQuoteDocs' 2024-09-16 00:00:41 +02:00
Wojtek Figat
52f95de756 Merge branch 'splashQuoteDocs' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-splashQuoteDocs 2024-09-16 00:00:35 +02:00
Wojtek Figat
409c404a26 Merge branch 'xxSeys1-improvedEditorSettingDescriptions' 2024-09-15 23:58:24 +02:00
Wojtek Figat
d07a615c76 Merge branch 'improvedEditorSettingDescriptions' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-improvedEditorSettingDescriptions 2024-09-15 23:58:10 +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
1fa0159079 Fix crash in editor when opening Visual Script that uses array of visual script references 2024-09-15 22:59:29 +02:00
xxSeys1
6c6938aa41 improve editor options descriptions 2024-09-15 16:03:45 +02:00
Wojtek Figat
2a29b8e807 Fix regression in function surfaces 2024-09-14 23:25:59 +02:00
xxSeys1
c5f1cdc23d add splash screen quote about docs
Documentation is amazing. If ppl read it.
2024-09-13 23:35:25 +02:00
Wojtek Figat
49eeb7bf9a Fix parsing forward enum declaration in scripting api 2024-09-12 22:37:36 +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
c69beae81a Add namespace to method tooltips in Visual ScriptType
#112
2024-09-12 15:45:12 +02:00