mafiesto4
652510ee50
Minor codestyle tweaks for #1420
2023-10-01 21:55:20 +02:00
mafiesto4
ae654c2f0a
Merge branch 'better-missing-script-handling' of https://github.com/RedTheKitsune/FlaxEngine into RedTheKitsune-better-missing-script-handling
2023-10-01 21:07:34 +02:00
mafiesto4
b492c9421b
Fix Tag deserialization in cooked game
...
#1534
2023-10-01 21:02:08 +02:00
mafiesto4
fc499b763d
Merge branch 'main-win' of https://github.com/Tryibion/FlaxEngine into Tryibion-main-win
2023-10-01 12:33:54 +02:00
mafiesto4
4f5e7988c9
Merge branch 'rot-around-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-rot-around-fix
2023-10-01 12:32:42 +02:00
mafiesto4
7dc3a3c1a2
Merge branch 'assembly_load_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-assembly_load_fix
2023-10-01 12:27:54 +02:00
mafiesto4
8c61b6d41b
Merge branch 'blur-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-blur-fix
2023-10-01 12:25:39 +02:00
mafiesto4
19a0eab966
Merge branch 'sceneanim_null_check_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-sceneanim_null_check_fix
2023-10-01 12:12:21 +02:00
mafiesto4
da647d3403
Merge branch 'labelSetBaselineGap' of https://github.com/Arcnor/FlaxEngine into Arcnor-labelSetBaselineGap
2023-10-01 12:06:57 +02:00
mafiesto4
3f3f31f70f
Merge branch 'visualscript_valuetype_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-visualscript_valuetype_fix
2023-10-01 12:06:00 +02:00
mafiesto4
4d6a27c92a
Merge branch 'Statusbar-Imrpovements' of https://github.com/davevanegdom/FlaxEngine into davevanegdom-Statusbar-Imrpovements
2023-10-01 12:01:31 +02:00
mafiesto4
818b2c3bb5
Merge branch 'fix-tooltip' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-tooltip
2023-10-01 11:59:30 +02:00
mafiesto4
0eda67bd73
Fix nested profiler events usage
...
#https://github.com/FlaxEngine/FlaxEngine/issues/1380
2023-10-01 11:56:54 +02:00
mafiesto4
bd8240c5a5
Merge branch 'master' of https://github.com/AndrejStojkovic/FlaxEngine into AndrejStojkovic-master
2023-10-01 11:34:30 +02:00
Tryibion
b943c7ca3e
Add extra check for stationary rotation.
2023-09-30 22:19:09 -05:00
Tryibion
113307ddf9
Simplify to return main window even in editor.
2023-09-30 21:36:41 -05:00
Tryibion
8edd50c293
Simplify
2023-09-30 21:34:40 -05:00
Tryibion
cc681de30e
Fix more and add bool check to orient the actor or not.
2023-09-30 21:33:27 -05:00
Tryibion
260c48e41d
Change blur panel to draw self. Fix issue with blur strength slider.
2023-09-30 17:44:42 -05:00
Tryibion
1366c2850f
Fix Actor.RotateAround to rotate the actors orientation.
2023-09-30 17:21:48 -05:00
Tryibion
85a985cd7f
Expose Main Window to c# through Screen class.
2023-09-30 13:52:20 -05:00
GoaLitiuM
18310c9264
Fix loading shared managed assemblies multiple times
2023-09-29 22:12:50 +03:00
mafiesto4
fd3f10864b
Fixes for iOS #1312
2023-09-29 00:00:51 +02:00
GoaLitiuM
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
Tryibion
9a5d8e2c51
Fix tooltip crash
2023-09-28 15:31:30 -05:00
GoaLitiuM
96d880df6a
Fix crash in SceneAnimationPlayer
2023-09-28 22:06:07 +03:00
GoaLitiuM
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
mafiesto4
139e6d0d1f
Improve #1514 to share code for tooltip position wrapping
2023-09-28 20:16:57 +02:00
mafiesto4
b242820132
Merge branch 'tooltip-move' of https://github.com/Tryibion/FlaxEngine into Tryibion-tooltip-move
2023-09-28 19:59:59 +02:00
mafiesto4
e319b4dedc
Minor optimization for PhysX events cleanup
2023-09-28 19:37:08 +02:00
mafiesto4
82b2f46b48
Post-merge tweaks for #1312
2023-09-28 19:21:06 +02:00
mafiesto4
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
GoaLitiuM
bcccb71373
Show full exception message in error message box for managed exceptions
2023-09-28 00:25:26 +03:00
mafiesto4
b00156f519
Add some improvements to particles editing
...
#1395
2023-09-27 13:04:44 +02:00
mafiesto4
e5e37f3a41
Add android_native_app_glue.h to be included in engine package
2023-09-27 11:31:52 +02:00
GoaLitiuM
e8088f42ac
Fix string use-after-free while loading managed assemblies
2023-09-26 17:37:53 +03:00
mafiesto4
a919130434
Merge branch 'ui-adds' of https://github.com/Tryibion/FlaxEngine into Tryibion-ui-adds
2023-09-26 10:47:24 +02:00
mafiesto4
3b26d1e0ea
Merge branch 'patch-13' of https://github.com/stefnotch/FlaxEngine into stefnotch-patch-13
2023-09-26 10:46:05 +02:00
mafiesto4
6621e70ae7
Add objects replication and RPC stats table to Network Profiler
2023-09-26 10:33:12 +02:00
stefnotch
1bc7ad5e9d
Update SerializeAttribute.cs
2023-09-26 10:30:57 +02:00
mafiesto4
da47088250
Add conditional profiling in Editor (run only when using Profiler window)
2023-09-25 18:34:07 +02:00
mafiesto4
216a5e9f92
Add support for displaying all active Network Peer stats in Editor Profiler tab
2023-09-25 16:49:18 +02:00
mafiesto4
c374127de1
Fix error when loading project on non-ASCII path
...
#1439
2023-09-25 16:34:01 +02:00
mafiesto4
96b6313acb
Fix crash when loading C# assembly from non-ASNSI path
...
#1439
2023-09-25 16:30:24 +02:00
mafiesto4
d7b5a582f2
Merge branch 'fix-rightclick-source' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-rightclick-source
2023-09-25 15:46:43 +02:00
mafiesto4
212a2e1ded
Format code from recent PRs
2023-09-25 15:42:23 +02:00
mafiesto4
1b9d61b408
Merge branch 'TextBox-ControlBackspaceSupport' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-TextBox-ControlBackspaceSupport
2023-09-25 15:34:40 +02:00
mafiesto4
2fb1778801
Merge branch 'ContainerControl-ShiftTabSupport' of https://github.com/Chikinsupu/FlaxEngine into Chikinsupu-ContainerControl-ShiftTabSupport
2023-09-25 15:31:23 +02:00
Tryibion
84ecd49439
Fix slider clipping left most pixel of fill bar.
2023-09-24 15:40:56 -05:00