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
c8912ad100
Add help support to Debug Commands via XML docs parsing
2026-05-13 10:47:21 +02:00
mafiesto4
528b4c89ce
Add memory profiler category for engine debug data
2026-01-29 17:15:04 +01:00
mafiesto4
87e2c4c4d5
Merge remote-tracking branch 'origin/master' into 1.11
...
# Conflicts:
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Source/Editor/Windows/OutputLogWindow.cs
# Source/Engine/Level/Actor.cpp
2025-09-24 18:18:27 +02:00
mafiesto4
70ba750a5e
Fix code #3511
2025-09-22 22:31:23 +02:00
mafiesto4
db660721ce
Fix debug command length bug
2025-08-02 22:01:25 +02:00
mafiesto4
01617ae684
Optimize Debug Commands name building and support nested classes with name hierarchy
2025-07-31 20:03:26 +02:00
xxSeys1
c9fe9213b3
add showing all commands if prompt is whitespace(s)
2025-06-02 23:25:50 +02:00
mafiesto4
410ec0465c
Optimize CSharp scripting runtime to use arena allocator per-assembly
2025-05-25 02:04:16 +02:00
mafiesto4
32bc73610f
Fix debug command type detection when it's used with argument
2025-05-22 04:45:12 +02:00
mafiesto4
9c3fd052cd
Remove copyright year from source files and update to 2025
2025-04-07 19:22:21 +02:00
mafiesto4
f5280eab74
Refactor and improve collections code
...
#3043
2025-01-23 14:44:11 +01:00
mafiesto4
46c1cc9a49
Add nested variant printing in debug command output
2024-10-25 13:25:15 +02:00
mafiesto4
2d371fd05f
Fix DebugCommands::InitAsync when called every frame
2024-10-24 23:38:36 +02:00
mafiesto4
86e21a53ff
Add improved value printing of debug command result
2024-10-24 22:31:07 +02:00
mafiesto4
e324d32769
Add async init and tint coloring based on type to debug commands
2024-10-24 19:34:42 +02:00
mafiesto4
2127961069
Add printing debug command upon execute
2024-10-21 13:05:26 +02:00
mafiesto4
449e988a59
Add workaround for debug command text memory bug due to managed handles gc
2024-10-20 23:25:38 +02:00
mafiesto4
a2693fa354
Ignore non-public debug commands from marked classes
2024-10-20 23:24:26 +02:00
mafiesto4
5328ea891d
Add command line input to Output Log in Editor
2024-10-20 23:23:54 +02:00
mafiesto4
91d86552cd
Minor cleanup
2024-10-17 23:43:07 +02:00
mafiesto4
a932d549f4
Debug Commands work in progress
2024-10-03 10:24:15 +02:00