Skip to content

Commit

Permalink
[Build] Added V.0.4.0 dev installer;
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachuxxxx committed Apr 7, 2023
1 parent 6721a3f commit c6430c5
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions Engine/content/FrameGraphs/forward_lighting_test.dot
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ R7_4 [label=<{ {<B>CascadedShadowMap sArray</B> <FONT>v4</FONT><BR/>(4096, 409
R6_2 [label=<{ {<B>Cascade Matrices</B> <FONT>v2</FONT><BR/>size : 272 bytes} | {Index: 6<BR/>Refs : 0} }> style=filled, fillcolor=lightsteelblue]
R8_1 [label=<{ {<B>Shadow map</B><BR/>(4096, 4096) - BGRA8_UNORM [Depth]} | {Index: 8<BR/>Refs : 1} }> style=filled, fillcolor=skyblue]
R9_1 [label=<{ {<B>LightSpaceMatrix</B><BR/>size : 64 bytes} | {Index: 9<BR/>Refs : 1} }> style=filled, fillcolor=skyblue]
R10_1 [label=<{ {<B>Scene HDR RT</B><BR/>(1496, 390) - RGBA32F [RT]} | {Index: 10<BR/>Refs : 3} }> style=filled, fillcolor=skyblue]
R11_1 [label=<{ {<B>Scene Depth</B><BR/>(1496, 390) - DEPTH [Depth]} | {Index: 11<BR/>Refs : 3} }> style=filled, fillcolor=skyblue]
R10_2 [label=<{ {<B>Scene HDR RT</B> <FONT>v2</FONT><BR/>(1496, 390) - RGBA32F [RT]} | {Index: 10<BR/>Refs : 0} }> style=filled, fillcolor=skyblue]
R10_1 [label=<{ {<B>Scene HDR RT</B><BR/>(1920, 1009) - RGBA32F [RT]} | {Index: 10<BR/>Refs : 3} }> style=filled, fillcolor=skyblue]
R11_1 [label=<{ {<B>Scene Depth</B><BR/>(1920, 1009) - DEPTH [Depth]} | {Index: 11<BR/>Refs : 3} }> style=filled, fillcolor=skyblue]
R10_2 [label=<{ {<B>Scene HDR RT</B> <FONT>v2</FONT><BR/>(1920, 1009) - RGBA32F [RT]} | {Index: 10<BR/>Refs : 0} }> style=filled, fillcolor=skyblue]
R12_1 [label=<{ {<B>ImGui Pass Signal Semaphore</B><BR/>Semaphore} | {Index: 12<BR/>Refs : 1} }> style=filled, fillcolor=skyblue]
R10_3 [label=<{ {<B>Scene HDR RT</B> <FONT>v3</FONT><BR/>(1496, 390) - RGBA32F [RT]} | {Index: 10<BR/>Refs : 1} }> style=filled, fillcolor=skyblue]
R13_1 [label=<{ {<B>Present Image</B><BR/>(1496, 390) - Presentation [Swapchain Image]} | {Index: 13<BR/>Refs : 0} }> style=filled, fillcolor=skyblue]
R14_1 [label=<{ {<B>Depth Texture</B><BR/>(1496, 390) - DEPTH [Depth]} | {Index: 14<BR/>Refs : 0} }> style=filled, fillcolor=skyblue]
R10_3 [label=<{ {<B>Scene HDR RT</B> <FONT>v3</FONT><BR/>(1920, 1009) - RGBA32F [RT]} | {Index: 10<BR/>Refs : 1} }> style=filled, fillcolor=skyblue]
R13_1 [label=<{ {<B>Present Image</B><BR/>(1920, 1009) - Presentation [Swapchain Image]} | {Index: 13<BR/>Refs : 0} }> style=filled, fillcolor=skyblue]
R14_1 [label=<{ {<B>Depth Texture</B><BR/>(1920, 1009) - DEPTH [Depth]} | {Index: 14<BR/>Refs : 0} }> style=filled, fillcolor=skyblue]
R15_1 [label=<{ {<B>Present Semaphore</B><BR/>Semaphore} | {Index: 15<BR/>Refs : 0} }> style=filled, fillcolor=skyblue]
R16_1 [label=<{ {<B>Image Ready Semaphore</B><BR/>Semaphore} | {Index: 16<BR/>Refs : 0} }> style=filled, fillcolor=skyblue]

Expand Down
2 changes: 1 addition & 1 deletion Engine/razix_engine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ project "Razix"

filter "configurations:Distribution"
defines { "RAZIX_DISTRIBUTION", "NDEBUG" }
symbols "Off"
symbols "On"
optimize "Full"
runtime "Release"
group""
2 changes: 1 addition & 1 deletion Engine/src/Razix/Core/RazixVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Sandbox/Assets/Scenes/default Scene.rzscn
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion Sandbox/FrameGraphTest.razixproject
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 3 additions & 3 deletions SandboxRendererTest_ForwardRenderer.razixproject
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Binary file not shown.
Binary file not shown.
14 changes: 7 additions & 7 deletions Tools/Building/EngineInstaller/RazixInstaller.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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\"

Expand Down

0 comments on commit c6430c5

Please sign in to comment.