Wojtek Figat
b8a626c95d
Merge branch 'dotnet8_compat_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet8_compat_fix
2023-09-18 17:27:02 +02:00
Wojtek Figat
3381751c54
Merge branch 'hostfxr_msg' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-hostfxr_msg
2023-09-18 17:24:57 +02:00
Wojtek Figat
502af0b67a
Merge branch 'editor_module_lookup_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-editor_module_lookup_fix
2023-09-18 15:16:07 +02:00
Wojtek Figat
1de8581e6d
Merge branch 'macos-rider-support' of https://github.com/wackoisgod/FlaxEngine into wackoisgod-macos-rider-support
2023-09-18 12:18:27 +02:00
Wojtek Figat
79bf226fe1
Codestyle fix
2023-09-18 12:11:28 +02:00
Andrew Spiering
3ac00b1e4e
Fixing a crash when generic classes spanned across different assemblies
...
This code attempts to resolve an issue where if you had a class in Assembly A and it was generic and you had a class that inherited from it in Assembly B it would not properly resolve these classes, also added an error check for if I was not able to find the TypeIndex then log it and return thus also preventing a crash when it goes to resolve the NativeType
2023-09-17 20:37:37 -07:00
Andrew Spiering
76945b9144
MacOS Rider Support
...
* Adding in code to properly look for rider on macOS
* Also fixing an issue in the macOS CreateProcess where spaces where not properly escaped for popen(which one should likely use NSTask long term)
2023-09-17 14:56:22 -07:00
Andrej Stojkovikj
831500faa7
Fix type definition for Vector2 and Vector3
2023-09-17 23:16:08 +02:00
Red Kitsune
5cc3e40902
Implemented better missing script handling
2023-09-17 20:28:34 +02:00
Andrew Spiering
bdd182f3da
Fixing x64 editor/runtime on arm64 macs
...
* This allows for a much more broader check for the dotnet sdk runtime to support running x64 binaries on arm64
2023-09-16 18:23:27 -07:00
Andrej Stojkovikj
d87a60de48
Naming scheme for Vector2 fix
2023-09-16 22:27:12 +02:00
Andrej Stojkovikj
7a73c04688
SmoothDamp implementation for Vector2 and Vector3
2023-09-16 21:18:00 +02:00
Chandler Cox
dabbd7bc6a
Add highlighting when mouse is over slider thumb.
2023-09-16 11:46:36 -05:00
9a7fb82738
Fix tests
2023-09-16 18:39:01 +03:00
785943bef8
Add missing marshaller methods for compatibility
2023-09-16 16:00:12 +03:00
f114301e97
Improve hostfxr error messages
2023-09-16 15:03:09 +03:00
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