|
From: Crossfire C. r. messages.
<cro...@li...> - 2009-01-31 07:00:14
|
Revision: 11291
http://crossfire.svn.sourceforge.net/crossfire/?rev=11291&view=rev
Author: rjtanner
Date: 2009-01-31 07:00:09 +0000 (Sat, 31 Jan 2009)
Log Message:
-----------
Give throwing boulders (misc/t_boulder.arc) object type 15 (weapon), this avoids this alert in the server logs: Query_cost: item boulder hasn't got a valid type
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/misc/t_boulder.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2009-01-31 06:32:15 UTC (rev 11290)
+++ arch/trunk/CHANGES 2009-01-31 07:00:09 UTC (rev 11291)
@@ -1,5 +1,10 @@
Changes for SVN top of tree:
+misc/t_boulder.arc
+Give throwing boulders object type 15 (weapon), this avoids this alert in
+the server logs: "Query_cost: item boulder hasn't got a valid type"
+Rick Tanner 2009-01-31
+
Lots of *.png (not listing all files because it is almost all *.png)
Losslessly recompress most all PNG images for smaller size to reduce the
bandwidth needed for sending images to clients.
Modified: arch/trunk/misc/t_boulder.arc
===================================================================
--- arch/trunk/misc/t_boulder.arc 2009-01-31 06:32:15 UTC (rev 11290)
+++ arch/trunk/misc/t_boulder.arc 2009-01-31 07:00:09 UTC (rev 11291)
@@ -1,6 +1,7 @@
Object t_boulder
race rock
name boulder
+type 15
face boulder.111
nrof 1
weight 300000
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|