Wojtek Figat
|
b7cc4c768f
|
Fix unpacking Variant structure if input value is a scalar
#2163
|
2024-01-10 12:08:01 +01:00 |
|
Wojtek Figat
|
d807e9bfe0
|
Fix crash when setting maanaged structure data via Variant
#2163
|
2024-01-10 11:48:08 +01:00 |
|
Wojtek Figat
|
37da55896c
|
Remove unused DateTime apis and cleanup constants
|
2024-01-05 11:15:32 +01:00 |
|
Wojtek Figat
|
976d0992df
|
Fix DateTime::GetDate calculations
#2089 #2086
|
2024-01-05 11:13:41 +01:00 |
|
Mateusz Karbowiak
|
f3497a2a55
|
Fix swapping core collections
|
2023-12-08 20:50:52 +01:00 |
|
Mateusz Karbowiak
|
86fbf05b09
|
Fix general swapping function
|
2023-12-08 20:49:47 +01:00 |
|
Wojtek Figat
|
3328c678c1
|
Merge branch 'halffixes' of https://github.com/Withaust/FlaxEngine into Withaust-halffixes
|
2023-12-06 12:06:56 +01:00 |
|
Wojtek Figat
|
f654d507e5
|
Add Where, Select and RemoveAll to ArrayExtensions
|
2023-12-03 14:09:58 +01:00 |
|
Wiktor Kocielski
|
3ab7d7fcc4
|
Add Half to Vector2/Vector4
|
2023-12-02 15:29:49 +03:00 |
|
Wojtek Figat
|
c8dd2c045c
|
Simplify sorting arrays code
|
2023-12-01 13:57:34 +01:00 |
|
Wojtek Figat
|
4f8aff4352
|
Refactor memory allocators to use dedicated path when moving collection data that is not blittable
#2001 #1920
|
2023-11-28 16:02:36 +01:00 |
|
Wojtek Figat
|
4e190c2e3c
|
Add decoding stack trace function names on Apple platforms
|
2023-11-19 18:04:24 +01:00 |
|
Wojtek Figat
|
e177aec5fa
|
Codestyle
|
2023-11-17 12:19:54 +01:00 |
|
Wojtek Figat
|
a1ef635a2c
|
Merge branch 'MathLib' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-MathLib
|
2023-11-17 12:17:11 +01:00 |
|
NoriteSC
|
307129b4a1
|
added c++ PingPong and flipped sheer
|
2023-11-16 11:50:44 +01:00 |
|
Wojtek Figat
|
eaafb72ca9
|
Optimize some includes and use automatic serializers for platform settings
|
2023-11-13 23:54:07 +01:00 |
|
Wojtek Figat
|
057d1fbcc6
|
Fix unpacking Float3 and other inbuilt Variant types via Unpack node in Visual Script
#1903
|
2023-11-10 15:07:37 +01:00 |
|
Wojtek Figat
|
bcaa42dda2
|
Fix crash on negative collection capacity due to int32 maximum value limit
#1886
|
2023-11-08 15:07:20 +01:00 |
|
Wojtek Figat
|
11b60390b6
|
Add GetRotationFromTo and FindBetween utilities to C# Quaternion API
#1885
|
2023-11-08 14:41:36 +01:00 |
|
Wojtek Figat
|
47ca4228dd
|
Fix compile warning
|
2023-11-06 20:50:52 +01:00 |
|
Wojtek Figat
|
51c0a6e100
|
Fix crash regression on Dictionary and HashSet capacity set to 0 when it contains elements
|
2023-11-06 14:32:04 +01:00 |
|
Wojtek Figat
|
8af3cfd90b
|
Merge remote-tracking branch 'origin/master'
|
2023-11-04 19:14:55 +01:00 |
|
Wojtek Figat
|
3bf7b57dbd
|
Fix BitArray::SetAll() when the item is not multiple of 8
#1863
|
2023-11-04 19:14:45 +01:00 |
|
Wojtek Figat
|
19752e4f3b
|
Add storing shader asset includes paths in compact format for portability
|
2023-11-04 15:26:18 +01:00 |
|
Wojtek Figat
|
e429e85aae
|
Continue Delegate refactor to use single memory allocation and atomic operations for data access
|
2023-11-03 22:27:58 +01:00 |
|
Wojtek Figat
|
6f1ee382b5
|
Fix regression from 087cfd7a8c on hashset item duplicate re-add
|
2023-11-03 19:07:16 +01:00 |
|
Wojtek Figat
|
087cfd7a8c
|
Refactor HashSet and Dictionary collections capacity to handle rehashing when too many elements were deleted
|
2023-11-02 19:59:01 +01:00 |
|
Wojtek Figat
|
f9614a4879
|
Disable capacity alloc on delegate creation
|
2023-10-31 15:31:40 +01:00 |
|
Wojtek Figat
|
f434ff2efe
|
Fix memory overcommitment by HashSet when adding and removing the same item in a loop
#1829
|
2023-10-29 13:37:05 +01:00 |
|
Wojtek Figat
|
d9b0e99b9c
|
Add support for using Revision number in projects version
|
2023-10-26 15:20:35 +02:00 |
|
Wojtek Figat
|
c27187bd0a
|
Fix deserializing vector types in Editor from ToString FormatException
#1802
|
2023-10-25 19:17:04 +02:00 |
|
Wojtek Figat
|
966cd973c6
|
Add GetHash to various math/core types
#1802
|
2023-10-25 18:35:59 +02:00 |
|
Wojtek Figat
|
ba374a27db
|
Reduce code bloat
|
2023-10-23 22:26:55 +02:00 |
|
Wojtek Figat
|
9d1ba6cacf
|
Fix compilation errors when building with old Delegate impl
|
2023-10-23 22:10:21 +02:00 |
|
Wojtek Figat
|
e796d9ea6f
|
Further improve a989173e2d
|
2023-10-20 11:22:22 +02:00 |
|
Wojtek Figat
|
a989173e2d
|
Fix UnitsToText to properly print string with 2 decimal places
|
2023-10-19 15:16:14 +02:00 |
|
Wojtek Figat
|
8b096a9286
|
Fixes
|
2023-10-18 10:52:36 +02:00 |
|
Wojtek Figat
|
2d0eabc8be
|
Fix deadlock in Foliage::GetFoliageTypeInstancesCount
#1724
|
2023-10-17 23:20:30 +02:00 |
|
Wojtek Figat
|
cebae5c4e1
|
Add foreach loop support to Span type
|
2023-10-17 09:53:48 +02:00 |
|
Wojtek Figat
|
148ced5a55
|
Fix compilation
|
2023-10-15 19:04:35 +02:00 |
|
Wojtek Figat
|
f8f1a66ab9
|
Fix multi-line logs on Windows regression from cf94cd937a
|
2023-10-15 10:12:33 +02:00 |
|
Wojtek Figat
|
702356f1e4
|
Missing change for c01614b8f5 and regression from 88eca13eb3
|
2023-10-13 16:58:02 +02:00 |
|
Wojtek Figat
|
cf94cd937a
|
Fix logging performance and crashes on non-Windows platforms
#662
|
2023-10-13 14:41:45 +02:00 |
|
Wojtek Figat
|
88eca13eb3
|
Add default font bundling (optional) and setup UI Style to match editor logic
#641
|
2023-10-12 22:28:40 +02:00 |
|
Wojtek Figat
|
8f3a5bd74a
|
Improve ObjectsRemovalService to handle newly added objects removing
|
2023-10-11 17:41:35 +02:00 |
|
Wojtek Figat
|
00a03beb78
|
Optimize Half2 conversion in Render2D
|
2023-10-09 21:45:36 +02:00 |
|
Wojtek Figat
|
09f2be907e
|
Merge remote-tracking branch 'origin/master' into 1.7
# Conflicts:
# Flax.flaxproj
|
2023-10-09 12:40:47 +02:00 |
|
Wojtek Figat
|
8e23781153
|
Fix updating time left when destroying large amount of objects
#1584
|
2023-10-09 12:13:09 +02:00 |
|
Wojtek Figat
|
b8f094e007
|
Cleanup Iterator in ChunkedArray
|
2023-10-08 11:09:12 +02:00 |
|
|
|
bc658bbfba
|
Fix Dictionary iterator comparison
Missing change from 9291295a4d
|
2023-10-07 14:25:07 +03:00 |
|