mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
62833fd08d
commit
d908b0a9a2
3 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue