From: Holger Schemel Date: Mon, 2 Mar 2015 14:18:21 +0000 (+0100) Subject: added graphics files to repository (2013 release version) X-Git-Tag: 4.0.0.0-rc1~272 X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=commitdiff_plain;h=c9e98e12c811095344a7d06360a0b2b7beccc7cf added graphics files to repository (2013 release version) --- diff --git a/graphics/gfx_classic/Makefile b/graphics/gfx_classic/Makefile new file mode 100644 index 00000000..7caa356e --- /dev/null +++ b/graphics/gfx_classic/Makefile @@ -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 index 00000000..a5cad7ee 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 index 00000000..7e1a1d3a 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 index 00000000..695ff631 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 index 00000000..29cb2db0 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 index 00000000..a3412a43 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 index 00000000..834d1d52 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 index 00000000..f56d9cfb 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 index 00000000..b3a2c848 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 index 00000000..626a5560 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 index 00000000..dae03471 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 index 00000000..50607dac 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 index 00000000..7fa7dcc8 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 index 00000000..b5421553 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 index 00000000..4a8a9ebc 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 index 00000000..d366873d 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 index 00000000..04d66192 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 index 00000000..1432b14a 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 index 00000000..484d2310 --- /dev/null +++ b/graphics/gfx_classic/graphicsinfo.conf @@ -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 index 00000000..fc062177 Binary files /dev/null and b/graphics/gfx_classic/rocks_icon_32x32.pcx differ