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

..03-May-2022-

Makefile.inH A D05-Mar-20081.1 KiB5238

README.libspriteH A D05-Mar-20081,018 2318

Wlib.hH A D05-Mar-20086.8 KiB208148

Wproto.hH A D05-Mar-20085.8 KiB11994

allincludes.hH A D05-Mar-2008114 86

border.cH A D05-Mar-20082.7 KiB8967

buffer.cH A D05-Mar-20081.5 KiB6148

circle.cH A D05-Mar-20081.3 KiB4739

cleararea.cH A D05-Mar-20082 KiB9576

color.cH A D05-Mar-20082.4 KiB9981

copyright2.hH A D05-Mar-2008254 100

cursor.cH A D05-Mar-20082.4 KiB10781

data.cH A D05-Mar-20083.5 KiB164135

data.hH A D05-Mar-20081.8 KiB9568

defs.hH A D05-Mar-20082.3 KiB11080

event.cH A D05-Mar-20086.7 KiB299270

fill.cH A D05-Mar-2008715 2925

image.cH A D05-Mar-200814.5 KiB480405

init.cH A D05-Mar-200813.3 KiB429365

install-shH A D05-Mar-20085.5 KiB251152

line.cH A D05-Mar-20081.6 KiB7864

makewindow.cH A D05-Mar-200820.1 KiB715583

mapwindow.cH A D05-Mar-20082.7 KiB129110

menu.cH A D05-Mar-20082.2 KiB9079

misc.cH A D05-Mar-2008696 6250

mouse.cH A D05-Mar-20082.2 KiB10184

point.cH A D05-Mar-20081.1 KiB5949

proto.hH A D05-Mar-20080 10

scale.cH A D05-Mar-2008292 1814

scroll.cH A D05-Mar-20082.3 KiB10288

sector.cH A D05-Mar-2008903 3832

struct.hH A D05-Mar-20081.4 KiB8068

text.cH A D05-Mar-20084.1 KiB151132

tile.cH A D05-Mar-2008994 4638

triangle.cH A D05-Mar-20081.1 KiB5445

README.libsprite

1
2  The library named libXsprite was originally x11window.c from the
3full color paradise netrek client.  It has been hacked into manageble
4bits and a small amount of functionality added.  As you can see by
5XGalaga, it is a very powerful set of routines for games, and by
6making it into a standalone library, I hope to see it in use by
7others.
8
9  The copyright for XGalaga does NOT apply to libXsprite!  It is
10covered by it's own copyright in copyright2.h.  It is still free
11software however, and you are free to use it however you see fit.
12
13  The one big thing lacking is documentation.  It could also be
14cleaned up a little, and there are a few things (wm hints, etc) that
15still say "XGalaga", but other than that it will work quite well as a
16separate library.  I'd like to hear about it if you do, because I want
17to see more bitchin' X games like XGalaga ;-)  I'm sure Bill Dyess
18(dyessww@eng.auburn.edu) would too, as he wrote most of the cool
19pixmap stuff for it.
20
21	Joe Rumsey (mrogre@mediaone.net)
22	May 17, 1995
23