mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
fixed last changed date in the README files. hand-edited the generated
txt version for it to be a bit more readable. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@652 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
2e9f298f93
commit
e8615ee1c4
3 changed files with 12 additions and 24 deletions
|
@ -11,7 +11,7 @@
|
||||||
<PRE>
|
<PRE>
|
||||||
</PRE>
|
</PRE>
|
||||||
</P>
|
</P>
|
||||||
<P><EM>Page last edited 12 March 2012</EM></P>
|
<P><EM>Page last edited 24 March 2012</EM></P>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
<H2><A NAME="toc1">1.</A> <A HREF="README.html#s1">About </A></H2>
|
<H2><A NAME="toc1">1.</A> <A HREF="README.html#s1">About </A></H2>
|
||||||
|
@ -115,7 +115,6 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<H2><A NAME="s4">4.</A> <A HREF="#toc4">Compiling </A></H2>
|
<H2><A NAME="s4">4.</A> <A HREF="#toc4">Compiling </A></H2>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<toc>
|
<toc>
|
||||||
<verb></verb>
|
<verb></verb>
|
||||||
|
|
||||||
<em>Page last edited 12 March 2012</em>
|
<em>Page last edited 24 March 2012</em>
|
||||||
|
|
||||||
<sect> About <p>
|
<sect> About <p>
|
||||||
|
|
||||||
|
@ -52,7 +52,6 @@ Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<sect> Compiling <p>
|
<sect> Compiling <p>
|
||||||
<p>To check-out the latest version of QuakeSpasm, use :
|
<p>To check-out the latest version of QuakeSpasm, use :
|
||||||
<newline>
|
<newline>
|
||||||
|
|
30
README.txt
30
README.txt
|
@ -33,12 +33,11 @@
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
Page last edited 12 March 2012
|
Page last edited 24 March 2012
|
||||||
|
|
||||||
|
|
||||||
1. About
|
1. About
|
||||||
|
|
||||||
|
|
||||||
QuakeSpasm is a Quake 1 engine based on the SDL port of FitzQuake. It
|
QuakeSpasm is a Quake 1 engine based on the SDL port of FitzQuake. It
|
||||||
includes 64bit CPU support, a new sound driver, several networking
|
includes 64bit CPU support, a new sound driver, several networking
|
||||||
fixes and a few graphical niceities.
|
fixes and a few graphical niceities.
|
||||||
|
@ -48,16 +47,15 @@
|
||||||
|
|
||||||
2. Downloads
|
2. Downloads
|
||||||
|
|
||||||
|
|
||||||
o <http://quakespasm.sourceforge.net/download.htm>
|
o <http://quakespasm.sourceforge.net/download.htm>
|
||||||
|
|
||||||
|
|
||||||
3. Hints
|
3. Hints
|
||||||
|
|
||||||
|
Visit the FitzQuake Homepage <http://www.celephais.net/fitzquake> for
|
||||||
Visit the FitzQuake Homepage <http://www.celephais.net/fitzquake> for
|
|
||||||
a full run-down of the engine's commands and variables.
|
a full run-down of the engine's commands and variables.
|
||||||
|
|
||||||
|
|
||||||
o To disable some changes, use "quakespasm -fitz"
|
o To disable some changes, use "quakespasm -fitz"
|
||||||
|
|
||||||
o For different sound drivers use "SDL_AUDIODRIVER=DRIVER
|
o For different sound drivers use "SDL_AUDIODRIVER=DRIVER
|
||||||
|
@ -77,6 +75,7 @@
|
||||||
o Quakespasm allows loading new games (mods) on the fly with "game
|
o Quakespasm allows loading new games (mods) on the fly with "game
|
||||||
GAMENAME"
|
GAMENAME"
|
||||||
|
|
||||||
|
|
||||||
3.1. Music Playback
|
3.1. Music Playback
|
||||||
|
|
||||||
Since version 0.85.4, Quakespasm can play back external MP3, OGG and
|
Since version 0.85.4, Quakespasm can play back external MP3, OGG and
|
||||||
|
@ -98,7 +97,6 @@
|
||||||
|
|
||||||
4. Compiling
|
4. Compiling
|
||||||
|
|
||||||
|
|
||||||
To check-out the latest version of QuakeSpasm, use :
|
To check-out the latest version of QuakeSpasm, use :
|
||||||
svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk
|
svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk
|
||||||
|
|
||||||
|
@ -112,7 +110,6 @@
|
||||||
cp quakespasm /usr/local/games/quake (for example)
|
cp quakespasm /usr/local/games/quake (for example)
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
Compile time options include
|
Compile time options include
|
||||||
|
|
||||||
o make DEBUG=1 for debugging
|
o make DEBUG=1 for debugging
|
||||||
|
@ -142,6 +139,7 @@
|
||||||
Alternatively, have a look at Makefile.darwin for more instructions on
|
Alternatively, have a look at Makefile.darwin for more instructions on
|
||||||
building from a console.
|
building from a console.
|
||||||
|
|
||||||
|
|
||||||
5. Known Bugs
|
5. Known Bugs
|
||||||
|
|
||||||
Some versions of Xorg and SDL have brightness issues. If you have Xorg
|
Some versions of Xorg and SDL have brightness issues. If you have Xorg
|
||||||
|
@ -154,12 +152,11 @@
|
||||||
<http://sourceforge.net/projects/quakespasm/files/Support%20Files/libSDL_gamma_patched-
|
<http://sourceforge.net/projects/quakespasm/files/Support%20Files/libSDL_gamma_patched-
|
||||||
AMD64.tgz/download>
|
AMD64.tgz/download>
|
||||||
|
|
||||||
|
|
||||||
6. Changes
|
6. Changes
|
||||||
|
|
||||||
|
|
||||||
6.1. Changes in 0.85.7
|
6.1. Changes in 0.85.7
|
||||||
|
|
||||||
|
|
||||||
o Added support for cross-level demo playback
|
o Added support for cross-level demo playback
|
||||||
|
|
||||||
o gl_texturemode is reimplemented as a cvar with a callback and the
|
o gl_texturemode is reimplemented as a cvar with a callback and the
|
||||||
|
@ -183,8 +180,8 @@
|
||||||
|
|
||||||
o Several other small changes mostly invisible to the end-user
|
o Several other small changes mostly invisible to the end-user
|
||||||
|
|
||||||
6.2. Changes in 0.85.6
|
|
||||||
|
|
||||||
|
6.2. Changes in 0.85.6
|
||||||
|
|
||||||
o More work for string buffer safety
|
o More work for string buffer safety
|
||||||
|
|
||||||
|
@ -196,8 +193,8 @@
|
||||||
|
|
||||||
o Minor SDL video fixes.
|
o Minor SDL video fixes.
|
||||||
|
|
||||||
6.3. Changes in 0.85.5
|
|
||||||
|
|
||||||
|
6.3. Changes in 0.85.5
|
||||||
|
|
||||||
o SDL input driver updated adding native keymap and dead key support
|
o SDL input driver updated adding native keymap and dead key support
|
||||||
to the console
|
to the console
|
||||||
|
@ -227,8 +224,8 @@
|
||||||
|
|
||||||
o Several code updates from uHexen2 project, several code cleanups.
|
o Several code updates from uHexen2 project, several code cleanups.
|
||||||
|
|
||||||
6.4. Changes in 0.85.4
|
|
||||||
|
|
||||||
|
6.4. Changes in 0.85.4
|
||||||
|
|
||||||
o Implement music (OGG, MP3, WAV) playback
|
o Implement music (OGG, MP3, WAV) playback
|
||||||
|
|
||||||
|
@ -251,13 +248,12 @@
|
||||||
directory as the map itself or from a searchpath with a higher
|
directory as the map itself or from a searchpath with a higher
|
||||||
priority
|
priority
|
||||||
|
|
||||||
|
|
||||||
o Fixed rest of the compiler warnings
|
o Fixed rest of the compiler warnings
|
||||||
|
|
||||||
o Other minor sound and cdaudio updates
|
o Other minor sound and cdaudio updates
|
||||||
|
|
||||||
6.5. Changes in 0.85.3
|
|
||||||
|
|
||||||
|
6.5. Changes in 0.85.3
|
||||||
|
|
||||||
o Fix the "-dedicated" option (thanks Oz) and add platform specific
|
o Fix the "-dedicated" option (thanks Oz) and add platform specific
|
||||||
networking code (default) rather than SDL_net
|
networking code (default) rather than SDL_net
|
||||||
|
@ -296,7 +292,6 @@
|
||||||
|
|
||||||
6.6. Changes in 0.85.2
|
6.6. Changes in 0.85.2
|
||||||
|
|
||||||
|
|
||||||
o Replace the old "Screen size" slider with a "Scale" slider
|
o Replace the old "Screen size" slider with a "Scale" slider
|
||||||
|
|
||||||
o Don't constantly open and close condebug log
|
o Don't constantly open and close condebug log
|
||||||
|
@ -325,7 +320,6 @@
|
||||||
|
|
||||||
6.7. Changes in 0.85.1
|
6.7. Changes in 0.85.1
|
||||||
|
|
||||||
|
|
||||||
o 64 bit CPU support
|
o 64 bit CPU support
|
||||||
|
|
||||||
o Restructured SDL sound driver
|
o Restructured SDL sound driver
|
||||||
|
@ -364,7 +358,6 @@
|
||||||
|
|
||||||
7. Todo
|
7. Todo
|
||||||
|
|
||||||
|
|
||||||
o Add uHexen2's first person camera (and menu item)
|
o Add uHexen2's first person camera (and menu item)
|
||||||
|
|
||||||
o Native CD audio support (if desired). cd_sdl.c doesn't have proper
|
o Native CD audio support (if desired). cd_sdl.c doesn't have proper
|
||||||
|
@ -378,11 +371,9 @@
|
||||||
|
|
||||||
8. Copyright
|
8. Copyright
|
||||||
|
|
||||||
|
|
||||||
o Quake and Quakespasm are released under the GNU GENERAL PUBLIC
|
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
|
o Quakespasm console background image by AAS, released under the
|
||||||
CREATIVE COMMONS PUBLIC LICENSE
|
CREATIVE COMMONS PUBLIC LICENSE
|
||||||
<http://creativecommons.org/licenses/by/3.0/legalcode>
|
<http://creativecommons.org/licenses/by/3.0/legalcode>
|
||||||
|
@ -390,7 +381,6 @@
|
||||||
|
|
||||||
9. Links
|
9. Links
|
||||||
|
|
||||||
|
|
||||||
o QuakeSpasm Homepage <http://quakespasm.sourceforge.net>
|
o QuakeSpasm Homepage <http://quakespasm.sourceforge.net>
|
||||||
|
|
||||||
o QuakeSpasm Project page
|
o QuakeSpasm Project page
|
||||||
|
|
Loading…
Reference in a new issue