From eaa16c8c7f3417da0dbe75813a21ac32c4a2e854 Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Tue, 29 Apr 2014 11:00:31 +0000 Subject: [PATCH] update README files git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@912 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Linux/sgml/README.sgml | 8 +++++++- README.html | 8 +++++++- README.txt | 43 ++++++++++++++++++++++++++++-------------- 3 files changed, 43 insertions(+), 16 deletions(-) diff --git a/Linux/sgml/README.sgml b/Linux/sgml/README.sgml index b439bdc7..20250258 100644 --- a/Linux/sgml/README.sgml +++ b/Linux/sgml/README.sgml @@ -4,7 +4,7 @@ -Page last edited Dec. 27, 2013 +Page last edited Apr. 29, 2014 About

@@ -104,8 +104,14 @@ OS X has a well known gamma issue where the screen turns dark, but we currently Changes in 0.85.10

+ Support for BSP2 and 2PSB map formats. Support for Opus, FLAC, and tracker (S3M/UMX) music (as compile-time options). Better Hor+ field of view (FOV) scaling behavior. + Fix screenshots when screen width isn't a multiple of 4. + Fix a lighting glitch due to floating point precision. + Fix a looping sounds glitch. + Quakespasm content customization moved from engine-embedded into a new optional quakespasm.pak file. + Other fixes and clean-ups.

diff --git a/README.html b/README.html index 0a020daa..ad2c57c7 100644 --- a/README.html +++ b/README.html @@ -12,7 +12,7 @@
 

-

Page last edited Dec. 27, 2013

+

Page last edited Apr. 29, 2014

1. About

@@ -178,8 +178,14 @@ these patched libSDL binaries may help.

    +
  • Support for BSP2 and 2PSB map formats.
  • Support for Opus, FLAC, and tracker (S3M/UMX) music (as compile-time options).
  • Better Hor+ field of view (FOV) scaling behavior.
  • +
  • Fix screenshots when screen width isn't a multiple of 4.
  • +
  • Fix a lighting glitch due to floating point precision.
  • +
  • Fix a looping sounds glitch.
  • +
  • Quakespasm content customization moved from engine-embedded into a new optional quakespasm.pak file.
  • +
  • Other fixes and clean-ups.

6.2 Changes in 0.85.9 diff --git a/README.txt b/README.txt index 4cb836eb..742439de 100644 --- a/README.txt +++ b/README.txt @@ -38,6 +38,7 @@ Page last edited Dec. 27, 2013 + 1. About QuakeSpasm is a Quake 1 engine based on the SDL port of FitzQuake. It @@ -46,11 +47,12 @@ + 2. Downloads - o + 3. Hints Visit the FitzQuake Homepage for @@ -93,6 +95,7 @@ o See for more details. + 4. Compiling To check-out the latest version of QuakeSpasm, use : @@ -137,6 +140,7 @@ Alternatively, have a look at Makefile.darwin for more instructions on building from a console. + 5. Known Bugs Some versions of Xorg and SDL have brightness issues. @@ -154,18 +158,31 @@ OS X has a well known gamma issue where the screen turns dark, but we currently have no fix. + 6. Changes 6.1. Changes in 0.85.10 + o Support for BSP2 and 2PSB map formats. o Support for Opus, FLAC, and tracker (S3M/UMX) music (as compile- time options). o Better Hor+ field of view (FOV) scaling behavior. - 6.2. Changes in 0.85.9 + o Fix screenshots when screen width isn't a multiple of 4. + o Fix a lighting glitch due to floating point precision. + + o Fix a looping sounds glitch. + + o Quakespasm content customization moved from engine-embedded into a + new optional quakespasm.pak file. + + o Other fixes and clean-ups. + + + 6.2. Changes in 0.85.9 o Fixes for several undefined behaviors in C code (gcc-4.8 support.) @@ -210,8 +227,8 @@ o Several other minor fixes/cleanups. - 6.3. Changes in 0.85.8 + 6.3. Changes in 0.85.8 o Made Quake shareware 1.00 and 1.01 versions to be recognized properly. @@ -260,7 +277,6 @@ 6.4. Changes in 0.85.7 - o Added support for cross-level demo playback o gl_texturemode is reimplemented as a cvar with a callback and the @@ -284,8 +300,8 @@ o Several other small changes mostly invisible to the end-user - 6.5. Changes in 0.85.6 + 6.5. Changes in 0.85.6 o More work for string buffer safety @@ -297,8 +313,8 @@ o Minor SDL video fixes. - 6.6. Changes in 0.85.5 + 6.6. Changes in 0.85.5 o SDL input driver updated adding native keymap and dead key support to the console @@ -328,8 +344,8 @@ o Several code updates from uHexen2 project, several code cleanups. - 6.7. Changes in 0.85.4 + 6.7. Changes in 0.85.4 o Implement music (OGG, MP3, WAV) playback @@ -356,8 +372,8 @@ o Other minor sound and cdaudio updates - 6.8. Changes in 0.85.3 + 6.8. Changes in 0.85.3 o Fix the "-dedicated" option (thanks Oz) and add platform specific networking code (default) rather than SDL_net @@ -393,8 +409,8 @@ o Add a "-cd" option to let the CD Player work in dedicated mode, and some other CD tweaks. - 6.9. Changes in 0.85.2 + 6.9. Changes in 0.85.2 o Replace the old "Screen size" slider with a "Scale" slider @@ -421,8 +437,8 @@ o Add OSX Makefile (tested?) - 6.10. Changes in 0.85.1 + 6.10. Changes in 0.85.1 o 64 bit CPU support @@ -459,8 +475,8 @@ o Changes to cvar persistence gl_flashblend (default 0), r_shadow, r_wateralpha, r_dynamic, r_novis - 7. Todo + 7. Todo o Add uHexen2's first person camera (and menu item) @@ -471,8 +487,8 @@ o Complete the unix user directories support - 8. Copyright + 8. Copyright o Quake and Quakespasm are released under the GNU GENERAL PUBLIC LICENSE Version 2 @@ -481,8 +497,8 @@ CREATIVE COMMONS PUBLIC LICENSE - 9. Links + 9. Links o QuakeSpasm Homepage @@ -511,4 +527,3 @@ o Sander's email -