Commit Graph

9342 Commits

Author SHA1 Message Date
Wojtek Figat
529de24da4 Cache DisableCCD locally in physics backend
#2768
2024-07-18 12:39:15 +02:00
Wojtek Figat
fc3d15c544 Merge branch 'ccd-fix' of https://github.com/Swiggies/FlaxEngine into Swiggies-ccd-fix 2024-07-18 12:27:33 +02:00
Wojtek Figat
261c4a7e88 Merge branch 'GoaLitiuM-simplemove_gravity' 2024-07-18 12:26:11 +02:00
Wojtek Figat
ccd619f659 Merge branch 'simplemove_gravity' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-simplemove_gravity 2024-07-18 12:26:06 +02:00
Wojtek Figat
35bbd52f89 Merge branch 'GoaLitiuM-charcontroller_terrain_fix' 2024-07-18 11:54:54 +02:00
Wojtek Figat
ea45aa9b19 Merge branch 'charcontroller_terrain_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-charcontroller_terrain_fix 2024-07-18 11:54:46 +02:00
Wojtek Figat
655c377da8 Merge branch 'Tryibion-phyx-ed' 2024-07-18 11:50:56 +02:00
Wojtek Figat
5498cbf3bf Merge branch 'phyx-ed' of https://github.com/Tryibion/FlaxEngine into Tryibion-phyx-ed 2024-07-18 11:50:46 +02:00
Wojtek Figat
10a343a490 Merge branch 'Tryibion-mesh-collider-neg-scale-fix' 2024-07-18 11:47:46 +02:00
Wojtek Figat
b2faad9634 Merge branch 'mesh-collider-neg-scale-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-mesh-collider-neg-scale-fix 2024-07-18 11:47:39 +02:00
Wojtek Figat
786ab54f84 Merge branch 'Tryibion-pref-layout-splitter' 2024-07-18 11:46:03 +02:00
Wojtek Figat
d41d153cff Merge branch 'pref-layout-splitter' of https://github.com/Tryibion/FlaxEngine into Tryibion-pref-layout-splitter 2024-07-18 11:45:53 +02:00
Wojtek Figat
89bd733142 Merge branch 'Tryibion-picker-type' 2024-07-18 11:11:58 +02:00
Wojtek Figat
5d2a1e0507 Merge branch 'picker-type' of https://github.com/Tryibion/FlaxEngine into Tryibion-picker-type 2024-07-18 11:09:51 +02:00
Wojtek Figat
22ff68b89f Merge branch 'Tryibion-remove-redundant-tab' 2024-07-18 10:48:05 +02:00
Wojtek Figat
fe41ef619b Improve floating dock window hidden header to handle inputs properly
#2770
2024-07-18 10:47:46 +02:00
Wojtek Figat
3870a013fa Merge branch 'remove-redundant-tab' of https://github.com/Tryibion/FlaxEngine into Tryibion-remove-redundant-tab 2024-07-18 10:36:53 +02:00
Wojtek Figat
ebd890a0da Merge branch 'Tryibion-fix-last-tab-drag' 2024-07-18 10:35:29 +02:00
Wojtek Figat
964a1940c4 Merge branch 'fix-last-tab-drag' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-last-tab-drag 2024-07-18 10:34:32 +02:00
Wojtek Figat
b11af95ec7 Merge branch 'Tryibion-texture-window-tabs' 2024-07-18 10:31:16 +02:00
Wojtek Figat
e8de6c37fc Merge branch 'texture-window-tabs' of https://github.com/Tryibion/FlaxEngine into Tryibion-texture-window-tabs 2024-07-18 08:46:38 +02:00
Wojtek Figat
af41cefaac Merge branch 'Tryibion-layer-resize-fix' 2024-07-18 08:44:51 +02:00
Wojtek Figat
900a96938b Merge branch 'layer-resize-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-layer-resize-fix 2024-07-18 08:44:45 +02:00
Wojtek Figat
c58d43ac1e Merge branch 'Tryibion-editor-update' 2024-07-18 08:43:52 +02:00
Wojtek Figat
0122ee94a5 Merge branch 'editor-update' of https://github.com/Tryibion/FlaxEngine into Tryibion-editor-update 2024-07-18 08:43:48 +02:00
Wojtek Figat
dfb541011d Merge branch 'Tryibion-audio-play-rename' 2024-07-18 08:42:43 +02:00
Chandler Cox
85a04f8e81 Perform layout of splitter panel once splitter is done being dragged. 2024-07-16 20:36:27 -05:00
Chandler Cox
531c75bff9 Display asset picker type. 2024-07-16 20:32:47 -05:00
Chandler Cox
12f70572b0 Remove redundant first tab on floating window. 2024-07-16 20:05:27 -05:00
Chandler Cox
7090e85224 Fix not being able to drag a window tab all of the way to the right. 2024-07-16 19:25:05 -05:00
Olly Rybak
e5e1f945ea Added eDETECT_CCD_CONTACT to PairFlags, hopefully properly enabling CCD 2024-07-17 10:04:14 +10:00
Chandler Cox
d4bf8368b1 Separate import settings as new tab in texture window. 2024-07-16 11:43:04 -05:00
Chandler Cox
6588a71879 Dont allow resize of layers array. 2024-07-15 18:19:14 -05:00
Chandler Cox
d700df6afb Add PhysX option for enabling enhanced determinism 2024-07-15 16:23:49 -05:00
35d46e23a8 Fix CharacterController::SimpleMove gravity displacement handling 2024-07-13 16:39:22 +03:00
f1fc086612 Fix CharacterController to not process hits against removed actors 2024-07-13 16:39:06 +03:00
Chandler Cox
7b4e509140 Fix mesh collider not rotating correctly due to negative scale. 2024-07-11 18:44:55 -05:00
Chandler Cox
c168ce3a7e Deprecate IsActuallyPlayingSth and add IsActuallyPlaying to AudioSource 2024-07-11 17:39:11 -05:00
Chandler Cox
e1dcd290b1 Add Editor update event. 2024-07-11 15:48:50 -05:00
Wojtek Figat
009e1aaebb Merge branch 'Tryibion-content-cut' 2024-07-04 18:07:10 +02:00
Wojtek Figat
fe9996dd4f Merge branch 'content-cut' of https://github.com/Tryibion/FlaxEngine into Tryibion-content-cut 2024-07-04 18:07:03 +02:00
Wojtek Figat
d1e54b821b Fix asset to be soft when transformation is nan or inf
#2742
2024-07-04 18:05:47 +02:00
Chandler Cox
8877aac8cb Small code cleanup 2024-07-03 13:07:02 -05:00
Chandler Cox
a61096ffa5 Add cutting of content items. 2024-07-03 12:53:50 -05:00
Wojtek Figat
f40cf6539a Update Assimp for Mac 2024-07-02 11:29:56 +02:00
Wojtek Figat
8e4f7babf3 Merge branch 'GoaLitiuM-unsafeaccessor_init' 2024-07-02 10:04:05 +02:00
Wojtek Figat
e18b059234 Merge branch 'unsafeaccessor_init' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-unsafeaccessor_init 2024-07-02 10:04:00 +02:00
Wojtek Figat
e3114c29af Merge branch 'envision3d-feature/add-default-audio-listener' 2024-07-02 10:02:31 +02:00
Wojtek Figat
3539f84c9a Merge branch 'feature/add-default-audio-listener' of https://github.com/envision3d/FlaxEngine into envision3d-feature/add-default-audio-listener 2024-07-02 10:02:24 +02:00
Wojtek Figat
5b0c6d1aff Merge branch 'xxSeys1-AudioListenerWarning' 2024-07-02 10:01:54 +02:00