diff --git a/quakespasm/Linux/sgml/Quakespasm.sgml b/quakespasm/Linux/sgml/Quakespasm.sgml index a8a662b1..51bec77f 100644 --- a/quakespasm/Linux/sgml/Quakespasm.sgml +++ b/quakespasm/Linux/sgml/Quakespasm.sgml @@ -4,7 +4,7 @@ -Page last edited June 3, 2015 +Page last edited June 4, 2015 About

@@ -38,7 +38,7 @@ sound driver, some graphical niceities, and numerous bug-fixes and other improve Shift+Escape draws the Console. From the console, use UP to browse the command line history and TAB to autocomplete command and map names. -There is currently no CD Music volume support. cd_sdl.c needs replacing with cd_linux.c, cd_bsd.c etc.. +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.. In windows, alternative CD drives are accessible by "quakespasm -cddev F" (for example) Quakespasm allows loading new games (mods) on the fly with "game GAMENAME {-quoth/hipnotic/rogue}" @@ -355,8 +355,7 @@ The "game" command doesn't execute quake.rc in the new game directory being swit Todo

Add uHexen2's first person camera (and menu item) -Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls -Test usb keyboards. +Native CD audio support (if desired). cd_sdl.c doesn't have proper volume controls and SDL2 doesn't support CD audio Copyright

diff --git a/quakespasm/Quakespasm.html b/quakespasm/Quakespasm.html index da062d70..16067e10 100644 --- a/quakespasm/Quakespasm.html +++ b/quakespasm/Quakespasm.html @@ -12,7 +12,7 @@

 

-

Page last edited June 3, 2015

+

Page last edited June 4, 2015

1. About

@@ -107,7 +107,7 @@ sound driver, some graphical niceities, and numerous bug-fixes and other improve
  • Shift+Escape draws the Console.
  • From the console, use UP to browse the command line history and TAB to autocomplete command and map names.
  • -
  • There is currently no CD Music volume support. cd_sdl.c needs replacing with cd_linux.c, cd_bsd.c etc..
  • +
  • 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..
  • In windows, alternative CD drives are accessible by "quakespasm -cddev F" (for example)
  • Quakespasm allows loading new games (mods) on the fly with "game GAMENAME {-quoth/hipnotic/rogue}"
  • @@ -478,8 +478,7 @@ these patched libSDL binaries may help.

    diff --git a/quakespasm/Quakespasm.txt b/quakespasm/Quakespasm.txt index 8cd0016f..218b6846 100644 --- a/quakespasm/Quakespasm.txt +++ b/quakespasm/Quakespasm.txt @@ -41,7 +41,7 @@ ______________________________________________________________________ - Page last edited June 3, 2015 + Page last edited June 4, 2015 1. About @@ -81,8 +81,9 @@ o From the console, use UP to browse the command line history and TAB to autocomplete command and map names. - o There is currently no CD Music volume support. cd_sdl.c needs - replacing with cd_linux.c, cd_bsd.c etc.. + o 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.. o In windows, alternative CD drives are accessible by "quakespasm -cddev F" (for example) @@ -118,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 @@ -200,8 +201,8 @@ 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). @@ -668,27 +669,25 @@ 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 - - o Test usb keyboards. + 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 + CREATIVE COMMONS PUBLIC LICENSE: http://creativecommons.org/licenses/by/3.0/legalcode 9. Contact - o QuakeSpasm Project page + o QuakeSpasm Project page: http://sourceforge.net/projects/quakespasm - o Bug reports + o Bug reports: http://sourceforge.net/p/quakespasm/bugs/?source=navbar o Ozkan (project @@ -709,4 +708,3 @@ http://www.celephais.net/board/view_thread.php?id=60452 o Inside 3D forums: http://forums.inside3d.com/viewforum.php?f=14 -