mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
updated the README.* files for 0.85.8 development version changes until
end of June 2012. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@690 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
d7d9ab213b
commit
cb31b73fc2
3 changed files with 20 additions and 3 deletions
|
@ -174,8 +174,12 @@ these patched libSDL binaries may help.
|
||||||
<P>
|
<P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI> Made Quake shareware 1.00 and 1.01 versions to be recognized properly.</LI>
|
<LI> Made Quake shareware 1.00 and 1.01 versions to be recognized properly.</LI>
|
||||||
<LI> Restored original behavior for Quake registered version detection.</LI>
|
<LI> Made the keypad keys to send separate key events in game mode.</LI>
|
||||||
<LI> Music playback: Made sure that the file's channels count is supported.</LI>
|
<LI> Music playback: Made sure that the file's channels count is supported.</LI>
|
||||||
|
<LI> Support for Solaris.</LI>
|
||||||
|
<LI> Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.</LI>
|
||||||
|
<LI> Restored original behavior for Quake registered version detection.</LI>
|
||||||
|
<LI> New icon.</LI>
|
||||||
<LI> Miscellaneous source code cleanups.</LI>
|
<LI> Miscellaneous source code cleanups.</LI>
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
|
|
|
@ -100,8 +100,12 @@ these patched libSDL binaries may help.
|
||||||
<sect1> Changes in 0.85.8<p>
|
<sect1> Changes in 0.85.8<p>
|
||||||
<itemize>
|
<itemize>
|
||||||
<item> Made Quake shareware 1.00 and 1.01 versions to be recognized properly.
|
<item> Made Quake shareware 1.00 and 1.01 versions to be recognized properly.
|
||||||
<item> Restored original behavior for Quake registered version detection.
|
<item> Made the keypad keys to send separate key events in game mode.
|
||||||
<item> Music playback: Made sure that the file's channels count is supported.
|
<item> Music playback: Made sure that the file's channels count is supported.
|
||||||
|
<item> Support for Solaris.
|
||||||
|
<item> Increased string buffer size from 256 to 384 for PF_VarString to work around broken mods such as UQC.
|
||||||
|
<item> Restored original behavior for Quake registered version detection.
|
||||||
|
<item> New icon.
|
||||||
<item> Miscellaneous source code cleanups.
|
<item> Miscellaneous source code cleanups.
|
||||||
</itemize>
|
</itemize>
|
||||||
</p>
|
</p>
|
||||||
|
|
11
README.txt
11
README.txt
|
@ -161,11 +161,20 @@
|
||||||
o Made Quake shareware 1.00 and 1.01 versions to be recognized
|
o Made Quake shareware 1.00 and 1.01 versions to be recognized
|
||||||
properly.
|
properly.
|
||||||
|
|
||||||
o Restored original behavior for Quake registered version detection.
|
o Made the keypad keys to send separate key events in game mode.
|
||||||
|
|
||||||
o Music playback: Made sure that the file's channels count is
|
o Music playback: Made sure that the file's channels count is
|
||||||
supported.
|
supported.
|
||||||
|
|
||||||
|
o Support for Solaris.
|
||||||
|
|
||||||
|
o Increased string buffer size from 256 to 384 for PF_VarString to
|
||||||
|
work around broken mods such as UQC.
|
||||||
|
|
||||||
|
o Restored original behavior for Quake registered version detection.
|
||||||
|
|
||||||
|
o New icon.
|
||||||
|
|
||||||
o Miscellaneous source code cleanups.
|
o Miscellaneous source code cleanups.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue