GoaLitiuM
|
6278fea496
|
Optimize PhysX collision event handling and onContact callback
|
2023-09-02 23:04:35 +03:00 |
|
mafiesto4
|
6a5e660c2e
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-09-02 19:02:52 +02:00 |
|
mafiesto4
|
36dca16991
|
Fix WheeledVehicle driving in Drive4W mode when wheels are in custom order
#1352
|
2023-09-01 13:43:36 +02: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 |
|
mafiesto4
|
8ff96723db
|
Add async update to Behavior via Task Graph System
|
2023-08-31 14:54:26 +02:00 |
|
mafiesto4
|
f43f17a783
|
Add Move To node to BT
|
2023-08-31 14:02:03 +02:00 |
|
mafiesto4
|
5d2fae5896
|
Add GetColliders utility to RigidBody
|
2023-08-31 14:01:30 +02:00 |
|
mafiesto4
|
67d5d3a3fb
|
Fix missing Variant typename for Object or Asset value to properly pass type checks
|
2023-08-31 09:37:54 +02:00 |
|
mafiesto4
|
5500e99ed8
|
Add NavMeshPathFlags to navmesh for partial paths info
|
2023-08-31 09:37:27 +02:00 |
|
mafiesto4
|
540681e59d
|
Add MoveTowards to vector3
|
2023-08-31 09:23:16 +02: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
|
b6c8a08b58
|
Add Has Goal decorator to BT
|
2023-08-29 17:31:35 +02:00 |
|
mafiesto4
|
57ee884397
|
Add hot-reload support for BT to properly reload node instances data
|
2023-08-29 16:33:41 +02:00 |
|
mafiesto4
|
c32a139dbd
|
Fix crash when unboxing managed structure with refs into Variant
|
2023-08-29 11:57:18 +02:00 |
|
mafiesto4
|
c7d277ca74
|
Fix crash when unboxing managed structure with refs into Variant
|
2023-08-29 11:42:47 +02:00 |
|
mafiesto4
|
17cbd66aed
|
Fix Label to draw text under children
|
2023-08-29 11:41:29 +02:00 |
|
mafiesto4
|
0defecaeb9
|
Add concept of Goals to Behavior Knowledge
|
2023-08-29 11:41:07 +02:00 |
|
mafiesto4
|
8906453b15
|
Merge remote-tracking branch 'origin/master' into 1.7
|
2023-08-28 09:11:29 +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 |
|
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 |
|
mafiesto4
|
99547a1ff4
|
Add Has Tag decorator
|
2023-08-25 10:42:53 +02:00 |
|
mafiesto4
|
b31f262214
|
Add Knowledge Conditional and Knowledge Values Conditional decorators to BT
|
2023-08-25 10:25:24 +02:00 |
|
mafiesto4
|
cc7e93e2ee
|
Don't recheck decorators conditions if the node is already relevant
|
2023-08-25 10:22:33 +02:00 |
|
mafiesto4
|
992cc381d5
|
Simplify Variant code with define for ManagedObject handle
|
2023-08-25 10:22:09 +02:00 |
|
Wiktor Kocielski
|
87e36bcfd5
|
Stop replication if NetworkManager::NetworkFPS < 0
|
2023-08-25 02:44:23 +03:00 |
|
mafiesto4
|
a27cb4e215
|
Refactor BT nodes methods to always use context structure as input
|
2023-08-24 16:51:25 +02:00 |
|
mafiesto4
|
8c1dfb3087
|
Add Time Limit and Cooldown decorators to BT
|
2023-08-24 16:41:01 +02:00 |
|
mafiesto4
|
d2034622cb
|
Add Invert, ForceSuccess, ForceFailed and Loop decorators to BT
|
2023-08-24 13:06:55 +02:00 |
|
mafiesto4
|
69ab69c5cc
|
Add Decorators support to BT graph
|
2023-08-24 13:05:54 +02:00 |
|
mafiesto4
|
73c0758410
|
Add releasing nested nodes state when BT tree goes irrelevant
|
2023-08-23 13:43:46 +02:00 |
|
mafiesto4
|
3259af3368
|
Add Force Finish node to BT
|
2023-08-22 11:12:05 +02:00 |
|
mafiesto4
|
50c85aec6d
|
Minor improvements to #1315 and add getter of current window style
|
2023-08-21 23:33:33 +02:00 |
|
mafiesto4
|
b4adb7f3e1
|
Merge branch 'set-window-mode' of https://github.com/Tryibion/FlaxEngine into Tryibion-set-window-mode
|
2023-08-21 22:42:13 +02:00 |
|
mafiesto4
|
845697cc4a
|
Merge branch 'terraincache' of https://github.com/Withaust/FlaxEngine into Withaust-terraincache
|
2023-08-21 22:31:01 +02:00 |
|
mafiesto4
|
8c230e7cb0
|
Merge branch 'button-border' of https://github.com/Tryibion/FlaxEngine into Tryibion-button-border
|
2023-08-21 21:54:56 +02:00 |
|
mafiesto4
|
863b6338ce
|
Fix missing asset refs from BT nodes data
|
2023-08-21 18:28:05 +02:00 |
|
mafiesto4
|
cc5cde5bc7
|
Add Nested node to BT
|
2023-08-21 17:38:48 +02:00 |
|
mafiesto4
|
a6e503d21b
|
Add Selector node to BT
|
2023-08-21 00:07:25 +02:00 |
|
mafiesto4
|
fce82247ab
|
Add Delay node to BT
|
2023-08-20 21:42:43 +02:00 |
|
mafiesto4
|
2e9facc429
|
Add Random::RandRange
|
2023-08-20 21:41:20 +02:00 |
|