Updated README.md and RELEASE-NOTES.md

This commit is contained in:
r-a-sattarov 2021-06-13 19:54:09 +03:00
parent 2c13183a59
commit 33e927b95c
2 changed files with 4 additions and 3 deletions

View file

@ -73,7 +73,7 @@ I started this project in 2012 and focused on making this code being future proo
* Sourcecode cleanup using the Artistic Style C++ beautifier to ensure the Git diffs and logs are clean
* Fixed tons of warnings using the Clang compiler
* Fast compile times using precompiled header support which allows to compile the entire engine and builtin tools in less than 30 seconds on a Ryzen 9
* Although not really supported but runs on exotic hardware like MIPS64, PPC64 and ARM architectures
* Although not really supported but runs on exotic hardware like MIPS64, PPC64, ARM64 and E2K architectures
* Updated idRenderLog to support RenderDoc and Nvidia's Nsight and only issue OpenGL or Vulkan debug commands if the debug extensions are detected. Reference: https://devblogs.nvidia.com/best-practices-gpu-performance-events/
## Modding Support

View file

@ -341,11 +341,11 @@ Using the models argument will also export all needed models by entity declarati
* Windows builds still require OpenGL 4.5 but they run in compatibility profile instead of core profile
* Support for the MIPS64 architecture (thanks to Ramil Sattarov)
* Initial support for the MIPS64 architecture (thanks to Ramil Sattarov)
* Initial support for the PPC64 architecture (thanks to Trung Lê)
* Initial support for the Rasperi PI4 (thanks to Alejandro Piñeiro)
* Initial support for the Raspberry Pi 4 (thanks to Alejandro Piñeiro)
* Updated Mac OS support (thanks to Steve Saunders)
@ -404,6 +404,7 @@ This is a maintenance release without Vulkan support even though it contains a l
* Many smaller compiler related fixes like VS 2017 and VS 2019 support.
If it fails to compile with GCC then it should at least build with Clang on Linux
* Initial support for the E2K (MCST Elbrus 2000) architecture (thanks to Ramil Sattarov)
_______________________________________