From 8e38a703aad59fc4a03a4d59e658d2ef97005b2a Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Sun, 19 Feb 2017 17:52:35 -0800 Subject: [PATCH] dist: Remove boom, zdoom, prboom. Add crispy-doom. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ‘boom’ and ‘doom’ represent Debian-style links for the alternatives system to set up preferred ports. Now that we no longer require Boom compatibility, it should be safe to remove the former. This should only be an issue if chocolate-doom -> doom, and tries to play one of the maps that aren’t vanilla-compatible yet. zdoom and prboom are dead ports, superceded by gzdoom and prboom-plus. I hope their removals aren’t controversial. If it adversally affects anybody: setup the ~/.doomport symlink to point to them. Finally, crispy-doom. Odamex is still preferred before it because of its simpler multiplayer capabilities, otherwise Crispy would have been a winner (imo). It has a close relationship to Chocolate Doom, but I’m leaving that last because of the non-vanilla compatibility of Freedoom. Chocolate Doom is a last effort to run something. --- dist/freedoom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/freedoom b/dist/freedoom index 9ae3f748..62e3c4d5 100755 --- a/dist/freedoom +++ b/dist/freedoom @@ -4,7 +4,7 @@ # advanced users with many ports installed will invoke their preferred # one directly rather than depend on this script... -PORTS="boom doom odamex prboom-plus prboom eternity gzdoom zdoom chocolate-doom" +PORTS="doom odamex crispy-doom prboom-plus eternity gzdoom chocolate-doom" # Just a single argument starting the command is allowed, -p, in order # to explicitly set a port on the command line. -- is also supported