Wojtek Figat
|
67d5d3a3fb
|
Fix missing Variant typename for Object or Asset value to properly pass type checks
|
2023-08-31 09:37:54 +02:00 |
|
Wojtek Figat
|
540681e59d
|
Add MoveTowards to vector3
|
2023-08-31 09:23:16 +02:00 |
|
Wojtek Figat
|
99547a1ff4
|
Add Has Tag decorator
|
2023-08-25 10:42:53 +02:00 |
|
Wojtek Figat
|
b31f262214
|
Add Knowledge Conditional and Knowledge Values Conditional decorators to BT
|
2023-08-25 10:25:24 +02:00 |
|
Wojtek Figat
|
992cc381d5
|
Simplify Variant code with define for ManagedObject handle
|
2023-08-25 10:22:09 +02:00 |
|
Wojtek Figat
|
2e9facc429
|
Add Random::RandRange
|
2023-08-20 21:41:20 +02:00 |
|
Wojtek Figat
|
dee2f11ae4
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-08-19 19:46:19 +02:00 |
|
|
|
769a20002d
|
Fix Variant move assignment operator with managed objects
|
2023-08-19 13:12:50 +03:00 |
|
Wojtek Figat
|
14ffd0aa08
|
Add Variant new value init for objects
|
2023-08-17 16:10:07 +02:00 |
|
Wojtek Figat
|
70228ca355
|
Various improvements to Variant
|
2023-08-17 15:29:11 +02:00 |
|
Wojtek Figat
|
dd8e05ed49
|
Add C#-only types for Variant value storage from 0cb049167b
|
2023-08-16 22:27:03 +02:00 |
|
Wojtek Figat
|
0cb049167b
|
Add NewValue/DeleteValue to Variant for owned value storage
|
2023-08-16 18:29:59 +02:00 |
|
Wojtek Figat
|
869649e5ed
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-08-01 14:05:49 +02:00 |
|
Wojtek Figat
|
fae20daac9
|
Cleanup code #1267
|
2023-07-26 19:28:55 +02:00 |
|
NoriteSC
|
3bd8d930e0
|
doc fixes and code corections
mathf UnwindRadians has fixed coust
added UnwindRadiansAccurate oldversion
|
2023-07-25 15:27:18 +02:00 |
|
Wojtek Figat
|
ce16debabd
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-07-24 23:21:03 +02:00 |
|
Wojtek Figat
|
11bb6d4364
|
Fix crash when using custom Anim Graph node (.NET 7 regression)
|
2023-07-24 14:23:28 +02:00 |
|
Wojtek Figat
|
b26b9302e0
|
Remove unused TIsArithmetic
|
2023-07-18 18:43:10 +02:00 |
|
Wojtek Figat
|
eea0b37dc3
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-07-18 18:35:44 +02:00 |
|
Wojtek Figat
|
b2b10ce7da
|
Fix various core types to be trivially constructible as properly POD-type
|
2023-07-18 18:20:11 +02:00 |
|
Wojtek Figat
|
e39a56fc4e
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-07-18 11:47:39 +02:00 |
|
Wojtek Figat
|
0f613abfb9
|
Add ToSpan from 24c03c0e4b
|
2023-07-18 10:54:21 +02:00 |
|
Wojtek Figat
|
44518e88d5
|
Fix crash when using Vector3 soft casting in Visual Scripts
|
2023-07-18 09:48:43 +02:00 |
|
Wojtek Figat
|
24c03c0e4b
|
Add cloth painting tools to Editor
|
2023-07-13 23:30:37 +02:00 |
|
Wojtek Figat
|
6ae77d0c17
|
Merge remote-tracking branch 'origin/1.6' into 1.7
|
2023-07-09 11:55:50 +02:00 |
|
Wojtek Figat
|
27b3538b2f
|
Fix regression from 9d640656e6
|
2023-07-04 13:15:09 +02:00 |
|
Wojtek Figat
|
e4c3461053
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-07-03 22:01:50 +02:00 |
|
Wojtek Figat
|
9d640656e6
|
Fix StringUtils::ConvertANSI2UTF16 to properly handle multi-byte characters Length
#1225
|
2023-07-03 12:10:06 +02:00 |
|
Wojtek Figat
|
60181a29a3
|
Add copy/move ctor/operator to Delegate
|
2023-07-02 15:46:55 +02:00 |
|
Wojtek Figat
|
0d7e7edf80
|
Optimize BoundingBox::Transform
|
2023-06-29 16:50:53 +02:00 |
|
Wojtek Figat
|
70136509a9
|
Merge branch 'hashset_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-hashset_fix
|
2023-06-28 15:15:11 +02:00 |
|
Wojtek Figat
|
63a70758f2
|
Merge branch 'realloc' of https://github.com/Tryibion/FlaxEngine into Tryibion-realloc
|
2023-06-28 15:13:56 +02:00 |
|
Wojtek Figat
|
b16a6199d0
|
Fix invoking Client RPC on Host client when it's not included in targetIds list
|
2023-06-28 14:52:58 +02:00 |
|
Chandler Cox
|
093928f2f9
|
Change name to ReallocAligned
|
2023-06-28 06:42:54 -05:00 |
|
|
|
d3b96742e7
|
Fix compile-time error in HashSet::ClearDelete
|
2023-06-28 14:42:27 +03:00 |
|
Wojtek Figat
|
17aa4ea60d
|
Optimize CollisionsHelper::FrustumContainsBox
|
2023-06-28 12:21:58 +02:00 |
|
Chandler Cox
|
1d8ae580b7
|
Add Realloc with alignment.
|
2023-06-24 12:05:51 -05:00 |
|
|
|
74760a7661
|
Add support for writing UTF-8 files in FileBase::WriteAllText
|
2023-06-21 13:17:46 +03:00 |
|
Wojtek Figat
|
9b0fdb2cbd
|
Disable assertions in Release build mode
|
2023-06-19 13:59:04 +02:00 |
|
Wojtek Figat
|
8f7da81621
|
Merge remote-tracking branch 'origin/master' into 1.6
# Conflicts:
# Flax.flaxproj
# Source/Editor/Content/Items/AssetItem.cs
|
2023-06-13 15:41:07 +02:00 |
|
Wojtek Figat
|
bda71c067b
|
Port #1166 to StringAnsi
|
2023-06-13 15:04:30 +02:00 |
|
|
|
7cc2c143ab
|
Fix crash when substring of String is assigned to itself
|
2023-06-12 22:03:17 +03:00 |
|
Wojtek Figat
|
81ae687238
|
Merge remote-tracking branch 'origin/master' into 1.6
|
2023-05-28 16:34:38 +02:00 |
|
Wojtek Figat
|
bb567cafde
|
Improve #1120 to use shared lookup table export from engine source and reduce memory alloc from Array via Span
|
2023-05-28 11:46:48 +02:00 |
|
Wiktor Kocielski
|
91fdd60b07
|
BytesToText -> UnitsToText
|
2023-05-26 18:37:28 +03:00 |
|
Wojtek Figat
|
694980160b
|
Merge remote-tracking branch 'origin/master' into 1.6
# Conflicts:
# Source/Editor/CustomEditors/CustomEditorsUtil.cs
# Source/Engine/Networking/NetworkReplicator.cpp
# Source/Engine/Scripting/ManagedCLR/MUtils.cpp
# Source/Tools/Flax.Build/Bindings/BindingsGenerator.Cpp.cs
|
2023-05-24 23:28:38 +02:00 |
|
Wojtek Figat
|
f5adbc08fa
|
Remove unused Function::TryCall
|
2023-05-23 16:08:51 +02:00 |
|
Wojtek Figat
|
d5fcdf6edb
|
Fix BitArray::Set to not be const
|
2023-05-20 11:11:06 +02:00 |
|
Wojtek Figat
|
e03516e22e
|
Optimize text formatting functions instantiation to favor manually called String::Format
|
2023-05-09 16:38:59 +02:00 |
|
Wojtek Figat
|
a403c4d9ee
|
Update fmt llibrary to version 9.1 (Aug 27, 2022)
|
2023-05-09 16:38:15 +02:00 |
|