updated changelog entries in the REDAME for 0.85.4

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@413 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2011-02-13 16:50:18 +00:00
parent d9ef4a1262
commit c4ff2c768d
3 changed files with 25 additions and 0 deletions

View File

@ -128,6 +128,12 @@ Compile time options include
<LI> Implement music (ogg, mp3, wav) playback</LI>
<LI> A better fix for the infamous SV_TouchLinks problem, no more hard lockups with maps such as "whiteroom"</LI>
<LI> Add support for mouse buttons 4 and 5</LI>
<LI> Fix the "unalias" console command</LI>
<LI> Restore the "screen size" menu item</LI>
<LI> Fixed an erroneous protocol check in the server code</LI>
<LI> Revised lit file loading, the lit file must be from the same game directory as the map itself</LI>
<LI> Fixed rest of the compiler warnings</LI>
<LI> Other minor sound and cdaudio updates</LI>
</UL>
</P>
<H2><A NAME="ss5.2">5.2</A> <A HREF="#toc5.2">0.85.3</A>

View File

@ -76,6 +76,12 @@ Compile time options include
<item> Implement music (ogg, mp3, wav) playback
<item> A better fix for the infamous SV_TouchLinks problem, no more hard lockups with maps such as "whiteroom"
<item> Add support for mouse buttons 4 and 5
<item> Fix the "unalias" console command
<item> Restore the "screen size" menu item
<item> Fixed an erroneous protocol check in the server code
<item> Revised lit file loading, the lit file must be from the same game directory as the map itself
<item> Fixed rest of the compiler warnings
<item> Other minor sound and cdaudio updates
</itemize>
</p>
<sect1> 0.85.3<p>

View File

@ -130,6 +130,19 @@
o Add support for mouse buttons 4 and 5
o Fix the "unalias" console command
o Restore the "screen size" menu item
o Fixed an erroneous protocol check in the server code
o Revised lit file loading, the lit file must be from the same game
directory as the map itself
o Fixed rest of the compiler warnings
o Other minor sound and cdaudio updates
5.2. 0.85.3