shithub: choc

Download patch

ref: 0268c882d96942175f1c6028c636dddce8af593f
parent: 5a2bbe2e13a02167643c93fd1840f068ce5f72f2
author: Simon Howard <[email protected]>
date: Mon Mar 28 19:48:31 EDT 2011

Remove the BUGS file as it doesn't really contain any useful
information.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2316

--- a/BUGS
+++ /dev/null
@@ -1,15 +1,0 @@
-
-* Sound may not set volumes correctly.
-
-  It is possible that volume of sound effects does not scale properly 
-  with distance from the sound source.  It is also possible that sound 
-  effects are cut off at the wrong distance. This needs further 
-  investigation.
-
-* A small number of Doom bugs are almost impossible to emulate.
-
-  An example of this can be seen in Ledmeister's "Blackbug" demo which 
-  shows a bug that relies on the memory layout of the Doom executable.  
-
-# vim: tw=70
-
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,6 @@
         CMDLINE                         \
         README                          \
         README.OPL                      \
-        BUGS                            \
         NEWS                            \
         ChangeLog                       \
         NOT-BUGS
--- a/README
+++ b/README
@@ -65,10 +65,11 @@
    You are encouraged to sign up and contribute any useful information
    you may have regarding the port!
 
- * Chocolate Doom is not perfect. See the BUGS file for a list of
-   known issues. Because of the nature of the project, you may also
-   encounter Vanilla Doom bugs; these are intentionally present; see
-   the NOT-BUGS file for more information.
+ * Chocolate Doom is not perfect.  Although it aims to accurately
+   emulate Vanilla Doom, some of the behavior of Vanilla Doom can be
+   very difficult to reproduce. Because of the nature of the project,
+   you may also encounter Vanilla Doom bugs; these are intentionally
+   present; see the NOT-BUGS file for more information.
 
    New bug reports can be submitted to the Chocolate Doom bug tracker
    on Sourceforge.  See:
--- a/pkg/config.make.in
+++ b/pkg/config.make.in
@@ -22,7 +22,6 @@
             COPYING      \
             ChangeLog    \
             NEWS         \
-            BUGS         \
             NOT-BUGS     \
             CMDLINE      \
             TODO