added graphics files to repository (2013 release version)
authorHolger Schemel <info@artsoft.org>
Mon, 2 Mar 2015 14:18:21 +0000 (15:18 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 2 Mar 2015 14:18:21 +0000 (15:18 +0100)
20 files changed:
graphics/gfx_classic/Makefile [new file with mode: 0644]
graphics/gfx_classic/RocksBusy.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksCE-template.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksDC.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksDC2.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksDoor.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksEMC.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksElements.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksFontBig.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksFontDC.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksFontEM.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksFontMedium.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksFontSmall.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksHeroes.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksMore.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksSP.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksScreen.ilbm [new file with mode: 0644]
graphics/gfx_classic/RocksToons.ilbm [new file with mode: 0644]
graphics/gfx_classic/graphicsinfo.conf [new file with mode: 0644]
graphics/gfx_classic/rocks_icon_32x32.pcx [new file with mode: 0644]

diff --git a/graphics/gfx_classic/Makefile b/graphics/gfx_classic/Makefile
new file mode 100644 (file)
index 0000000..7caa356
--- /dev/null
@@ -0,0 +1,60 @@
+# =============================================================================
+# Rocks'n'Diamonds - McDuffin Strikes Back!
+# -----------------------------------------------------------------------------
+# (c) 1995-2015 by Artsoft Entertainment
+#                  Holger Schemel
+#                  info@artsoft.org
+#                  http://www.artsoft.org/
+# -----------------------------------------------------------------------------
+# graphics/gfx_classic/Makefile
+# =============================================================================
+
+# -----------------------------------------------------------------------------
+# configuration
+# -----------------------------------------------------------------------------
+
+RND = ../rocksndiamonds
+
+RM = rm -f
+
+EXT = pcx
+
+FILES = RocksBusy.$(EXT)       \
+       RocksCE.$(EXT)          \
+       RocksDC.$(EXT)          \
+       RocksDC2.$(EXT)         \
+       RocksDoor.$(EXT)        \
+       RocksEMC.$(EXT)         \
+       RocksElements.$(EXT)    \
+       RocksFontBig.$(EXT)     \
+       RocksFontDC.$(EXT)      \
+       RocksFontEM.$(EXT)      \
+       RocksFontMedium.$(EXT)  \
+       RocksFontSmall.$(EXT)   \
+       RocksHeroes.$(EXT)      \
+       RocksMore.$(EXT)        \
+       RocksSP.$(EXT)          \
+       RocksScreen.$(EXT)      \
+       RocksToons.$(EXT)
+
+# FILES_GENERATED = RocksCE.$(EXT)
+
+
+# -----------------------------------------------------------------------------
+# build targets
+# -----------------------------------------------------------------------------
+
+all: $(FILES)
+
+%.pcx: %.ilbm
+       ilbmtoppm $< | ppmtopcx > $@
+
+RocksCE.ilbm: RocksCE-template.ilbm
+       $(RND) -e "create CE image RocksCE.bmp"
+       bmptoppm RocksCE.bmp | ppmtoilbm > RocksCE.ilbm
+       $(RM) RocksCE.bmp
+
+clean-gfx:
+       @for i in $(FILES); do                  \
+               $(RM) $$i;                      \
+       done
diff --git a/graphics/gfx_classic/RocksBusy.ilbm b/graphics/gfx_classic/RocksBusy.ilbm
new file mode 100644 (file)
index 0000000..a5cad7e
Binary files /dev/null and b/graphics/gfx_classic/RocksBusy.ilbm differ
diff --git a/graphics/gfx_classic/RocksCE-template.ilbm b/graphics/gfx_classic/RocksCE-template.ilbm
new file mode 100644 (file)
index 0000000..7e1a1d3
Binary files /dev/null and b/graphics/gfx_classic/RocksCE-template.ilbm differ
diff --git a/graphics/gfx_classic/RocksDC.ilbm b/graphics/gfx_classic/RocksDC.ilbm
new file mode 100644 (file)
index 0000000..695ff63
Binary files /dev/null and b/graphics/gfx_classic/RocksDC.ilbm differ
diff --git a/graphics/gfx_classic/RocksDC2.ilbm b/graphics/gfx_classic/RocksDC2.ilbm
new file mode 100644 (file)
index 0000000..29cb2db
Binary files /dev/null and b/graphics/gfx_classic/RocksDC2.ilbm differ
diff --git a/graphics/gfx_classic/RocksDoor.ilbm b/graphics/gfx_classic/RocksDoor.ilbm
new file mode 100644 (file)
index 0000000..a3412a4
Binary files /dev/null and b/graphics/gfx_classic/RocksDoor.ilbm differ
diff --git a/graphics/gfx_classic/RocksEMC.ilbm b/graphics/gfx_classic/RocksEMC.ilbm
new file mode 100644 (file)
index 0000000..834d1d5
Binary files /dev/null and b/graphics/gfx_classic/RocksEMC.ilbm differ
diff --git a/graphics/gfx_classic/RocksElements.ilbm b/graphics/gfx_classic/RocksElements.ilbm
new file mode 100644 (file)
index 0000000..f56d9cf
Binary files /dev/null and b/graphics/gfx_classic/RocksElements.ilbm differ
diff --git a/graphics/gfx_classic/RocksFontBig.ilbm b/graphics/gfx_classic/RocksFontBig.ilbm
new file mode 100644 (file)
index 0000000..b3a2c84
Binary files /dev/null and b/graphics/gfx_classic/RocksFontBig.ilbm differ
diff --git a/graphics/gfx_classic/RocksFontDC.ilbm b/graphics/gfx_classic/RocksFontDC.ilbm
new file mode 100644 (file)
index 0000000..626a556
Binary files /dev/null and b/graphics/gfx_classic/RocksFontDC.ilbm differ
diff --git a/graphics/gfx_classic/RocksFontEM.ilbm b/graphics/gfx_classic/RocksFontEM.ilbm
new file mode 100644 (file)
index 0000000..dae0347
Binary files /dev/null and b/graphics/gfx_classic/RocksFontEM.ilbm differ
diff --git a/graphics/gfx_classic/RocksFontMedium.ilbm b/graphics/gfx_classic/RocksFontMedium.ilbm
new file mode 100644 (file)
index 0000000..50607da
Binary files /dev/null and b/graphics/gfx_classic/RocksFontMedium.ilbm differ
diff --git a/graphics/gfx_classic/RocksFontSmall.ilbm b/graphics/gfx_classic/RocksFontSmall.ilbm
new file mode 100644 (file)
index 0000000..7fa7dcc
Binary files /dev/null and b/graphics/gfx_classic/RocksFontSmall.ilbm differ
diff --git a/graphics/gfx_classic/RocksHeroes.ilbm b/graphics/gfx_classic/RocksHeroes.ilbm
new file mode 100644 (file)
index 0000000..b542155
Binary files /dev/null and b/graphics/gfx_classic/RocksHeroes.ilbm differ
diff --git a/graphics/gfx_classic/RocksMore.ilbm b/graphics/gfx_classic/RocksMore.ilbm
new file mode 100644 (file)
index 0000000..4a8a9eb
Binary files /dev/null and b/graphics/gfx_classic/RocksMore.ilbm differ
diff --git a/graphics/gfx_classic/RocksSP.ilbm b/graphics/gfx_classic/RocksSP.ilbm
new file mode 100644 (file)
index 0000000..d366873
Binary files /dev/null and b/graphics/gfx_classic/RocksSP.ilbm differ
diff --git a/graphics/gfx_classic/RocksScreen.ilbm b/graphics/gfx_classic/RocksScreen.ilbm
new file mode 100644 (file)
index 0000000..04d6619
Binary files /dev/null and b/graphics/gfx_classic/RocksScreen.ilbm differ
diff --git a/graphics/gfx_classic/RocksToons.ilbm b/graphics/gfx_classic/RocksToons.ilbm
new file mode 100644 (file)
index 0000000..1432b14
Binary files /dev/null and b/graphics/gfx_classic/RocksToons.ilbm differ
diff --git a/graphics/gfx_classic/graphicsinfo.conf b/graphics/gfx_classic/graphicsinfo.conf
new file mode 100644 (file)
index 0000000..484d231
--- /dev/null
@@ -0,0 +1,3 @@
+name:                                   Classic Graphics
+
+sort_priority:                          100
diff --git a/graphics/gfx_classic/rocks_icon_32x32.pcx b/graphics/gfx_classic/rocks_icon_32x32.pcx
new file mode 100644 (file)
index 0000000..fc06217
Binary files /dev/null and b/graphics/gfx_classic/rocks_icon_32x32.pcx differ