Wojtek Figat
|
b2f7ffa545
|
Add BC4, BC5 and BC7 formats decompression support on non-Windows platforms
|
2023-02-28 15:51:05 +01:00 |
|
Wojtek Figat
|
127c575752
|
Add LinuxFileSystem::ShowBrowseFolderDialog
|
2023-02-28 15:50:18 +01:00 |
|
Wojtek Figat
|
9df7489727
|
Fix using Vulkan SDK header from system when cross-compiling
|
2023-02-28 15:49:59 +01:00 |
|
Wojtek Figat
|
12b330e4ec
|
Add support for building Android app on Linux or Mac
|
2023-02-28 15:49:34 +01:00 |
|
Wojtek Figat
|
96e1f1e595
|
Merge branch 'searchbox-cursor-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-searchbox-cursor-fix
|
2023-02-27 19:53:49 +01:00 |
|
Wojtek Figat
|
b5558606b5
|
Merge branch 'add-ragdoll' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-ragdoll
|
2023-02-27 19:51:38 +01:00 |
|
Wojtek Figat
|
b57cb13318
|
Merge branch 'platform_dllimport_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-platform_dllimport_fix
|
2023-02-27 19:50:14 +01:00 |
|
Wojtek Figat
|
79dbddc48e
|
Fix Level::FindActors with Tag
|
2023-02-27 12:45:55 +01:00 |
|
|
|
68e04ca7e4
|
Add FLAXENGINE_API to platform specific classes
|
2023-02-26 17:29:51 +02:00 |
|
Chandler Cox
|
037ad94ae7
|
Small Fix
|
2023-02-22 17:37:03 -06:00 |
|
Chandler Cox
|
34aff4a2b6
|
Added a change cursor boolean to TextBoxBase and made it so the cursor changes to default when hovering over the cancel button.
|
2023-02-22 17:34:33 -06:00 |
|
Chandler Cox
|
eab5ee93b9
|
Add ragdoll to toolbox
|
2023-02-22 17:19:28 -06:00 |
|
Wojtek Figat
|
3b797ab1dc
|
Prevent artifacts in Global Surface Atlas when close to its capacity
|
2023-02-19 17:36:44 +01:00 |
|
Wojtek Figat
|
55d721f425
|
Fix typo
|
2023-02-19 14:40:35 +01:00 |
|
Wojtek Figat
|
9429be0830
|
Fix compilation warnings
|
2023-02-19 14:35:47 +01:00 |
|
Wojtek Figat
|
0d813aee90
|
Possible fix for deprecation warning
|
2023-02-19 13:36:45 +01:00 |
|
Wojtek Figat
|
5a7f678e4d
|
Add Actor.AddTag utility
|
2023-02-19 11:25:46 +01:00 |
|
Wojtek Figat
|
dc04d3dc0b
|
Restore Actor.Tag property as deprecated for backwards compatibility
Regression from a570d6d178
|
2023-02-19 11:25:37 +01:00 |
|
Wojtek Figat
|
7a5d84a216
|
Fix Global SDF objects culling into chunks to correctly match world geometry
|
2023-02-18 23:15:50 +01:00 |
|
Wojtek Figat
|
e644b65289
|
Fix potential rare issues with material shader constants containing invalid data
|
2023-02-18 18:25:40 +01:00 |
|
Wojtek Figat
|
8327866205
|
Expose ScrollSpeedWheel and ScrollSpeedClick for scroll bar editing
#946
|
2023-02-18 17:05:41 +01:00 |
|
Wojtek Figat
|
89d649c049
|
Merge branch 'fix-scroll-speed' of https://github.com/PrecisionRender/FlaxEngine into PrecisionRender-fix-scroll-speed
|
2023-02-18 17:01:39 +01:00 |
|
PrecisionRender
|
f0061e07b4
|
Update scroll speed to feel less sluggish
|
2023-02-18 09:29:01 -06:00 |
|
Wojtek Figat
|
ffd5c8fd53
|
Fix crash on D3D10
|
2023-02-18 00:09:30 +01:00 |
|
Wojtek Figat
|
2f97db306a
|
Merge branch 'context_menu_focus_fixes' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-context_menu_focus_fixes
|
2023-02-17 20:27:47 +01:00 |
|
Wojtek Figat
|
679757942f
|
Fix GPU Buffer Map/Unmap pair to prevent stall if map fails on DX11
#942
|
2023-02-17 16:28:48 +01:00 |
|
Wojtek Figat
|
5dc63da4bf
|
Fix crash if texture is missing
#942
|
2023-02-17 16:19:10 +01:00 |
|
Wojtek Figat
|
aa1a0ea4a2
|
Fix Flipbook material node bug when frames X was different than Y
|
2023-02-17 11:27:41 +01:00 |
|
Wojtek Figat
|
8b050cf87e
|
Use D3D11_MAP_FLAG_DO_NOT_WAIT only from main thread (worker threads can wait for data)
#942
|
2023-02-17 11:08:12 +01:00 |
|
Wojtek Figat
|
c91c690e86
|
Merge branch 'post-fx-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-post-fx-fix
|
2023-02-17 10:40:37 +01:00 |
|
Wojtek Figat
|
2338e03554
|
Fix crash when unbinding from Delegate from other thread during invocation
Caused by `callee` being invalid thus it's better to read function pointer again to ensure that both are valid before calling function.
|
2023-02-17 10:31:49 +01:00 |
|
Wojtek Figat
|
ec8df18ee4
|
Remove not important warning
|
2023-02-17 02:17:25 +01:00 |
|
Chandler Cox
|
74bdcf0749
|
Fix not serializing post FX script fields.
|
2023-02-16 19:08:24 -06:00 |
|
Wojtek Figat
|
d5cdbdb808
|
Fix typo 2ea468d5da
|
2023-02-17 01:13:23 +01:00 |
|
Wojtek Figat
|
2ea468d5da
|
Ignore constant error due to missing Game Settings in Editor (log once)
|
2023-02-17 01:01:32 +01:00 |
|
Wojtek Figat
|
7dc83b5472
|
Fix compilation warning
|
2023-02-16 22:59:31 +01:00 |
|
Wojtek Figat
|
4b08cd3fd7
|
Fix compilation warning
|
2023-02-16 20:08:53 +01:00 |
|
Wojtek Figat
|
4af2b9e2a6
|
Fix compilation
|
2023-02-16 19:46:13 +01:00 |
|
W2.Wizard
|
f8aa1cd5f8
|
Updated transform Gizmos #340
|
2023-02-16 15:23:18 +01:00 |
|
Wojtek Figat
|
969053a240
|
Add JsonAsset.Save to fix saving new tag
#885
|
2023-02-16 14:32:52 +01:00 |
|
Wojtek Figat
|
123b7f5433
|
Fix Mesh data downloading to support not yet streamed vertex/index data gather
#932
|
2023-02-16 13:47:43 +01:00 |
|
Wojtek Figat
|
4fb336bc9e
|
Add thread object usage docs #917
|
2023-02-15 15:39:01 +01:00 |
|
Wojtek Figat
|
ab3e4afb53
|
Merge branch 'fix_thread_join' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-fix_thread_join
|
2023-02-15 15:33:44 +01:00 |
|
Wojtek Figat
|
54a056e5c3
|
Merge branch 'fix_clang_warnings' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-fix_clang_warnings
|
2023-02-15 14:55:15 +01:00 |
|
Wojtek Figat
|
e0f9e6e50f
|
Merge branch 'linux_filedialog_improvements' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_filedialog_improvements
|
2023-02-15 14:21:44 +01:00 |
|
Wojtek Figat
|
3c9d592d8b
|
Code style fix
|
2023-02-15 14:19:56 +01:00 |
|
Wojtek Figat
|
3218791830
|
Merge branch 'linux_filewatcher_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_filewatcher_fix
|
2023-02-15 14:16:28 +01:00 |
|
Wojtek Figat
|
e7b69dea61
|
Merge branch 'linux_centered_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_centered_fix
|
2023-02-15 14:10:23 +01:00 |
|
Wojtek Figat
|
5038342384
|
Merge branch 'linux_compilation_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-linux_compilation_fix
|
2023-02-15 14:01:27 +01:00 |
|
Wojtek Figat
|
e3cfe9f009
|
Add support for using system-installed Vulkan SDK on Linux
|
2023-02-15 10:34:17 +01:00 |
|