|
From: Crossfire C. r. messages.
<cro...@li...> - 2008-08-30 21:36:15
|
Revision: 9789
http://crossfire.svn.sourceforge.net/crossfire/?rev=9789&view=rev
Author: quinet
Date: 2008-08-30 21:36:12 +0000 (Sat, 30 Aug 2008)
Log Message:
-----------
Applied slightly modified patch #2084099 "buildable altars", courtesy of
meflin and added a new image for altar building material.
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/mapbuilding/objects.arc
arch/trunk/mapbuilding/objects.trs
Added Paths:
-----------
arch/trunk/mapbuilding/mbaltar_none.base.111.png
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2008-08-30 00:57:00 UTC (rev 9788)
+++ arch/trunk/CHANGES 2008-08-30 21:36:12 UTC (rev 9789)
@@ -1,9 +1,36 @@
Changes for SVN top of tree:
+mapbuilding/objects.trs, mapbuilding/objects.arc: Applied slightly modified
+patch #2084099 "buildable altars", courtesy of meflin.
+mapbuilding/mbaltar_none.base.111.png: New image.
+Raphaël Quinet 2008-08-30
+
monster/animal/giant_worm/purple_worm.arc, ground/nimground/Nimground3_purple.arc:
Replaced purple (unrecognized color) with black in magicmap and color_fg fields.
Rick Tanner 2008-08-20
+mapbuilding/building.arc, mapbuilding/building.trs: Added new archetype
+building_window, a building material using the new subtype 4. This allows
+the player to build windows in existing walls.
+mapbuilding/mbwindow.base.111.png: New image
+Raphaël Quinet 2008-08-04
+
+mapbuilding/building.arc, mapbuilding/building.trs: Added new buildable
+fence. This is useful for those who want walls that do not block the view.
+Fixed a bug in the treasure list shop_building_pupland that prevented it
+from including any walls (replaced the treasure list
+build_material_floor_pupland by building_material_stonewall_pupland).
+mapbuilding/mbswall_0.base.111.png: New image.
+Raphaël Quinet 2008-08-03
+
+wall/swall/swall.arc: The name "fence" is more appropriate for the archetype
+"swall" (spiked wall).
+Raphaël Quinet 2008-08-03
+
+shop/Floors/shopweapoeast.trs: Fixed a broken treasure list that prevented
+the nine ring sword from being created.
+Raphaël Quinet 2008-08-01
+
disease/incontinence.arc, disease/diarrhea.arc, disease/rabies.arc: Make puddles
from diseases go away after some time, for incontinence and rabies we should
probably have shrinking animations, like for icor (and thus also for diarrhea),
Property changes on: arch/trunk/mapbuilding/mbaltar_none.base.111.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: arch/trunk/mapbuilding/objects.arc
===================================================================
--- arch/trunk/mapbuilding/objects.arc 2008-08-30 00:57:00 UTC (rev 9788)
+++ arch/trunk/mapbuilding/objects.arc 2008-08-30 21:36:12 UTC (rev 9789)
@@ -58,3 +58,14 @@
face mbbed_save.111
slaying bed_save
end
+Object building_altar
+name Altar material
+nrof 1
+weight 25000
+value 900000
+type 161
+subtype 3
+level 30
+face altar.111
+slaying mbaltar_none
+end
Modified: arch/trunk/mapbuilding/objects.trs
===================================================================
--- arch/trunk/mapbuilding/objects.trs 2008-08-30 00:57:00 UTC (rev 9788)
+++ arch/trunk/mapbuilding/objects.trs 2008-08-30 21:36:12 UTC (rev 9789)
@@ -16,4 +16,7 @@
more
arch building_bed_save
chance 1
+ more
+ arch building_altar
+ chance 1
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|