Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
September 2004: [Freeciv-Dev] (PR#10331) bump the tileset capstring |
![]() |
[Freeciv-Dev] (PR#10331) bump the tileset capstring[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=10331 > This patch bumps the tileset capstring. The tileset format has changed gradually and I haven't kept the capstring fully up-to-date. It's sufficient just to introduce a new capstring for the next release. jason ? diff ? new ? orig Index: client/tilespec.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/client/tilespec.c,v retrieving revision 1.201 diff -u -r1.201 tilespec.c --- client/tilespec.c 25 Sep 2004 17:40:49 -0000 1.201 +++ client/tilespec.c 25 Sep 2004 19:14:15 -0000 @@ -169,7 +169,7 @@ /* This hash table maps terrain graphic strings to drawing data. */ static struct hash_table *terrain_hash; -#define TILESPEC_CAPSTR "+tilespec2 duplicates_ok roadstyle +terrain_grid" +#define TILESPEC_CAPSTR "+tilespec3 duplicates_ok" /* Tilespec capabilities acceptable to this program: +tilespec2 - basic format, required Index: data/isotrident.tilespec =================================================================== RCS file: /home/freeciv/CVS/freeciv/data/isotrident.tilespec,v retrieving revision 1.20 diff -u -r1.20 isotrident.tilespec --- data/isotrident.tilespec 27 Jun 2004 16:52:17 -0000 1.20 +++ data/isotrident.tilespec 25 Sep 2004 19:14:15 -0000 @@ -2,7 +2,7 @@ [tilespec] ; Format and options of this tilespec file: -options = "+tilespec2 roadstyle +terrain_grid" +options = "+tilespec3" ; A simple name for the tileset specified by this file: name = "MacroIsoTrident" Index: data/trident.tilespec =================================================================== RCS file: /home/freeciv/CVS/freeciv/data/trident.tilespec,v retrieving revision 1.24 diff -u -r1.24 trident.tilespec --- data/trident.tilespec 24 Jul 2004 06:21:12 -0000 1.24 +++ data/trident.tilespec 25 Sep 2004 19:14:15 -0000 @@ -2,7 +2,7 @@ [tilespec] ; Format and options of this tilespec file: -options = "+tilespec2 roadstyle +terrain_grid" +options = "+tilespec3" ; A simple name for the tileset specified by this file: name = "Trident" Index: data/trident_shields.tilespec =================================================================== RCS file: /home/freeciv/CVS/freeciv/data/trident_shields.tilespec,v retrieving revision 1.13 diff -u -r1.13 trident_shields.tilespec --- data/trident_shields.tilespec 27 Jun 2004 16:52:17 -0000 1.13 +++ data/trident_shields.tilespec 25 Sep 2004 19:14:15 -0000 @@ -2,7 +2,7 @@ [tilespec] ; Format and options of this tilespec file: -options = "+tilespec2 +duplicates_ok +terrain_grid" +options = "+tilespec3" ; A simple name for the tileset specified by this file: name = "Trident w/Shields"
|