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

information.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2316
This commit is contained in:
Simon Howard 2011-03-28 23:48:31 +00:00
parent 5a2bbe2e13
commit 0268c882d9
4 changed files with 5 additions and 21 deletions

15
BUGS
View file

@ -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

View file

@ -37,7 +37,6 @@ DOC_FILES= \
CMDLINE \
README \
README.OPL \
BUGS \
NEWS \
ChangeLog \
NOT-BUGS

9
README
View file

@ -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:

View file

@ -22,7 +22,6 @@ DOC_FILES = README \
COPYING \
ChangeLog \
NEWS \
BUGS \
NOT-BUGS \
CMDLINE \
TODO