Commit Graph

10332 Commits

Author SHA1 Message Date
Wojtek Figat
2d371fd05f Fix DebugCommands::InitAsync when called every frame 2024-10-24 23:38:36 +02:00
Wojtek Figat
62ece0d92e Fix crash when using attributes cache after hot-reload in editor 2024-10-24 23:38:25 +02:00
Wojtek Figat
8338ec6076 Fix regression 2024-10-24 22:32:02 +02:00
Wojtek Figat
86e21a53ff Add improved value printing of debug command result 2024-10-24 22:31:07 +02:00
Wojtek Figat
c3e31baa7a Merge remote-tracking branch 'origin/master' into 1.10 2024-10-24 19:35:43 +02:00
Wojtek Figat
302fc2feb1 Add various engine systems to debug commands 2024-10-24 19:35:24 +02:00
Wojtek Figat
e324d32769 Add async init and tint coloring based on type to debug commands 2024-10-24 19:34:42 +02:00
Wojtek Figat
5d7eba05ea Add GetFields and GetMethods to binary module api 2024-10-24 19:33:38 +02:00
Wojtek Figat
9a654f729f Fix context menu to resize instead of flash when showing while already visible 2024-10-24 19:27:53 +02:00
Wojtek Figat
87d35f0314 Add debug commands search popup to Output Log 2024-10-24 19:26:11 +02:00
Wojtek Figat
2357357acb Merge branch 'Tryibion-open-build-location' 2024-10-23 09:38:38 +02:00
Wojtek Figat
48218bdecd Merge branch 'open-build-location' of https://github.com/Tryibion/FlaxEngine into Tryibion-open-build-location 2024-10-23 09:38:34 +02:00
Wojtek Figat
a9bca25ef7 Merge branch 'Tryibion-fix-build-tooltip' 2024-10-23 09:38:00 +02:00
Chandler Cox
baa4c2c680 Fix tooltip having editor references. 2024-10-22 21:27:16 -05:00
Chandler Cox
d5895306b9 Add button in GameCooker window to open output build folder. 2024-10-22 21:09:59 -05:00
Wojtek Figat
3528160696 Merge branch 'xxSeys1-ImproveDeleteAssetDialog' 2024-10-22 23:57:01 +02:00
Wojtek Figat
e2083c1efb Merge branch 'ImproveDeleteAssetDialog' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ImproveDeleteAssetDialog 2024-10-22 23:56:55 +02:00
Wojtek Figat
beb42edada Merge branch 'Tryibion-handle-bracket-gen' 2024-10-22 23:48:10 +02:00
Wojtek Figat
efe2b2caf5 Merge branch 'handle-bracket-gen' of https://github.com/Tryibion/FlaxEngine into Tryibion-handle-bracket-gen 2024-10-22 23:45:46 +02:00
xxSeys1
b714194e3a Make text respect asset count 2024-10-22 23:45:18 +02:00
Wojtek Figat
9e79d93446 Merge branch 'xxSeys1-TooltipTextAlignment' 2024-10-22 23:37:52 +02:00
Wojtek Figat
dbb6cecafb Fix warning 2024-10-22 23:37:47 +02:00
Wojtek Figat
3d87c054be Merge branch 'TooltipTextAlignment' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-TooltipTextAlignment 2024-10-22 23:35:24 +02:00
Chandler Cox
4d0ed01369 Add test case for field default values 2024-10-22 16:31:08 -05:00
Wojtek Figat
4f3654ab49 Merge branch 'Tryibion-disable-script-item-add' 2024-10-22 23:23:16 +02:00
Wojtek Figat
f37be0419b Merge branch 'disable-script-item-add' of https://github.com/Tryibion/FlaxEngine into Tryibion-disable-script-item-add 2024-10-22 23:23:10 +02:00
Wojtek Figat
e76c514047 Merge branch 'xxSeys1-DebugDrawClear' 2024-10-22 23:19:49 +02:00
Wojtek Figat
626e9732a4 Merge branch 'DebugDrawClear' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-DebugDrawClear 2024-10-22 23:19:44 +02:00
Wojtek Figat
bd12a97c4c Merge branch 'xxSeys1-ImproveDeleteAssetDialog' 2024-10-22 23:17:51 +02:00
Wojtek Figat
e68aa0a50c Merge branch 'ImproveDeleteAssetDialog' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-ImproveDeleteAssetDialog 2024-10-22 23:17:45 +02:00
Wojtek Figat
0961787599 Merge branch 'xxSeys1-GetVehicleThrottle' 2024-10-22 22:40:32 +02:00
Wojtek Figat
b4e45d2487 Merge branch 'GetVehicleThrottle' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-GetVehicleThrottle 2024-10-22 22:40:26 +02:00
Wojtek Figat
09c0d0d29d Add Alignment option to Vertical and Horizonal Panels
#2599
2024-10-22 22:34:57 +02:00
Wojtek Figat
5904c0eea5 Add debug command history to Output Log in Editor 2024-10-22 21:59:06 +02:00
Chandler Cox
1d631e91ce Disable add script item if it is not being added to a required actor. 2024-10-22 14:56:22 -05:00
Wojtek Figat
e5289931c6 Add Alignment option to Vertical and Horizonal Panels
#2599
2024-10-22 21:55:25 +02:00
Wojtek Figat
0b1263a9e2 Disable VK_EXT_tooling_info check for debugger on Linux 2024-10-22 21:54:38 +02:00
Wojtek Figat
16235c21c0 Add optional direction option to context menu 2024-10-22 21:34:28 +02:00
xxSeys1
06929f7079 add getter for WheeledVehicle throttle 2024-10-22 14:38:13 +02:00
xxSeys1
3e0809ec0a improve delete assets confirm dialog
- Improve visual spacing
- Improve grammar and reduce word count
- Make prompt respect asset count
2024-10-22 14:16:11 +02:00
Chandler Cox
acbb534320 Handle ex: API_FIELD() Type FieldName {DefaultValue}; 2024-10-21 21:34:34 -05:00
Chandler Cox
cc511453f5 Handle c# code gen when C++ field has default value with style type type{} 2024-10-21 21:24:59 -05:00
Chandler Cox
6c077a83bc Handle C++ bracket default values for code gen to C# 2024-10-21 21:01:48 -05:00
Wojtek Figat
2127961069 Add printing debug command upon execute 2024-10-21 13:05:26 +02:00
Wojtek Figat
b681a03bfb Fix output log window to properly handle copy and other input events 2024-10-21 13:03:40 +02:00
Wojtek Figat
f62c77c35c Fix game deployment if output name contains invalid path characters
#3004
2024-10-21 12:37:55 +02:00
Wojtek Figat
8ff334ae63 Update OpenAL on Windows
#2997
2024-10-21 12:12:06 +02:00
Wojtek Figat
ad00c65250 Merge branch 'GoaLitiuM-openal_msvc_fix' 2024-10-21 12:03:32 +02:00
Wojtek Figat
0aa8ff6a84 Merge branch 'openal_msvc_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-openal_msvc_fix 2024-10-21 12:02:45 +02:00
Wojtek Figat
a94cc64806 Speculative fix for missing main project info in VS Code project generation 2024-10-20 23:29:36 +02:00