Touch readme time stamp.

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1260 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
stevenaaus 2015-12-01 10:09:31 +00:00
parent b63744399e
commit f755acf9f7
3 changed files with 54 additions and 49 deletions

View File

@ -4,7 +4,7 @@
<toc>
<verb></verb>
<em>Page last edited June 4, 2015</em>
<em>Page last edited December 2015</em>
<sect> About <p>

View File

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.66">
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
<TITLE>QuakeSpasm</TITLE>
</HEAD>
<BODY>
@ -12,7 +12,7 @@
<PRE>
</PRE>
</P>
<P><EM>Page last edited June 4, 2015</EM></P>
<P><EM>Page last edited December 2015</EM></P>
<P>
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>

View File

@ -4,6 +4,7 @@
Table of Contents
1. About
2. Downloads
3. Hints
@ -38,11 +39,11 @@
9. Contact
10. Links
______________________________________________________________________
Page last edited June 4, 2015
Page last edited December 2015
1. About
@ -54,19 +55,19 @@
includes a new sound driver, some graphical niceities, and numerous
bug-fixes and other improvements.
2. Downloads
o Project Downloads: http://quakespasm.sourceforge.net/download.htm
o Automatic Builds: http://quakespasm.ericwa.com/job/quakespasm/
o Project Downloads <http://quakespasm.sourceforge.net/download.htm>
o Automatic Builds <http://quakespasm.ericwa.com/job/quakespasm/>
3. Hints
Visit the FitzQuake homepage <http://www.celephais.net/fitzquake> for
a full run-down of the engine's commands and variables.
o To disable some changes, use "quakespasm -fitz"
o Quakespasm's custom data is stored in "quakespasm.pak". Install
@ -110,8 +111,7 @@
o Use the "-noextmusic" option to disable this feature.
o See Quakespasm-Music.txt for more details.
o See <Quakespasm-Music.txt> for more details.
4. Compiling and Installation
@ -119,8 +119,8 @@
quakespasm.pak. This file should be placed alongside your quakespasm
binary and id1 directory.
To check-out the latest version of QuakeSpasm, use
svn co svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm
To check-out the latest version of QuakeSpasm, use svn co
svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm
4.1. Linux/Unix
@ -164,7 +164,6 @@
Alternatively, have a look at Makefile.darwin for more instructions on
building from a console.
5. Known Bugs
Brightness issues should be fixed with GLSL gamma in 0.90.1, if your
@ -176,10 +175,11 @@
help.
o Gamma patched libSDL (i686-linux)
http://sourceforge.net/projects/quakespasm/files/Support%20Files/libSDL_gamma_patched.tgz/download
<http://sourceforge.net/projects/quakespasm/files/Support%20Files/libSDL_gamma_patched.tgz/download>
o Gamma patched libSDL (x86_64-linux)
http://sourceforge.net/projects/quakespasm/files/Support%20Files/libSDL_gamma_patched-AMD64.tgz/download
<http://sourceforge.net/projects/quakespasm/files/Support%20Files/libSDL_gamma_patched-
AMD64.tgz/download>
The "game" command doesn't execute quake.rc in the new game directory
being switched to. This means any custom key bindings in a mod's
@ -188,21 +188,20 @@
instead of using the game console command. Or, after running the game
command, you can run "exec quake.rc" by yourself (YMMV).
6. Changes
6.1. Changes in 0.90.1
6.1.1. Bugfixes
o Fix dynamic light artifact where changing lightmap are rendered one
frame late (bug introduced in 0.90.0).
o Fix texture memory leak when changing video modes with SDL2.
o Fix rare incorrect mdl lighting on 64-bit builds. (details here:
http://forums.inside3d.com/viewtopic.php?f=3&t=5620)
o Fix rare incorrect mdl lighting on 64-bit builds. (details here.)
<http://forums.inside3d.com/viewtopic.php?f=3&t=5620>
o Fix fullbrights turning black after "kill" command (bug introduced
in 0.90.0).
@ -219,12 +218,14 @@
6.1.2. Performance
o Use multithreaded OpenGL on OS X for better performance.
o New, faster mdl renderer using GLSL. Disable with "-noglslalias".
6.1.3. Visual improvements
o New gamma correction implementation using GLSL. Fixes all known
gamma issues (affecting the full display, persisting after
quitting, or darkening the screen on OS X). Disable with
@ -239,6 +240,7 @@
6.1.4. Interface improvements
o Support pausing demo playback with the "pause" command.
o Autocompletion for "game", "record", "playdemo".
@ -258,17 +260,18 @@
6.1.5. Code cleanup
o Clean up IDE project files to build on fresh systems.
o Update 3rd-party libraries.
6.2. Changes in 0.90.0
o Fix issues on Windows systems with DPI scaling.
o Unix/Mac user directories support. Disabled by default,
'make DO_USERDIRS=1' to enable it.
o Unix/Mac user directories support. Disabled by default, 'make
DO_USERDIRS=1' to enable it.
o SDL2 support. Disabled by default, 'make USE_SDL2=1' to enable it.
@ -314,7 +317,7 @@
o Music and sfx now mixed at 44100 Hz to avoid downsampling music.
Low-pass filter applied to the sfx if -sndspeed is 11025 (the
default), to preserve the same sound quality as 0.85.9. New
default), to preserve the same sound quality as 0.85.9. New
-mixspeed option sets the rate for mixing sfx and music, and output
to the OS (default 44100), setting it to 11025 reverts to 0.85.9
behaviour. New snd_filterquality cvar, value can be between 1
@ -370,9 +373,9 @@
o Other fixes and clean-ups.
6.3. 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
@ -417,9 +420,9 @@
o Several other minor fixes/cleanups.
6.4. Changes in 0.85.8
o Made Quake shareware 1.00 and 1.01 versions to be recognized
properly.
@ -464,9 +467,9 @@
o Miscellaneous source code cleanups.
6.5. Changes in 0.85.7
o Added support for cross-level demo playback
o gl_texturemode is reimplemented as a cvar with a callback and the
@ -490,9 +493,9 @@
o Several other small changes mostly invisible to the end-user
6.6. Changes in 0.85.6
o More work for string buffer safety
o Reverted v0.85.5 change of not allowing deathmatch and coop cvars
@ -503,9 +506,9 @@
o Minor SDL video fixes.
6.7. Changes in 0.85.5
o SDL input driver updated adding native keymap and dead key support
to the console
@ -534,9 +537,9 @@
o Several code updates from uHexen2 project, several code cleanups.
6.8. Changes in 0.85.4
o Implement music (OGG, MP3, WAV) playback
o A better fix for the infamous SV_TouchLinks problem, no more hard
@ -562,9 +565,9 @@
o Other minor sound and cdaudio updates
6.9. Changes in 0.85.3
o Fix the "-dedicated" option (thanks Oz) and add platform specific
networking code (default) rather than SDL_net
@ -599,9 +602,9 @@
o Add a "-cd" option to let the CD Player work in dedicated mode, and
some other CD tweaks.
6.10. Changes in 0.85.2
o Replace the old "Screen size" slider with a "Scale" slider
o Don't constantly open and close condebug log
@ -627,9 +630,9 @@
o Add OSX Makefile (tested?)
6.11. Changes in 0.85.1
o 64 bit CPU support
o Restructured SDL sound driver
@ -665,48 +668,50 @@
o Changes to cvar persistence gl_flashblend (default 0), r_shadow,
r_wateralpha, r_dynamic, r_novis
7. Todo
o Add uHexen2's first person camera (and menu item)
o Native CD audio support (if desired). cd_sdl.c doesn't have proper
volume controls and SDL2 doesn't support CD audio
8. Copyright
o Quake and Quakespasm are released under the GNU GENERAL PUBLIC
LICENSE Version 2: http://www.gnu.org/licenses/gpl-2.0.html
LICENSE Version 2 <http://www.gnu.org/licenses/gpl-2.0.html>
o Quakespasm console background image by AAS, released under the
CREATIVE COMMONS PUBLIC LICENSE:
http://creativecommons.org/licenses/by/3.0/legalcode
CREATIVE COMMONS PUBLIC LICENSE
<http://creativecommons.org/licenses/by/3.0/legalcode>
9. Contact
o QuakeSpasm Project page:
http://sourceforge.net/projects/quakespasm
o Bug reports:
http://sourceforge.net/p/quakespasm/bugs/?source=navbar
o QuakeSpasm Project page
<http://sourceforge.net/projects/quakespasm>
o Bug reports
<http://sourceforge.net/p/quakespasm/bugs/?source=navbar>
o Ozkan <mailto:gmail - dot - com - username - sezeroz> (project
leader), Eric <mailto:gmail - dot - com - username - ewasylishen>,
Sander <mailto:gmail - dot - com - username - a.h.vandijk>,
Stevenaaus <mailto:yahoo - dot - com - username - stevenaaus>
10. Links
o QuakeSpasm Homepage: http://quakespasm.sourceforge.net
o Downloads: http://quakespasm.sourceforge.net/download.htm
o QuakeSpasm Homepage <http://quakespasm.sourceforge.net>
o FitzQuake Homepage: http://www.celephais.net/fitzquake
o Downloads <http://quakespasm.sourceforge.net/download.htm>
o FitzQuake Homepage <http://www.celephais.net/fitzquake>
o Func Quakespasm forum
<http://www.celephais.net/board/view_thread.php?id=60452>
o Inside 3D forums <http://forums.inside3d.com/viewforum.php?f=14>
o Func Quakespasm forum:
http://www.celephais.net/board/view_thread.php?id=60452
o Inside 3D forums: http://forums.inside3d.com/viewforum.php?f=14