Commit Graph

6899 Commits

Author SHA1 Message Date
Wojtek Figat
778dd2d3f0 Fix shader file include path resolve on cache load 2023-12-11 22:55:36 +01:00
Wojtek Figat
ff195eeccb Fix deadlock in Asset.WaitForLoaded when loading task hangs in the loading queue for a main thread sync
#2057
2023-12-11 22:35:51 +01:00
Wojtek Figat
2afdb5b978 Merge branch 'fix-default-prefab-instance' of https://github.com/Menotdan/FlaxEngine into Menotdan-fix-default-prefab-instance 2023-12-11 22:06:14 +01:00
Wojtek Figat
14632ecb66 Merge branch 'fix-plugin-clone' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-fix-plugin-clone 2023-12-11 19:51:10 +01:00
Wojtek Figat
80b5e9d02a Fix doc code example
https://forum.flaxengine.com/t/could-be-a-deprecated-document-hint-of-custompostfx-on-mainrendertask/1510
2023-12-11 19:48:06 +01:00
Wojtek Figat
ad7d7f371e Merge branch 'android-orientation' of https://github.com/Tryibion/FlaxEngine into Tryibion-android-orientation 2023-12-11 17:34:47 +01:00
Chandler Cox
4725f51431 Move android screen orientation into platform settings 2023-12-11 10:00:19 -06:00
Wojtek Figat
462eb9803f Merge branch 'master' of https://github.com/Just-Feeshy/FlaxEngine into Just-Feeshy-master 2023-12-11 16:42:49 +01:00
Wojtek Figat
2ed79c9218 Merge branch 'dd-scale' of https://github.com/Tryibion/FlaxEngine into Tryibion-dd-scale 2023-12-11 16:38:05 +01:00
Wojtek Figat
6dd72cdf32 Add removing thumbnails for deleted assets
#1729
2023-12-11 14:14:55 +01:00
Wojtek Figat
d974998528 Merge branch 'fix/swapping' of https://github.com/mtszkarbowiak/FlaxEngine into mtszkarbowiak-fix/swapping 2023-12-11 11:28:27 +01:00
Wojtek Figat
51e92a49ad Merge branch 'model-prefab-freeze-fix' of https://github.com/Menotdan/FlaxEngine into Menotdan-model-prefab-freeze-fix 2023-12-11 11:20:42 +01:00
Wojtek Figat
cbecd605e9 Merge branch 'Animaction' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-Animaction 2023-12-11 11:16:01 +01:00
nothingTVatYT
0df00fd881 wait for git processes to end 2023-12-11 04:14:17 +01:00
Menotdan
fe19ffddd9 Fix freeze when prefab ID is empty. 2023-12-10 18:12:41 -05:00
NoriteSC
e508fb8cd0 added Note and Tip for blender users to Description 2023-12-10 00:23:43 +01:00
NoriteSC
0cb064bfb3 fixed Blend Additive
problem mesh was just exploding
+ code should be faster
2023-12-09 23:41:17 +01:00
Chandler Cox
b8ce9e8c59 Scale up drop down items with text height as needed. 2023-12-08 17:01:48 -06:00
Chandler Cox
df83491313 Add ability to change default Android screen orientation. 2023-12-08 15:48:43 -06:00
Menotdan
b1cbaf7e13 Fix default prefab instance not taking into account root position. 2023-12-08 15:46:09 -05:00
Mateusz Karbowiak
f3497a2a55 Fix swapping core collections 2023-12-08 20:50:52 +01:00
Mateusz Karbowiak
86fbf05b09 Fix general swapping function 2023-12-08 20:49:47 +01:00
Diego Fonseca
c17ff3926a Update Time.cpp 2023-12-08 14:35:10 -05:00
Diego Fonseca
4707f98fab Update Time.cpp 2023-12-08 14:13:50 -05:00
Chandler Cox
a32effff1c add missing result in texture tool 2023-12-08 09:44:40 -06:00
Chandler Cox
f346dbc9bf add comment 2023-12-08 09:39:21 -06:00
Chandler Cox
f24b335c45 Add invert green channel option to texture tool. 2023-12-08 09:19:05 -06:00
Wojtek Figat
c3b6dd9884 Merge branch 'bt_infinite_loop' of https://github.com/Menotdan/FlaxEngine into Menotdan-bt_infinite_loop 2023-12-08 10:34:33 +01:00
Wojtek Figat
f7e9465ce8 Avoid memory alloc #2042 2023-12-08 10:29:22 +01:00
Wojtek Figat
73a3e147ca Merge branch 'add-blend-anim-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-blend-anim-fix 2023-12-08 10:26:34 +01:00
Wojtek Figat
59fe448987 Fix script add undo regression 9bde0f9f9b
#2041
2023-12-08 10:23:17 +01:00
Menotdan
629ebacd64 Hide loop count options if "Infinite Loop" is checked. 2023-12-08 02:01:13 -05:00
Chandler Cox
a6a94d5f77 2nd pass on additive blend math. 2023-12-08 00:59:41 -06:00
Menotdan
4a50111f9b Add infinite loop to behavior tree loop decorator. 2023-12-08 01:46:55 -05:00
Chandler Cox
91033a6468 Simplify 2023-12-07 20:51:24 -06:00
Chandler Cox
73074b6e44 Enable Transform Lerp 2023-12-07 20:31:18 -06:00
Chandler Cox
e9285410e2 Fix blending additive animations. 2023-12-07 20:27:24 -06:00
Wojtek Figat
526edb83de Add Async to anim events (false by default) to delay events execution into main thread and prevent multi-threading issues by default
#2033
2023-12-07 15:21:03 +01:00
Wojtek Figat
7db0ae59bb Fix managed method delegate creation to be thread-safe 2023-12-07 14:35:13 +01:00
Wojtek Figat
eb7d5e5df3 Fix crash when spawning actor from asyc thread into the SceneObject
#2033
2023-12-07 11:50:24 +01:00
Wojtek Figat
83ef9791d4 Fix missing bounds update on SkyLight radius modification 2023-12-07 11:44:05 +01:00
Wojtek Figat
228239632a Fix tooltip location check when wraps over the screen
#2016
2023-12-07 11:43:50 +01:00
Wojtek Figat
3749b35aba Fix crash in Content Storage async job when someone is using file storage and access cannot be freed 2023-12-07 11:18:18 +01:00
Wojtek Figat
d847dfda61 Fix issue with import scale on prefab model 2023-12-07 10:25:59 +01:00
Wojtek Figat
cb92110976 Add ModelPrefab to imported model prefab for reimporting functionality 2023-12-07 10:25:45 +01:00
Wojtek Figat
74b77bfa4c Fix regression from 38a0718b70 2023-12-06 14:34:34 +01:00
Wojtek Figat
32ced6e68a Fix missing surface graph edited flag after removing anim graph state transition
#2035
2023-12-06 14:27:14 +01:00
Wojtek Figat
23a72f2ade Fix not showing primary context menu on Visject surface if child control handled input event 2023-12-06 13:03:37 +01:00
Wojtek Figat
af4a6b80a8 Merge branch 'scale-default' of https://github.com/Tryibion/FlaxEngine into Tryibion-scale-default 2023-12-06 12:51:23 +01:00
Wojtek Figat
1eca03e50c Merge branch 'multi-add-script' of https://github.com/Tryibion/FlaxEngine into Tryibion-multi-add-script 2023-12-06 12:50:07 +01:00