Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (6ba6547052c55af911c07311ec8dbcfb9d422667)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master games grimoire by Alexander Tsamutali (6ba6547052c55af911c07311ec8dbcfb9d422667)
  • Date: Fri, 13 Oct 2006 02:23:08 -0500

GIT changes to master games grimoire by Alexander Tsamutali
<astsmtl AT gmail.com>:

ChangeLog | 4 ++++
games-simulation/cultivation/BUILD | 1 +
games-simulation/cultivation/DEPENDS | 2 ++
games-simulation/cultivation/DETAILS | 27 +++++++++++++++++++++++++++
games-simulation/cultivation/HISTORY | 2 ++
games-simulation/cultivation/INSTALL | 1 +
6 files changed, 37 insertions(+)

New commits:
commit 6ba6547052c55af911c07311ec8dbcfb9d422667
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

new spell, wonderfull game!

diff --git a/ChangeLog b/ChangeLog
index 940a206..dc77143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-13 Alexander Tsamutali <astsmtl AT gmail.com>
+ * games-simulation/cultivation: new spell, a game about a community of
+ gardeners growing food for themselves in a shared space.
+
2006-09-17 Pol Vinogradov <vin.public AT gmail.com>
* games-board/jin: new spell, chess game written in Java

diff --git a/games-simulation/cultivation/BUILD
b/games-simulation/cultivation/BUILD
new file mode 100755
index 0000000..b883cba
--- /dev/null
+++ b/games-simulation/cultivation/BUILD
@@ -0,0 +1 @@
+echo 1 | ./runToBuild
diff --git a/games-simulation/cultivation/DEPENDS
b/games-simulation/cultivation/DEPENDS
new file mode 100755
index 0000000..3005962
--- /dev/null
+++ b/games-simulation/cultivation/DEPENDS
@@ -0,0 +1,2 @@
+depends OPENGL &&
+depends GLUT
diff --git a/games-simulation/cultivation/DETAILS
b/games-simulation/cultivation/DETAILS
new file mode 100755
index 0000000..f0278d5
--- /dev/null
+++ b/games-simulation/cultivation/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=cultivation
+ VERSION=4
+ SOURCE=Cultivation_${VERSION}_UnixSource.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/Cultivation_${VERSION}_UnixSource
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:13b9c58e58442d5857f4242486c395b2ed36af92cd393cf9a766084c5e5c100f6e8576068d2814ed60a3b46c87e41d9b22323da09709913550215990d6a00664
+ WEB_SITE=http://cultivation.sourceforge.net
+ ENTERED=20061013
+ DOCS="how_to_play.txt"
+ LICENSE[0]=PD
+ SHORT="a game about a community of gardeners growing food for
themselves in a shared space."
+cat << EOF
+Cultivation is a game about a community of gardeners growing food for
themselves
+in a shared space.
+
+Cultivation is quite different from most other games. It is a social
simulation,
+and the primary form of conflict is over land and plant resources - there is
+no shooting, but there are plenty of angry looks. It is also an evolution
+simulation. Within the world of Cultivation, you can explore a virtually
+infinite spectrum of different plant and gardener varieties.
+
+All of the graphics, sounds, melodies,and other content in Cultivation are
+100% procedurally generated at playtime. In other words, there are no
+hand-painted texture maps - instead, each object has a uniquely "grown"
+appearance. Every time you play, Cultivation generates fresh visuals, music
+and behaviors.
+EOF
diff --git a/games-simulation/cultivation/HISTORY
b/games-simulation/cultivation/HISTORY
new file mode 100644
index 0000000..6ccf6f3
--- /dev/null
+++ b/games-simulation/cultivation/HISTORY
@@ -0,0 +1,2 @@
+2006-10-13 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: Created this spell
diff --git a/games-simulation/cultivation/INSTALL
b/games-simulation/cultivation/INSTALL
new file mode 100755
index 0000000..30884e6
--- /dev/null
+++ b/games-simulation/cultivation/INSTALL
@@ -0,0 +1 @@
+install -v -g games -m 750 Cultivation /usr/games/




Archive powered by MHonArc 2.6.24.

Top of Page