foxygit / doom Log in
commit 0268c882d96942175f1c6028c636dddce8af593f
Author:     Simon Howard <fraggle@gmail.com>
AuthorDate: Mon Mar 28 23:48:31 2011 +0000
Commit:     Simon Howard <fraggle@gmail.com>
CommitDate: Mon Mar 28 23:48:31 2011 +0000

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

    Subversion-branch: /trunk/chocolate-doom
    Subversion-revision: 2316
---
 BUGS               | 15 ---------------
 Makefile.am        |  1 -
 README             |  9 +++++----
 pkg/config.make.in |  1 -
 4 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/BUGS b/BUGS
deleted file mode 100644
index a04b5d63..00000000
--- a/BUGS
+++ /dev/null
@@ -1,15 +0,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
-
diff --git a/Makefile.am b/Makefile.am
index 310bb5f6..56c82fe8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,7 +37,6 @@ DOC_FILES=                              \
         CMDLINE                         \
         README                          \
         README.OPL                      \
-        BUGS                            \
         NEWS                            \
         ChangeLog                       \
         NOT-BUGS
diff --git a/README b/README
index dbc26b7f..f641c126 100644
--- a/README
+++ b/README
@@ -65,10 +65,11 @@ Here are some examples:
    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:
diff --git a/pkg/config.make.in b/pkg/config.make.in
index 1d1670ec..445e89a9 100644
--- a/pkg/config.make.in
+++ b/pkg/config.make.in
@@ -22,7 +22,6 @@ DOC_FILES = README       \
             COPYING      \
             ChangeLog    \
             NEWS         \
-            BUGS         \
             NOT-BUGS     \
             CMDLINE      \
             TODO