Commit Graph

4841 Commits

Author SHA1 Message Date
Wojciech Figat
831fc80971 Fix game build 2023-01-16 11:14:13 +01:00
Wojtek Figat
eff24ed836 Add support for editing path to the asset within AssetRefEditor 2023-01-15 23:05:58 +01:00
Wojtek Figat
07e653468f Update assets 2023-01-15 20:20:41 +01:00
Wojtek Figat
a2af46845d Merge branch 'master' into 1.5
# Conflicts:
#	Source/Engine/Renderer/AmbientOcclusionPass.cpp
2023-01-15 18:27:49 +01:00
Wojtek Figat
1e98fe2920 Merge branch 'Tryibion-custom-game-sizing' 2023-01-15 14:10:31 +01:00
Wojtek Figat
675aa92b53 Fix crash in SSAO when using very low render resolution 2023-01-15 14:08:24 +01:00
Wojtek Figat
e40cdc8a7f Codestyle cleanup and minor tweaks #879 2023-01-15 14:08:00 +01:00
Wojtek Figat
50100a74bb Merge branch 'custom-game-sizing' of https://github.com/Tryibion/FlaxEngine into Tryibion-custom-game-sizing 2023-01-15 13:48:50 +01:00
Wojtek Figat
b89f2e39c9 Expose RandomUtil to Visual Scripting and cleanup codestyle
#843
2023-01-15 13:47:06 +01:00
Wojtek Figat
0aec1340b2 Merge branch 'Withaust-master' 2023-01-15 13:38:19 +01:00
Wojtek Figat
3622b77034 Merge branch 'master' of https://github.com/Withaust/FlaxEngine into Withaust-master 2023-01-15 13:38:10 +01:00
Wojtek Figat
7e62765a09 Merge branch 'Tryibion-auto-size-popup-position-change' 2023-01-15 13:34:13 +01:00
Wojtek Figat
ed3dd93a17 Merge branch 'auto-size-popup-position-change' of https://github.com/Tryibion/FlaxEngine into Tryibion-auto-size-popup-position-change 2023-01-15 13:34:07 +01:00
Wojtek Figat
1d244f6689 Merge branch 'Tryibion-failed-status' 2023-01-15 13:33:13 +01:00
Wojtek Figat
1421e63aa8 Minor cleanup #891 2023-01-15 13:33:07 +01:00
Wojtek Figat
50fb39d238 Merge remote-tracking branch 'origin/master' into 1.5 2023-01-15 12:44:45 +01:00
Wojtek Figat
f127bbebe1 Refactor enum flags with __underlying_type and new EnumHasAnyFlags/EnumHasAllFlags
Fixes #832
Closes #886
2023-01-15 12:44:39 +01:00
20d8c9f4ee Generate omnisharp.json file for VS Code solutions 2023-01-14 19:25:36 +02:00
5e9d153c6a Generate C# debugger launch profiles for VSCode 2023-01-14 19:17:54 +02:00
1a1fadcc2f Fix incorrect marshalling of TextureImportEntry fields 2023-01-14 17:50:25 +02:00
Chandler Cox
87e69ca564 Changed interface for script compliation error 2023-01-13 18:02:10 -06:00
Chandler Cox
5c1d89b145 Added fail progress bar to building game failure. 2023-01-13 10:37:06 -06:00
Chandler Cox
595d2235d3 Hide progress bar on click 2023-01-13 10:28:58 -06:00
Chandler Cox
38fc43cada Moved where the position movement is called for more snappy movement and increase movement amount to account for longer progress bar label text. 2023-01-13 10:09:49 -06:00
Chandler Cox
e8c8021fd5 Added failed status bar to indicate if a progress has failed. 2023-01-13 09:54:16 -06:00
Wojciech Figat
da63e843d8 Merge branch 'Tryibion-first-capital-letter-fix' 2023-01-13 12:21:33 +01:00
Wojciech Figat
a450990ee2 Merge branch 'first-capital-letter-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-first-capital-letter-fix 2023-01-13 12:20:57 +01:00
Wojciech Figat
bfae240209 Merge branch 'Tryibion-fix-missing-scene-animation' 2023-01-13 12:03:50 +01:00
Wojciech Figat
0fa58531e8 Merge branch 'fix-missing-scene-animation' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-missing-scene-animation 2023-01-13 12:03:41 +01:00
Wojciech Figat
45c363685d Merge branch 'Tryibion-visject-cm-search-fix' 2023-01-13 12:01:25 +01:00
Wojciech Figat
8e354cc36e Merge branch 'visject-cm-search-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-visject-cm-search-fix 2023-01-13 12:01:20 +01:00
Wojciech Figat
9eb0562844 Merge branch 'Tryibion-auto-save-popup' 2023-01-13 11:39:17 +01:00
Wojciech Figat
26c7d3dadc Merge branch 'auto-save-popup' of https://github.com/Tryibion/FlaxEngine into Tryibion-auto-save-popup 2023-01-13 11:39:07 +01:00
Wojciech Figat
986fa13585 Reuse texture sampling code for procedural sampling node #872 2023-01-13 11:37:53 +01:00
Wojciech Figat
aa8ab65ae0 Merge branch 'Swiggies-stochastic-sampling-node' 2023-01-13 10:40:39 +01:00
Wojciech Figat
2d44ae3a4d Merge branch 'stochastic-sampling-node' of https://github.com/Swiggies/FlaxEngine into Swiggies-stochastic-sampling-node 2023-01-13 10:40:16 +01:00
Wojciech Figat
810f7fb803 Fix xcopy path on Windows in Flax.Build 2023-01-12 22:05:35 +01:00
Wojciech Figat
abdc257332 Merge branch 'GoaLitiuM-dotnet7' into dotnet7 2023-01-12 15:15:47 +01:00
Wojciech Figat
59ba9102a6 Merge branch 'dotnet7' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-dotnet7 2023-01-12 15:15:40 +01:00
Wojciech Figat
daa92db25c Add support for using managed method thunks on dotnet7 in all cases 2023-01-12 15:14:43 +01:00
Wojciech Figat
3df10d1d0a Add configuration-specific C# libs references to generates csproj file 2023-01-11 16:25:47 +01:00
Wojciech Figat
824ce1cacf Run native tests on Windows CI 2023-01-11 16:25:29 +01:00
Wojciech Figat
4a8f336118 Change build script for tests 2023-01-11 15:08:03 +01:00
Wojciech Figat
6ec6f9501b Change build script for tests 2023-01-11 15:05:49 +01:00
Wojciech Figat
b1ecb2f0eb Fix xcopy path on Windows in Flax.Build 2023-01-11 14:27:37 +01:00
Wojciech Figat
474ce10e7e Update test projects to properly build and run under dotnet7 2023-01-11 14:27:17 +01:00
Wojciech Figat
3c40c22049 Tweaks to tests 2023-01-11 11:06:10 +01:00
Wojciech Figat
9281db73a7 Update nunit to properly run teests with dotnet7 2023-01-11 11:05:31 +01:00
Wojciech Figat
45a557f9c0 Minor tweaks 2023-01-10 16:50:52 +01:00
Wojciech Figat
7698e79143 Fix dotnet7 method runtime invoke to match return value boxing 2023-01-10 16:47:02 +01:00