updated changelogs for v0.94.5

This commit is contained in:
Ozkan Sezer 2022-06-14 17:10:00 +03:00
parent 71159d174c
commit c00aa578d0
3 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,7 @@ QuakeSpasm 0.94.0 has initial support for playing the 2021 re-release content: C
<sect1> Changes in 0.94.5<p>
<itemize>
<item> Compatibility with new SDL2 versioning scheme.
<item> Revised min/max/clamp macros' usage.
<item> Fixed a potential undefined behavior in R_DrawAliasModel.
<item> Fixed parsing of the time argument of svc_fog server message. (it has been broken for more than 20 years and has never seem to have been used.)
<item> Other small improvements elsewhere in the code.

View File

@ -218,6 +218,7 @@ Compile time options include
<P>
<UL>
<LI> Compatibility with new SDL2 versioning scheme.</LI>
<LI> Revised min/max/clamp macros' usage.</LI>
<LI> Fixed a potential undefined behavior in R_DrawAliasModel.</LI>
<LI> Fixed parsing of the time argument of svc_fog server message. (it has been broken for more than 20 years and has never seem to have been used.)</LI>
<LI> Other small improvements elsewhere in the code.</LI>

View File

@ -270,6 +270,8 @@
o Compatibility with new SDL2 versioning scheme.
o Revised min/max/clamp macros' usage.
o Fixed a potential undefined behavior in R_DrawAliasModel.
o Fixed parsing of the time argument of svc_fog server message. (it