Wojtek Figat
c0a99688f9
Fix passing object reference as out parameter in scripting method invoke
2024-11-18 19:00:01 +01:00
Wojtek Figat
a839cf796b
Fix MUtils::GetClass for Float2
2024-11-18 14:42:13 +01:00
Wojtek Figat
38b662be63
Merge branch 'obfuscate-text-box' of https://github.com/Tryibion/FlaxEngine into Tryibion-obfuscate-text-box
2024-11-18 11:29:19 +01:00
Wojtek Figat
7a74b1e46d
Merge branch 'remap-role-change-object-id' of https://github.com/envision3d/FlaxEngine into envision3d-remap-role-change-object-id
2024-11-18 11:25:58 +01:00
xxSeys1
498e94548b
fix tests not passing
2024-11-16 17:08:34 +01:00
xxSeys1
75d4a110de
remove usage of System.Linq
2024-11-16 17:08:10 +01:00
Chandler Cox
65d966fffa
Add being able to obfuscate text in a text box with a character.
2024-11-15 09:45:02 -06:00
dd894b510d
Add support for .NET 9 SDK and runtime
2024-11-14 23:05:25 +02:00
envision3d
8af74e2062
Remap object id for role change message
2024-11-08 05:04:40 -06:00
Wojtek Figat
a1b3610af8
Enable network object ids remapping for host or server too to fix custom object ids map
...
#3042
2024-11-07 13:57:26 +01:00
Wojtek Figat
851e0b4239
Check for valid object id to map
2024-11-06 23:58:14 +01:00
Wojtek Figat
853e7cb6f7
Add NetworkReplicator.AddObjectIdMapping for global/custom network objects sync
...
#3042
2024-11-05 16:37:23 +01:00
Wojtek Figat
935e25ab7d
Fix compile warnings
2024-11-05 11:32:49 +01:00
Wojtek Figat
77a418de7f
Merge branch 'Adjusted-minimum-resolution-for-CavnvasScaler' of https://github.com/alcoranpaul/FlaxEngine into alcoranpaul-Adjusted-minimum-resolution-for-CavnvasScaler
2024-11-05 11:13:17 +01:00
Paul Adrian
c4c40874e3
added more float literals
2024-10-31 20:32:01 -05:00
Paul Adrian
9f8989b969
Set minimum resolution and resolution curve
...
- Set minimum resolution to (1,1) and minimum keyframe of the Resolution Curve to (0,0)
- Also added float literals
2024-10-31 20:26:02 -05:00
Mateusz Karbowiak
dca48b335a
Hash collections bucket state enum extracted
...
This is a small compilation time optimization by reducing total number of generated types. Should not change runtime behavior.
2024-10-31 02:41:51 +01:00
Mateusz Karbowiak
26309a0d41
Dictionary mutable key access for const accessor hack
2024-10-31 01:15:05 +01:00
Mateusz Karbowiak
7cca26bb97
Dictionary cast constiness fix
2024-10-31 01:08:44 +01:00
Mateusz Karbowiak
2ae3932fcc
Revert BitArray changes
2024-10-31 01:06:04 +01:00
Mateusz Karbowiak
5d32ed7f8e
Collections casts constiness fix
2024-10-31 00:49:59 +01:00
Mateusz Karbowiak
fbb840dff3
Collections de/increment operations fix
...
This one is more stylistic but is consistent with practice of using pre- operations for iterators.
2024-10-31 00:45:00 +01:00
Mateusz Karbowiak
9c448f75d8
Collections const correctness fix (style)
2024-10-31 00:29:38 +01:00
Mateusz Karbowiak
66b6a29ed4
Collections iterator move noexcept fix
2024-10-31 00:21:34 +01:00
Mateusz Karbowiak
8cb7fb48ce
Dictionary returning const item fix
...
Returning const object does not prevent from using mutable by triggering copy constructor.
2024-10-31 00:21:33 +01:00
Mateusz Karbowiak
5439efc559
Collections implicit cast constructor fix
...
This one prohibits annoying casts. It is also important for future context injection and follows STL practice.
2024-10-30 22:30:55 +01:00
Mateusz Karbowiak
f77f551b72
Collections type aliasing fix
...
This one is debatable. It follows modern C++.
2024-10-30 22:30:54 +01:00
Mateusz Karbowiak
a55866d558
Collections casts fix
2024-10-30 22:18:47 +01:00
Mateusz Karbowiak
02db7d02f2
Collections const-correctness fix
2024-10-30 21:06:16 +01:00
Wojtek Figat
7d59280b30
Merge branch 'namlessArg-support' of https://github.com/Tryibion/FlaxEngine into Tryibion-namlessArg-support
2024-10-30 18:51:41 +01:00
Chandler Cox
2f4e673be3
Add test for nameless function arguments
2024-10-30 12:20:37 -05:00
Wojtek Figat
ea7b4963e1
Merge branch 'fix-network-manager-update-loop' of https://github.com/ldkuba/FlaxEngine into ldkuba-fix-network-manager-update-loop
2024-10-30 17:27:16 +01:00
ldkuba
2715df7cf2
Fix NetworkManager not resetting LastUpdateTime
...
NetworkManager did not reset the LastUpdateTime variable to 0 when
stopping. This lead to wrong behaviour in Update when Stopped and
Started multiple times.
2024-10-30 15:16:45 +01:00
Chandler Cox
8a31d1b54f
Add test for trailing return.
2024-10-28 22:15:34 -05:00
Wojtek Figat
62fa3b8574
Merge branch 'wheel-ordering' of https://github.com/Tryibion/FlaxEngine into Tryibion-wheel-ordering
2024-10-28 20:55:10 +01:00
Wojtek Figat
ae4a4a8e57
Fix ComputeShapeSqrDistanceToPoint on PhysX with Large Worlds
...
#3023
2024-10-28 20:47:53 +01:00
xxSeys1
1d7054265d
avoid null string issues
2024-10-25 19:58:49 +02:00
Wojtek Figat
9f9564895e
Fix collecting referenced asses from Animation asset
...
#3013
2024-10-25 19:02:31 +02:00
Wojtek Figat
6af788b20c
Fix logging missing ref duplicates
...
#3018
2024-10-25 17:27:28 +02:00
xxSeys1
68e531aebb
change how layers with no name get displayed
...
Makes the name shorter, fits into comboboxes more easily
2024-10-25 16:09:30 +02:00
xxSeys1
a0aee15267
add named terrain layers
2024-10-25 15:30:54 +02:00
Wojtek Figat
5a873ad606
Fix crash when boxing native non-POD structure into managed data
2024-10-25 13:25:47 +02:00
Wojtek Figat
1181deb5df
Fix crash when using attributes cache after hot-reload in editor
2024-10-25 13:25:36 +02:00
Chandler Cox
baa4c2c680
Fix tooltip having editor references.
2024-10-22 21:27:16 -05:00
Wojtek Figat
efe2b2caf5
Merge branch 'handle-bracket-gen' of https://github.com/Tryibion/FlaxEngine into Tryibion-handle-bracket-gen
2024-10-22 23:45:46 +02:00
Wojtek Figat
dbb6cecafb
Fix warning
2024-10-22 23:37:47 +02:00
Wojtek Figat
3d87c054be
Merge branch 'TooltipTextAlignment' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-TooltipTextAlignment
2024-10-22 23:35:24 +02:00
Chandler Cox
4d0ed01369
Add test case for field default values
2024-10-22 16:31:08 -05:00
Wojtek Figat
626e9732a4
Merge branch 'DebugDrawClear' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-DebugDrawClear
2024-10-22 23:19:44 +02:00
Wojtek Figat
b4e45d2487
Merge branch 'GetVehicleThrottle' of https://github.com/xxSeys1/FlaxEngine into xxSeys1-GetVehicleThrottle
2024-10-22 22:40:26 +02:00