mafiesto4
|
639149b63b
|
Fix crash when toggling WheeledVehicle active state
#1351
|
2023-09-12 11:41:33 +02:00 |
|
mafiesto4
|
48d4a51c1b
|
Fix crash when boxing native array to managed value
|
2023-09-11 15:06:26 +02:00 |
|
mafiesto4
|
1134cfa6a6
|
Fix using ManagedDictionary when item value type is array
#1305
|
2023-09-11 15:05:46 +02:00 |
|
mafiesto4
|
9afa98e905
|
Fix Random Range nodes in CPU particles/script graphs when using int
#1341
|
2023-09-11 13:59:10 +02:00 |
|
mafiesto4
|
fb27606541
|
Add missing Particle Scale getter node to Particle Emitter graph
#1343
|
2023-09-11 13:54:44 +02:00 |
|
mafiesto4
|
716e643f2a
|
Fix applying prefab changes to nesting prefab instances
#1256
|
2023-09-10 21:07:41 +02:00 |
|
mafiesto4
|
a4312590e7
|
Fix debug draw leftover from 9da686cd52
#1369 #1365
|
2023-09-10 13:34:46 +02:00 |
|
Wiktor Kocielski
|
8008f05d64
|
Merge branch 'master' into layeraddition
|
2023-09-10 13:39:31 +03:00 |
|
mafiesto4
|
9da686cd52
|
Improve #1369 for #1365
|
2023-09-10 11:58:54 +02:00 |
|
mafiesto4
|
3962285b87
|
Merge branch 'master' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-master
|
2023-09-10 11:44:34 +02:00 |
|
mafiesto4
|
53deeff116
|
Missing change from 9291295a4d
|
2023-09-10 11:33:08 +02:00 |
|
mafiesto4
|
9291295a4d
|
Fix Dictionary and HashSet iterators to prevent unwanted data copies
#1361
|
2023-09-10 11:25:36 +02:00 |
|
mafiesto4
|
9d031fadc0
|
Merge branch 'resizedelegate' of https://github.com/Withaust/FlaxEngine into Withaust-resizedelegate
|
2023-09-10 11:12:19 +02:00 |
|
mafiesto4
|
317c7021a3
|
Merge branch 'slider' of https://github.com/Tryibion/FlaxEngine into Tryibion-slider
|
2023-09-10 11:08:10 +02:00 |
|
mafiesto4
|
f8d56fceec
|
Merge branch 'add_DebugDraw_DrawRay' of https://github.com/RuanLucasGD/FlaxEngine into RuanLucasGD-add_DebugDraw_DrawRay
|
2023-09-10 11:03:31 +02:00 |
|
mafiesto4
|
002d46cddd
|
Merge branch 'managed_utf8_str_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-managed_utf8_str_fix
|
2023-09-10 10:52:08 +02:00 |
|
mafiesto4
|
d653300e18
|
Merge branch 'remove-tag' of https://github.com/Tryibion/FlaxEngine into Tryibion-remove-tag
|
2023-09-10 10:18:45 +02:00 |
|
Ruan Lucas
|
c6ad4d0e19
|
small doc fix
|
2023-09-09 13:07:39 -04:00 |
|
Ruan Lucas
|
420e02e3c1
|
add empty drawRay
|
2023-09-09 09:28:06 -04:00 |
|
Ruan Lucas
|
317384ed28
|
add debugdraw::drawray
|
2023-09-08 22:19:09 -04:00 |
|
Ruan Lucas
|
fc7c24f771
|
Fix for #1365
|
2023-09-07 11:33:16 -04:00 |
|
Wiktor Kocielski
|
5ceafaad77
|
WindowBase::Resized delegate
|
2023-09-06 05:47:51 +03:00 |
|
Wiktor Kocielski
|
d9a1eb349d
|
Implement tags recursive addition
|
2023-09-06 05:43:27 +03:00 |
|
Wiktor Kocielski
|
7c9959bca5
|
Merge branch 'FlaxEngine:master' into layeraddition
|
2023-09-06 05:19:55 +03:00 |
|
Tryibion
|
d96f19e5c6
|
Change exposed positionns to float 2
|
2023-09-05 08:44:59 -05:00 |
|
Tryibion
|
65a02f032f
|
Expose helpful slider data.
|
2023-09-05 08:25:25 -05:00 |
|
Tryibion
|
20f35e332f
|
Add slider control
|
2023-09-04 20:15:59 -05:00 |
|
Menotdan
|
1ed84a9b40
|
Merge branch 'FlaxEngine:master' into material_import
|
2023-09-04 11:42:05 -04:00 |
|
GoaLitiuM
|
afec6afe4c
|
Fix managed UTF-8 string allocation not using correct encoding
|
2023-09-03 14:05:21 +03:00 |
|
mafiesto4
|
36dca16991
|
Fix WheeledVehicle driving in Drive4W mode when wheels are in custom order
#1352
|
2023-09-01 13:43:36 +02:00 |
|
Tryibion
|
5b5c298a96
|
Add remove tag method to actor.
|
2023-09-01 06:35:52 -05:00 |
|
mafiesto4
|
5a8944a82d
|
Add support for editing WheeledVehicle engine/differential config at runtime without full physics state rebuild
#1348
|
2023-09-01 12:52:01 +02:00 |
|
mafiesto4
|
b0ec8525aa
|
Add support for editing WheeledVehicle wheels config at runtime without full physics state rebuild
#1324
|
2023-09-01 12:40:51 +02:00 |
|
mafiesto4
|
a8cc4d7fcb
|
Fix wheel vehicle drive when EnableSimulation is disabled
#1323
|
2023-09-01 12:14:26 +02:00 |
|
mafiesto4
|
622293a55b
|
Merge branch 'progress-bar-improv' of https://github.com/Tryibion/FlaxEngine into Tryibion-progress-bar-improv
|
2023-09-01 11:59:05 +02:00 |
|
mafiesto4
|
21b90fb829
|
Fix crash when spawning large amount of network objects at once by sending spawn message in parts
#1344
|
2023-09-01 11:42:31 +02:00 |
|
Tryibion
|
a98458be1f
|
Small improvements.
|
2023-08-31 14:14:01 -05:00 |
|
Tryibion
|
e4dfda7202
|
Add method enum.
|
2023-08-31 14:07:17 -05:00 |
|
Tryibion
|
d7112dc534
|
Improve progress bar to add switch between clipping and stretch and add direction.
|
2023-08-30 17:59:39 -05:00 |
|
mafiesto4
|
c32a139dbd
|
Fix crash when unboxing managed structure with refs into Variant
|
2023-08-29 11:57:18 +02:00 |
|
mafiesto4
|
bd750d2634
|
Fix incoming drag drop location on macOS
|
2023-08-27 22:41:57 +02:00 |
|
mafiesto4
|
fa77a52a2c
|
Fix prefab apply bug when one of the prefabs in project is broken
|
2023-08-27 20:08:27 +02:00 |
|
mafiesto4
|
0909c5bcc0
|
Merge branch 'replicationdisabling' of https://github.com/Withaust/FlaxEngine into Withaust-replicationdisabling
|
2023-08-27 16:43:24 +02:00 |
|
mafiesto4
|
dc871a637b
|
Merge branch 'xaudio2_crash' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-xaudio2_crash
|
2023-08-27 16:38:21 +02:00 |
|
mafiesto4
|
87e19ef4bc
|
Fix crash on terrain export in Editor
#1330
|
2023-08-27 16:19:25 +02:00 |
|
Tryibion
|
44598d4741
|
Small change in showing target error
|
2023-08-26 17:07:04 -05:00 |
|
Tryibion
|
d969a7f8b0
|
Add more physics settings.
|
2023-08-26 15:17:45 -05:00 |
|
GoaLitiuM
|
3939106e78
|
Fix crash with XAudio2 backend when source is playing
The array containing the sources might grow and invalidate existing
pointers to sources while some of the previous sources are still playing.
|
2023-08-25 22:09:00 +03:00 |
|
Wiktor Kocielski
|
87e36bcfd5
|
Stop replication if NetworkManager::NetworkFPS < 0
|
2023-08-25 02:44:23 +03:00 |
|
Wiktor Kocielski
|
7b44075ac8
|
Add recursive methods for layers
|
2023-08-25 00:01:31 +03:00 |
|