|
From: Crossfire C. r. messages.
<cro...@li...> - 2016-05-18 04:50:04
|
Revision: 20263
http://sourceforge.net/p/crossfire/code/20263
Author: silvernexus
Date: 2016-05-18 04:50:02 +0000 (Wed, 18 May 2016)
Log Message:
-----------
Add in-game names to the tile floor arches.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/floor/tile.arc
arch/trunk/floor/tile_tan.arc
arch/trunk/floor/tile_white.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2016-05-18 04:45:39 UTC (rev 20262)
+++ arch/trunk/ChangeLog 2016-05-18 04:50:02 UTC (rev 20263)
@@ -1,3 +1,9 @@
+Give the tile floors an in-game name that lacks underscores.
+floor/tile.arc
+floor/tile_tan.arc
+floor/tile_white.arc
+Daniel Hawkins 2016-05-18
+
Give the dcross and fcross floors a name.
Unfortunately, I couldn't come up with anything better then "floor"
floor/dcross-red.arc
Modified: arch/trunk/floor/tile.arc
===================================================================
--- arch/trunk/floor/tile.arc 2016-05-18 04:45:39 UTC (rev 20262)
+++ arch/trunk/floor/tile.arc 2016-05-18 04:50:02 UTC (rev 20263)
@@ -1,4 +1,5 @@
Object tile_floor
+name tile floor
face tile.111
no_pick 1
is_floor 1
Modified: arch/trunk/floor/tile_tan.arc
===================================================================
--- arch/trunk/floor/tile_tan.arc 2016-05-18 04:45:39 UTC (rev 20262)
+++ arch/trunk/floor/tile_tan.arc 2016-05-18 04:50:02 UTC (rev 20263)
@@ -1,4 +1,5 @@
Object tile_tan_floor
+name tan tile floor
face tile_tan.111
no_pick 1
is_floor 1
Modified: arch/trunk/floor/tile_white.arc
===================================================================
--- arch/trunk/floor/tile_white.arc 2016-05-18 04:45:39 UTC (rev 20262)
+++ arch/trunk/floor/tile_white.arc 2016-05-18 04:50:02 UTC (rev 20263)
@@ -1,4 +1,5 @@
Object tile_white_floor
+name white tile floor
face tile_white.111
no_pick 1
is_floor 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|