|
From: Crossfire C. r. messages.
<cro...@li...> - 2011-01-27 05:27:08
|
Revision: 14251
http://crossfire.svn.sourceforge.net/crossfire/?rev=14251&view=rev
Author: mwedel
Date: 2011-01-27 05:27:01 +0000 (Thu, 27 Jan 2011)
Log Message:
-----------
Remove some smoothface for cases where the smoothface does not exist -
eliminates error during startup of server.
MSW 2011-01-26
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/floor/cloudfloor.arc
arch/trunk/ground/new/grassmedium.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2011-01-25 22:26:24 UTC (rev 14250)
+++ arch/trunk/CHANGES 2011-01-27 05:27:01 UTC (rev 14251)
@@ -1,6 +1,10 @@
Changes for SVN top of tree:
==============================================================================
+Remove some smoothface for cases where the smoothface does not exist -
+eliminates error during startup of server.
+MSW 2011-01-26
+
Tweak base value of some weapons.
MSW 2010-11-26
Modified: arch/trunk/floor/cloudfloor.arc
===================================================================
--- arch/trunk/floor/cloudfloor.arc 2011-01-25 22:26:24 UTC (rev 14250)
+++ arch/trunk/floor/cloudfloor.arc 2011-01-27 05:27:01 UTC (rev 14251)
@@ -3,7 +3,6 @@
face fog.111
no_pick 1
smoothlevel 1
-smoothface fog.111 fog_S.111
end
Object thickcloudfloor
name thick cloud
Modified: arch/trunk/ground/new/grassmedium.arc
===================================================================
--- arch/trunk/ground/new/grassmedium.arc 2011-01-25 22:26:24 UTC (rev 14250)
+++ arch/trunk/ground/new/grassmedium.arc 2011-01-27 05:27:01 UTC (rev 14251)
@@ -8,6 +8,5 @@
move_slow walk
move_slow_penalty 1
is_wooded 1
-smoothface grassmedium.111 grassmedium_S.111
smoothlevel 41
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|