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
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
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
Wojtek Figat
09c0d0d29d
Add Alignment option to Vertical and Horizonal Panels
...
#2599
2024-10-22 22:34:57 +02:00
Chandler Cox
0b52a579c7
Change when wheels are ordered.
2024-10-22 13:18:22 -05:00
xxSeys1
06929f7079
add getter for WheeledVehicle throttle
2024-10-22 14:38:13 +02:00
Wojtek Figat
f62c77c35c
Fix game deployment if output name contains invalid path characters
...
#3004
2024-10-21 12:37:55 +02:00
xxSeys1
fceb47f2af
fix context not implemented
2024-10-17 18:47:48 +02:00
xxSeys1
b27ccc5f3b
condense switch statement
2024-10-17 18:42:39 +02:00
xxSeys1
7558cce609
change back accidentally committed line
2024-10-15 22:07:09 +02:00
xxSeys1
98215252bd
add tooltip text alignment editor options
2024-10-15 22:05:16 +02:00
xxSeys1
283ee2af6f
add debug draw clear method
2024-10-15 18:55:03 +02:00
Wojtek Figat
79471af0c1
Fix bug in new shadows rendering when there are too many lights
2024-10-10 11:19:06 +02:00
Wojtek Figat
73842d9793
Fix properties order in Light shadows section
2024-10-09 12:17:39 +02:00
Wojtek Figat
600ac568a9
Change default shadows update rate at far plane to be 1 to prevent artifacts
...
Users can tweak this down manually when optimizing game (dynamic games might stay at 1)
2024-10-09 12:14:53 +02:00
Wojtek Figat
9694446fca
Optimize Color32 to use packed bits for quick comparisons
2024-10-08 12:15:01 +02:00
Wojtek Figat
b73463a4b2
Merge branch 'fix-video-audio-not-loop' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-video-audio-not-loop
2024-10-07 10:24:55 +02:00
Wojtek Figat
3434731c2a
Another blind fix
2024-10-07 00:40:22 +02:00
Wojtek Figat
28bf60e62d
Fix compilation
2024-10-06 23:54:20 +02:00
Wojtek Figat
4a4120864d
Better fix for c6fa20abaa
2024-10-06 23:23:41 +02:00
Chandler Cox
283f26b95c
Fix video audio not looping.
2024-10-06 14:54:44 -05:00
Wojtek Figat
9b7e5be50e
Add new features to stb too (as unsupported)
...
#2968
2024-10-05 23:22:06 +02:00
Wojtek Figat
66862ea1cf
Merge branch 'fix-recons-z' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-recons-z
2024-10-05 23:17:22 +02:00
Wojtek Figat
c6fa20abaa
Better fix for 573e99dd2d
2024-10-05 23:15:38 +02:00
Chandler Cox
305d3a6496
Add FlipX to texture tool.
2024-10-04 19:31:55 -05:00
Chandler Cox
2a5de178fa
Small fix for Reconstructing Z Channel and add keeping aspect ration when resizing.
2024-10-04 19:21:15 -05:00
Wojtek Figat
1e2d02d437
Merge branch 'reconst-z-channel' of https://github.com/Tryibion/FlaxEngine into Tryibion-reconst-z-channel
2024-10-04 22:39:37 +02:00
Wojtek Figat
58e1396c15
Fix rich text box snapping to be ignored at text end
...
#2964
2024-10-04 22:39:10 +02:00
Chandler Cox
8e72b1f326
Fix comment.
2024-10-04 15:39:02 -05:00
Chandler Cox
6b10ebdc2c
Add options to reconstruct z channel for textures.
2024-10-04 15:29:45 -05:00
Wojtek Figat
c759b5fa24
Merge branch 'fix_2804' of https://github.com/amir9480/FlaxEngine into amir9480-fix_2804
2024-10-04 22:19:10 +02:00
Wojtek Figat
573e99dd2d
Fix compilation regression
2024-10-04 22:16:38 +02:00
Wojtek Figat
b9849e2b5c
Fix parsing numbers to support sign
2024-10-04 15:59:48 +02:00
Wojtek Figat
6fecf1d58a
Fix crash when setting static dotnet field from unmanaged code
2024-10-04 15:59:41 +02:00
Wojtek Figat
e860f969be
Add attributes support for dotnet interop for methods, fields and properties
2024-10-04 15:59:34 +02:00