mafiesto4
e450658834
Remove deprecated mono runtime backend
...
Old `mono` backend was not maintained for since 1.7 (July 2023)
`dotnet` backend still can run `mono` on AOT platforms but with the latest .NET features.
2026-06-03 16:35:06 +02:00
mafiesto4
2f05a0987e
Add ShowInPlayMode to HideInEditor attribute for properties/fields that should display in editor only during play mode
2026-05-06 16:54:34 +02:00
mafiesto4
45a8d82a83
Merge remote-tracking branch 'origin/master' into 1.12
...
# Conflicts:
# Content/Shaders/GI/DDGI.flax
# Content/Shaders/GUI.flax
# Flax.flaxproj
# Source/Editor/Windows/AboutDialog.cs
# Source/Engine/Serialization/Stream.cpp
# Source/Shaders/GUICommon.hlsl
2026-03-13 08:09:16 +01:00
mafiesto4
e0062a6ff1
Add RenderColorFormat option to graphics settings for rendering pipeline buffer format
...
#3618
2026-01-13 09:07:22 +01:00
Tryibion
2901e3898c
Add IncludeInheritedTypes to RequireActor
2025-08-29 16:03:44 -05:00
mafiesto4
9c3fd052cd
Remove copyright year from source files and update to 2025
2025-04-07 19:22:21 +02:00
mafiesto4
b6d2a3683c
Add ButtonAttribute to display methods in editor properties panel
...
#1917
2024-12-06 16:10:50 +01:00
mafiesto4
2529312152
Refactor Color.FromRGBA and add matching old logic Color.FromARGB
...
2592
2024-05-16 13:45:29 +02:00
Tryibion
58cc53b44d
Remove unused include
2024-04-27 11:10:27 -05:00
Tryibion
d8bb831dd9
Add watermark attribute to add watermark to string fields in editor. Have watermark show even when textbox is focused .
2024-04-27 11:07:20 -05:00
mafiesto4
9e54827cb3
Cleanup code #2213
2024-03-19 20:13:41 +01:00
mafiesto4
35d1d97840
Rename NumberCategoryAttribute to ValueCategoryAttribute
...
#2213
2024-03-19 18:30:02 +01:00
mafiesto4
911251cb20
Merge branch 'unit-formatting' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-unit-formatting
...
# Conflicts:
# Source/Editor/CustomEditors/Editors/ActorTransformEditor.cs
# Source/Editor/Options/InterfaceOptions.cs
# Source/Engine/Core/Math/Transform.h
2024-03-19 18:04:01 +01:00
mafiesto4
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
mafiesto4
d97772383e
Merge branch 'require-script' of https://github.com/Tryibion/FlaxEngine into Tryibion-require-script
2024-02-18 16:00:29 +01:00
nothingTVatYT
2625144945
rename attribute and fix parsing
2024-01-28 23:28:35 +01:00
nothingTVatYT
9e38a01acc
add units support in float, double and Float3 input
2024-01-28 20:52:25 +01:00
Menotdan
8bcc526dd6
Add support for multiple VisibleIf attributes, and properly set up the VisibleIf entries for ImportMaterialsAsInstances and InstanceToImportAs.
2024-01-01 01:24:36 -05:00
Tryibion
9de408e4e8
Fix comments
2023-11-16 21:46:37 -06:00
Tryibion
2ac8480df4
Simplify RequireScriptAttribute code.
2023-11-16 21:45:33 -06:00
Tryibion
44e55cc8b6
Add require Actor attribute
2023-11-16 21:25:40 -06:00
Tryibion
de55ad90b7
Add require script attribute and functionality.
2023-11-16 20:57:53 -06:00
GoaLitiuM
bf351f71bf
Guard generic AssetReferenceAttribute to work only in .NET 7
2023-07-30 20:48:36 +03:00
GoaLitiuM
06250fcb6d
Implement a generic version of AssetReferenceAttribute
2023-07-30 20:40:30 +03:00
mafiesto4
eff24ed836
Add support for editing path to the asset within AssetRefEditor
2023-01-15 23:05:58 +01:00
mafiesto4
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
mafiesto4
76c1045444
Code cleanup after #823
2022-11-23 19:18:30 +01:00
mafiesto4
b581bf7bac
Merge branch 'Better-Actor-Toolbox' of https://github.com/Tryibion/FlaxEngine into Tryibion-Better-Actor-Toolbox
2022-11-23 19:02:26 +01:00
mafiesto4
af244718be
Merge branch 'organized-content-new-cm' of https://github.com/Tryibion/FlaxEngine into Tryibion-organized-content-new-cm
2022-11-21 16:15:04 +01:00
Tryibion
6b4da88ef0
Added the ability to specify the name of the actor in the toolbox, works in searching as well.
2022-11-11 17:03:04 -06:00
Tryibion
4515844219
changed how the actor toolbox is created. Allows fo user to enter their own tabs and actors with an attribute
2022-11-11 16:37:45 -06:00
Tryibion
a1e4400994
changed to use attribute to add items to the content context menu, this also allows users to add their own items to the CM
2022-11-02 17:57:40 -05:00
Tryibion
1af0188a3c
changed how actor context menus are created.
2022-10-31 19:18:43 -05:00
mafiesto4
3c841b1be1
Add support for font size and color in Header attribute
2022-04-15 19:16:50 +02:00
mafiesto4
75b61f2bef
Fix typos
2022-04-15 19:16:14 +02:00
mafiesto4
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
mafiesto4
fa83869430
Add minor changes
2022-01-08 15:06:18 +01:00
mafiesto4
caaae8af78
Add NoUndo attribute for properties without undo usage
2021-07-24 23:37:44 +02:00
mafiesto4
c91c8b66ce
Add Category attribute for types grouping in editor dialogs
2021-06-15 16:39:15 +02:00
VNC
6ab300025b
Fixed a ton of typos
2021-01-05 02:13:15 +01:00
jb-perrier
03eb39afe6
Bumping all copyright headers to 2021.
2021-01-02 14:28:49 +01:00
mafiesto4
6fb9eee74c
You're breathtaking!
2020-12-07 23:40:54 +01:00