Minor changelog additions.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1265 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Eric Wasylishen 2015-12-13 20:41:55 +00:00
parent 62833fd08d
commit d908b0a9a2
3 changed files with 8 additions and 3 deletions

View file

@ -122,6 +122,7 @@ The "game" command doesn't execute quake.rc in the new game directory being swit
<item> Fix a wrong alpha-sorting bug introduced in 0.90.1.
<item> Prevent a possible buffer overflow in Cbuf_Execute (old Q1/Q2 bug).
<item> Prevent a possible vulnerability in MSG_ReadString (old Q1/Q2 bug).
<item> Fix for "flush" command not reloading mdl's from disk, introduced in 0.90.1.
</itemize>
<sect2> Visual improvements
@ -133,7 +134,7 @@ The "game" command doesn't execute quake.rc in the new game directory being swit
<sect2> Interface improvements
<itemize>
<item> New r_pos command to show player position.
<item> NaN detection in traceline now warns instead of error.
<item> NaN detection in traceline with "developer 1" set now warns instead of errors.
</itemize>
<sect2> Code cleanup / Other

View file

@ -207,6 +207,7 @@ these patched libSDL binaries may help.
<LI> Fix a wrong alpha-sorting bug introduced in 0.90.1.</LI>
<LI> Prevent a possible buffer overflow in Cbuf_Execute (old Q1/Q2 bug).</LI>
<LI> Prevent a possible vulnerability in MSG_ReadString (old Q1/Q2 bug).</LI>
<LI> Fix for "flush" command not reloading mdl's from disk, introduced in 0.90.1.</LI>
</UL>
</P>
@ -224,7 +225,7 @@ these patched libSDL binaries may help.
<P>
<UL>
<LI> New r_pos command to show player position.</LI>
<LI> NaN detection in traceline now warns instead of error.</LI>
<LI> NaN detection in traceline with "developer 1" set now warns instead of errors.</LI>
</UL>
</P>

View file

@ -229,6 +229,9 @@
o Prevent a possible vulnerability in MSG_ReadString (old Q1/Q2 bug).
o Fix for "flush" command not reloading mdl's from disk, introduced in
0.90.1.
6.1.2. Visual improvements
o New cvars r_lavaalpha, r_slimealpha, r_telealpha for fine-tuning
@ -244,7 +247,7 @@
o New r_pos command to show player position.
o NaN detection in traceline now warns instead of error.
o NaN detection in traceline with "developer 1" set now warns instead of errors.
6.1.4. Code cleanup / Other