Wojtek Figat
818b2c3bb5
Merge branch 'fix-tooltip' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-tooltip
2023-10-01 11:59:30 +02:00
Wojtek Figat
0eda67bd73
Fix nested profiler events usage
...
#https://github.com/FlaxEngine/FlaxEngine/issues/1380
2023-10-01 11:56:54 +02:00
Wojtek Figat
bd8240c5a5
Merge branch 'master' of https://github.com/AndrejStojkovic/FlaxEngine into AndrejStojkovic-master
2023-10-01 11:34:30 +02:00
Wojtek Figat
1c21939f40
Minor changes
2023-10-01 11:24:49 +02:00
Wojtek Figat
d10d52ec0c
Add thread-safety to various scripting methods
2023-10-01 10:57:51 +02:00
Wojtek Figat
075f40b93a
Minor fixes
2023-10-01 10:56:30 +02:00
Wojtek Figat
af3f6d0003
Fix crash in new Delegate when checking if it's binded
2023-10-01 10:56:09 +02:00
Wojtek Figat
0ae413d4fe
Fix crash when using Visual Script runtime in async
2023-10-01 10:55:48 +02:00
Wojtek Figat
b960600102
Optimize scenes loading with Job System
2023-10-01 10:55:01 +02:00
Chandler Cox
b943c7ca3e
Add extra check for stationary rotation.
2023-09-30 22:19:09 -05:00
Chandler Cox
113307ddf9
Simplify to return main window even in editor.
2023-09-30 21:36:41 -05:00
Chandler Cox
8edd50c293
Simplify
2023-09-30 21:34:40 -05:00
Chandler Cox
cc681de30e
Fix more and add bool check to orient the actor or not.
2023-09-30 21:33:27 -05:00
Chandler Cox
260c48e41d
Change blur panel to draw self. Fix issue with blur strength slider.
2023-09-30 17:44:42 -05:00
Chandler Cox
1366c2850f
Fix Actor.RotateAround to rotate the actors orientation.
2023-09-30 17:21:48 -05:00
Chandler Cox
85a985cd7f
Expose Main Window to c# through Screen class.
2023-09-30 13:52:20 -05:00
18310c9264
Fix loading shared managed assemblies multiple times
2023-09-29 22:12:50 +03:00
Ruan Lucas
ba20402900
Change OnDestroy order
2023-09-28 19:05:26 -04:00
Wojtek Figat
fd3f10864b
Fixes for iOS #1312
2023-09-29 00:00:51 +02:00
Wojtek Figat
f77198c7ca
Fixes for iOS #1312
2023-09-29 00:00:21 +02:00
1d42988f39
Fix VisualScript method calls not working with value types
2023-09-29 00:50:19 +03:00
Edu Garcia
8eed667d5a
Makes BaseLinesGapScale configurable for Label
2023-09-28 22:41:24 +01:00
Chandler Cox
9a5d8e2c51
Fix tooltip crash
2023-09-28 15:31:30 -05:00
96d880df6a
Fix crash in SceneAnimationPlayer
2023-09-28 22:06:07 +03:00
58445f04c4
Fix potential incorrect null checks in FlaxEngine.Objects
...
The null-conditional operator checks for reference equality of the
Object, but doesn't check the validity of the unmanaged pointer. This
check is corrected in cases where the object was not immediately
returned from the bindings layer and may have been destroyed earlier.
2023-09-28 22:05:58 +03:00
Wojtek Figat
58b9d76d24
Merge remote-tracking branch 'origin/master' into 1.7
...
# Conflicts:
# Source/Editor/Viewport/PrefabWindowViewport.cs
# Source/Engine/Physics/PhysX/SimulationEventCallbackPhysX.cpp
2023-09-28 20:42:54 +02:00
Chandler Cox
9694522b4e
Change to use enum value.
2023-09-28 13:25:56 -05:00
Wojtek Figat
139e6d0d1f
Improve #1514 to share code for tooltip position wrapping
2023-09-28 20:16:57 +02:00
Wojtek Figat
b242820132
Merge branch 'tooltip-move' of https://github.com/Tryibion/FlaxEngine into Tryibion-tooltip-move
2023-09-28 19:59:59 +02:00
Wojtek Figat
e319b4dedc
Minor optimization for PhysX events cleanup
2023-09-28 19:37:08 +02:00
Wojtek Figat
82b2f46b48
Post-merge tweaks for #1312
2023-09-28 19:21:06 +02:00
Wojtek Figat
279528a30d
Merge branch 'marshalling_scriptingobject_changes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-marshalling_scriptingobject_changes
...
# Conflicts:
# Source/Engine/Engine/NativeInterop.Unmanaged.cs
# Source/Engine/Scripting/Runtime/DotNet.cpp
2023-09-28 18:41:20 +02:00
Wojtek Figat
d71c171412
Cleanup code in #1367 and fix api compatibility, revert joint changes
2023-09-28 13:10:58 +02:00
Wojtek Figat
3b94792f2e
Merge branch 'BugFixes' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-BugFixes
...
# Conflicts:
# Source/Engine/Networking/NetworkReplicator.cpp
2023-09-28 12:28:19 +02:00
Wojtek Figat
15377acc25
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-28 12:01:34 +02:00
Wojtek Figat
98d5769558
Fix performance bug in Development/Release builds due to incorrect draw calls batching (uninitialized memory)
2023-09-28 10:59:09 +02:00
Wojtek Figat
b7e871ecfd
Minor tweaks
2023-09-28 10:58:29 +02:00
MZ
2cc6e80958
Checked my working.
2023-09-28 16:07:38 +10:00
MZ
299f68ebfe
Vert color deduplication check
2023-09-28 16:00:31 +10:00
bcccb71373
Show full exception message in error message box for managed exceptions
2023-09-28 00:25:26 +03:00
Wojtek Figat
9a5165ebdd
Merge branch 'mutex_delegate_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-mutex_delegate_fixes
2023-09-27 22:42:23 +02:00
ontrigger
249ded3d1f
fix incorrect link
2023-09-27 22:12:21 +03:00
Wojtek Figat
2f9c601678
Merge remote-tracking branch 'origin/master' into 1.7
2023-09-27 17:32:47 +02:00
Wojtek Figat
b00156f519
Add some improvements to particles editing
...
#1395
2023-09-27 13:04:44 +02:00
Wojtek Figat
e5e37f3a41
Add android_native_app_glue.h to be included in engine package
2023-09-27 11:31:52 +02:00
Chandler Cox
d14dc56b5c
Change name to AxisValueChanged.
2023-09-26 10:26:06 -05:00
Chandler Cox
9b48d1feb8
Update comments
2023-09-26 10:04:08 -05:00
Chandler Cox
071a73c6d9
Add AxisChanged event to InputAxis.
2023-09-26 10:03:34 -05:00
Chandler Cox
3a9dd3f8f8
Small wording change
2023-09-26 09:41:41 -05:00
Chandler Cox
ed2dd7211a
Add back depriciated Triggered event.
2023-09-26 09:40:30 -05:00