Wojtek Figat
|
626bdf2e37
|
Add Variant::AsStructure to comparision operator between VariantType and ScriptingTypeHandle
|
2023-09-24 19:27:23 +02:00 |
|
Wojtek Figat
|
9f97787099
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-09-20 16:02:48 +02:00 |
|
Wojtek Figat
|
e3cf9c05e4
|
Fix logging macOS process to remove redundant newlines
|
2023-09-20 09:06:54 +02:00 |
|
Wojtek Figat
|
a71de7357c
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-09-19 21:42:53 +02:00 |
|
Andrej Stojkovikj
|
35ee890f9f
|
Fix in typo, should be length instead of magnitude
|
2023-09-19 19:33:25 +02:00 |
|
Andrej Stojkovikj
|
cb460af264
|
Revert last feature since feature already exists
|
2023-09-19 19:29:59 +02:00 |
|
Andrej Stojkovikj
|
8930c7ba56
|
Implemented static functions for length and length squared for Vectors
|
2023-09-19 16:09:18 +02:00 |
|
Andrej Stojkovikj
|
3f299f4cf6
|
Just in case change type cast for other variables as well
|
2023-09-19 15:57:33 +02:00 |
|
Andrej Stojkovikj
|
e1f528ec9a
|
Fix SmoothDamp missed type casting for Vector2
|
2023-09-19 15:48:16 +02:00 |
|
Andrej Stojkovikj
|
4e44002259
|
Fix SmoothDamp missed type casting for Vector 3
|
2023-09-19 15:47:38 +02:00 |
|
Wojtek Figat
|
255e47fa1e
|
Fix crash due to invalid message in Assimp
|
2023-09-19 14:00:37 +02:00 |
|
Wojtek Figat
|
10dc06be9b
|
Fix crash if OpenAL internal device name is all whitespaces
|
2023-09-18 19:23:10 +02:00 |
|
Andrej Stojkovikj
|
831500faa7
|
Fix type definition for Vector2 and Vector3
|
2023-09-17 23:16:08 +02: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 |
|
|
|
58b2530ac4
|
Remove redundant reference counter from Delegate
|
2023-09-16 14:16:25 +03:00 |
|
|
|
c686e59fd6
|
Lazy allocate mutex in Delegate
|
2023-09-13 17:30:13 +03:00 |
|
Wojtek Figat
|
936018c49e
|
Add DELEGATE_USE_ATOMIC to toggle #1319 for backward compatibility
|
2023-09-13 11:44:44 +02: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
|
fb488cbaf7
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-09-11 22:43:46 +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 |
|
|
|
4ffec5e09a
|
Use HashSet as backing storage for bound Delegate functions
|
2023-09-02 23:14:38 +03:00 |
|
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 |
|
|
|
017b45d674
|
Use mutex over atomic operations in Delegate
|
2023-08-16 17:39:08 +03: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 |
|