chiark / gitweb /
where-vessels WIP icons
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 13 Dec 2009 21:31:58 +0000 (21:31 +0000)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 13 Dec 2009 21:31:58 +0000 (21:31 +0000)
23 files changed:
yarrg/icons.ceb/bg.xbm [new file with mode: 0644]
yarrg/icons.ceb/ct.xbm [new file with mode: 0644]
yarrg/icons.ceb/dh.xbm [new file with mode: 0644]
yarrg/icons.ceb/gf.xbm [new file with mode: 0644]
yarrg/icons.ceb/ls.xbm [new file with mode: 0644]
yarrg/icons.ceb/mb.xbm [new file with mode: 0644]
yarrg/icons.ceb/mg.xbm [new file with mode: 0644]
yarrg/icons.ceb/sl.xbm [new file with mode: 0644]
yarrg/icons.ceb/wb.xbm [new file with mode: 0644]
yarrg/icons.ceb/wf.xbm [new file with mode: 0644]
yarrg/icons.ceb/xe.xbm [new file with mode: 0644]
yarrg/icons.iwj/bg.xbm [new file with mode: 0644]
yarrg/icons.iwj/ct.xbm [new file with mode: 0644]
yarrg/icons.iwj/dh.xbm [new file with mode: 0644]
yarrg/icons.iwj/gf.xbm [new file with mode: 0644]
yarrg/icons.iwj/ls.xbm [new file with mode: 0644]
yarrg/icons.iwj/mb.xbm [new file with mode: 0644]
yarrg/icons.iwj/mg.xbm [new file with mode: 0644]
yarrg/icons.iwj/sl.xbm [new file with mode: 0644]
yarrg/icons.iwj/wb.xbm [new file with mode: 0644]
yarrg/icons.iwj/wf.xbm [new file with mode: 0644]
yarrg/icons.iwj/xe.xbm [new file with mode: 0644]
yarrg/where-vessels

diff --git a/yarrg/icons.ceb/bg.xbm b/yarrg/icons.ceb/bg.xbm
new file mode 100644 (file)
index 0000000..583f3a1
--- /dev/null
@@ -0,0 +1,5 @@
+#define bg_width 12
+#define bg_height 10
+static unsigned char bg_bits[] = {
+   0x10, 0x00, 0x30, 0x00, 0x50, 0x00, 0x92, 0x00, 0x16, 0x01, 0x1a, 0x02,
+   0x12, 0x04, 0xe2, 0x0f, 0x42, 0x00, 0xfe, 0x00 };
diff --git a/yarrg/icons.ceb/ct.xbm b/yarrg/icons.ceb/ct.xbm
new file mode 100644 (file)
index 0000000..94f926a
--- /dev/null
@@ -0,0 +1,5 @@
+#define ct_width 12
+#define ct_height 10
+static unsigned char ct_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x05, 0x00, 0x09,
+   0xe0, 0x09, 0x20, 0x09, 0x20, 0x05, 0xe0, 0x03 };
diff --git a/yarrg/icons.ceb/dh.xbm b/yarrg/icons.ceb/dh.xbm
new file mode 100644 (file)
index 0000000..1536867
--- /dev/null
@@ -0,0 +1,5 @@
+#define dh_width 12
+#define dh_height 10
+static unsigned char dh_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x28, 0x00,
+   0x48, 0x00, 0x88, 0x00, 0x08, 0x01, 0xf8, 0x03 };
diff --git a/yarrg/icons.ceb/gf.xbm b/yarrg/icons.ceb/gf.xbm
new file mode 100644 (file)
index 0000000..a3d1f64
--- /dev/null
@@ -0,0 +1,5 @@
+#define gf_width 12
+#define gf_height 10
+static unsigned char gf_bits[] = {
+   0x00, 0x00, 0x10, 0x00, 0x92, 0x00, 0x92, 0x00, 0x92, 0x00, 0x92, 0x04,
+   0x92, 0x04, 0x92, 0x04, 0x92, 0x04, 0xff, 0x0f };
diff --git a/yarrg/icons.ceb/ls.xbm b/yarrg/icons.ceb/ls.xbm
new file mode 100644 (file)
index 0000000..2b48fe4
--- /dev/null
@@ -0,0 +1,5 @@
+#define lg_width 12
+#define lg_height 10
+static unsigned char lg_bits[] = {
+   0xfe, 0x03, 0x54, 0x05, 0xa8, 0x0a, 0xa8, 0x0a, 0xa8, 0x0a, 0xa8, 0x0a,
+   0xa8, 0x0a, 0xa8, 0x0a, 0x54, 0x05, 0xfe, 0x03 };
diff --git a/yarrg/icons.ceb/mb.xbm b/yarrg/icons.ceb/mb.xbm
new file mode 100644 (file)
index 0000000..4f21353
--- /dev/null
@@ -0,0 +1,5 @@
+#define mb_width 12
+#define mb_height 10
+static unsigned char mb_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x20, 0x01, 0x60, 0x03, 0xa0, 0x05, 0x20, 0x09,
+   0x3c, 0x09, 0x24, 0x09, 0xa4, 0x05, 0x7c, 0x03 };
diff --git a/yarrg/icons.ceb/mg.xbm b/yarrg/icons.ceb/mg.xbm
new file mode 100644 (file)
index 0000000..9238d43
--- /dev/null
@@ -0,0 +1,5 @@
+#define mf_width 12
+#define mf_height 10
+static unsigned char mf_bits[] = {
+   0x20, 0x00, 0x60, 0x00, 0xa4, 0x02, 0x2c, 0x05, 0x34, 0x09, 0x24, 0x09,
+   0x24, 0x09, 0x27, 0x09, 0xb5, 0x0d, 0x6f, 0x07 };
diff --git a/yarrg/icons.ceb/sl.xbm b/yarrg/icons.ceb/sl.xbm
new file mode 100644 (file)
index 0000000..d08f9cb
--- /dev/null
@@ -0,0 +1,5 @@
+#define sl_width 12
+#define sl_height 10
+static unsigned char sl_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x20, 0x00, 0x20, 0x00,
+   0x20, 0x00, 0x20, 0x00, 0x20, 0x00, 0xff, 0x0f };
diff --git a/yarrg/icons.ceb/wb.xbm b/yarrg/icons.ceb/wb.xbm
new file mode 100644 (file)
index 0000000..11ddb0e
--- /dev/null
@@ -0,0 +1,5 @@
+#define wb_width 12
+#define wb_height 10
+static unsigned char wb_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0x08, 0x01,
+   0x08, 0x01, 0x08, 0x01, 0x08, 0x01, 0xff, 0x0f };
diff --git a/yarrg/icons.ceb/wf.xbm b/yarrg/icons.ceb/wf.xbm
new file mode 100644 (file)
index 0000000..4eadf62
--- /dev/null
@@ -0,0 +1,5 @@
+#define wf_width 12
+#define wf_height 10
+static unsigned char wf_bits[] = {
+   0x00, 0x00, 0x20, 0x00, 0x22, 0x02, 0x22, 0x02, 0x22, 0x02, 0x22, 0x02,
+   0x22, 0x02, 0x22, 0x02, 0x22, 0x02, 0xff, 0x0f };
diff --git a/yarrg/icons.ceb/xe.xbm b/yarrg/icons.ceb/xe.xbm
new file mode 100644 (file)
index 0000000..1359144
--- /dev/null
@@ -0,0 +1,5 @@
+#define xe_width 12
+#define xe_height 10
+static unsigned char xe_bits[] = {
+   0x44, 0x00, 0xcc, 0x00, 0x54, 0x01, 0x64, 0x02, 0x45, 0x04, 0x87, 0x0f,
+   0x05, 0x01, 0x09, 0x02, 0xf1, 0x07, 0x3f, 0x00 };
diff --git a/yarrg/icons.iwj/bg.xbm b/yarrg/icons.iwj/bg.xbm
new file mode 100644 (file)
index 0000000..583f3a1
--- /dev/null
@@ -0,0 +1,5 @@
+#define bg_width 12
+#define bg_height 10
+static unsigned char bg_bits[] = {
+   0x10, 0x00, 0x30, 0x00, 0x50, 0x00, 0x92, 0x00, 0x16, 0x01, 0x1a, 0x02,
+   0x12, 0x04, 0xe2, 0x0f, 0x42, 0x00, 0xfe, 0x00 };
diff --git a/yarrg/icons.iwj/ct.xbm b/yarrg/icons.iwj/ct.xbm
new file mode 100644 (file)
index 0000000..94f926a
--- /dev/null
@@ -0,0 +1,5 @@
+#define ct_width 12
+#define ct_height 10
+static unsigned char ct_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x03, 0x00, 0x05, 0x00, 0x09,
+   0xe0, 0x09, 0x20, 0x09, 0x20, 0x05, 0xe0, 0x03 };
diff --git a/yarrg/icons.iwj/dh.xbm b/yarrg/icons.iwj/dh.xbm
new file mode 100644 (file)
index 0000000..1536867
--- /dev/null
@@ -0,0 +1,5 @@
+#define dh_width 12
+#define dh_height 10
+static unsigned char dh_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x28, 0x00,
+   0x48, 0x00, 0x88, 0x00, 0x08, 0x01, 0xf8, 0x03 };
diff --git a/yarrg/icons.iwj/gf.xbm b/yarrg/icons.iwj/gf.xbm
new file mode 100644 (file)
index 0000000..a3d1f64
--- /dev/null
@@ -0,0 +1,5 @@
+#define gf_width 12
+#define gf_height 10
+static unsigned char gf_bits[] = {
+   0x00, 0x00, 0x10, 0x00, 0x92, 0x00, 0x92, 0x00, 0x92, 0x00, 0x92, 0x04,
+   0x92, 0x04, 0x92, 0x04, 0x92, 0x04, 0xff, 0x0f };
diff --git a/yarrg/icons.iwj/ls.xbm b/yarrg/icons.iwj/ls.xbm
new file mode 100644 (file)
index 0000000..2b48fe4
--- /dev/null
@@ -0,0 +1,5 @@
+#define lg_width 12
+#define lg_height 10
+static unsigned char lg_bits[] = {
+   0xfe, 0x03, 0x54, 0x05, 0xa8, 0x0a, 0xa8, 0x0a, 0xa8, 0x0a, 0xa8, 0x0a,
+   0xa8, 0x0a, 0xa8, 0x0a, 0x54, 0x05, 0xfe, 0x03 };
diff --git a/yarrg/icons.iwj/mb.xbm b/yarrg/icons.iwj/mb.xbm
new file mode 100644 (file)
index 0000000..fdc07cf
--- /dev/null
@@ -0,0 +1,5 @@
+#define mb_width 12
+#define mb_height 10
+static unsigned char mb_bits[] = {
+   0x00, 0x00, 0x90, 0x00, 0xb0, 0x01, 0xd0, 0x02, 0x98, 0x04, 0x94, 0x04,
+   0xd2, 0x02, 0xbe, 0x01, 0x90, 0x00, 0xfe, 0x07};
diff --git a/yarrg/icons.iwj/mg.xbm b/yarrg/icons.iwj/mg.xbm
new file mode 100644 (file)
index 0000000..e4c457d
--- /dev/null
@@ -0,0 +1,5 @@
+#define mf_width 12
+#define mf_height 10
+static unsigned char mf_bits[] = {
+   0x20, 0x00, 0x68, 0x01, 0xb8, 0x03, 0x28, 0x05, 0x2c, 0x09, 0x2a, 0x09,
+   0xb9, 0x05, 0x6f, 0x03, 0x28, 0x01, 0xff, 0x0f};
diff --git a/yarrg/icons.iwj/sl.xbm b/yarrg/icons.iwj/sl.xbm
new file mode 100644 (file)
index 0000000..2c7a4f2
--- /dev/null
@@ -0,0 +1,5 @@
+#define sl_width 12
+#define sl_height 10
+static unsigned char sl_bits[] = {
+   0x00, 0x00, 0x00, 0x00, 0xf0, 0x01, 0x10, 0x01, 0x10, 0x01, 0x10, 0x01,
+   0x10, 0x01, 0xf0, 0x01, 0x40, 0x00, 0xf8, 0x03};
diff --git a/yarrg/icons.iwj/wb.xbm b/yarrg/icons.iwj/wb.xbm
new file mode 100644 (file)
index 0000000..8de4857
--- /dev/null
@@ -0,0 +1,5 @@
+#define wb_width 12
+#define wb_height 10
+static unsigned char wb_bits[] = {
+   0x00, 0x00, 0xfc, 0x03, 0x24, 0x02, 0x24, 0x02, 0x24, 0x02, 0x24, 0x02,
+   0x24, 0x02, 0xfc, 0x03, 0x90, 0x00, 0xfe, 0x07};
diff --git a/yarrg/icons.iwj/wf.xbm b/yarrg/icons.iwj/wf.xbm
new file mode 100644 (file)
index 0000000..69b6ba1
--- /dev/null
@@ -0,0 +1,5 @@
+#define wf_width 12
+#define wf_height 10
+static unsigned char wf_bits[] = {
+   0xf8, 0x00, 0xce, 0x07, 0x4a, 0x04, 0x4a, 0x04, 0x4a, 0x04, 0x4a, 0x04,
+   0x4a, 0x04, 0xfe, 0x07, 0x28, 0x01, 0xff, 0x0f};
diff --git a/yarrg/icons.iwj/xe.xbm b/yarrg/icons.iwj/xe.xbm
new file mode 100644 (file)
index 0000000..d3f5f32
--- /dev/null
@@ -0,0 +1,5 @@
+#define xe_width 12
+#define xe_height 10
+static unsigned char xe_bits[] = {
+   0x00, 0x00, 0x48, 0x00, 0x5a, 0x00, 0xee, 0x00, 0x4a, 0x01, 0x4a, 0x02,
+   0x4a, 0x04, 0xfe, 0x0f, 0x24, 0x01, 0xff, 0x0f};
index 73f416a5beaa546c0fa6e0ed745289f2949d87ae..0639d4abba33ecfcc80aa02efded735072da17c6 100755 (executable)
@@ -273,7 +273,7 @@ proc vesselclasses-init {} {
        set vc_game2code($game) $code
        set vc_code2abbrev($code) $abbrev
        set vc_code2full($code) $full
-       image create bitmap ship-icon/$abbrev -file icondir/$abbrev.xbm
+       image create bitmap ship-icon/$abbrev -file iconsdir/$abbrev.xbm
     }
 }