58b2530ac4
Remove redundant reference counter from Delegate
2023-09-16 14:16:25 +03:00
2d2bfd9cd1
Include EditorModules in Assembly lookup paths
2023-09-16 14:15:09 +03:00
Ruan Lucas
23b6b93726
add collision type to model importer
2023-09-15 19:13:32 -04:00
Menotdan
451900b7ee
Merge branch 'FlaxEngine:master' into material_import
2023-09-15 02:17:34 -04:00
elestrago
2efc31a74e
Execute map window before resize in LinuxWindow
2023-09-15 02:13:13 +02:00
Wojtek Figat
f7787a9221
Add Behavior knowledge data debugging
2023-09-14 13:53:19 +02:00
Wojtek Figat
35609c9883
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-14 13:25:59 +02:00
Wojtek Figat
722133165b
Fix marshalling Array<Variant> as object[] (C# codegen error)
2023-09-14 13:18:52 +02:00
c686e59fd6
Lazy allocate mutex in Delegate
2023-09-13 17:30:13 +03:00
NoriteSC
0b3b32195a
Update DebugDraw.cs
2023-09-13 12:17:17 +02:00
Wojtek Figat
936018c49e
Add DELEGATE_USE_ATOMIC to toggle #1319 for backward compatibility
2023-09-13 11:44:44 +02:00
Wiktor Kocielski
d389348260
Add View Layers button & Reset/Disable/Copy/Paste buttons to View Flags/Debug View & Camera RenderFlags/RenderView addition
2023-09-13 12:17:34 +03:00
Wojtek Figat
38f7606923
Merge branch 'delegate_mutex' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-delegate_mutex
2023-09-13 10:57:34 +02:00
Wojtek Figat
682ff2fb3a
Minor tweaks
2023-09-13 10:52:46 +02:00
Wojtek Figat
6bdbaecc18
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Engine/Physics/PhysX/SimulationEventCallbackPhysX.cpp
2023-09-13 10:29:28 +02:00
Wojtek Figat
656d984df7
Merge branch 'physx_collision_perf' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-physx_collision_perf
2023-09-13 10:27:29 +02:00
NoriteSC
394a3696af
removed coppy
2023-09-13 02:54:17 +02:00
NoriteSC
f71f214f36
bug fix macro added extra macros
2023-09-13 02:53:20 +02:00
Wojtek Figat
2a8e35d1ff
Format code #1292
2023-09-12 14:38:23 +02:00
Wojtek Figat
097d26f8cb
Codestyle fix #1262
2023-09-12 14:21:27 +02:00
Wojtek Figat
6ece66b018
Merge branch 'input-editors' of https://github.com/Tryibion/FlaxEngine into Tryibion-input-editors
2023-09-12 14:09:49 +02:00
Wojtek Figat
3170142171
Merge branch 'lods' of https://github.com/Tryibion/FlaxEngine into Tryibion-lods
2023-09-12 13:56:42 +02:00
Wojtek Figat
44eba3fdae
Fix missing xml comment line from #1291
2023-09-12 13:54:01 +02:00
Wojtek Figat
4cae6e50d5
Merge branch 'layeraddition' of https://github.com/Withaust/FlaxEngine into Withaust-layeraddition
2023-09-12 13:52:23 +02:00
Wojtek Figat
7b4c8e391a
Minor optimization for clearing collider from simulation events cache
2023-09-12 13:50:50 +02:00
Wojtek Figat
c10658c3fc
Fix deserialization, add more docs and tweaks to #1345
2023-09-12 13:50:22 +02:00
Wojtek Figat
1591da75ac
Merge branch 'physics-settings' of https://github.com/Tryibion/FlaxEngine into Tryibion-physics-settings
2023-09-12 13:03:04 +02:00
Wojtek Figat
639149b63b
Fix crash when toggling WheeledVehicle active state
...
#1351
2023-09-12 11:41:33 +02:00
NoriteSC
d107947ba9
Update DebugDraw.cpp
2023-09-12 11:19:19 +02:00
NoriteSC
f11ea02550
forgot about const 😅
2023-09-12 11:08:47 +02:00
NoriteSC
78ffcc8ae5
added other defaults
2023-09-12 11:06:46 +02:00
NoriteSC
3bfa37019e
DebugDraw extra
...
fixes
ray direction was dictating the length of ray
now ray is normalized and multiplied by length
added default vaule for
Color& color to be Color::White
[info] c# because
Color color = Color.White
is not valid think to do on c# side the default value is not genereted
[to do] generate extra overload binding in c#
2023-09-12 11:01:56 +02:00
Wojtek Figat
3e35a6a7af
Fix cloth sim due to culling bug in cooked game
2023-09-11 22:55:03 +02:00
Wojtek Figat
fb488cbaf7
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-11 22:43:46 +02:00
Wojtek Figat
48d4a51c1b
Fix crash when boxing native array to managed value
2023-09-11 15:06:26 +02:00
Wojtek Figat
1134cfa6a6
Fix using ManagedDictionary when item value type is array
...
#1305
2023-09-11 15:05:46 +02:00
Wojtek Figat
9afa98e905
Fix Random Range nodes in CPU particles/script graphs when using int
...
#1341
2023-09-11 13:59:10 +02:00
Wojtek Figat
fb27606541
Add missing Particle Scale getter node to Particle Emitter graph
...
#1343
2023-09-11 13:54:44 +02:00
Wojtek Figat
716e643f2a
Fix applying prefab changes to nesting prefab instances
...
#1256
2023-09-10 21:07:41 +02:00
Wojtek Figat
a4312590e7
Fix debug draw leftover from 9da686cd52
...
#1369 #1365
2023-09-10 13:34:46 +02:00
Wiktor Kocielski
8008f05d64
Merge branch 'master' into layeraddition
2023-09-10 13:39:31 +03:00
Wojtek Figat
9da686cd52
Improve #1369 for #1365
2023-09-10 11:58:54 +02:00
Wojtek Figat
3962285b87
Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master
2023-09-10 11:44:34 +02:00
Wojtek Figat
53deeff116
Missing change from 9291295a4d
2023-09-10 11:33:08 +02:00
Wojtek Figat
9291295a4d
Fix Dictionary and HashSet iterators to prevent unwanted data copies
...
#1361
2023-09-10 11:25:36 +02:00
Wojtek Figat
9d031fadc0
Merge branch 'resizedelegate' of https://github.com/Withaust/FlaxEngine into Withaust-resizedelegate
2023-09-10 11:12:19 +02:00
Wojtek Figat
317c7021a3
Merge branch 'slider' of https://github.com/Tryibion/FlaxEngine into Tryibion-slider
2023-09-10 11:08:10 +02:00
Wojtek Figat
f8d56fceec
Merge branch 'add_DebugDraw_DrawRay' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add_DebugDraw_DrawRay
2023-09-10 11:03:31 +02:00
Wojtek Figat
002d46cddd
Merge branch 'managed_utf8_str_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-managed_utf8_str_fix
2023-09-10 10:52:08 +02:00
Wojtek Figat
8a31a63713
Fix build
2023-09-10 10:25:03 +02:00