Program XBLAST V2.2.1 1993-1996 (C) by Oliver Vogel (e-mail: vogel@ikp.uni-koeln.de) January 23th, 1997 started August 1993 File: README LICENSE This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public Licenses as published by the Free Software Foundation; either version 2; or (at your option) any later version This program is distributed in the hope that it will be entertaining, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc. 675 Mass Ave, Cambridge, MA 02139, USA. AUTHORS Oliver Vogel (main author) vogel@ikp.uni-koeln.de Garth Denley (coauthor) g0denley@teaching.cs.adeleaide.edu.au CONTENTS The file "xblast-2.2-to-2.2.1.tar.gz" contains all necassary files to upgrade your XBlast 2.2 source code to 2.2.1. This release contains only some bugfixes, but no new features: o "name bug" in Interactive Setup, when using fork mode removed. Fork mode is now saved to setup files o DSP sound mode queried by Interactive Setup (Linux) DSP sound setup saved to setup file o The Button extra is now distributed, right after taking it. o Star extras (invincibility) are now cumulative. o XBlast now allocates a private colormap, if necassary. o Window title now displays players' names. o Colors for player #6 are changed o Added template level-file "level-edit/Template.h" and put addLevel script back into the distribution. The archive contains the following file: o README o XBlast.ad o bomb.c o data.h o defaults.h o func.c o func.h o graphics.c o graphics.h o intro.c o level o level-edit o main.c o main.h o map.c o map.h o mytypes.h o patchlev.h o resource.h o setup.c o setup.h o tkXBlast INSTALL Unpack the archive above your XBlast-2.2/ directory: $ gunzip xblast-2.2-to-2.2.1.tar.gz $ tar xvf xblast-2.2-to-2.2.1.tar Then just rebuild the source code $ cd XBlast-2.2 $ xmkmf -a $ make $ make install That's all