updated documents for 0.85.8 changes.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@743 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2012-09-27 13:33:22 +00:00
parent 6254e22a29
commit 67a3c2104b
3 changed files with 9 additions and 0 deletions

View File

@ -174,7 +174,9 @@ 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> Fixed control-character handling in unicode mode.</LI>
<LI> Made the keypad keys to send separate key events in game mode.</LI> <LI> Made the keypad keys to send separate key events in game mode.</LI>
<LI> Ctrl-V text pasting support from OS clipboard to console (windows-only for now.)</LI>
<LI> Fixed increased (more than 32) dynamic lights.</LI> <LI> Fixed increased (more than 32) dynamic lights.</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> Support for Solaris.</LI>

View File

@ -100,7 +100,9 @@ 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> Fixed control-character handling in unicode mode.
<item> Made the keypad keys to send separate key events in game mode. <item> Made the keypad keys to send separate key events in game mode.
<item> Ctrl-V text pasting support from OS clipboard to console (windows-only for now.)
<item> Fixed increased (more than 32) dynamic lights. <item> Fixed increased (more than 32) dynamic lights.
<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> Support for Solaris.

View File

@ -161,8 +161,13 @@
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 Fixed control-character handling in unicode mode.
o Made the keypad keys to send separate key events in game mode. o Made the keypad keys to send separate key events in game mode.
o Ctrl-V text pasting support from OS clipboard to console (windows-
only for now.)
o Fixed increased (more than 32) dynamic lights. o Fixed increased (more than 32) dynamic lights.
o Music playback: Made sure that the file's channels count is o Music playback: Made sure that the file's channels count is