Mateusz Karbowiak
f77f551b72
Collections type aliasing fix
...
This one is debatable. It follows modern C++.
2024-10-30 22:30:54 +01:00
Mateusz Karbowiak
a55866d558
Collections casts fix
2024-10-30 22:18:47 +01:00
Mateusz Karbowiak
02db7d02f2
Collections const-correctness fix
2024-10-30 21:06:16 +01:00
Wojtek Figat
c0a1563402
Merge branch 'Tryibion-namlessArg-support'
2024-10-30 18:51:52 +01:00
Wojtek Figat
7d59280b30
Merge branch 'namlessArg-support' of https://github.com/Tryibion/FlaxEngine into Tryibion-namlessArg-support
2024-10-30 18:51:41 +01:00
Chandler Cox
2f4e673be3
Add test for nameless function arguments
2024-10-30 12:20:37 -05:00
Chandler Cox
379bccc421
Support C++ nameless function arguments for C# gen.
2024-10-30 12:18:03 -05:00
Wojtek Figat
62b5daee9f
Merge branch 'ldkuba-fix-network-manager-update-loop'
2024-10-30 17:32:26 +01:00
Wojtek Figat
ea7b4963e1
Merge branch 'fix-network-manager-update-loop' of https://github.com/ldkuba/FlaxEngine into ldkuba-fix-network-manager-update-loop
2024-10-30 17:27:16 +01:00
ldkuba
2715df7cf2
Fix NetworkManager not resetting LastUpdateTime
...
NetworkManager did not reset the LastUpdateTime variable to 0 when
stopping. This lead to wrong behaviour in Update when Stopped and
Started multiple times.
2024-10-30 15:16:45 +01:00
Wojtek Figat
7479c3a2fe
Merge branch 'Tryibion-trail-retrun'
2024-10-29 16:23:00 +01:00
Wojtek Figat
6731a5c311
Merge branch 'trail-retrun' of https://github.com/Tryibion/FlaxEngine into Tryibion-trail-retrun
2024-10-29 16:22:47 +01:00
Wojtek Figat
4153024c21
Final fix for vscode proj gen issue
...
#3018
2024-10-29 16:22:05 +01:00
Chandler Cox
8a31d1b54f
Add test for trailing return.
2024-10-28 22:15:34 -05:00
Chandler Cox
a1c7132e48
Add support for trailing return types for c# generation.
2024-10-28 22:11:47 -05:00
Wojtek Figat
b52a520aad
Merge branch 'Tryibion-wheel-ordering'
2024-10-28 20:55:47 +01:00
Wojtek Figat
62fa3b8574
Merge branch 'wheel-ordering' of https://github.com/Tryibion/FlaxEngine into Tryibion-wheel-ordering
2024-10-28 20:55:10 +01:00
Wojtek Figat
ae4a4a8e57
Fix ComputeShapeSqrDistanceToPoint on PhysX with Large Worlds
...
#3023
2024-10-28 20:47:53 +01:00
Wojtek Figat
04ac3160e4
Another blind fix attempt
...
#3018
2024-10-28 20:41:34 +01:00
Wojtek Figat
4d1541aa1d
Another blind fix
...
#3018
2024-10-27 23:27:10 +01:00
Wojtek Figat
9f9564895e
Fix collecting referenced asses from Animation asset
...
#3013
2024-10-25 19:02:31 +02:00
Wojtek Figat
12af7f6cc9
Add cache to asset references graph for faster displaying data
...
#3013
2024-10-25 18:53:10 +02:00
Wojtek Figat
5fb6676ee6
Merge branch 'xxSeys1-groupActors'
2024-10-25 18:24:23 +02:00
Wojtek Figat
f37a595bc3
Fix actors grouping to make shared parent at the cenetr of the group
...
#2996
2024-10-25 18:24:14 +02:00
Wojtek Figat
dcb8152cdf
Merge branch 'groupActors' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-groupActors
2024-10-25 17:59:29 +02:00
Wojtek Figat
3c64d57e3d
Another blind attempt to fix issue
...
#3018
2024-10-25 17:51:29 +02:00
Wojtek Figat
6af788b20c
Fix logging missing ref duplicates
...
#3018
2024-10-25 17:27:28 +02:00
Wojtek Figat
1f71a5a2e5
Update Microsoft.VisualStudio.Setup.Configuration.Interop.dll from 3.4.2244 to the latest 3.11.2177
...
https://forum.flaxengine.com/t/project-not-loaded-after-installing-1-9/1923
2024-10-25 16:16:33 +02:00
Wojtek Figat
5a873ad606
Fix crash when boxing native non-POD structure into managed data
2024-10-25 13:25:47 +02:00
Wojtek Figat
1181deb5df
Fix crash when using attributes cache after hot-reload in editor
2024-10-25 13:25:36 +02:00
Wojtek Figat
ca9b041f54
Fix regression
2024-10-24 22:32:47 +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