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