mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
minor doc updates
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1227 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
453d701e73
commit
76b1206f7d
3 changed files with 19 additions and 23 deletions
|
@ -4,7 +4,7 @@
|
||||||
<toc>
|
<toc>
|
||||||
<verb></verb>
|
<verb></verb>
|
||||||
|
|
||||||
<em>Page last edited June 3, 2015</em>
|
<em>Page last edited June 4, 2015</em>
|
||||||
|
|
||||||
<sect> About <p>
|
<sect> About <p>
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ sound driver, some graphical niceities, and numerous bug-fixes and other improve
|
||||||
<item><bf>Shift+Escape</bf> draws the Console.
|
<item><bf>Shift+Escape</bf> draws the Console.
|
||||||
<item>From the console, use <bf>UP</bf> to browse the command line history and
|
<item>From the console, use <bf>UP</bf> to browse the command line history and
|
||||||
<bf>TAB</bf> to autocomplete command and map names.
|
<bf>TAB</bf> to autocomplete command and map names.
|
||||||
<item>There is currently no CD Music volume support. cd_sdl.c needs replacing with cd_linux.c, cd_bsd.c etc..
|
<item>There is currently no CD Music volume support and SDL2 doesn't support CD audio. cd_sdl.c needs replacing with cd_linux.c, cd_bsd.c etc..
|
||||||
<item>In windows, alternative CD drives are accessible by "<bf>quakespasm -cddev F</bf>" (for example)
|
<item>In windows, alternative CD drives are accessible by "<bf>quakespasm -cddev F</bf>" (for example)
|
||||||
|
|
||||||
<item>Quakespasm allows loading new games (mods) on the fly with "<bf>game</bf> <em>GAMENAME {-quoth/hipnotic/rogue}</em>"
|
<item>Quakespasm allows loading new games (mods) on the fly with "<bf>game</bf> <em>GAMENAME {-quoth/hipnotic/rogue}</em>"
|
||||||
|
@ -355,8 +355,7 @@ The "game" command doesn't execute quake.rc in the new game directory being swit
|
||||||
<sect> Todo <p>
|
<sect> Todo <p>
|
||||||
<itemize>
|
<itemize>
|
||||||
<item>Add uHexen2's first person camera (and menu item)
|
<item>Add uHexen2's first person camera (and menu item)
|
||||||
<item>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls
|
<item>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls and SDL2 doesn't support CD audio
|
||||||
<item>Test usb keyboards.
|
|
||||||
</itemize>
|
</itemize>
|
||||||
|
|
||||||
<sect> Copyright <p>
|
<sect> Copyright <p>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<PRE>
|
<PRE>
|
||||||
</PRE>
|
</PRE>
|
||||||
</P>
|
</P>
|
||||||
<P><EM>Page last edited June 3, 2015</EM></P>
|
<P><EM>Page last edited June 4, 2015</EM></P>
|
||||||
|
|
||||||
<P>
|
<P>
|
||||||
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>
|
<H2><A NAME="toc1">1.</A> <A HREF="Quakespasm.html#s1">About </A></H2>
|
||||||
|
@ -107,7 +107,7 @@ sound driver, some graphical niceities, and numerous bug-fixes and other improve
|
||||||
<LI><B>Shift+Escape</B> draws the Console.</LI>
|
<LI><B>Shift+Escape</B> draws the Console.</LI>
|
||||||
<LI>From the console, use <B>UP</B> to browse the command line history and
|
<LI>From the console, use <B>UP</B> to browse the command line history and
|
||||||
<B>TAB</B> to autocomplete command and map names.</LI>
|
<B>TAB</B> to autocomplete command and map names.</LI>
|
||||||
<LI>There is currently no CD Music volume support. cd_sdl.c needs replacing with cd_linux.c, cd_bsd.c etc..</LI>
|
<LI>There is currently no CD Music volume support and SDL2 doesn't support CD audio. cd_sdl.c needs replacing with cd_linux.c, cd_bsd.c etc..</LI>
|
||||||
<LI>In windows, alternative CD drives are accessible by "<B>quakespasm -cddev F</B>" (for example)
|
<LI>In windows, alternative CD drives are accessible by "<B>quakespasm -cddev F</B>" (for example)
|
||||||
</LI>
|
</LI>
|
||||||
<LI>Quakespasm allows loading new games (mods) on the fly with "<B>game</B> <EM>GAMENAME {-quoth/hipnotic/rogue}</EM>"</LI>
|
<LI>Quakespasm allows loading new games (mods) on the fly with "<B>game</B> <EM>GAMENAME {-quoth/hipnotic/rogue}</EM>"</LI>
|
||||||
|
@ -478,8 +478,7 @@ these patched libSDL binaries may help.
|
||||||
<P>
|
<P>
|
||||||
<UL>
|
<UL>
|
||||||
<LI>Add uHexen2's first person camera (and menu item)</LI>
|
<LI>Add uHexen2's first person camera (and menu item)</LI>
|
||||||
<LI>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls</LI>
|
<LI>Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls and SDL2 doesn't support CD audio</LI>
|
||||||
<LI>Test usb keyboards.</LI>
|
|
||||||
</UL>
|
</UL>
|
||||||
</P>
|
</P>
|
||||||
|
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
|
||||||
Page last edited June 3, 2015
|
Page last edited June 4, 2015
|
||||||
|
|
||||||
|
|
||||||
1. About
|
1. About
|
||||||
|
@ -81,8 +81,9 @@
|
||||||
o From the console, use UP to browse the command line history and TAB
|
o From the console, use UP to browse the command line history and TAB
|
||||||
to autocomplete command and map names.
|
to autocomplete command and map names.
|
||||||
|
|
||||||
o There is currently no CD Music volume support. cd_sdl.c needs
|
o There is currently no CD Music volume support and SDL2 doesn't
|
||||||
replacing with cd_linux.c, cd_bsd.c etc..
|
support CD audio. cd_sdl.c needs replacing with cd_linux.c,
|
||||||
|
cd_bsd.c etc..
|
||||||
|
|
||||||
o In windows, alternative CD drives are accessible by "quakespasm
|
o In windows, alternative CD drives are accessible by "quakespasm
|
||||||
-cddev F" (for example)
|
-cddev F" (for example)
|
||||||
|
@ -118,8 +119,8 @@
|
||||||
quakespasm.pak. This file should be placed alongside your quakespasm
|
quakespasm.pak. This file should be placed alongside your quakespasm
|
||||||
binary and id1 directory.
|
binary and id1 directory.
|
||||||
|
|
||||||
To check-out the latest version of QuakeSpasm, use svn co
|
To check-out the latest version of QuakeSpasm, use
|
||||||
svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm
|
svn co svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm
|
||||||
|
|
||||||
4.1. Linux/Unix
|
4.1. Linux/Unix
|
||||||
|
|
||||||
|
@ -200,8 +201,8 @@
|
||||||
|
|
||||||
o Fix texture memory leak when changing video modes with SDL2.
|
o Fix texture memory leak when changing video modes with SDL2.
|
||||||
|
|
||||||
o Fix rare incorrect mdl lighting on 64-bit builds. (details here.)
|
o Fix rare incorrect mdl lighting on 64-bit builds. (details here:
|
||||||
http://forums.inside3d.com/viewtopic.php?f=3&t=5620
|
http://forums.inside3d.com/viewtopic.php?f=3&t=5620)
|
||||||
|
|
||||||
o Fix fullbrights turning black after "kill" command (bug introduced
|
o Fix fullbrights turning black after "kill" command (bug introduced
|
||||||
in 0.90.0).
|
in 0.90.0).
|
||||||
|
@ -668,27 +669,25 @@
|
||||||
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
|
||||||
volume controls
|
volume controls and SDL2 doesn't support CD audio
|
||||||
|
|
||||||
o Test usb keyboards.
|
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
|
||||||
9. Contact
|
9. Contact
|
||||||
|
|
||||||
o QuakeSpasm Project page
|
o QuakeSpasm Project page:
|
||||||
http://sourceforge.net/projects/quakespasm
|
http://sourceforge.net/projects/quakespasm
|
||||||
|
|
||||||
o Bug reports
|
o Bug reports:
|
||||||
http://sourceforge.net/p/quakespasm/bugs/?source=navbar
|
http://sourceforge.net/p/quakespasm/bugs/?source=navbar
|
||||||
|
|
||||||
o Ozkan <mailto:gmail - dot - com - username - sezeroz> (project
|
o Ozkan <mailto:gmail - dot - com - username - sezeroz> (project
|
||||||
|
@ -709,4 +708,3 @@
|
||||||
http://www.celephais.net/board/view_thread.php?id=60452
|
http://www.celephais.net/board/view_thread.php?id=60452
|
||||||
|
|
||||||
o Inside 3D forums: http://forums.inside3d.com/viewforum.php?f=14
|
o Inside 3D forums: http://forums.inside3d.com/viewforum.php?f=14
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue