diff --git a/Linux/sgml/Quakespasm.sgml b/Linux/sgml/Quakespasm.sgml index 851da1db..a955e172 100644 --- a/Linux/sgml/Quakespasm.sgml +++ b/Linux/sgml/Quakespasm.sgml @@ -4,7 +4,7 @@ -Page last edited Sep. 15, 2014 +Page last edited Sep. 20, 2014 About

@@ -69,11 +69,12 @@ cp quakespasm /usr/local/games/quake (for example) Compile time options include +make DO_USERDIRS=1 to include user directories support make DEBUG=1 for debugging make SDL_CONFIG=/PATH/TO/SDL-CONFIG for unusual SDL installations +make USE_SDL2=1 to compile against SDL2 instead of SDL1.2

Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files. -

HOME directory support can be enabled via Misc/homedir_0.patch

The project can also be built with Codeblocks (project files included).

Windows

@@ -108,6 +109,7 @@ OS X has a well known gamma issue where the screen turns dark, but we currently Changes in 0.90.0

Unix/Mac user directories support. Disabled by default, 'make DO_USERDIRS=1' to enable it. + SDL2 support. Disabled by default, 'make USE_SDL2=1' to enable it. Revised/improved the 'game' command, i.e. on-the-fly mod changing. It now accepts an optional second argument for mission packs or quoth support i.e. -hipnotic, -rogue, or -quoth. For example, for WarpSpasm: "game warp -quoth" Command line: "-game {quoth/hipnotic/rogue}" is now treated the same as -quoth, -hipnotic, or -rogue. Console speed now resolution-independent. diff --git a/Quakespasm.html b/Quakespasm.html index 8417b792..ec2f1798 100644 --- a/Quakespasm.html +++ b/Quakespasm.html @@ -7,11 +7,12 @@

QuakeSpasm

-

+

+

 

-

Page last edited Sep. 15, 2014

+

Page last edited Sep. 20, 2014

1. About

@@ -144,12 +145,13 @@ cp quakespasm /usr/local/games/quake (for example)
Compile time options include
    +
  • make DO_USERDIRS=1 to include user directories support
  • make DEBUG=1 for debugging
  • make SDL_CONFIG=/PATH/TO/SDL-CONFIG for unusual SDL installations
  • +
  • make USE_SDL2=1 to compile against SDL2 instead of SDL1.2

Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files.

-

HOME directory support can be enabled via Misc/homedir_0.patch

The project can also be built with Codeblocks (project files included).

4.2 Windows

@@ -186,6 +188,7 @@ these patched libSDL binaries may help.

  • Unix/Mac user directories support. Disabled by default, 'make DO_USERDIRS=1' to enable it.
  • +
  • SDL2 support. Disabled by default, 'make USE_SDL2=1' to enable it.
  • Revised/improved the 'game' command, i.e. on-the-fly mod changing. It now accepts an optional second argument for mission packs or quoth support i.e. -hipnotic, -rogue, or -quoth. For example, for WarpSpasm: "game warp -quoth"
  • Command line: "-game {quoth/hipnotic/rogue}" is now treated the same as -quoth, -hipnotic, or -rogue.
  • Console speed now resolution-independent.
  • diff --git a/Quakespasm.txt b/Quakespasm.txt index 8a34f937..fa78184f 100644 --- a/Quakespasm.txt +++ b/Quakespasm.txt @@ -35,7 +35,7 @@ ______________________________________________________________________ - Page last edited Sep. 15, 2014 + Page last edited Sep. 20, 2014 1. About @@ -125,15 +125,17 @@ Compile time options include + o make DO_USERDIRS=1 to include user directories support + o make DEBUG=1 for debugging o make SDL_CONFIG=/PATH/TO/SDL-CONFIG for unusual SDL installations + o make USE_SDL2=1 to compile against SDL2 instead of SDL1.2 + Streaming music playback requires "libmad" or "libmpg123" for MP3, and "libogg" and "libvorbis" for OGG files. - HOME directory support can be enabled via Misc/homedir_0.patch - The project can also be built with Codeblocks (project files included). @@ -178,6 +180,8 @@ 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. + o Revised/improved the 'game' command, i.e. on-the-fly mod changing. It now accepts an optional second argument for mission packs or quoth support i.e. -hipnotic, -rogue, or -quoth. For example, for