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
0d133cfbdc
Minor fixes to #3870
2026-03-10 22:22:02 +01:00
Ari Vuollet
cba3899c62
Fix invalid code editor when selected editor is not detected
2025-12-18 23:52:21 +02:00
mafiesto4
9c3fd052cd
Remove copyright year from source files and update to 2025
2025-04-07 19:22:21 +02:00
mafiesto4
d5f53572df
Add support for using C# stdlib api in Visual Scripts
...
#112
2024-09-12 15:44:53 +02:00
mafiesto4
26ad61c1ce
Merge branch 'module-remove' of https://github.com/Tryibion/FlaxEngine into Tryibion-module-remove
2024-09-11 13:41:30 +02:00
Tryibion
fc6dc9473c
Add third party and deps module detection.
2024-09-03 12:54:11 -05:00
Tryibion
1546d97b2f
Add removing semi colons from targets.
2024-08-27 21:38:57 -05:00
Tryibion
24a5a4df45
Use Ordinal string comparisions
2024-08-27 16:20:53 -05:00
Tryibion
2e395ff58e
Add log for deleting module generated files.
2024-08-27 15:37:22 -05:00
Tryibion
2941ccc93b
Add removing generated cpp and h files.
2024-08-27 15:31:27 -05:00
Tryibion
e4e568ae6a
Code style fix
2024-08-27 15:21:49 -05:00
Tryibion
dd655d8c8d
Add removing generated module files.
2024-08-27 15:19:52 -05:00
Tryibion
3bffc927f6
Add cleaning up modules from target files when deleted.
2024-08-27 14:54:21 -05:00
Tryibion
21b187ab9f
Use nameof for adding new Modules to build targets.
2024-08-23 11:37:08 -05:00
mafiesto4
859c420d76
Update year in copyright note
2024-02-26 19:00:48 +01:00
mafiesto4
ab6acbc759
Merge branch 'delay_dirty_rebuild' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-delay_dirty_rebuild
2023-10-15 09:57:47 +02:00
GoaLitiuM
660c0660e2
Delay compiler and project generation after large file operations
2023-10-14 20:52:56 +03:00
GoaLitiuM
a3d44e0fee
Prevent project file regeneration running while compiling scripts
2023-10-14 17:29:03 +03:00
mafiesto4
3ac7c4e0ee
Codestyle fix
2023-10-09 23:21:02 +02:00
mafiesto4
09f2be907e
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Flax.flaxproj
2023-10-09 12:40:47 +02:00
mafiesto4
b56447bae4
Refactor code in #1423 to be cleaner
2023-10-08 15:14:35 +02:00
mafiesto4
18b47257fd
Add **Behavior Tree** asset type and editing
2023-08-16 13:26:33 +02:00
mafiesto4
4755c42d70
Fix .NET generic class typename to match old mono style without inlined assembly name and ver
2023-03-27 17:30:48 +02:00
mafiesto4
30fa911832
Merge remote-tracking branch 'origin/master' into dotnet7
...
# Conflicts:
# README.md
2023-02-16 09:54:22 +01:00
mafiesto4
19c24e2a4d
Fix missing game scripts types when starting editor from IDE with -skipCompile arg
2023-02-13 17:14:53 +01:00
mafiesto4
eebc4951de
Merge branch '1.5' into dotnet7
...
# Conflicts:
# Source/Platforms/DotNet/NUnit/agents/net40/nunit-agent.exe
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/agents/net40/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/agents/net7.0/nunit.agent.addins
# Source/Platforms/DotNet/NUnit/nunit.engine.api.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.core.dll
# Source/Platforms/DotNet/NUnit/nunit.engine.dll
# Source/Platforms/DotNet/NUnit/nunit3-console.exe
# Source/Platforms/DotNet/NUnit/nunit3-console.exe.config
# Source/Platforms/DotNet/NUnit/testcentric.engine.metadata.dll
# Source/Tools/Flax.Build/Deps/Downloader.cs
# Source/Tools/Flax.Stats/CodeFrame.cs
# Source/Tools/Flax.Stats/CodeFrameNode.cs
# Source/Tools/Flax.Stats/Flax.Stats.Build.cs
# Source/Tools/Flax.Stats/Languages.cs
# Source/Tools/Flax.Stats/Program.cs
# Source/Tools/Flax.Stats/TaskType.cs
# Source/Tools/Flax.Stats/Tools.cs
# Source/Tools/FlaxEngine.Tests/TestEditorUtils.cs
2023-01-10 15:49:44 +01:00
mafiesto4
9626e9bbb6
Update copyright year
2023-01-10 15:29:37 +01:00
mafiesto4
9acb597d5d
Adjust scripting types visibility in editor
2023-01-02 10:36:24 +01:00
GoaLitiuM
96dc279ebd
Implement .NET 7 runtime support and bindings generation
2022-11-26 14:37:07 +02:00
mafiesto4
a881c90b2e
Refactor engine to support double-precision vectors
2022-06-13 00:40:32 +02:00
mafiesto4
8c2241c6dc
Update copyright year
2022-01-14 13:31:12 +01:00
mafiesto4
cdcb2f8f7a
Fixes and improvements
2021-11-18 16:35:46 +01:00
mafiesto4
e92c22585a
Add support for using interfaces in Visual Scripting
2021-10-04 12:26:35 +02:00
mafiesto4
d8f555e8dc
Add support for using structures as Visual Script and Anim Graph parameters
2021-07-29 23:35:30 +02:00
mafiesto4
19da74f913
Drop byte from VS types
2021-07-29 19:45:33 +02:00
mafiesto4
f42d2b8a18
Tweaks and improvements
2021-07-29 15:41:58 +02:00
Nejcraft
7956ee1e2c
revert the viewed types back
2021-05-17 10:15:57 +02:00
honzapatCZ
388ec655bf
alpha+showcont
2021-05-17 10:15:56 +02: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