Commit Graph

4963 Commits

Author SHA1 Message Date
Filip Franik
836f72481b Fix to DownloadMeshData calling the Finished event before the _meshDatasInProgress was set to false. 2023-01-31 23:44:33 +01:00
Wojtek Figat
831af77eff Fix rendering with custom feature-set 2023-01-31 16:18:04 +01:00
Wojtek Figat
b071cdb843 Expose various engine features to scripting 2023-01-31 16:01:56 +01:00
Wojtek Figat
a0c6add732 Add ViewFlags::Sky for conditional sky/skybox rendering 2023-01-31 15:58:02 +01:00
Wojtek Figat
b93e97dd76 Add EnumHasNoneFlags 2023-01-31 15:19:34 +01:00
Wojtek Figat
8c5d421c45 Update build number 2023-01-31 15:18:19 +01:00
Wojtek Figat
0709288eac Revert Depth Offset (wrong impl, can be done later) 2023-01-31 14:22:37 +01:00
Wojtek Figat
c46ea56af2 Rename DepthTestEnable to DepthEnable in Graphics PSO to match actual logic 2023-01-31 14:04:00 +01:00
Wojtek Figat
c39d1283f8 Add sort order for custom model drawing 2023-01-31 09:29:04 +01:00
Wojtek Figat
c9fce7e4aa Add GBuffer textures to the C# scripting 2023-01-31 09:28:48 +01:00
Wojtek Figat
5a30883082 Add AfterGBufferPass for custom PostFx location 2023-01-31 09:28:19 +01:00
Wojtek Figat
9b3d15aa46 Add Renderer::DrawActors for quick actors rendering in custom render passes 2023-01-30 00:52:32 +01:00
Chandler Cox
56c16c7078 Delete auto save popup and utilize regular status bar text and button. 2023-01-29 16:32:06 -06:00
Wojtek Figat
238095b862 Add DefaultValue support for scripting parameters 2023-01-29 22:10:22 +01:00
Wojtek Figat
a219a3d2eb Add **Depth Offset to materials** 2023-01-29 22:09:51 +01:00
b0bc1fa310 Fix error when joining exited threads
The internal thread handles were cleared prematurely when attempting to join them. The handles should be also cleared when trying to kill already exited threads.
2023-01-29 21:30:01 +02:00
6f8aee0c1c Use alternative method to query DPI on Linux 2023-01-29 19:13:54 +02:00
02c6354003 Store pooled ManagedArray in thread-local storage 2023-01-29 18:09:37 +02:00
641e746ee1 Fix dotnet SDK detection on Linux
The dotnet-sdk package on Arch Linux seems to different RID prefix in SDK location.
2023-01-28 20:40:34 +02:00
4d9ffdb025 Fix centered window and message box locations on Linux 2023-01-28 20:33:02 +02:00
Wojtek Figat
a214c14a4d Add Sort Order to animated models too 2023-01-28 17:03:18 +01:00
Wojtek Figat
87549a3e6c Fix sort order usage in multi-pass drawing of the Mesh 2023-01-28 01:31:07 +01:00
Wojtek Figat
9f7df23788 Fix file copy 2023-01-27 22:39:08 +01:00
Wojtek Figat
c42ae97bb2 Restore native test run 2023-01-27 22:35:57 +01:00
Wojtek Figat
e6e34a7baf Tests fixing attempt 2023-01-27 20:55:41 +01:00
Wojtek Figat
1a4113009a Tests fixing attempt 2023-01-27 20:22:52 +01:00
Wojtek Figat
bc85c1b421 Tests fixing attempt 2023-01-27 20:20:48 +01:00
Wojtek Figat
f6aea86aeb Attempt to fix build 2023-01-27 19:43:21 +01:00
Wojtek Figat
86c5f3675b Use dotnet test for C# unit tests execution 2023-01-27 17:46:41 +01:00
Chandler Cox
db46d50eff Fixed sized for tag header drop panel and add tag button to match with other sizing. 2023-01-27 08:28:47 -06:00
Wojtek Figat
4f71976958 CoreCRL fixes and tweaks 2023-01-27 14:24:53 +01:00
Wojtek Figat
2fd251e7b1 Fix running tests on Linux with dotne7 2023-01-27 14:24:30 +01:00
Wojtek Figat
adfe3ad165 Add SortOrder to drawable object types for transparency sorting override 2023-01-26 18:37:40 +01:00
Ruan Lucas
82e9923be3 change IsAnyKeyDown to IsAnyButtonDown and add Float2.Normalized 2023-01-26 08:54:15 -04:00
Wojtek Figat
08ae1917e8 Fix proper readlink usage on Linux to get app path 2023-01-25 20:33:23 +01:00
Wojtek Figat
e779c3ca17 Merge commit '997baa3b774ac4dea739e15a55070519b0863afc' into dotnet7 2023-01-25 20:13:34 +01:00
Wojtek Figat
173f4e8092 Fix building scripts on Linux from Editor 2023-01-25 20:11:11 +01:00
Wojtek Figat
de7edf9e78 Fix ccatching C# exceptions in Visual Studio Code when debugging native code 2023-01-25 20:10:40 +01:00
Wojtek Figat
6b6f1eeb9b Fix exception in build tool when running in workspace without project file 2023-01-25 19:54:45 +01:00
Wojtek Figat
0847ccc360 Fix loading xml docs for assembly 2023-01-25 19:52:06 +01:00
PrecisionRender
0461a78cdb Fix audio settings not applying doppler factor 2023-01-24 22:14:45 -06:00
Wojtek Figat
997baa3b77 Merge branch 'Tryibion-add-arrow-to-groups' 2023-01-24 23:18:18 +01:00
Wojtek Figat
e57481de7d Adjustments to the new group panels #903 2023-01-24 23:18:12 +01:00
Wojtek Figat
6931161dce Merge branch 'add-arrow-to-groups' of https://github.com/Tryibion/FlaxEngine into Tryibion-add-arrow-to-groups 2023-01-24 19:41:37 +01:00
Wojtek Figat
9fe4de811b Merge branch 'Tryibion-change-filter-length' 2023-01-24 19:40:22 +01:00
Wojtek Figat
bde3b98582 Merge branch 'change-filter-length' of https://github.com/Tryibion/FlaxEngine into Tryibion-change-filter-length 2023-01-24 19:34:54 +01:00
Wojtek Figat
617752ac34 Merge branch 'Tryibion-actor-org' 2023-01-24 19:20:30 +01:00
Wojtek Figat
29815e0dd6 Merge branch 'actor-org' of https://github.com/Tryibion/FlaxEngine into Tryibion-actor-org 2023-01-24 19:20:23 +01:00
Wojtek Figat
03813259cf Update assets 2023-01-24 19:19:56 +01:00
Wojtek Figat
8e87ce6436 Merge branch 'Tryibion-fix-rename-popup' 2023-01-24 19:19:46 +01:00