mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
update docs for 0.85.9 changes
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@846 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
fd3e67d36c
commit
8b4d76936b
3 changed files with 128 additions and 38 deletions
64
README.html
64
README.html
|
@ -1,17 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
|
||||
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
|
||||
<TITLE>QuakeSpasm</TITLE>
|
||||
</HEAD>
|
||||
<BODY>
|
||||
<H1>QuakeSpasm</H1>
|
||||
|
||||
<H2></H2><P>
|
||||
<H2></H2>
|
||||
<P>
|
||||
<PRE>
|
||||
</PRE>
|
||||
</P>
|
||||
<P><EM>Page last edited Oct. 07, 2012</EM></P>
|
||||
<P><EM>Page last edited Apr. 12, 2013</EM></P>
|
||||
|
||||
<P>
|
||||
<H2><A NAME="toc1">1.</A> <A HREF="README.html#s1">About </A></H2>
|
||||
|
@ -40,14 +41,15 @@
|
|||
<H2><A NAME="toc6">6.</A> <A HREF="README.html#s6">Changes</A></H2>
|
||||
|
||||
<UL>
|
||||
<LI><A NAME="toc6.1">6.1</A> <A HREF="README.html#ss6.1">Changes in 0.85.8</A>
|
||||
<LI><A NAME="toc6.2">6.2</A> <A HREF="README.html#ss6.2">Changes in 0.85.7</A>
|
||||
<LI><A NAME="toc6.3">6.3</A> <A HREF="README.html#ss6.3">Changes in 0.85.6</A>
|
||||
<LI><A NAME="toc6.4">6.4</A> <A HREF="README.html#ss6.4">Changes in 0.85.5</A>
|
||||
<LI><A NAME="toc6.5">6.5</A> <A HREF="README.html#ss6.5">Changes in 0.85.4</A>
|
||||
<LI><A NAME="toc6.6">6.6</A> <A HREF="README.html#ss6.6">Changes in 0.85.3</A>
|
||||
<LI><A NAME="toc6.7">6.7</A> <A HREF="README.html#ss6.7">Changes in 0.85.2</A>
|
||||
<LI><A NAME="toc6.8">6.8</A> <A HREF="README.html#ss6.8">Changes in 0.85.1</A>
|
||||
<LI><A NAME="toc6.1">6.1</A> <A HREF="README.html#ss6.1">Changes in 0.85.9</A>
|
||||
<LI><A NAME="toc6.2">6.2</A> <A HREF="README.html#ss6.2">Changes in 0.85.8</A>
|
||||
<LI><A NAME="toc6.3">6.3</A> <A HREF="README.html#ss6.3">Changes in 0.85.7</A>
|
||||
<LI><A NAME="toc6.4">6.4</A> <A HREF="README.html#ss6.4">Changes in 0.85.6</A>
|
||||
<LI><A NAME="toc6.5">6.5</A> <A HREF="README.html#ss6.5">Changes in 0.85.5</A>
|
||||
<LI><A NAME="toc6.6">6.6</A> <A HREF="README.html#ss6.6">Changes in 0.85.4</A>
|
||||
<LI><A NAME="toc6.7">6.7</A> <A HREF="README.html#ss6.7">Changes in 0.85.3</A>
|
||||
<LI><A NAME="toc6.8">6.8</A> <A HREF="README.html#ss6.8">Changes in 0.85.2</A>
|
||||
<LI><A NAME="toc6.9">6.9</A> <A HREF="README.html#ss6.9">Changes in 0.85.1</A>
|
||||
</UL>
|
||||
<P>
|
||||
<H2><A NAME="toc7">7.</A> <A HREF="README.html#s7">Todo </A></H2>
|
||||
|
@ -168,7 +170,30 @@ these patched libSDL binaries may help.
|
|||
|
||||
|
||||
|
||||
<H2><A NAME="ss6.1">6.1</A> <A HREF="#toc6.1">Changes in 0.85.8</A>
|
||||
<H2><A NAME="ss6.1">6.1</A> <A HREF="#toc6.1">Changes in 0.85.9</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
<UL>
|
||||
<LI> Fixes for several undefined behaviors in C code (gcc-4.8 support.)</LI>
|
||||
<LI> Implemented Hor+ style field of view (FOV) scaling, useful for widescreen resolutions. Configured by new cvar fov_adapt: set it to 1 and your fov will be scaled automatically according to the resolution. Enabled by default.</LI>
|
||||
<LI> Adjusted string buffers for PR_ValueString and friends to fix crashes with excessively long global strings seen in some rude mods.</LI>
|
||||
<LI> Toned down warning messages from PF_VarString() a bit.</LI>
|
||||
<LI> Fixed Fitzquake's map existence check in changelevel (used to leak file handles which would end up in a Sys_Error() due to consuming all free handles if many maps reside not in pak files.)</LI>
|
||||
<LI> Fixes/cleanups in chat mode handling. Client no longer gets stuck in chat mode upon disconnect.</LI>
|
||||
<LI> Mouse grab/key_dest fixes and key cleanups.</LI>
|
||||
<LI> The "speedkey" now acts as "slowkey" when "always run" is on.</LI>
|
||||
<LI> Corner case fixes in COM_Parse() for quoted strings and support for C-style /*..*/ comments.</LI>
|
||||
<LI> Changed lightmaps to GL_RGBA instead of GL_RGB.</LI>
|
||||
<LI> Better parse for opengl extensions list (from quakeforge.)</LI>
|
||||
<LI> Vsync saving/loading fixes.</LI>
|
||||
<LI> Fixed pointfile loading.</LI>
|
||||
<LI> Multiple cleanups in gl_vidsdl.c.</LI>
|
||||
<LI> Opus music decoding support (as an optional patch only.)</LI>
|
||||
<LI> Several other minor fixes/cleanups.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss6.2">6.2</A> <A HREF="#toc6.2">Changes in 0.85.8</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -193,7 +218,7 @@ these patched libSDL binaries may help.
|
|||
<LI> Miscellaneous source code cleanups.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss6.2">6.2</A> <A HREF="#toc6.2">Changes in 0.85.7</A>
|
||||
<H2><A NAME="ss6.3">6.3</A> <A HREF="#toc6.3">Changes in 0.85.7</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -211,7 +236,7 @@ these patched libSDL binaries may help.
|
|||
<LI> Several other small changes mostly invisible to the end-user</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss6.3">6.3</A> <A HREF="#toc6.3">Changes in 0.85.6</A>
|
||||
<H2><A NAME="ss6.4">6.4</A> <A HREF="#toc6.4">Changes in 0.85.6</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -222,7 +247,7 @@ these patched libSDL binaries may help.
|
|||
<LI> Minor SDL video fixes.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss6.4">6.4</A> <A HREF="#toc6.4">Changes in 0.85.5</A>
|
||||
<H2><A NAME="ss6.5">6.5</A> <A HREF="#toc6.5">Changes in 0.85.5</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -241,7 +266,7 @@ these patched libSDL binaries may help.
|
|||
<LI> Several code updates from uHexen2 project, several code cleanups.</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss6.5">6.5</A> <A HREF="#toc6.5">Changes in 0.85.4</A>
|
||||
<H2><A NAME="ss6.6">6.6</A> <A HREF="#toc6.6">Changes in 0.85.4</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -259,7 +284,7 @@ these patched libSDL binaries may help.
|
|||
<LI> Other minor sound and cdaudio updates</LI>
|
||||
</UL>
|
||||
</P>
|
||||
<H2><A NAME="ss6.6">6.6</A> <A HREF="#toc6.6">Changes in 0.85.3</A>
|
||||
<H2><A NAME="ss6.7">6.7</A> <A HREF="#toc6.7">Changes in 0.85.3</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -282,7 +307,7 @@ these patched libSDL binaries may help.
|
|||
</UL>
|
||||
</P>
|
||||
|
||||
<H2><A NAME="ss6.7">6.7</A> <A HREF="#toc6.7">Changes in 0.85.2</A>
|
||||
<H2><A NAME="ss6.8">6.8</A> <A HREF="#toc6.8">Changes in 0.85.2</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -301,7 +326,7 @@ these patched libSDL binaries may help.
|
|||
</UL>
|
||||
</P>
|
||||
|
||||
<H2><A NAME="ss6.8">6.8</A> <A HREF="#toc6.8">Changes in 0.85.1</A>
|
||||
<H2><A NAME="ss6.9">6.9</A> <A HREF="#toc6.9">Changes in 0.85.1</A>
|
||||
</H2>
|
||||
|
||||
<P>
|
||||
|
@ -378,4 +403,3 @@ these patched libSDL binaries may help.
|
|||
|
||||
</BODY>
|
||||
</HTML>
|
||||
|
||||
|
|
23
README.sgml
23
README.sgml
|
@ -4,7 +4,7 @@
|
|||
<toc>
|
||||
<verb></verb>
|
||||
|
||||
<em>Page last edited Oct. 07, 2012</em>
|
||||
<em>Page last edited Apr. 12, 2013</em>
|
||||
|
||||
<sect> About <p>
|
||||
|
||||
|
@ -97,6 +97,27 @@ these patched libSDL binaries may help.
|
|||
|
||||
<sect> Changes<p>
|
||||
|
||||
<sect1> Changes in 0.85.9<p>
|
||||
<itemize>
|
||||
<item> Fixes for several undefined behaviors in C code (gcc-4.8 support.)
|
||||
<item> Implemented Hor+ style field of view (FOV) scaling, useful for widescreen resolutions. Configured by new cvar fov_adapt: set it to 1 and your fov will be scaled automatically according to the resolution. Enabled by default.
|
||||
<item> Adjusted string buffers for PR_ValueString and friends to fix crashes with excessively long global strings seen in some rude mods.
|
||||
<item> Toned down warning messages from PF_VarString() a bit.
|
||||
<item> Fixed Fitzquake's map existence check in changelevel (used to leak file handles which would end up in a Sys_Error() due to consuming all free handles if many maps reside not in pak files.)
|
||||
<item> Fixes/cleanups in chat mode handling. Client no longer gets stuck in chat mode upon disconnect.
|
||||
<item> Mouse grab/key_dest fixes and key cleanups.
|
||||
<item> The "speedkey" now acts as "slowkey" when "always run" is on.
|
||||
<item> Corner case fixes in COM_Parse() for quoted strings and support for C-style /*..*/ comments.
|
||||
<item> Changed lightmaps to GL_RGBA instead of GL_RGB.
|
||||
<item> Better parse for opengl extensions list (from quakeforge.)
|
||||
<item> Vsync saving/loading fixes.
|
||||
<item> Fixed pointfile loading.
|
||||
<item> Multiple cleanups in gl_vidsdl.c.
|
||||
<item> Opus music decoding support (as an optional patch only.)
|
||||
<item> Several other minor fixes/cleanups.
|
||||
</itemize>
|
||||
</p>
|
||||
|
||||
<sect1> Changes in 0.85.8<p>
|
||||
<itemize>
|
||||
<item> Made Quake shareware 1.00 and 1.01 versions to be recognized properly.
|
||||
|
|
79
README.txt
79
README.txt
|
@ -17,14 +17,15 @@
|
|||
|
||||
5. Known Bugs
|
||||
6. Changes
|
||||
6.1 Changes in 0.85.8
|
||||
6.2 Changes in 0.85.7
|
||||
6.3 Changes in 0.85.6
|
||||
6.4 Changes in 0.85.5
|
||||
6.5 Changes in 0.85.4
|
||||
6.6 Changes in 0.85.3
|
||||
6.7 Changes in 0.85.2
|
||||
6.8 Changes in 0.85.1
|
||||
6.1 Changes in 0.85.9
|
||||
6.2 Changes in 0.85.8
|
||||
6.3 Changes in 0.85.7
|
||||
6.4 Changes in 0.85.6
|
||||
6.5 Changes in 0.85.5
|
||||
6.6 Changes in 0.85.4
|
||||
6.7 Changes in 0.85.3
|
||||
6.8 Changes in 0.85.2
|
||||
6.9 Changes in 0.85.1
|
||||
|
||||
7. Todo
|
||||
8. Copyright
|
||||
|
@ -34,7 +35,7 @@
|
|||
______________________________________________________________________
|
||||
|
||||
|
||||
Page last edited Oct. 07, 2012
|
||||
Page last edited Apr. 12, 2013
|
||||
|
||||
|
||||
1. About
|
||||
|
@ -156,7 +157,51 @@
|
|||
|
||||
6. Changes
|
||||
|
||||
6.1. Changes in 0.85.8
|
||||
6.1. Changes in 0.85.9
|
||||
|
||||
o Fixes for several undefined behaviors in C code (gcc-4.8 support.)
|
||||
|
||||
o Implemented Hor+ style field of view (FOV) scaling, useful for
|
||||
widescreen resolutions. Configured by new cvar fov_adapt: set it
|
||||
to 1 and your fov will be scaled automatically according to the
|
||||
resolution. Enabled by default.
|
||||
|
||||
o Adjusted string buffers for PR_ValueString and friends to fix
|
||||
crashes with excessively long global strings seen in some rude
|
||||
mods.
|
||||
|
||||
o Toned down warning messages from PF_VarString() a bit.
|
||||
|
||||
o Fixed Fitzquake's map existence check in changelevel (used to leak
|
||||
file handles which would end up in a Sys_Error() due to consuming
|
||||
all free handles if many maps reside not in pak files.)
|
||||
|
||||
o Fixes/cleanups in chat mode handling. Client no longer gets stuck
|
||||
in chat mode upon disconnect.
|
||||
|
||||
o Mouse grab/key_dest fixes and key cleanups.
|
||||
|
||||
o The "speedkey" now acts as "slowkey" when "always run" is on.
|
||||
|
||||
o Corner case fixes in COM_Parse() for quoted strings and support for
|
||||
C-style /*..*/ comments.
|
||||
|
||||
o Changed lightmaps to GL_RGBA instead of GL_RGB.
|
||||
|
||||
o Better parse for opengl extensions list (from quakeforge.)
|
||||
|
||||
o Vsync saving/loading fixes.
|
||||
|
||||
o Fixed pointfile loading.
|
||||
|
||||
o Multiple cleanups in gl_vidsdl.c.
|
||||
|
||||
o Opus music decoding support (as an optional patch only.)
|
||||
|
||||
o Several other minor fixes/cleanups.
|
||||
|
||||
|
||||
6.2. Changes in 0.85.8
|
||||
|
||||
o Made Quake shareware 1.00 and 1.01 versions to be recognized
|
||||
properly.
|
||||
|
@ -203,7 +248,7 @@
|
|||
o Miscellaneous source code cleanups.
|
||||
|
||||
|
||||
6.2. Changes in 0.85.7
|
||||
6.3. Changes in 0.85.7
|
||||
|
||||
o Added support for cross-level demo playback
|
||||
|
||||
|
@ -229,7 +274,7 @@
|
|||
o Several other small changes mostly invisible to the end-user
|
||||
|
||||
|
||||
6.3. Changes in 0.85.6
|
||||
6.4. Changes in 0.85.6
|
||||
|
||||
o More work for string buffer safety
|
||||
|
||||
|
@ -242,7 +287,7 @@
|
|||
o Minor SDL video fixes.
|
||||
|
||||
|
||||
6.4. Changes in 0.85.5
|
||||
6.5. Changes in 0.85.5
|
||||
|
||||
o SDL input driver updated adding native keymap and dead key support
|
||||
to the console
|
||||
|
@ -273,7 +318,7 @@
|
|||
o Several code updates from uHexen2 project, several code cleanups.
|
||||
|
||||
|
||||
6.5. Changes in 0.85.4
|
||||
6.6. Changes in 0.85.4
|
||||
|
||||
o Implement music (OGG, MP3, WAV) playback
|
||||
|
||||
|
@ -301,7 +346,7 @@
|
|||
o Other minor sound and cdaudio updates
|
||||
|
||||
|
||||
6.6. Changes in 0.85.3
|
||||
6.7. Changes in 0.85.3
|
||||
|
||||
o Fix the "-dedicated" option (thanks Oz) and add platform specific
|
||||
networking code (default) rather than SDL_net
|
||||
|
@ -338,7 +383,7 @@
|
|||
some other CD tweaks.
|
||||
|
||||
|
||||
6.7. Changes in 0.85.2
|
||||
6.8. Changes in 0.85.2
|
||||
|
||||
o Replace the old "Screen size" slider with a "Scale" slider
|
||||
|
||||
|
@ -366,7 +411,7 @@
|
|||
o Add OSX Makefile (tested?)
|
||||
|
||||
|
||||
6.8. Changes in 0.85.1
|
||||
6.9. Changes in 0.85.1
|
||||
|
||||
o 64 bit CPU support
|
||||
|
||||
|
|
Loading…
Reference in a new issue