diff --git a/docs/BACKGROUND.md b/docs/BACKGROUND.md index 5976d9804..1d0e68657 100644 --- a/docs/BACKGROUND.md +++ b/docs/BACKGROUND.md @@ -48,7 +48,7 @@ Id Build Count Name Description Primarily "/O1" was used, but there are also peculiarities such as the use of both Microsoft Visual Studio 6 and Microsoft Visual Code 5 for linking the game. -5. The heartfelt dedication of a team of people. GalaXyHaXz did the initial heavy lifting and succeeded in the tremendous task of getting the decompiled source code of Diablo 1 compiling with the original toolchain. Later on she released the project open source and a community of open source collaborators formed. Most of us have never met in real life prior to joining the project, which stands to show that there is strength in online collaboration that transcend both culture and borders. +5. The heartfelt dedication of a team of people. GalaXyHaXz did the initial heavy lifting and succeeded in the tremendous task of getting the decompiled source code of Diablo 1 compiling with the original toolchain. Later on she released the project open source and a community of open source collaborators formed. Most of us have never met in real life prior to joining the project, which stands to show that there is strength in online collaboration that transcends both culture and borders. 6. The Beta release and the Alpha4 release of Diablo 1 has also proved invaluable resources for cross-validation as the compiler optimization level was not set to release mode for these binaries. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 60e78fe6a..31e189f2d 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -754,7 +754,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix name filtering - Correct minor memory leaks - Further reduced memory usage -- Performance improvments +- Performance improvements - Windows: Only show network errors once ### Bugfixes for original Diablo bugs @@ -1382,7 +1382,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### January 14, 2019 - [50% of functions are now binary identical](https://github.com/diasurgical/devilution/milestone/3) to the 1.09b version -- [#456](https://github.com/diasurgical/devilution/pull/456) Assets can now be loaded directly form disk (no need for MPQ-files when modding) +- [#456](https://github.com/diasurgical/devilution/pull/456) Assets can now be loaded directly from disk (no need for MPQ-files when modding) - [#528](https://github.com/diasurgical/devilution/pull/528) Code ported to C (can still be compiled as C++) - [#111](https://github.com/diasurgical/devilution/pull/111) Rich Header no longer contains incorrect sections - [#182](https://github.com/diasurgical/devilution/pull/182) defined a [Code Style](https://github.com/diasurgical/devilution/wiki/Code-style-guide) with accompanying clang-format definition diff --git a/docs/building.md b/docs/building.md index 7ba245fbe..5800f1ec2 100644 --- a/docs/building.md +++ b/docs/building.md @@ -496,7 +496,7 @@ emrun index.html * Windows 10 * CMake * Git -* Visual Studio 2022 with the foloowing packages installed: +* Visual Studio 2022 with the following packages installed: * C++ (v143) Universal Windows Platform tools * Windows 11 SDK (10.0.22000.0) * Windows 10 SDK (10.0.18362.0)