From da87dc6495ee8be77c600b579cc844148b3e35d0 Mon Sep 17 00:00:00 2001 From: Robert Beckebans Date: Mon, 13 Apr 2020 13:14:06 +0200 Subject: [PATCH] Removed unused 32 bit CMake Windows configs --- README.md | 11 ++++++----- neo/cmake-vs2013-32bit-openal.bat | 6 ------ neo/cmake-vs2013-32bit.bat | 6 ------ neo/cmake-vs2013-64bit.bat | 6 ------ neo/cmake-vs2015-32bit-windows10.bat | 6 ------ neo/cmake-vs2015-32bit.bat | 6 ------ neo/cmake-vs2015-64bit-windows10.bat | 6 ------ neo/cmake-vs2015-64bit.bat | 6 ------ neo/cmake-vs2017-32bit-windows10-vulkan.bat | 6 ------ neo/cmake-vs2017-32bit-windows10.bat | 6 ------ neo/cmake-vs2017-32bit.bat | 6 ------ neo/cmake-vs2019-32bit-windows10.bat | 6 ------ neo/cmake-vs2019-32bit.bat | 6 ------ 13 files changed, 6 insertions(+), 77 deletions(-) delete mode 100644 neo/cmake-vs2013-32bit-openal.bat delete mode 100644 neo/cmake-vs2013-32bit.bat delete mode 100644 neo/cmake-vs2013-64bit.bat delete mode 100644 neo/cmake-vs2015-32bit-windows10.bat delete mode 100644 neo/cmake-vs2015-32bit.bat delete mode 100644 neo/cmake-vs2015-64bit-windows10.bat delete mode 100644 neo/cmake-vs2015-64bit.bat delete mode 100644 neo/cmake-vs2017-32bit-windows10-vulkan.bat delete mode 100644 neo/cmake-vs2017-32bit-windows10.bat delete mode 100644 neo/cmake-vs2017-32bit.bat delete mode 100644 neo/cmake-vs2019-32bit-windows10.bat delete mode 100644 neo/cmake-vs2019-32bit.bat diff --git a/README.md b/README.md index c9ecb805..20c34e36 100644 --- a/README.md +++ b/README.md @@ -126,16 +126,18 @@ Left: No post processing except HDR tone mapping. Right: r_useFilmicPostProcessi * ~~Fix GPU Skinning with Vulkan~~ * ~~Fix the lighting with stencil shadows with Vulkan~~ -* Finish adapting the Vulkan renderer backend based on Dustin Land's vkDOOM3 -* Port all the extras like HDR, Shadow Mapping and Post Processing to Vulkan +* ~~Finish adapting the Vulkan renderer backend based on Dustin Land's vkDOOM3~~ +* Port all the RBDOOM-3-BFG specific extras like HDR, Shadow Mapping and Post Processing to Vulkan * ~~Use ImGui to show renderer stats like com_showFPS 1 and more detailed renderer stats~~ -* Get ImGui to run with Vulkan and show the Vulkan memory fragmentation with it live +* Get ImGui to run with Vulkan and visualize the Vulkan memory fragmentation based on AMD's VMA library * Finish PBR texture support * Finish partly integrated IBL lighting and [Light probe interpolation using tetrahedral tessellations](https://gdcvault.com/play/1015312/Light-Probe-Interpolation-Using-Tetrahedral) * Generate IBL probes on the GPU through compute shaders * Add Screen Space Reflections * Evaluate Blender 2.8 as a complete replacement for D3Radiant and update the scripts for it +* Add glTF 2.0 support for static models and animations because it is the new JPG of 3D ;) +* Improve SMAA with Temporal Anti-Aliasing (SMAA T2x) --- # May or may not ".plan" @@ -147,9 +149,7 @@ Left: No post processing except HDR tone mapping. Right: r_useFilmicPostProcessi * Add texture compression based on [Basis Universal GPU Texture and Texture Video Compression Codec](https://github.com/binomialLLC/basis_universal) * Scrap complex and complicated multipass forward shading with a simpler forward+ solution * Rip & Tear renderer backend with modern approaches by [The-Forge](https://github.com/ConfettiFX/The-Forge) -* Improve SMAA with Temporal Anti-Aliasing (SMAA T2x) * Replace collision detection and physics with PhysX 4.1 -* Add glTF 2.0 support for static models and animations because it is the new JPG of 3D ;) --- # General Notes @@ -385,6 +385,7 @@ dmap -glview | DMap option that exports the BSP areas convertMapToJSON | Command: Convert .map file to new .json map format with polygons instead of brushes. This was easy because the original .map format is only an array of entities and each entity has a simple dictionary for its values. This JSON format contains all level data and can be imported and exported to Blender without loosing any data. The new DMap can also compile map files with the .json suffix like regular maps. + ____ # Known Issues diff --git a/neo/cmake-vs2013-32bit-openal.bat b/neo/cmake-vs2013-32bit-openal.bat deleted file mode 100644 index a185f45a..00000000 --- a/neo/cmake-vs2013-32bit-openal.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 -DOPENAL=ON ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2013-32bit.bat b/neo/cmake-vs2013-32bit.bat deleted file mode 100644 index 2f5fe1bb..00000000 --- a/neo/cmake-vs2013-32bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 12" -DCMAKE_INSTALL_PREFIX=../bin/win8-32 ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2013-64bit.bat b/neo/cmake-vs2013-64bit.bat deleted file mode 100644 index e20a0421..00000000 --- a/neo/cmake-vs2013-64bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=../bin/win8-64 ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2015-32bit-windows10.bat b/neo/cmake-vs2015-32bit-windows10.bat deleted file mode 100644 index e38c4347..00000000 --- a/neo/cmake-vs2015-32bit-windows10.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 14" -DCMAKE_INSTALL_PREFIX=../bin/windows10-32 -DWINDOWS10=ON ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2015-32bit.bat b/neo/cmake-vs2015-32bit.bat deleted file mode 100644 index a880653b..00000000 --- a/neo/cmake-vs2015-32bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 14" -DCMAKE_INSTALL_PREFIX=../bin/windows7-32 -DWINDOWS10=OFF ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2015-64bit-windows10.bat b/neo/cmake-vs2015-64bit-windows10.bat deleted file mode 100644 index 7325d008..00000000 --- a/neo/cmake-vs2015-64bit-windows10.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 14 Win64" -DCMAKE_INSTALL_PREFIX=../bin/windows10-64 -DWINDOWS10=ON ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2015-64bit.bat b/neo/cmake-vs2015-64bit.bat deleted file mode 100644 index 4decb623..00000000 --- a/neo/cmake-vs2015-64bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 14 Win64" -DCMAKE_INSTALL_PREFIX=../bin/windows7-64 ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2017-32bit-windows10-vulkan.bat b/neo/cmake-vs2017-32bit-windows10-vulkan.bat deleted file mode 100644 index ba255064..00000000 --- a/neo/cmake-vs2017-32bit-windows10-vulkan.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 15" -DWINDOWS10=ON -DUSE_VULKAN=ON ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2017-32bit-windows10.bat b/neo/cmake-vs2017-32bit-windows10.bat deleted file mode 100644 index cde00869..00000000 --- a/neo/cmake-vs2017-32bit-windows10.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 15" -DWINDOWS10=ON ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2017-32bit.bat b/neo/cmake-vs2017-32bit.bat deleted file mode 100644 index 23f93c48..00000000 --- a/neo/cmake-vs2017-32bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 15" -DWINDOWS10=OFF ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2019-32bit-windows10.bat b/neo/cmake-vs2019-32bit-windows10.bat deleted file mode 100644 index 67f58a8f..00000000 --- a/neo/cmake-vs2019-32bit-windows10.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 16" -A Win32 -DWINDOWS10=ON ../neo -pause \ No newline at end of file diff --git a/neo/cmake-vs2019-32bit.bat b/neo/cmake-vs2019-32bit.bat deleted file mode 100644 index aa1c1340..00000000 --- a/neo/cmake-vs2019-32bit.bat +++ /dev/null @@ -1,6 +0,0 @@ -cd .. -del /s /q build -mkdir build -cd build -cmake -G "Visual Studio 16" -A Win32 -DWINDOWS10=OFF ../neo -pause \ No newline at end of file