|
From: Crossfire C. r. messages.
<cro...@li...> - 2015-05-22 22:53:41
|
Revision: 19959
http://sourceforge.net/p/crossfire/code/19959
Author: silvernexus
Date: 2015-05-22 22:53:38 +0000 (Fri, 22 May 2015)
Log Message:
-----------
Make multi-tile tables have matching singular and plural name structure
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/indoor/table_1x2.arc
arch/trunk/indoor/table_2x1.arc
arch/trunk/indoor/table_2x2.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2015-05-22 22:46:11 UTC (rev 19958)
+++ arch/trunk/ChangeLog 2015-05-22 22:53:38 UTC (rev 19959)
@@ -1,3 +1,10 @@
+Changes to plural names for multi-tile tables to improve consistency between
+singular and plural versions of object names.
+indoor/table_1x2.arc
+indoor/table_2x1.arc
+indoor/table_2x2.arc
+Daniel Hawkins (SilverNexus) 2015-05-22
+
Naming change to plural name for tentacle's hook to indicate the hooks
came from multiple tentacles, not just a single tentacle.
"tentacle's" became "tentacles'"
Modified: arch/trunk/indoor/table_1x2.arc
===================================================================
--- arch/trunk/indoor/table_1x2.arc 2015-05-22 22:46:11 UTC (rev 19958)
+++ arch/trunk/indoor/table_1x2.arc 2015-05-22 22:53:38 UTC (rev 19959)
@@ -5,7 +5,7 @@
weight 150000
value 55
material 16
-name_pl tables
+name_pl large tables
client_type 8002
end
More
@@ -16,7 +16,7 @@
weight 150000
value 55
material 16
-name_pl tables
+name_pl large tables
client_type 8002
y 1
end
Modified: arch/trunk/indoor/table_2x1.arc
===================================================================
--- arch/trunk/indoor/table_2x1.arc 2015-05-22 22:46:11 UTC (rev 19958)
+++ arch/trunk/indoor/table_2x1.arc 2015-05-22 22:53:38 UTC (rev 19959)
@@ -5,7 +5,7 @@
weight 150000
value 55
material 16
-name_pl tables
+name_pl long tables
client_type 8002
end
More
@@ -16,7 +16,7 @@
weight 150000
value 55
material 16
-name_pl tables
+name_pl long tables
client_type 8002
x 1
end
Modified: arch/trunk/indoor/table_2x2.arc
===================================================================
--- arch/trunk/indoor/table_2x2.arc 2015-05-22 22:46:11 UTC (rev 19958)
+++ arch/trunk/indoor/table_2x2.arc 2015-05-22 22:53:38 UTC (rev 19959)
@@ -5,7 +5,7 @@
weight 300000
value 100
material 16
-name_pl tables
+name_pl big tables
client_type 8002
end
More
@@ -16,7 +16,7 @@
weight 300000
value 100
material 16
-name_pl tables
+name_pl big tables
client_type 8002
x 1
end
@@ -28,7 +28,7 @@
weight 300000
value 100
material 16
-name_pl tables
+name_pl big tables
client_type 8002
y 1
end
@@ -40,7 +40,7 @@
weight 300000
value 100
material 16
-name_pl tables
+name_pl big tables
client_type 8002
x 1
y 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|