Skip to content

Commit

Permalink
initial import.
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamite1981 committed Jul 7, 2006
0 parents commit 7ac0819
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
VERSION := $(shell date +%Y-%m-%d)

DIST = README NEWS adplug.db

dist:
mkdir $(VERSION)
cp $(DIST) $(VERSION)
tar cfz adplugdb-$(VERSION).tar.gz $(VERSION)
rm -r $(VERSION)
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Differences between version 2003-03-18 and 2006-07-06
-----------------------------------------------------
Added Clockspeed records for the IMF music files of the following
Apogee games:

Blake Stone - Aliens of Gold
Blake Stone - Planet Strike
Body Count
Corridor 7
Spear of Destiny
Wolfenstein 3D

These additions were necessary in order to support seamless upgrades
from versions of the AdPlug library prior to 2.0, which had a
different default clockspeed rate for IMF files.
25 changes: 25 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Official AdPlug Database
------------------------
The official AdPlug database is the authoritative source for AdPlug to
get additional, essential replay information about problematic
files. Some file formats contain too few information about a song for
it to be correctly replayed by AdPlug. To counter this, the AdPlug
database was created.

The official AdPlug database at one day should contain the information
needed about all problematic files. If you got a problematic file
that is not covered in this database, please file a bug report against
the database and include either the problematic file itself or the
corresponding database entry.

Installation instructions
-------------------------
Copy the file 'adplug.db' into a directory, where it can reside
permanently and configure your AdPlug frontend to its location. UNIX
clients usually come pre-configured with '$HOME/.adplug' as the
directory to put the file into. The Winamp and DOS frontends usually
look in their installation directories for the file, by default.

License
-------
The official AdPlug database is in the public domain.
Binary file added adplug.db
Binary file not shown.

0 comments on commit 7ac0819

Please sign in to comment.