mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
doc update
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1562 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
f8247e30bd
commit
f7bbea3dd2
3 changed files with 8 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
<toc>
|
||||
<verb></verb>
|
||||
|
||||
<em>Page last edited: Jan. 2018</em>
|
||||
<em>Page last edited: Feb. 2018</em>
|
||||
|
||||
<sect> About <p>
|
||||
|
||||
|
@ -160,6 +160,7 @@ these patched libSDL binaries may help.
|
|||
<item> Fixed a crash (buffer overflow) with invalid vis data.
|
||||
<item> Fixed buttons crushing players in 64-bit builds.
|
||||
<item> Change controller movement to use cubic easing by default; added "joy_exponent_move" cvar.
|
||||
<item> Update the third-party libraries. Other fixes/cleanups.
|
||||
</itemize>
|
||||
</p>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<PRE>
|
||||
</PRE>
|
||||
</P>
|
||||
<P><EM>Page last edited: Jan. 2018</EM></P>
|
||||
<P><EM>Page last edited: Feb. 2018</EM></P>
|
||||
|
||||
<P>
|
||||
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>
|
||||
|
@ -254,6 +254,7 @@ these patched libSDL binaries may help.
|
|||
<LI> Fixed a crash (buffer overflow) with invalid vis data.</LI>
|
||||
<LI> Fixed buttons crushing players in 64-bit builds.</LI>
|
||||
<LI> Change controller movement to use cubic easing by default; added "joy_exponent_move" cvar.</LI>
|
||||
<LI> Update the third-party libraries. Other fixes/cleanups.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss6.2">6.2</A> <A HREF="#toc6.2">Changes in 0.93.0</A>
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
______________________________________________________________________
|
||||
|
||||
|
||||
Page last edited: Jan. 2018
|
||||
Page last edited: Feb. 2018
|
||||
|
||||
|
||||
1. About
|
||||
|
@ -293,8 +293,9 @@
|
|||
o Fixed a fog regression which was introduced in 0.93.0.
|
||||
o Fixed a crash (buffer overflow) with invalid vis data.
|
||||
o Fixed buttons crushing players in 64-bit builds.
|
||||
o Change controller movement to use cubic easing by default; added
|
||||
"joy_exponent_move" cvar.
|
||||
o Change controller movement to use cubic easing by default; added
|
||||
"joy_exponent_move" cvar.
|
||||
o Update the third-party libraries. Other fixes/cleanups.
|
||||
|
||||
|
||||
6.2. Changes in 0.93.0
|
||||
|
|
Loading…
Reference in a new issue