mirror of
https://github.com/dhewm/dhewm.github.io.git
synced 2024-11-10 07:11:47 +00:00
Fix versions of SDL2 and OpenAL-soft in changelog
I actually bundle the latest versions, just forgot to update the changelog
This commit is contained in:
parent
7b6aadc67d
commit
950d5f09be
2 changed files with 2 additions and 2 deletions
|
@ -94,7 +94,7 @@ Another Mod that is now supported is <a href="https://www.moddb.com/mods/the-los
|
|||
<li>While prior dhewm3 releases for Windows have been built with Visual Studio 2010, this is built with Visual Studio 2017, so if it doesn't start on your system make sure you have <a href="https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads">the Visual C++ 2017 Redistributable</a> installed - but chances are good you already have it.
|
||||
<ul>
|
||||
<li>Also updated some DLLs that are bundled with the Windows release:<br />
|
||||
<a href="https://libsdl.org">SDL2 2.0.12</a>, <a href="https://openal-soft.org/">OpenAL-soft 1.20.1</a> and <a href="https://curl.haxx.se">curl 7.70.0</a></li>
|
||||
<a href="https://libsdl.org">SDL2 2.0.14</a>, <a href="https://openal-soft.org/">OpenAL-soft 1.21.1</a> and <a href="https://curl.haxx.se">curl 7.70.0</a></li>
|
||||
</ul></li>
|
||||
<li>Update savegame format (see <a href="https://github.com/dhewm/dhewm3/issues/303">#303</a> and <a href="https://github.com/dhewm/dhewm3/issues/344">#344</a>)
|
||||
<ul>
|
||||
|
|
2
index.md
2
index.md
|
@ -55,7 +55,7 @@ You can **[download dhewm3 1.5.1 at Github](https://github.com/dhewm/dhewm3/rele
|
|||
have [the Visual C++ 2017 Redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)
|
||||
installed - but chances are good you already have it.
|
||||
- Also updated some DLLs that are bundled with the Windows release:
|
||||
[SDL2 2.0.12](https://libsdl.org), [OpenAL-soft 1.20.1](https://openal-soft.org/) and [curl 7.70.0](https://curl.haxx.se)
|
||||
[SDL2 2.0.14](https://libsdl.org), [OpenAL-soft 1.21.1](https://openal-soft.org/) and [curl 7.70.0](https://curl.haxx.se)
|
||||
* Update savegame format (see [#303](https://github.com/dhewm/dhewm3/issues/303) and [#344](https://github.com/dhewm/dhewm3/issues/344))
|
||||
- old savegames still work, but new savegames can't be loaded with older versions of dhewm3!
|
||||
* Uploaded updated builds of Mod DLLs (esp. Dentonmod should run a lot more stable now).
|
||||
|
|
Loading…
Reference in a new issue