• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bmp/H03-May-2022-

icons/H03-May-2022-

sounds/H03-May-2022-

COPYINGH A D09-Jul-200017.6 KiB340281

ChangeLogH A D27-Mar-200110.1 KiB303194

INSTALLH A D09-Jul-2000324 149

Makefile.amH A D27-Mar-20013.7 KiB9880

Makefile.inH A D03-May-202216 KiB508404

READMEH A D21-Jul-20001.3 KiB5135

README.petoptH A D09-Jul-2000733 3216

README.xhyperoidH A D21-Jul-20003 KiB9063

TODOH A D09-Jul-2000565 1210

acconfig.hH A D10-Jul-2000359 1916

acinclude.m4H A D09-Jul-20005.8 KiB167153

aclocal.m4H A D27-Mar-200110.6 KiB310281

config.h.inH A D27-Mar-20012 KiB8761

configureH A D27-Mar-200171.1 KiB2,3421,896

configure.inH A D27-Mar-20011.2 KiB5847

getargs.cH A D27-Mar-20016.4 KiB237182

getargs.hH A D25-Oct-20001.2 KiB4113

graphics.hH A D25-Oct-20001.2 KiB3813

hyperoid.cH A D27-Mar-200138.1 KiB1,6201,331

hyperoid.hH A D10-Jul-2000754 262

install-shH A D09-Jul-20005.5 KiB252153

misc.hH A D21-Jul-20004.8 KiB178101

missingH A D09-Jul-20006.1 KiB191154

mkinstalldirsH A D09-Jul-2000730 4123

petopt.cH A D27-Mar-200111.4 KiB673506

petopt.hH A D09-Jul-20002.4 KiB10064

rand.cH A D27-Mar-20011.8 KiB7641

rand.hH A D17-Jul-2000785 262

roidsupp.cH A D27-Mar-20014 KiB174128

roidsupp.hH A D21-Jul-20001,014 327

sdl.cH A D27-Mar-200124.4 KiB1,030836

sdlroids-mdk.spec.inH A D16-Oct-20002.3 KiB10081

sdlroids.6.inH A D27-Mar-20018.4 KiB264209

sdlroids.rc.inH A D23-Mar-200143 11

sdlroids.spec.inH A D16-Oct-20001.3 KiB6751

sdlsound.cH A D27-Mar-20016.3 KiB275202

sdlsound.hH A D15-Jul-20002 KiB6533

stamp-h.inH A D27-Mar-200110 21

README

1sdlroids - an enhanced shoot-the-asteroids game.
2Copyright (C) 1991 Edward Hutchins.
3Unix/Linux port by Russell Marks, 2000.
4SDL port by David Hedbor <david@hedbor.org>
5
6
7DESCRIPTION
8-----------
9
10Hyperoid was a really cool little game for Windows 3.x. It's
11essentially an Asteroids clone, with decent game physics and
12enhancements over the original game.
13
14Once you've installed sdlroid , READ THE MAN PAGE. Some things about
15it are a bit non-obvious, and it can save time to have them pointed
16out.
17
18Some of the improvements over xhyperoid are:
19
20- Pause functionality.
21- Fullscreen mode.
22- Less flickering.
23- Nicer place area (you can see the borders) and better edge handling
24  (things just don't pop from one side to another).
25- Uses SDL, and thus supports a more platforms. Can also use the esound
26  daemon if SDL is compiled with it.
27- Added configure scripts to simplify porting to different platforms.
28
29
30LICENSE
31-------
32
33GPL. See COPYING for details.
34
35
36INSTALLATION
37------------
38
39See INSTALL for details.
40
41CONTACTING ME
42-------------
43
44My email address is david@hedbor.org. The original Unix port was done
45by Russell Marks, russell.marks@ntlworld.com. There are no known ways
46of contacting the original author, Edward Hutchins as far as I or
47Russell know.
48
49Enjoy the game.  If you have any suggestions for improvements, let me
50know.
51

README.petopt

1			   Petopt 0.x
2
3	Copyright (c) 1999 Peter Eriksson <pen@lysator.liu.se>
4
5
6
7Petopt is a free command line argument parser. It handles short and
8long options, including abbreviated long options. See the file "tst.c"
9for a demonstration of how it's used.
10
11It is mainly intended to be included in other programs.
12
13
14
15LICENSE:
16
17This program is free software; you can redistribute it and/or
18modify it as you wish - as long as you don't claim that you wrote
19it.
20
21This program is distributed in the hope that it will be useful,
22but WITHOUT ANY WARRANTY; without even the implied warranty of
23MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
24
25
26
27DOWNLOAD:
28
29Petopt's main FTP site is located at:
30
31	ftp://ftp.lysator.liu.se/pub/unix/petopt/
32

README.xhyperoid

1xhyperoid - an enhanced shoot-the-asteroids game.
2Copyright (C) 1991 Edward Hutchins.
3Unix/Linux port by Russell Marks, 2000.
4
5This program is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 2 of the License, or (at
8your option) any later version.
9
10This program is distributed in the hope that it will be useful, but
11WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program; if not, write to the Free Software
17Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
19
20Description
21-----------
22
23Hyperoid was a really cool little game for Windows 3.x. It's
24essentially an Asteroids clone, but with a few extra features. There
25are three reasons I ported it:
26
27  - the decent game physics and enhancements over the original game
28    make it probably my favourite Asteroids variant;
29
30  - it's always sucked having to run it under Windows (admittedly, you
31    can run the original under Wine, but it's less than ideal);
32
33  - it's the first GPL'd program I ever saw, which gives it a certain
34    special something for me. :-)
35
36One of the first things I did on porting it was to add sound, so
37that's another plus. :-)
38
39Once you've installed it, READ THE MAN PAGE. Some things about it are
40a bit non-obvious, and it can save time to have them pointed out...
41
42
43Installation
44------------
45
46Despite the `xhyperoid' name, there are actually two versions - one
47for X, and one for svgalib. The X version requires GTK+ (it probably
48needs 1.2.x or better).
49
50(You can get GTK+ from http://www.gtk.org if you don't already have
51it, but if you run Linux you probably do, or can install a `gtk'
52package from your distribution (be sure to install any `gtk-devel' or
53similar too). Much the same is true of svgalib -
54http://www.svgalib.org for that.)
55
56You can choose to compile either version, or both. Here's what to do:
57
58	make x			# for xhyperoid (X version) only
59or
60	make vga		# for vhyperoid (svgalib version) only
61or
62	make			# for both
63
64If you don't know what to do, `make x' is probably safest.
65
66After that's finished, do (as root) `make install'. And as I say, be
67sure to read the man page. :-)
68
69(BTW, the X version stands a fair chance of working on non-Linux
70machines, though you'll probably have to comment out DO_SOUND in the
71Makefile. I'd like to know of any success or failure anyone has with
72this.)
73
74
75Contacting me
76-------------
77
78You can email me at russell.marks@ntlworld.com.
79
80Unfortunately, I don't have any contact details for the original
81author of Hyperoid (Edward Hutchins); as far as I can tell, his email
82address as given in README.orig seems to have been valid until at
83least 1994, but doesn't work any more. There is a snail-mail address
84for him in README.orig if you're desperate :-), but as it dates from
851991, it may or may not be valid any more.
86
87
88Have fun,
89-Rus.
90