mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
updated changelogs for v0.94.5
This commit is contained in:
parent
71159d174c
commit
c00aa578d0
3 changed files with 4 additions and 0 deletions
|
@ -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>
|
<sect1> Changes in 0.94.5<p>
|
||||||
<itemize>
|
<itemize>
|
||||||
<item> Compatibility with new SDL2 versioning scheme.
|
<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 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> 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.
|
<item> Other small improvements elsewhere in the code.
|
||||||
|
|
|
@ -218,6 +218,7 @@ Compile time options include
|
||||||
<P>
|
<P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI> Compatibility with new SDL2 versioning scheme.</LI>
|
<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 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> 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>
|
<LI> Other small improvements elsewhere in the code.</LI>
|
||||||
|
|
|
@ -270,6 +270,8 @@
|
||||||
|
|
||||||
o Compatibility with new SDL2 versioning scheme.
|
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 a potential undefined behavior in R_DrawAliasModel.
|
||||||
|
|
||||||
o Fixed parsing of the time argument of svc_fog server message. (it
|
o Fixed parsing of the time argument of svc_fog server message. (it
|
||||||
|
|
Loading…
Reference in a new issue