diff --git a/Engine/content/FrameGraphs/forward_lighting_test.dot b/Engine/content/FrameGraphs/forward_lighting_test.dot index e3d56d3e9..e31a2c429 100644 --- a/Engine/content/FrameGraphs/forward_lighting_test.dot +++ b/Engine/content/FrameGraphs/forward_lighting_test.dot @@ -30,13 +30,13 @@ R7_4 [label=<{ {CascadedShadowMap sArray v4
(4096, 409 R6_2 [label=<{ {Cascade Matrices v2
size : 272 bytes} | {Index: 6
Refs : 0} }> style=filled, fillcolor=lightsteelblue] R8_1 [label=<{ {Shadow map
(4096, 4096) - BGRA8_UNORM [Depth]} | {Index: 8
Refs : 1} }> style=filled, fillcolor=skyblue] R9_1 [label=<{ {LightSpaceMatrix
size : 64 bytes} | {Index: 9
Refs : 1} }> style=filled, fillcolor=skyblue] -R10_1 [label=<{ {Scene HDR RT
(1496, 390) - RGBA32F [RT]} | {Index: 10
Refs : 3} }> style=filled, fillcolor=skyblue] -R11_1 [label=<{ {Scene Depth
(1496, 390) - DEPTH [Depth]} | {Index: 11
Refs : 3} }> style=filled, fillcolor=skyblue] -R10_2 [label=<{ {Scene HDR RT v2
(1496, 390) - RGBA32F [RT]} | {Index: 10
Refs : 0} }> style=filled, fillcolor=skyblue] +R10_1 [label=<{ {Scene HDR RT
(1920, 1009) - RGBA32F [RT]} | {Index: 10
Refs : 3} }> style=filled, fillcolor=skyblue] +R11_1 [label=<{ {Scene Depth
(1920, 1009) - DEPTH [Depth]} | {Index: 11
Refs : 3} }> style=filled, fillcolor=skyblue] +R10_2 [label=<{ {Scene HDR RT v2
(1920, 1009) - RGBA32F [RT]} | {Index: 10
Refs : 0} }> style=filled, fillcolor=skyblue] R12_1 [label=<{ {ImGui Pass Signal Semaphore
Semaphore} | {Index: 12
Refs : 1} }> style=filled, fillcolor=skyblue] -R10_3 [label=<{ {Scene HDR RT v3
(1496, 390) - RGBA32F [RT]} | {Index: 10
Refs : 1} }> style=filled, fillcolor=skyblue] -R13_1 [label=<{ {Present Image
(1496, 390) - Presentation [Swapchain Image]} | {Index: 13
Refs : 0} }> style=filled, fillcolor=skyblue] -R14_1 [label=<{ {Depth Texture
(1496, 390) - DEPTH [Depth]} | {Index: 14
Refs : 0} }> style=filled, fillcolor=skyblue] +R10_3 [label=<{ {Scene HDR RT v3
(1920, 1009) - RGBA32F [RT]} | {Index: 10
Refs : 1} }> style=filled, fillcolor=skyblue] +R13_1 [label=<{ {Present Image
(1920, 1009) - Presentation [Swapchain Image]} | {Index: 13
Refs : 0} }> style=filled, fillcolor=skyblue] +R14_1 [label=<{ {Depth Texture
(1920, 1009) - DEPTH [Depth]} | {Index: 14
Refs : 0} }> style=filled, fillcolor=skyblue] R15_1 [label=<{ {Present Semaphore
Semaphore} | {Index: 15
Refs : 0} }> style=filled, fillcolor=skyblue] R16_1 [label=<{ {Image Ready Semaphore
Semaphore} | {Index: 16
Refs : 0} }> style=filled, fillcolor=skyblue] diff --git a/Engine/razix_engine.lua b/Engine/razix_engine.lua index e160caa55..3e40f48da 100644 --- a/Engine/razix_engine.lua +++ b/Engine/razix_engine.lua @@ -276,7 +276,7 @@ project "Razix" filter "configurations:Distribution" defines { "RAZIX_DISTRIBUTION", "NDEBUG" } - symbols "Off" + symbols "On" optimize "Full" runtime "Release" group"" \ No newline at end of file diff --git a/Engine/src/Razix/Core/RazixVersion.h b/Engine/src/Razix/Core/RazixVersion.h index c19131450..4e6baa91d 100644 --- a/Engine/src/Razix/Core/RazixVersion.h +++ b/Engine/src/Razix/Core/RazixVersion.h @@ -79,7 +79,7 @@ namespace Razix { /* The Engine's current Version and release status [Date format : DD/MM/YYYY]*/ ////-----------------------------------------------------------------------------------------------------------//// - /**/ const Version RazixVersion = Version(0, 3, 8, Version::Stage::Development, Version::Date(06, 3, 2022)); + /**/ const Version RazixVersion = Version(0, 4, 0, Version::Stage::Development, Version::Date(8, 4, 2023)); ////-----------------------------------------------------------------------------------------------------------//// } // namespace Razix \ No newline at end of file diff --git a/Sandbox/Assets/Scenes/default Scene.rzscn b/Sandbox/Assets/Scenes/default Scene.rzscn index 86bc54d14..35b3e331f 100644 --- a/Sandbox/Assets/Scenes/default Scene.rzscn +++ b/Sandbox/Assets/Scenes/default Scene.rzscn @@ -422,7 +422,7 @@ "OrthographicSize": 10.0, "OrthographicNearClip": -1.0, "OrthographicFarClip": 1.0, - "AspectRatio": 1.5281933546066285, + "AspectRatio": 2.2980029582977297, "BgColor": { "value0": 0.07058823853731156, "value1": 0.07058823853731156, diff --git a/Sandbox/FrameGraphTest.razixproject b/Sandbox/FrameGraphTest.razixproject index e945c094e..ecb0653b5 100644 --- a/Sandbox/FrameGraphTest.razixproject +++ b/Sandbox/FrameGraphTest.razixproject @@ -1,7 +1,7 @@ { "Razix Application": { "Project Name": "FrameGraphTest", - "Engine Version": "0.3.8", + "Engine Version": "0.4.0", "Project ID": "aa6af8ed-388c-4576-b34c-7dbe62d01d19", "Render API": 1, "Width": 1920, diff --git a/SandboxRendererTest_ForwardRenderer.razixproject b/SandboxRendererTest_ForwardRenderer.razixproject index b0b00aeb6..e2fff81ae 100644 --- a/SandboxRendererTest_ForwardRenderer.razixproject +++ b/SandboxRendererTest_ForwardRenderer.razixproject @@ -1,11 +1,11 @@ { "Razix Application": { "Project Name": "RendererTest_ForwardRenderer", - "Engine Version": "0.3.8", + "Engine Version": "0.4.0", "Project ID": "7ff2c30d-b54d-4801-b03e-6c167f8b2d9b", "Render API": 1, - "Width": 1328, - "Height": 869, + "Width": 1496, + "Height": 651, "Project Path": "C:/Dev/Game Engines/Razix/Sandbox", "Scenes": [ "//Scenes/default Scene.rzscn" diff --git a/Tools/Building/EngineInstaller/RazixEngineInstaller-V.0.3.0.Dev.exe b/Tools/Building/EngineInstaller/RazixEngineInstaller-V.0.3.0.Dev.exe index 8bca734c0..17965c71d 100644 Binary files a/Tools/Building/EngineInstaller/RazixEngineInstaller-V.0.3.0.Dev.exe and b/Tools/Building/EngineInstaller/RazixEngineInstaller-V.0.3.0.Dev.exe differ diff --git a/Tools/Building/EngineInstaller/RazixEngineInstaller-V.0.4.0.Dev.exe b/Tools/Building/EngineInstaller/RazixEngineInstaller-V.0.4.0.Dev.exe new file mode 100644 index 000000000..9c0f2b767 Binary files /dev/null and b/Tools/Building/EngineInstaller/RazixEngineInstaller-V.0.4.0.Dev.exe differ diff --git a/Tools/Building/EngineInstaller/RazixInstaller.nsi b/Tools/Building/EngineInstaller/RazixInstaller.nsi index 3a3339d5c..7a18c1654 100644 --- a/Tools/Building/EngineInstaller/RazixInstaller.nsi +++ b/Tools/Building/EngineInstaller/RazixInstaller.nsi @@ -10,7 +10,7 @@ ;Name and file Name "Razix Engine" - OutFile "RazixEngineInstaller-V.0.3.0.Dev.exe" + OutFile "RazixEngineInstaller-V.0.4.0.Dev.exe" Unicode True ShowInstDetails show @@ -57,14 +57,14 @@ Section "Razix Engine Components" EngineInstallSec SetOutPath $INSTDIR - FILE /a /r "..\..\..\bin\Distribution-windows-x86_64\Razix.dll" + FILE /a /r "..\..\..\bin\Debug-windows-x86_64\Razix.dll" SetOutPath $INSTDIR - FILE /a /r "..\..\..\bin\Distribution-windows-x86_64\RazixEditor.exe" - FILE /a /r "..\..\..\bin\Distribution-windows-x86_64\Qt5Core.dll" - FILE /a /r "..\..\..\bin\Distribution-windows-x86_64\Qt5Gui.dll" - FILE /a /r "..\..\..\bin\Distribution-windows-x86_64\Qt5Widgets.dll" + FILE /a /r "..\..\..\bin\Debug-windows-x86_64\RazixEditor.exe" + FILE /a /r "..\..\..\bin\Debug-windows-x86_64\Qt5Cored.dll" + FILE /a /r "..\..\..\bin\Debug-windows-x86_64\Qt5Guid.dll" + FILE /a /r "..\..\..\bin\Debug-windows-x86_64\Qt5Widgetsd.dll" SetOutPath $INSTDIR\plugins - FILE /nonfatal /a /r "..\..\..\bin\Distribution-windows-x86_64\plugins\" + FILE /nonfatal /a /r "..\..\..\bin\Debug-windows-x86_64\plugins\" SetOutPath $INSTDIR\Engine\content FILE /nonfatal /a /r "..\..\..\Engine\content\"