DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T r

⟦0dabfe29d⟧ TextFile

    Length: 1557 (0x615)
    Types: TextFile
    Names: »rook_small_outline.bitmap«

Derivation

└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki
    └─ ⟦this⟧ »EUUGD11/gnu-31mar87/chess/Xchess/rook_small_outline.bitmap« 

TextFile

/* This file contains code for X-CHESS.
   Copyright (C) 1986 Free Software Foundation, Inc.

This file is part of X-CHESS.

X-CHESS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY.  No author or distributor
accepts responsibility to anyone for the consequences of using it
or for whether it serves any particular purpose or works at all,
unless he says so in writing.  Refer to the X-CHESS General Public
License for full details.

Everyone is granted permission to copy, modify and redistribute
X-CHESS, but only under the conditions described in the
X-CHESS General Public License.   A copy of this license is
supposed to have been given to you along with X-CHESS so you
can know your rights and responsibilities.  It should be in a
file named COPYING.  Among other things, the copyright notice
and this notice must be preserved on all copies.  */

#define rook_small_outline_width 32
#define rook_small_outline_height 32
static short rook_small_outline_bits[] = {
   0x0000, 0x0000, 0x0000, 0x0000,
   0x0000, 0x0000, 0x73c0, 0x03ce,
   0x5240, 0x024a, 0x5240, 0x024a,
   0x5240, 0x024a, 0xffc0, 0x03ff,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0x0100, 0x0080,
   0x0100, 0x0080, 0xffe0, 0x07ff,
   0x0020, 0x0400, 0xffe0, 0x07ff,
   0x0000, 0x0000, 0x0000, 0x0000};