adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[adonthell-wastesedge-commits] Release_0-3-1 2486015 027/237: Some stair


From: Kai Sterker
Subject: [adonthell-wastesedge-commits] Release_0-3-1 2486015 027/237: Some stairs added, better map initialisation scheme.
Date: Mon, 25 Jul 2016 18:14:54 +0000 (UTC)

tag: Release_0-3-1
commit 24860151d53df0028318f33392d7092c31083490
Author: adondev <adondev>
Commit: adondev <adondev>

    Some stairs added, better map initialisation scheme.
---
 configure.in                                |    1 +
 gfx/mapobjects/stairs/.cvsignore            |    2 ++
 gfx/mapobjects/stairs/Makefile.am           |    6 ++++++
 gfx/mapobjects/stairs/red-carpet_bl-tr.mobj |  Bin 0 -> 1305 bytes
 gfx/mapobjects/stairs/red-carpet_br-tl.mobj |  Bin 0 -> 1317 bytes
 gfx/mapobjects/stairs/red-carpet_tl-br.mobj |  Bin 0 -> 1282 bytes
 gfx/mapobjects/stairs/red-carpet_tr-bl.mobj |  Bin 0 -> 1292 bytes
 mapengine.data                              |  Bin 56 -> 474 bytes
 maps/test.map                               |  Bin 1641 -> 1690 bytes
 9 files changed, 9 insertions(+)

diff --git a/configure.in b/configure.in
index 3b335d4..87f8e38 100755
--- a/configure.in
+++ b/configure.in
@@ -36,6 +36,7 @@ gfx/mapobjects/houses/redwyne-inn/Makefile
 gfx/mapobjects/houses/Makefile
 gfx/mapobjects/icons/arrows/Makefile
 gfx/mapobjects/icons/Makefile
+gfx/mapobjects/stairs/Makefile
 gfx/mapobjects/terrains/Makefile
 gfx/mapobjects/walls/cellar/Makefile
 gfx/mapobjects/walls/inside/Makefile
diff --git a/gfx/mapobjects/stairs/.cvsignore b/gfx/mapobjects/stairs/.cvsignore
new file mode 100755
index 0000000..3dda729
--- /dev/null
+++ b/gfx/mapobjects/stairs/.cvsignore
@@ -0,0 +1,2 @@
+Makefile.in
+Makefile
diff --git a/gfx/mapobjects/stairs/Makefile.am 
b/gfx/mapobjects/stairs/Makefile.am
new file mode 100755
index 0000000..7d7ec6b
--- /dev/null
+++ b/gfx/mapobjects/stairs/Makefile.am
@@ -0,0 +1,6 @@
+pkgdatadir = $(gamedatadir)/gfx/mapobjects/stairs
+
+pkgdata_DATA = red-carpet_bl-tr.mobj red-carpet_br-tl.mobj \
+       red-carpet_tr-bl.mobj red-carpet_tl-br.mobj
+
+EXTRA_DIST = $(pkgdata_DATA)
diff --git a/gfx/mapobjects/stairs/red-carpet_bl-tr.mobj 
b/gfx/mapobjects/stairs/red-carpet_bl-tr.mobj
new file mode 100755
index 0000000..5fbef8d
Binary files /dev/null and b/gfx/mapobjects/stairs/red-carpet_bl-tr.mobj differ
diff --git a/gfx/mapobjects/stairs/red-carpet_br-tl.mobj 
b/gfx/mapobjects/stairs/red-carpet_br-tl.mobj
new file mode 100755
index 0000000..7096c14
Binary files /dev/null and b/gfx/mapobjects/stairs/red-carpet_br-tl.mobj differ
diff --git a/gfx/mapobjects/stairs/red-carpet_tl-br.mobj 
b/gfx/mapobjects/stairs/red-carpet_tl-br.mobj
new file mode 100755
index 0000000..99c40d2
Binary files /dev/null and b/gfx/mapobjects/stairs/red-carpet_tl-br.mobj differ
diff --git a/gfx/mapobjects/stairs/red-carpet_tr-bl.mobj 
b/gfx/mapobjects/stairs/red-carpet_tr-bl.mobj
new file mode 100755
index 0000000..7e89cb7
Binary files /dev/null and b/gfx/mapobjects/stairs/red-carpet_tr-bl.mobj differ
diff --git a/mapengine.data b/mapengine.data
index a5a5375..e6bd8ae 100755
Binary files a/mapengine.data and b/mapengine.data differ
diff --git a/maps/test.map b/maps/test.map
index ded1925..98d55ca 100755
Binary files a/maps/test.map and b/maps/test.map differ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]