envision3d
b450c65c93
fix incorrect audio direction calculation
2023-03-05 03:50:51 -06:00
envision3d
4ce89f56cc
implement openal hrtf audio support
...
- upgrade openal version
- add support to create openal context with hrtf enabled
- add option in audio settings for hrtf enablement
- add static property on Audio class for runtime toggling of hrtf
- fix bug with left/right and front/back being reversed
2023-03-04 20:37:56 -06:00
mafiesto4
a7c5397641
Fix content window auto scrolling regression
...
656fcf9847
2023-03-01 22:47:52 +01:00
mafiesto4
07afb0a020
Update build number
1.5.6339
2023-03-01 16:46:49 +01:00
mafiesto4
5e6f33ff1e
Fix stability of Global Surface Atlas to smooth objects culling buffer capacity over time
2023-03-01 15:50:40 +01:00
mafiesto4
fcf412f64e
Merge branch 'GoaLitiuM-libstdcpp_version'
2023-02-28 15:56:36 +01:00
mafiesto4
2a4a283c4b
Merge branch 'libstdcpp_version' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-libstdcpp_version
2023-02-28 15:52:49 +01:00
mafiesto4
b2f7ffa545
Add BC4, BC5 and BC7 formats decompression support on non-Windows platforms
2023-02-28 15:51:05 +01:00
mafiesto4
127c575752
Add LinuxFileSystem::ShowBrowseFolderDialog
2023-02-28 15:50:18 +01:00
mafiesto4
9df7489727
Fix using Vulkan SDK header from system when cross-compiling
2023-02-28 15:49:59 +01:00
mafiesto4
12b330e4ec
Add support for building Android app on Linux or Mac
2023-02-28 15:49:34 +01:00
mafiesto4
9b74effe22
Merge branch 'Tryibion-searchbox-cursor-fix'
2023-02-27 19:55:14 +01:00
mafiesto4
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
mafiesto4
48a2ca5fe9
Merge branch 'Tryibion-add-ragdoll'
2023-02-27 19:51:44 +01:00
mafiesto4
b5558606b5
Merge branch 'add-ragdoll' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-ragdoll
2023-02-27 19:51:38 +01:00
mafiesto4
8003c30ed6
Merge branch 'GoaLitiuM-platform_dllimport_fix'
2023-02-27 19:50:23 +01:00
mafiesto4
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
mafiesto4
79dbddc48e
Fix Level::FindActors with Tag
2023-02-27 12:45:55 +01:00
mafiesto4
2df70f16f9
Fix Tag natvis debugger print
2023-02-27 12:43:20 +01:00
GoaLitiuM
68e04ca7e4
Add FLAXENGINE_API to platform specific classes
2023-02-26 17:29:51 +02:00
Tryibion
037ad94ae7
Small Fix
2023-02-22 17:37:03 -06:00
Tryibion
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
Tryibion
eab5ee93b9
Add ragdoll to toolbox
2023-02-22 17:19:28 -06:00
mafiesto4
bef4ba1829
Fix crash when cross-compiling C# bindings-only without toolchain installed
2023-02-19 18:17:51 +01:00
mafiesto4
3b797ab1dc
Prevent artifacts in Global Surface Atlas when close to its capacity
1.5.6338
2023-02-19 17:36:44 +01:00
mafiesto4
b6aa38569f
Fix app image exporting to favor CPU data and prevent issues
2023-02-19 14:59:40 +01:00
mafiesto4
55d721f425
Fix typo
2023-02-19 14:40:35 +01:00
mafiesto4
9429be0830
Fix compilation warnings
2023-02-19 14:35:47 +01:00
mafiesto4
0d813aee90
Possible fix for deprecation warning
2023-02-19 13:36:45 +01:00
mafiesto4
5a7f678e4d
Add Actor.AddTag utility
2023-02-19 11:25:46 +01:00
mafiesto4
dc04d3dc0b
Restore Actor.Tag property as deprecated for backwards compatibility
...
Regression from a570d6d178
2023-02-19 11:25:37 +01:00
mafiesto4
7a5d84a216
Fix Global SDF objects culling into chunks to correctly match world geometry
2023-02-18 23:15:50 +01:00
mafiesto4
fe97429df8
Minor fix
2023-02-18 22:23:59 +01:00
mafiesto4
e644b65289
Fix potential rare issues with material shader constants containing invalid data
2023-02-18 18:25:40 +01:00
mafiesto4
5911d098d1
Merge branch 'GoaLitiuM-includes_cache_thirdparty'
2023-02-18 17:35:07 +01:00
mafiesto4
8de8f3c1cd
Merge branch 'includes_cache_thirdparty' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-includes_cache_thirdparty
2023-02-18 17:16:05 +01:00
mafiesto4
4f9d556a76
Merge branch 'Tryibion-ccm-fix'
2023-02-18 17:15:24 +01:00
mafiesto4
cdde8665c1
Merge branch 'ccm-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-ccm-fix
2023-02-18 17:14:10 +01:00
mafiesto4
ef0f0e24a3
Merge branch 'PrecisionRender-fix-scroll-speed'
2023-02-18 17:05:46 +01:00
mafiesto4
8327866205
Expose ScrollSpeedWheel and ScrollSpeedClick for scroll bar editing
...
#946
2023-02-18 17:05:41 +01:00
mafiesto4
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
Tryibion
3ddaa6da1a
fix issue of child context menu hiding when de-hovered then re-hovered. Fixed issue of clicking on child cm hiding child.
2023-02-18 07:47:49 -06:00
mafiesto4
ffd5c8fd53
Fix crash on D3D10
2023-02-18 00:09:30 +01:00
GoaLitiuM
eb364f51e0
Improve C++ standard library version detection
2023-02-17 23:21:24 +02:00
GoaLitiuM
f77063f615
Include thirdparty files in the includes cache
2023-02-17 23:20:22 +02:00
mafiesto4
d3578380e2
Update build number
2023-02-17 21:47:33 +01:00
mafiesto4
05cb02aa09
Improve #936 for ExternalPopups and preserve odl impl on Windows
2023-02-17 20:44:23 +01:00
mafiesto4
32565becd8
Merge branch 'GoaLitiuM-context_menu_focus_fixes'
2023-02-17 20:27:58 +01:00
mafiesto4
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