Wojtek Figat
|
33202a74b0
|
Fix
|
2024-05-08 19:15:25 +02:00 |
|
Wojtek Figat
|
db15f6f08a
|
Add For Distribution to be enabled by default in Release builds
#2571
|
2024-05-08 18:48:55 +02:00 |
|
Wojtek Figat
|
36d21b27c7
|
Merge branch 'add-shift-scroll' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-shift-scroll
|
2024-05-08 18:17:13 +02:00 |
|
Wojtek Figat
|
571ba6773d
|
Optimize win32 filesystem access via static buffer or unlimited path len
|
2024-05-08 17:28:46 +02:00 |
|
Wojtek Figat
|
40652a0ebc
|
Fix HashSet adding item via move operation
|
2024-05-08 17:28:14 +02:00 |
|
Wojtek Figat
|
481a6de821
|
Add support for cooking raw files referenced by assets
|
2024-05-08 17:27:46 +02:00 |
|
Wojtek Figat
|
66b828ae92
|
Refactor Asset::GetReferences to support file path references
|
2024-05-08 15:54:37 +02:00 |
|
Wojtek Figat
|
b91f51fb46
|
Add async videos update
|
2024-05-08 12:35:18 +02:00 |
|
Wojtek Figat
|
e51d2dda00
|
Fix playing 6-channel audio with XAudio2 backend
|
2024-05-08 10:20:04 +02:00 |
|
Wojtek Figat
|
a11fa46ee2
|
Add cpu profile events to GPU tasks executor queue
|
2024-05-08 10:19:39 +02:00 |
|
Wojtek Figat
|
deb2319190
|
Add audio playback support to video player
|
2024-05-08 10:19:08 +02:00 |
|
|
|
97454fc82e
|
Fix drawing an extra character with Render2D.DrawText
|
2024-05-07 20:10:05 +03:00 |
|
Wojtek Figat
|
f43cd97907
|
Refactor Audio Backend to not depend on AudioSource object
|
2024-05-06 10:36:36 +02:00 |
|
Wojtek Figat
|
3825e07adc
|
Merge branch 'unbox_array_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-unbox_array_fix
|
2024-05-05 22:54:12 +02:00 |
|
Wojtek Figat
|
db8adf7d96
|
Fix creating virtual terrain collision of actor that is not in a game
|
2024-05-05 22:50:12 +02:00 |
|
|
|
e77ae12b9b
|
Fix unboxing of array type Variants
|
2024-05-05 13:15:54 +03:00 |
|
Wojtek Figat
|
5b2af6b3d5
|
Refactor Audio Backend to not depend on AudioListener object
|
2024-05-04 22:16:20 +02:00 |
|
Wojtek Figat
|
f604503566
|
Refactor Audio Backend to support single listener only
|
2024-05-04 21:47:47 +02:00 |
|
Wojtek Figat
|
388a0f4196
|
Add initial audio buffer support in video player
|
2024-05-03 14:32:23 +02:00 |
|
Wojtek Figat
|
754ed56119
|
Add FilePathEditor custom editor for path-based editing asset/url refs with a file picker
|
2024-05-03 12:26:03 +02:00 |
|
Chandler Cox
|
9683868767
|
Add shift scroll for panels and textbox
|
2024-05-01 16:12:53 -05:00 |
|
Chandler Cox
|
c1e3eaeab1
|
Force windows cursor to show or hide based on cursor hidden value
|
2024-05-01 13:23:56 -05:00 |
|
Wojtek Figat
|
0d8c9f6626
|
Add Video module
|
2024-05-01 01:25:16 +02:00 |
|
Wojtek Figat
|
7e8f20bd9b
|
Merge branch 'controls-toolbox' of https://github.com/Tryibion/FlaxEngine into Tryibion-controls-toolbox
# Conflicts:
# Source/Editor/SceneGraph/GUI/ActorTreeNode.cs
|
2024-04-29 16:56:30 +02:00 |
|
Wojtek Figat
|
12344cf725
|
Merge branch 'watermark-attribute' of https://github.com/Tryibion/FlaxEngine into Tryibion-watermark-attribute
|
2024-04-29 12:23:01 +02:00 |
|
Wojtek Figat
|
5f9d0140c7
|
Merge branch 'fix-caret' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-caret
|
2024-04-29 12:21:49 +02:00 |
|
Chandler Cox
|
18660140b0
|
Add controls to the ActorToolbox in the GUI tab. Add dragging and dropping controls from toolbox into scene and prefab trees.
|
2024-04-27 15:55:25 -05:00 |
|
Chandler Cox
|
58cc53b44d
|
Remove unused include
|
2024-04-27 11:10:27 -05:00 |
|
Chandler Cox
|
d8bb831dd9
|
Add watermark attribute to add watermark to string fields in editor. Have watermark show even when textbox is focused .
|
2024-04-27 11:07:20 -05:00 |
|
Chandler Cox
|
3641886ebf
|
Fix textbox caret showing on empty string.
|
2024-04-27 09:16:03 -05:00 |
|
Wojtek Figat
|
e835b25637
|
Fix wired Vulkan validation cache errors on Linux
#2201 #1825
|
2024-04-26 21:47:51 +02:00 |
|
Wojtek Figat
|
4414398f09
|
Fix crash when accessing physics objects state in OnLateFixedUpdate
#2494
|
2024-04-26 19:08:25 +02:00 |
|
Wojtek Figat
|
5e5497ff18
|
Add Tags.Find utility
#2492
|
2024-04-26 19:06:39 +02:00 |
|
Wojtek Figat
|
b134a5567d
|
Format comments
|
2024-04-25 19:30:12 +02:00 |
|
Wojtek Figat
|
75e25bf1f7
|
Merge branch 'bug/issue-2476' of https://github.com/duarteroso/FlaxEngine into duarteroso-bug/issue-2476
|
2024-04-25 19:27:11 +02:00 |
|
Wojtek Figat
|
723423a3fa
|
Merge branch 'bug/issue-2475' of https://github.com/duarteroso/FlaxEngine into duarteroso-bug/issue-2475
|
2024-04-25 18:02:46 +02:00 |
|
Wojtek Figat
|
16f1e8a3e1
|
Merge branch 'release_prefab_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-release_prefab_fix
|
2024-04-25 18:01:57 +02:00 |
|
Wojtek Figat
|
3641e156ee
|
Merge branch 'treenode_optimize' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-treenode_optimize
|
2024-04-25 17:18:54 +02:00 |
|
Wojtek Figat
|
97078cda7e
|
Fix GPU Tasks queue to be executed on frame start, rather than end
|
2024-04-25 17:10:39 +02:00 |
|
Wojtek Figat
|
10c47b8c2a
|
Fix missing namespace
|
2024-04-25 17:09:54 +02:00 |
|
Wojtek Figat
|
3ebf73ec22
|
Add video texture format YUY2
|
2024-04-25 10:26:23 +02:00 |
|
Wojtek Figat
|
ebe05d4a51
|
Refactor RenderToolsDX to support new pixel formats properly
|
2024-04-24 17:35:58 +02:00 |
|
|
|
8c2e7bccaa
|
Delete Prefab default instance when scripting unloads
|
2024-04-23 22:14:06 +03:00 |
|
Duarte Roso
|
b6e36c0014
|
Add android settings
Added:
- version code
- minimum Sdk version
- target Sdk version
|
2024-04-23 16:09:10 +02:00 |
|
Duarte Roso
|
d4774a2bfe
|
Change screen orientation enum
|
2024-04-23 15:13:04 +02:00 |
|
Wojtek Figat
|
cdeb9a3b15
|
Merge remote-tracking branch 'origin/master' into 1.9
# Conflicts:
# Content/Editor/Camera/M_Camera.flax
# Content/Editor/CubeTexturePreviewMaterial.flax
# Content/Editor/DebugMaterials/DDGIDebugProbes.flax
# Content/Editor/DebugMaterials/SingleColor/Decal.flax
# Content/Editor/DebugMaterials/SingleColor/Particle.flax
# Content/Editor/DebugMaterials/SingleColor/Surface.flax
# Content/Editor/DebugMaterials/SingleColor/SurfaceAdditive.flax
# Content/Editor/DebugMaterials/SingleColor/Terrain.flax
# Content/Editor/DefaultFontMaterial.flax
# Content/Editor/Gizmo/FoliageBrushMaterial.flax
# Content/Editor/Gizmo/Material.flax
# Content/Editor/Gizmo/MaterialWire.flax
# Content/Editor/Gizmo/SelectionOutlineMaterial.flax
# Content/Editor/Gizmo/VertexColorsPreviewMaterial.flax
# Content/Editor/Highlight Material.flax
# Content/Editor/Icons/IconsMaterial.flax
# Content/Editor/IesProfilePreviewMaterial.flax
# Content/Editor/Particles/Particle Material Color.flax
# Content/Editor/Particles/Smoke Material.flax
# Content/Editor/SpriteMaterial.flax
# Content/Editor/Terrain/Circle Brush Material.flax
# Content/Editor/Terrain/Highlight Terrain Material.flax
# Content/Editor/TexturePreviewMaterial.flax
# Content/Editor/Wires Debug Material.flax
# Content/Engine/DefaultDeformableMaterial.flax
# Content/Engine/DefaultMaterial.flax
# Content/Engine/DefaultTerrainMaterial.flax
# Content/Engine/SingleColorMaterial.flax
# Content/Engine/SkyboxMaterial.flax
# Source/Engine/Graphics/Materials/MaterialShader.h
|
2024-04-23 10:30:01 +02:00 |
|
Wojtek Figat
|
705856da24
|
Fix crash when resizing window on Vulkan
Regression from 8488a8d387
#2356
|
2024-04-23 10:08:16 +02:00 |
|
Wojtek Figat
|
ab9cc16529
|
Fix EyeAdaptation bug to flash on play mode start in Editor when time gets reset
|
2024-04-23 00:03:21 +02:00 |
|
Wojtek Figat
|
203f03a597
|
Add Write/Read methods to NetworkStream for INetworkSerializable sending in C# api
|
2024-04-22 23:25:19 +02:00 |
|
Wojtek Figat
|
4fbe210730
|
Fix heightfield not saved when editing splatmap of terrain with physical materials in use
#2262
|
2024-04-22 23:20:44 +02:00 |
|