diff --git a/README.html b/README.html index d9c258f3..8349aa1a 100644 --- a/README.html +++ b/README.html @@ -34,25 +34,28 @@
  • 4.3 Mac OS X

    -

    5. Changes

    +

    5. Known Bugs

    + +

    +

    6. Changes

    -

    6. Todo

    +

    7. Todo

    -

    7. Copyright

    +

    8. Copyright

    -

    8. Links

    +

    9. Links


    @@ -112,6 +115,7 @@ It includes 64bit CPU support, a new sound driver, several networking fixes and

    +

    4. Compiling

    @@ -149,11 +153,22 @@ Compile time options include

    A Quakespasm App (including program launcher and update framework) can be made using the Xcode template found in the MacOSX directory.

    Alternatively, have a look at Makefile.darwin for more instructions on building from a console.

    -

    5. Changes

    +

    5. Known Bugs

    + +

    Some versions of Xorg and SDL have brightness issues. If you have Xorg >= 7.5 and broken brightness, +these patched libSDL binaries may help. +

    +

    +

    6. Changes

    -

    5.1 Changes in 0.85.7 +

    6.1 Changes in 0.85.7

    @@ -171,7 +186,7 @@ Compile time options include

  • Several other small changes mostly invisible to the end-user
  • -

    5.2 Changes in 0.85.6 +

    6.2 Changes in 0.85.6

    @@ -182,7 +197,7 @@ Compile time options include

  • Minor SDL video fixes.
  • -

    5.3 Changes in 0.85.5 +

    6.3 Changes in 0.85.5

    @@ -201,7 +216,7 @@ Compile time options include

  • Several code updates from uHexen2 project, several code cleanups.
  • -

    5.4 Changes in 0.85.4 +

    6.4 Changes in 0.85.4

    @@ -219,7 +234,7 @@ Compile time options include

  • Other minor sound and cdaudio updates
  • -

    5.5 Changes in 0.85.3 +

    6.5 Changes in 0.85.3

    @@ -242,7 +257,7 @@ Compile time options include

    -

    5.6 Changes in 0.85.2 +

    6.6 Changes in 0.85.2

    @@ -261,7 +276,7 @@ Compile time options include

    -

    5.7 Changes in 0.85.1 +

    6.7 Changes in 0.85.1

    @@ -286,7 +301,7 @@ Compile time options include

    -

    6. Todo

    +

    7. Todo

    -

    7. Copyright

    +

    8. Copyright

    -

    8. Links

    +

    9. Links

    diff --git a/README.sgml b/README.sgml index d685dfd2..db1f994c 100644 --- a/README.sgml +++ b/README.sgml @@ -52,6 +52,7 @@ Since version 0.85.4, Quakespasm can play back external MP3, OGG and Wave music + Compiling

    To check-out the latest version of QuakeSpasm, use : @@ -84,6 +85,16 @@ A Quakespasm App (including program launcher and update framework) can be made u Alternatively, have a look at Makefile.darwin for more instructions on building from a console.

    + Known Bugs

    +Some versions of Xorg and SDL have brightness issues. If you have Xorg >= 7.5 and broken brightness, +these patched libSDL binaries may help. + + + + +

    Changes

    diff --git a/README.txt b/README.txt index 7c91d835..25f3c98f 100644 --- a/README.txt +++ b/README.txt @@ -15,18 +15,19 @@ 4.2 Windows 4.3 Mac OS X - 5. Changes - 5.1 Changes in 0.85.7 - 5.2 Changes in 0.85.6 - 5.3 Changes in 0.85.5 - 5.4 Changes in 0.85.4 - 5.5 Changes in 0.85.3 - 5.6 Changes in 0.85.2 - 5.7 Changes in 0.85.1 + 5. Known Bugs + 6. Changes + 6.1 Changes in 0.85.7 + 6.2 Changes in 0.85.6 + 6.3 Changes in 0.85.5 + 6.4 Changes in 0.85.4 + 6.5 Changes in 0.85.3 + 6.6 Changes in 0.85.2 + 6.7 Changes in 0.85.1 - 6. Todo - 7. Copyright - 8. Links + 7. Todo + 8. Copyright + 9. Links ______________________________________________________________________ @@ -37,6 +38,7 @@ 1. About + QuakeSpasm is a Quake 1 engine based on the SDL port of FitzQuake. It includes 64bit CPU support, a new sound driver, several networking fixes and a few graphical niceities. @@ -46,14 +48,15 @@ 2. Downloads + o 3. Hints - Visit the FitzQuake Homepage for - a full run-down of the engine's commands and variables. + Visit the FitzQuake Homepage for + a full run-down of the engine's commands and variables. o To disable some changes, use "quakespasm -fitz" @@ -74,7 +77,6 @@ o Quakespasm allows loading new games (mods) on the fly with "game GAMENAME" - 3.1. Music Playback Since version 0.85.4, Quakespasm can play back external MP3, OGG and @@ -96,6 +98,7 @@ 4. Compiling + To check-out the latest version of QuakeSpasm, use : svn co https://quakespasm.svn.sourceforge.net/svnroot/quakespasm/trunk @@ -109,6 +112,7 @@ cp quakespasm /usr/local/games/quake (for example) ______________________________________________________________________ + Compile time options include o make DEBUG=1 for debugging @@ -138,11 +142,23 @@ Alternatively, have a look at Makefile.darwin for more instructions on building from a console. + 5. Known Bugs - 5. Changes + Some versions of Xorg and SDL have brightness issues. If you have Xorg + >= 7.5 and broken brightness, these patched libSDL binaries may help. + + o Gamma patched libSDL (i686-linux) + + + o Gamma patched libSDL (x86_64-linux) + + + 6. Changes - 5.1. Changes in 0.85.7 + 6.1. Changes in 0.85.7 + o Added support for cross-level demo playback @@ -167,8 +183,8 @@ o Several other small changes mostly invisible to the end-user + 6.2. Changes in 0.85.6 - 5.2. Changes in 0.85.6 o More work for string buffer safety @@ -180,8 +196,8 @@ o Minor SDL video fixes. + 6.3. Changes in 0.85.5 - 5.3. Changes in 0.85.5 o SDL input driver updated adding native keymap and dead key support to the console @@ -211,8 +227,8 @@ o Several code updates from uHexen2 project, several code cleanups. + 6.4. Changes in 0.85.4 - 5.4. Changes in 0.85.4 o Implement music (OGG, MP3, WAV) playback @@ -235,12 +251,13 @@ directory as the map itself or from a searchpath with a higher priority + o Fixed rest of the compiler warnings o Other minor sound and cdaudio updates + 6.5. Changes in 0.85.3 - 5.5. Changes in 0.85.3 o Fix the "-dedicated" option (thanks Oz) and add platform specific networking code (default) rather than SDL_net @@ -277,7 +294,8 @@ some other CD tweaks. - 5.6. Changes in 0.85.2 + 6.6. Changes in 0.85.2 + o Replace the old "Screen size" slider with a "Scale" slider @@ -305,7 +323,8 @@ o Add OSX Makefile (tested?) - 5.7. Changes in 0.85.1 + 6.7. Changes in 0.85.1 + o 64 bit CPU support @@ -343,7 +362,8 @@ r_wateralpha, r_dynamic, r_novis - 6. Todo + 7. Todo + o Add uHexen2's first person camera (and menu item) @@ -356,17 +376,20 @@ o Complete the unix user directories support - 7. Copyright + 8. Copyright + o Quake and Quakespasm are released under the GNU GENERAL PUBLIC LICENSE Version 2 + o Quakespasm console background image by AAS, released under the CREATIVE COMMONS PUBLIC LICENSE - 8. Links + 9. Links + o QuakeSpasm Homepage