Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2005:
[Freeciv-Dev] (PR#13259) add tech graphics to the tileset
Home

[Freeciv-Dev] (PR#13259) add tech graphics to the tileset

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Subject: [Freeciv-Dev] (PR#13259) add tech graphics to the tileset
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 13 Jun 2005 11:26:13 -0700
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=13259 >

This is a preliminary design for adding tech graphics to the tileset.
It's incomplete because the author of these graphics is unknown and the
graphics themselves are incomplete.  However this should show the
artists how to do it.

1.  Apply the patch in PR#13258.
2.  Apply the attached patch.
3.  Untar the attached tarball in the freeciv dir.

Now when you look at the helptext for riflemen in the gtk2 client you
see the image.

-jason

? data/techs
? data/misc/techs.spec
Index: data/isophex.tilespec
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/isophex.tilespec,v
retrieving revision 1.19
diff -u -r1.19 isophex.tilespec
--- data/isophex.tilespec       9 Jun 2005 18:34:45 -0000       1.19
+++ data/isophex.tilespec       13 Jun 2005 18:23:23 -0000
@@ -72,6 +72,7 @@
   "isophex/rivers.spec",
   "misc/small.spec",
   "misc/buildings.spec",
+  "misc/techs.spec",
   "trident/units.spec",
   "isotrident/unitextras.spec",
   "misc/flags.spec",
Index: data/isotrident.tilespec
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/isotrident.tilespec,v
retrieving revision 1.42
diff -u -r1.42 isotrident.tilespec
--- data/isotrident.tilespec    9 Jun 2005 18:34:45 -0000       1.42
+++ data/isotrident.tilespec    13 Jun 2005 18:23:23 -0000
@@ -68,6 +68,7 @@
   "misc/shields.spec",
   "misc/cursors.spec",
   "misc/buildings.spec",
+  "misc/techs.spec",
   "misc/space.spec",
 ;  "misc/techs.spec",
   "misc/treaty.spec",
Index: data/trident.tilespec
===================================================================
RCS file: /home/freeciv/CVS/freeciv/data/trident.tilespec,v
retrieving revision 1.43
diff -u -r1.43 trident.tilespec
--- data/trident.tilespec       9 Jun 2005 18:34:45 -0000       1.43
+++ data/trident.tilespec       13 Jun 2005 18:23:23 -0000
@@ -62,6 +62,7 @@
   "trident/grid.spec",
   "trident/roads.spec",
   "misc/buildings.spec",
+  "misc/techs.spec",
   "misc/space.spec",
 ;  "misc/techs.spec",
   "misc/treaty.spec",

Attachment: techs.tar.gz
Description: Unix tar archive


[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#13259) add tech graphics to the tileset, Jason Short <=