Commit Graph

9809 Commits

Author SHA1 Message Date
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
Wojtek Figat
d5f53572df Add support for using C# stdlib api in Visual Scripts
#112
2024-09-12 15:44:53 +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
e834f2ec94 Hide internal codegen variable from debugger 2024-09-12 12:40:50 +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
2d61e329cb Update asset 2024-09-12 09:12:08 +02:00
Wojtek Figat
e7dc58c596 Fix crash when showing shader source that is empty
#2896
2024-09-12 09:11:55 +02:00
Wojtek Figat
28ebfa597e Merge branch 'GaryMcWhorter-agx-tonemapping' 2024-09-12 09:06:45 +02:00
Wojtek Figat
1ca356c2f1 Merge branch 'Tryibion-enum-combo-box-open' 2024-09-12 09:03:09 +02:00
Wojtek Figat
b776242cc7 Merge branch 'enum-combo-box-open' of https://github.com/Tryibion/FlaxEngine into Tryibion-enum-combo-box-open 2024-09-12 09:03:01 +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
21d4242340 Merge branch 'xxSeys1-VSScriptingDescripPanelSettingNameChange' 2024-09-12 07:42:50 +02:00
xxSeys1
3a1dde0081 rename VisualScriptingDescriptionPanel to NodeDescriptionPanel
The description panel no longer only shows in the visual scripting editor but also in the material editor.
There is one editor setting that shows/ hides both so I changed the name to something more general.
2024-09-11 22:19:44 +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
12c9ae1490 Add surface nodes size snapping when using grid
#1456
2024-09-11 20:24:19 +02:00
Wojtek Figat
9bbeec5105 Merge branch 'Menotdan-visject_grid_snap' 2024-09-11 20:11:48 +02:00
Wojtek Figat
c26a806a35 Code cleanup
#1456
2024-09-11 19:57:57 +02:00
Wojtek Figat
91bfb29d33 Merge branch 'visject_grid_snap' of https://github.com/Menotdan/FlaxEngine into Menotdan-visject_grid_snap
# Conflicts:
#	Source/Editor/Surface/SurfaceUtils.cs
2024-09-11 18:32:08 +02:00
Wojtek Figat
749b743cf6 Merge branch 'Tryibion-module-remove' 2024-09-11 13:41:37 +02:00
Wojtek Figat
26ad61c1ce Merge branch 'module-remove' of https://github.com/Tryibion/FlaxEngine into Tryibion-module-remove 2024-09-11 13:41:30 +02:00
Wojtek Figat
85ff553a72 Merge branch 'Tryibion-fixedalloc-maxcount' 2024-09-11 13:40:45 +02:00
Wojtek Figat
19226dcf94 Merge branch 'fixedalloc-maxcount' of https://github.com/Tryibion/FlaxEngine into Tryibion-fixedalloc-maxcount 2024-09-11 13:40:34 +02:00