|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-16 13:27:04
|
Revision: 21773
http://sourceforge.net/p/crossfire/code/21773
Author: ryo_saeba
Date: 2021-01-16 13:26:59 +0000 (Sat, 16 Jan 2021)
Log Message:
-----------
Add "tissue paper" archetype, to replace ones in Raffle.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/misc/item/tissu.arc
arch/trunk/misc/item/tissu.base.111.png
arch/trunk/misc/item/tissu.face
Removed Paths:
-------------
arch/trunk/misc/tissu.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-16 11:43:32 UTC (rev 21772)
+++ arch/trunk/ChangeLog 2021-01-16 13:26:59 UTC (rev 21773)
@@ -1,3 +1,7 @@
+Add "tissue paper" archetype, to replace ones in Raffle.
+misc/item/tissue*
+Nicolas Weeger 2020-01-16
+
Fix formula ingredient for "sickle sword".
formulae
Nicolas Weeger 2020-01-16
Added: arch/trunk/misc/item/tissu.arc
===================================================================
--- arch/trunk/misc/item/tissu.arc (rev 0)
+++ arch/trunk/misc/item/tissu.arc 2021-01-16 13:26:59 UTC (rev 21773)
@@ -0,0 +1,8 @@
+Object tissue_paper
+name tissue paper
+nrof 1
+face tissu.111
+weight 5000
+value 3000
+material 1
+end
Copied: arch/trunk/misc/item/tissu.base.111.png (from rev 21772, arch/trunk/misc/tissu.base.111.png)
===================================================================
(Binary files differ)
Added: arch/trunk/misc/item/tissu.face
===================================================================
--- arch/trunk/misc/item/tissu.face (rev 0)
+++ arch/trunk/misc/item/tissu.face 2021-01-16 13:26:59 UTC (rev 21773)
@@ -0,0 +1,3 @@
+face tissu.111
+magicmap blue
+end
Deleted: arch/trunk/misc/tissu.base.111.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-16 18:27:50
|
Revision: 21778
http://sourceforge.net/p/crossfire/code/21778
Author: silvernexus
Date: 2021-01-16 18:27:47 +0000 (Sat, 16 Jan 2021)
Log Message:
-----------
Add food shop barn for use in Wolfsburg.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/shop/store_food_barn.arc
arch/trunk/shop/store_food_barn.base.x11.png
arch/trunk/shop/store_food_barn.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-16 18:24:16 UTC (rev 21777)
+++ arch/trunk/ChangeLog 2021-01-16 18:27:47 UTC (rev 21778)
@@ -1,3 +1,8 @@
+Add barn-like food store.
+Intended to be used for Wolfsburg Provisions.
+shop/store_food_barn.*
+Daniel Hawkins 2020-01-16
+
Add "tissue paper" archetype, to replace ones in Raffle.
misc/item/tissue*
Nicolas Weeger 2020-01-16
Added: arch/trunk/shop/store_food_barn.arc
===================================================================
--- arch/trunk/shop/store_food_barn.arc (rev 0)
+++ arch/trunk/shop/store_food_barn.arc 2021-01-16 18:27:47 UTC (rev 21778)
@@ -0,0 +1,34 @@
+Object store_food_barn
+name food shop
+face store_food.x11
+type 66
+no_pick 1
+move_block all
+client_type 25012
+end
+More
+Object store_food_barn_2
+name food shop
+face store_food.x11
+type 66
+x 1
+no_pick 1
+move_block all
+end
+More
+Object store_food_barn_3
+name food shop
+face store_food.x11
+type 66
+y 1
+no_pick 1
+end
+More
+Object store_food_barn_4
+name food shop
+face store_food.x11
+type 66
+x 1
+y 1
+no_pick 1
+end
Added: arch/trunk/shop/store_food_barn.base.x11.png
===================================================================
(Binary files differ)
Index: arch/trunk/shop/store_food_barn.base.x11.png
===================================================================
--- arch/trunk/shop/store_food_barn.base.x11.png 2021-01-16 18:24:16 UTC (rev 21777)
+++ arch/trunk/shop/store_food_barn.base.x11.png 2021-01-16 18:27:47 UTC (rev 21778)
Property changes on: arch/trunk/shop/store_food_barn.base.x11.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/shop/store_food_barn.face
===================================================================
--- arch/trunk/shop/store_food_barn.face (rev 0)
+++ arch/trunk/shop/store_food_barn.face 2021-01-16 18:27:47 UTC (rev 21778)
@@ -0,0 +1,4 @@
+face store_food_barn.x11
+visibility 100
+magicmap grey
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-21 21:17:13
|
Revision: 21843
http://sourceforge.net/p/crossfire/code/21843
Author: silvernexus
Date: 2021-01-21 21:17:07 +0000 (Thu, 21 Jan 2021)
Log Message:
-----------
Add rings that can cast spells to the game.
These function like low-power rods, since they regernerate spell points much slower and can cast fewer times before running out.
The list of spells is a lot more geared toward utility and infrequently-cast spells, such as summon <elemental> and dark vision for that reason.
Currently set to be pretty rare. If it turns out these should really be more common than rods, it can be done.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/treasures.trs
Added Paths:
-----------
arch/trunk/spell/Wand/spell_ring.arc
arch/trunk/spell/Wand/spell_ring.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-21 19:35:27 UTC (rev 21842)
+++ arch/trunk/ChangeLog 2021-01-21 21:17:07 UTC (rev 21843)
@@ -1,3 +1,10 @@
+Add rings that contain spells.
+Functionally like low-power rods, but groups with rings client-side.
+spell/Wand/spell_ring.arc
+spell/Wand/spell_ring.trs
+treasures.trs
+Daniel Hawkins 2021-01-21
+
Add archetypes for building instructions, found in enough shops to warrant it.
readable/guide/buildings_instructions.arc
Nicolas Weeger 2021-01-19
Added: arch/trunk/spell/Wand/spell_ring.arc
===================================================================
--- arch/trunk/spell/Wand/spell_ring.arc (rev 0)
+++ arch/trunk/spell/Wand/spell_ring.arc 2021-01-21 21:17:07 UTC (rev 21843)
@@ -0,0 +1,18 @@
+Object ring_spell
+name ring
+name_pl rings
+nrof 1
+face ring.110
+identified_face ring.117
+speed 0.02
+type 3
+value 5000
+hp 1
+maxhp 1
+weight 20
+material 2
+client_type 391
+body_finger -1
+randomitems ring_spell
+skill use magic item
+end
Added: arch/trunk/spell/Wand/spell_ring.trs
===================================================================
--- arch/trunk/spell/Wand/spell_ring.trs (rev 0)
+++ arch/trunk/spell/Wand/spell_ring.trs 2021-01-21 21:17:07 UTC (rev 21843)
@@ -0,0 +1,89 @@
+treasureone ring_spell
+ arch spell_small_fireball
+ nrof 40
+ chance 8
+ more
+ arch spell_small_snowstorm
+ nrof 40
+ chance 8
+ more
+ arch spell_poison_cloud
+ nrof 30
+ chance 4
+ more
+ arch spell_fear
+ nrof 25
+ chance 8
+ more
+ arch spell_slow
+ nrof 30
+ chance 6
+ more
+ arch spell_wonder
+ nrof 20
+ chance 4
+ more
+ arch spell_dimension_door
+ nrof 8
+ chance 5
+ more
+ arch spell_magic_mapping
+ nrof 20
+ chance 5
+ more
+ arch spell_create_earth_wall
+ nrof 12
+ chance 4
+ more
+ arch spell_counterwall
+ nrof 30
+ chance 5
+ more
+ arch spell_probe
+ nrof 40
+ chance 5
+ more
+ arch spell_detect_magic
+ nrof 50
+ chance 5
+ more
+ arch spell_show_invisible
+ nrof 8
+ chance 4
+ more
+ arch spell_minor_healing
+ nrof 40
+ chance 3
+ more
+ arch spell_perceive_self
+ nrof 20
+ chance 5
+ more
+ arch spell_xray
+ nrof 3
+ chance 3
+ more
+ arch spell_searing_weapon
+ nrof 3
+ chance 7
+ more
+ arch spell_dark_vision
+ nrof 4
+ chance 9
+ more
+ arch spell_summon_water_elemental
+ nrof 6
+ chance 4
+ more
+ arch spell_summon_air_elemental
+ nrof 6
+ chance 4
+ more
+ arch spell_summon_fire_elemental
+ nrof 6
+ chance 4
+ more
+ arch spell_summon_earth_elemental
+ nrof 6
+ chance 4
+end
Modified: arch/trunk/treasures.trs
===================================================================
--- arch/trunk/treasures.trs 2021-01-21 19:35:27 UTC (rev 21842)
+++ arch/trunk/treasures.trs 2021-01-21 21:17:07 UTC (rev 21843)
@@ -935,6 +935,9 @@
more
arch ring_nodrain
chance 5
+ more
+ arch ring_spell
+ chance 1
end
treasureone containers
arch sack
@@ -1392,6 +1395,9 @@
chance 5
nrof 5
more
+ arch ring_spell
+ chance 1
+ more
list special_uncommon
magic 9
chance 5
@@ -1533,6 +1539,9 @@
more
arch rod_heavy
chance 1
+ more
+ arch ring_spell
+ chance 1
end
# for shop
treasureone random_books
@@ -1720,8 +1729,11 @@
arch file
chance 3
more
+ arch ring_spell
+ chance 1
+ more
list NONE
- chance 24
+ chance 23
end
treasure poor_old
arch bow
@@ -1974,6 +1986,10 @@
no
arch rod_heavy
chance 1
+ no
+ arch ring_spell
+ chance 1
+ end
end
more
list random_books
@@ -1994,6 +2010,10 @@
no
arch rod_heavy
chance 1
+ no
+ arch ring_spell
+ chance 1
+ end
end
end
treasure ring
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-28 16:25:58
|
Revision: 21854
http://sourceforge.net/p/crossfire/code/21854
Author: ryo_saeba
Date: 2021-01-28 16:25:47 +0000 (Thu, 28 Jan 2021)
Log Message:
-----------
Add animations to some generators.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/undead/ghost_gen.arc
arch/trunk/monster/undead/ghost_gen.face
arch/trunk/monster/undead/skull_gen.arc
arch/trunk/monster/undead/skull_gen.face
arch/trunk/monster/undead/vampiregen.arc
arch/trunk/monster/undead/vampiregen.face
arch/trunk/monster/undead/zombie_gen.arc
arch/trunk/monster/undead/zombie_gen.face
Added Paths:
-----------
arch/trunk/monster/undead/ghost_gen.base.112.png
arch/trunk/monster/undead/ghost_gen.clsc.112.png
arch/trunk/monster/undead/skull_gen.base.112.png
arch/trunk/monster/undead/skull_gen.clsc.112.png
arch/trunk/monster/undead/vampiregen.base.112.png
arch/trunk/monster/undead/vampiregen.clsc.112.png
arch/trunk/monster/undead/zombie_gen.base.112.png
arch/trunk/monster/undead/zombie_gen.clsc.112.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/ChangeLog 2021-01-28 16:25:47 UTC (rev 21854)
@@ -1,3 +1,22 @@
+Add animations to some generators.
+monster/undead/ghost_gen.arc
+monster/undead/ghost_gen.base.112.png
+monster/undead/ghost_gen.clsc.112.png
+monster/undead/ghost_gen.face
+monster/undead/skull_gen.arc
+monster/undead/skull_gen.base.112.png
+monster/undead/skull_gen.clsc.112.png
+monster/undead/skull_gen.face
+monster/undead/vampiregen.arc
+monster/undead/vampiregen.base.112.png
+monster/undead/vampiregen.clsc.112.png
+monster/undead/vampiregen.face
+monster/undead/zombie_gen.arc
+monster/undead/zombie_gen.base.112.png
+monster/undead/zombie_gen.clsc.112.png
+monster/undead/zombie_gen.face
+Nicolas Weeger 2021-01-28
+
Add spell effects to some balms and foods.
artifacts
Nicolas Weeger 2021-01-28
Modified: arch/trunk/monster/undead/ghost_gen.arc
===================================================================
--- arch/trunk/monster/undead/ghost_gen.arc 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/ghost_gen.arc 2021-01-28 16:25:47 UTC (rev 21854)
@@ -4,6 +4,9 @@
name ghost generator
generator 1
face ghost_gen.111
+animation ghost_gen
+anim_speed 4
+client_anim_random 1
speed 0.01
exp 70
alive 1
Added: arch/trunk/monster/undead/ghost_gen.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/undead/ghost_gen.base.112.png
===================================================================
--- arch/trunk/monster/undead/ghost_gen.base.112.png 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/ghost_gen.base.112.png 2021-01-28 16:25:47 UTC (rev 21854)
Property changes on: arch/trunk/monster/undead/ghost_gen.base.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/undead/ghost_gen.clsc.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/undead/ghost_gen.clsc.112.png
===================================================================
--- arch/trunk/monster/undead/ghost_gen.clsc.112.png 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/ghost_gen.clsc.112.png 2021-01-28 16:25:47 UTC (rev 21854)
Property changes on: arch/trunk/monster/undead/ghost_gen.clsc.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/undead/ghost_gen.face
===================================================================
--- arch/trunk/monster/undead/ghost_gen.face 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/ghost_gen.face 2021-01-28 16:25:47 UTC (rev 21854)
@@ -1,3 +1,10 @@
face ghost_gen.111
magicmap red
end
+face ghost_gen.112
+magicmap red
+end
+animation ghost_gen
+ghost_gen.111
+ghost_gen.112
+mina
Modified: arch/trunk/monster/undead/skull_gen.arc
===================================================================
--- arch/trunk/monster/undead/skull_gen.arc 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/skull_gen.arc 2021-01-28 16:25:47 UTC (rev 21854)
@@ -3,6 +3,9 @@
race undead
name skull generator
face skull_gen.111
+animation skull_gen
+anim_speed 4
+client_anim_random 1
generator 1
hp 500
maxhp 500
Added: arch/trunk/monster/undead/skull_gen.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/undead/skull_gen.base.112.png
===================================================================
--- arch/trunk/monster/undead/skull_gen.base.112.png 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/skull_gen.base.112.png 2021-01-28 16:25:47 UTC (rev 21854)
Property changes on: arch/trunk/monster/undead/skull_gen.base.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/undead/skull_gen.clsc.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/undead/skull_gen.clsc.112.png
===================================================================
--- arch/trunk/monster/undead/skull_gen.clsc.112.png 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/skull_gen.clsc.112.png 2021-01-28 16:25:47 UTC (rev 21854)
Property changes on: arch/trunk/monster/undead/skull_gen.clsc.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/undead/skull_gen.face
===================================================================
--- arch/trunk/monster/undead/skull_gen.face 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/skull_gen.face 2021-01-28 16:25:47 UTC (rev 21854)
@@ -1,3 +1,10 @@
face skull_gen.111
magicmap white
end
+face skull_gen.112
+magicmap white
+end
+animation skull_gen
+skull_gen.111
+skull_gen.112
+mina
Modified: arch/trunk/monster/undead/vampiregen.arc
===================================================================
--- arch/trunk/monster/undead/vampiregen.arc 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/vampiregen.arc 2021-01-28 16:25:47 UTC (rev 21854)
@@ -6,6 +6,9 @@
alive 1
level 1
face vampiregen.111
+animation vampiregen
+anim_speed 5
+client_anim_random 1
hp 400
maxhp 400
exp 200
Added: arch/trunk/monster/undead/vampiregen.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/undead/vampiregen.base.112.png
===================================================================
--- arch/trunk/monster/undead/vampiregen.base.112.png 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/vampiregen.base.112.png 2021-01-28 16:25:47 UTC (rev 21854)
Property changes on: arch/trunk/monster/undead/vampiregen.base.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/undead/vampiregen.clsc.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/undead/vampiregen.clsc.112.png
===================================================================
--- arch/trunk/monster/undead/vampiregen.clsc.112.png 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/vampiregen.clsc.112.png 2021-01-28 16:25:47 UTC (rev 21854)
Property changes on: arch/trunk/monster/undead/vampiregen.clsc.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/undead/vampiregen.face
===================================================================
--- arch/trunk/monster/undead/vampiregen.face 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/vampiregen.face 2021-01-28 16:25:47 UTC (rev 21854)
@@ -1,3 +1,10 @@
face vampiregen.111
magicmap brown
end
+face vampiregen.112
+magicmap brown
+end
+animation vampiregen
+vampiregen.111
+vampiregen.112
+mina
Modified: arch/trunk/monster/undead/zombie_gen.arc
===================================================================
--- arch/trunk/monster/undead/zombie_gen.arc 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/zombie_gen.arc 2021-01-28 16:25:47 UTC (rev 21854)
@@ -7,6 +7,9 @@
alive 1
level 1
face zombie_gen.111
+animation zombie_gen
+anim_speed 4
+client_anim_random 1
hp 100
maxhp 100
ac 6
Added: arch/trunk/monster/undead/zombie_gen.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/undead/zombie_gen.base.112.png
===================================================================
--- arch/trunk/monster/undead/zombie_gen.base.112.png 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/zombie_gen.base.112.png 2021-01-28 16:25:47 UTC (rev 21854)
Property changes on: arch/trunk/monster/undead/zombie_gen.base.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/undead/zombie_gen.clsc.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/undead/zombie_gen.clsc.112.png
===================================================================
--- arch/trunk/monster/undead/zombie_gen.clsc.112.png 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/zombie_gen.clsc.112.png 2021-01-28 16:25:47 UTC (rev 21854)
Property changes on: arch/trunk/monster/undead/zombie_gen.clsc.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/undead/zombie_gen.face
===================================================================
--- arch/trunk/monster/undead/zombie_gen.face 2021-01-28 16:24:09 UTC (rev 21853)
+++ arch/trunk/monster/undead/zombie_gen.face 2021-01-28 16:25:47 UTC (rev 21854)
@@ -1,3 +1,10 @@
face zombie_gen.111
magicmap brown
end
+face zombie_gen.112
+magicmap brown
+end
+animation zombie_gen
+zombie_gen.111
+zombie_gen.112
+mina
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-29 19:17:11
|
Revision: 21865
http://sourceforge.net/p/crossfire/code/21865
Author: ryo_saeba
Date: 2021-01-29 19:17:04 +0000 (Fri, 29 Jan 2021)
Log Message:
-----------
Use 'death_animation' instead of treasurelist with only one item.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/undead/zombie_gen.arc
Removed Paths:
-------------
arch/trunk/monster/undead/zombie_gen.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-29 19:09:21 UTC (rev 21864)
+++ arch/trunk/ChangeLog 2021-01-29 19:17:04 UTC (rev 21865)
@@ -1,3 +1,8 @@
+Use 'death_animation' instead of treasurelist with only one item.
+monster/undead/zombie_gen.arch
+monster/undead/zombie_gen.trs
+Nicolas Weeger 2021-01-29
+
Add broken gravestone, spawn it when a skeleton generator is destroyed.
misc/broken_gravestone.arc
misc/broken_gravestone.base.111.png
Modified: arch/trunk/monster/undead/zombie_gen.arc
===================================================================
--- arch/trunk/monster/undead/zombie_gen.arc 2021-01-29 19:09:21 UTC (rev 21864)
+++ arch/trunk/monster/undead/zombie_gen.arc 2021-01-29 19:17:04 UTC (rev 21865)
@@ -1,7 +1,7 @@
Object generate_zombie
race undead
other_arch zombie
-randomitems generate_zombie
+death_animation gravedirt
name grave
generator 1
alive 1
Deleted: arch/trunk/monster/undead/zombie_gen.trs
===================================================================
--- arch/trunk/monster/undead/zombie_gen.trs 2021-01-29 19:09:21 UTC (rev 21864)
+++ arch/trunk/monster/undead/zombie_gen.trs 2021-01-29 19:17:04 UTC (rev 21865)
@@ -1,4 +0,0 @@
-treasure generate_zombie
- arch gravedirt
- end
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-30 18:09:36
|
Revision: 21872
http://sourceforge.net/p/crossfire/code/21872
Author: ryo_saeba
Date: 2021-01-30 18:09:29 +0000 (Sat, 30 Jan 2021)
Log Message:
-----------
Copy current 'needle' face to diseased needle, use it.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/disease/diseased_needle.arc
arch/trunk/disease/trap_diseased_needle.face
Added Paths:
-----------
arch/trunk/disease/trap_diseased_needle.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-30 17:56:54 UTC (rev 21871)
+++ arch/trunk/ChangeLog 2021-01-30 18:09:29 UTC (rev 21872)
@@ -1,3 +1,9 @@
+Copy current 'needle' face to diseased needle, use it.
+disease/diseased_needle.arc
+disease/trap_diseased_needle.base.111.png
+disease/trap_diseased_needle.face
+Nicolas Weeger 2021-01-30
+
Add broken vampire sarcophagus, use it for destroyed generator.
monster/undead/broken_sarcophagus.arc
monster/undead/broken_sarcophagus.base.111.png
Modified: arch/trunk/disease/diseased_needle.arc
===================================================================
--- arch/trunk/disease/diseased_needle.arc 2021-01-30 17:56:54 UTC (rev 21871)
+++ arch/trunk/disease/diseased_needle.arc 2021-01-30 18:09:29 UTC (rev 21872)
@@ -1,7 +1,7 @@
Object trap_diseased_needle
name diseased needle
type 154
-face needle.111
+face trap_diseased_needle.111
randomitems needle_diseases
speed 1
hp 1
Added: arch/trunk/disease/trap_diseased_needle.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/disease/trap_diseased_needle.base.111.png
===================================================================
--- arch/trunk/disease/trap_diseased_needle.base.111.png 2021-01-30 17:56:54 UTC (rev 21871)
+++ arch/trunk/disease/trap_diseased_needle.base.111.png 2021-01-30 18:09:29 UTC (rev 21872)
Property changes on: arch/trunk/disease/trap_diseased_needle.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/disease/trap_diseased_needle.face
===================================================================
--- arch/trunk/disease/trap_diseased_needle.face 2021-01-30 17:56:54 UTC (rev 21871)
+++ arch/trunk/disease/trap_diseased_needle.face 2021-01-30 18:09:29 UTC (rev 21872)
@@ -1,4 +1,4 @@
animation trap_diseased_needle
-needle.111
-needle.111
+trap_diseased_needle.111
+trap_diseased_needle.111
mina
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-01 16:58:05
|
Revision: 21880
http://sourceforge.net/p/crossfire/code/21880
Author: ryo_saeba
Date: 2021-02-01 16:57:58 +0000 (Mon, 01 Feb 2021)
Log Message:
-----------
Add a jeweler guide for making rings and amulets from nuggets, and vice-versa.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/readable/guide/guide_jeweler.arc
arch/trunk/readable/guide/guide_jeweler.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-01 16:23:35 UTC (rev 21879)
+++ arch/trunk/ChangeLog 2021-02-01 16:57:58 UTC (rev 21880)
@@ -1,3 +1,8 @@
+Add a jeweler guide for making rings and amulets from nuggets, and vice-versa.
+readable/guide/guide_jeweler.arc
+readable/guide/guide_jeweler.base.111.png
+Nicolas Weeger 2021-02-01
+
Make drop green to reflect poison.
traps/needle.base.111.png
Nicolas Weeger 2021-01-30
Added: arch/trunk/readable/guide/guide_jeweler.arc
===================================================================
--- arch/trunk/readable/guide/guide_jeweler.arc (rev 0)
+++ arch/trunk/readable/guide/guide_jeweler.arc 2021-02-01 16:57:58 UTC (rev 21880)
@@ -0,0 +1,38 @@
+Object guide_jeweler_from_nuggets
+name guide to jewelry
+name_pl guides to jewelry
+msg
+A jeweler needs many rings and amulets for her works.
+
+One of the first things she then learns is how to make ring or amulets from gold nuggets, in a forge.
+
+An amulet shall require a bigger nugget than a ring.
+endmsg
+nrof 1
+face guide_jeweler.111
+type 8
+subtype 2
+skill literacy
+material 1
+weight 4000
+identified 1
+no_skill_ident 1
+knowledge_marker alchemy:1:1659:NONE/1:1673:NONE
+end
+Object guide_jeweler_to_nuggets
+name guide to jewelry
+name_pl guides to jewelry
+msg
+If a jeweler finds herself with too many rings or amulets, she may simply melt them at a forge and get some gold nuggets.
+endmsg
+nrof 1
+face guide_jeweler.111
+type 8
+subtype 2
+skill literacy
+material 1
+weight 4000
+identified 1
+no_skill_ident 1
+knowledge_marker alchemy:1:648:NONE/1:432:NONE
+end
Added: arch/trunk/readable/guide/guide_jeweler.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/readable/guide/guide_jeweler.base.111.png
===================================================================
--- arch/trunk/readable/guide/guide_jeweler.base.111.png 2021-02-01 16:23:35 UTC (rev 21879)
+++ arch/trunk/readable/guide/guide_jeweler.base.111.png 2021-02-01 16:57:58 UTC (rev 21880)
Property changes on: arch/trunk/readable/guide/guide_jeweler.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-01 19:01:02
|
Revision: 21884
http://sourceforge.net/p/crossfire/code/21884
Author: ryo_saeba
Date: 2021-02-01 19:00:59 +0000 (Mon, 01 Feb 2021)
Log Message:
-----------
Add 'broken' generator faces and archetypes.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/animal/bird_gen.arc
arch/trunk/monster/animal/scorpi_gen.arc
arch/trunk/monster/beholder/behold_gen.arc
arch/trunk/monster/demon/devil_gen.arc
arch/trunk/monster/goblin/gnoll_gen.arc
arch/trunk/monster/insect/bee/bee_gen.arc
arch/trunk/monster/misc/pixie_gen.arc
Added Paths:
-----------
arch/trunk/monster/animal/broken_bird_gen.base.111.png
arch/trunk/monster/animal/broken_scorpi_gen.base.111.png
arch/trunk/monster/beholder/broken_behold_gen.base.111.png
arch/trunk/monster/demon/broken_devil_gen.base.111.png
arch/trunk/monster/goblin/broken_gnoll_gen.base.111.png
arch/trunk/monster/insect/bee/broken_bee_gen.base.111.png
arch/trunk/monster/misc/broken_pixie_gen.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/ChangeLog 2021-02-01 19:00:59 UTC (rev 21884)
@@ -1,3 +1,20 @@
+Add 'broken' generator faces and archetypes.
+monster/animal/bird_gen.arc
+monster/animal/broken_bird_gen.base.111.png
+monster/animal/broken_scorpi_gen.base.111.png
+monster/animal/scorpi_gen.arc
+monster/beholder/behold_gen.arc
+monster/beholder/broken_behold_gen.base.111.png
+monster/demon/broken_devil_gen.base.111.png
+monster/demon/devil_gen.arc
+monster/goblin/broken_gnoll_gen.base.111.png
+monster/goblin/gnoll_gen.arc
+monster/insect/bee/bee_gen.arc
+monster/insect/bee/broken_bee_gen.base.111.png
+monster/misc/broken_pixie_gen.base.111.png
+monster/misc/pixie_gen.arc
+Nicolas Weeger 2021-02-01
+
Add comments for nuggets-related formulae.
formulae
Nicolas Weeger 2021-02-01
Modified: arch/trunk/monster/animal/bird_gen.arc
===================================================================
--- arch/trunk/monster/animal/bird_gen.arc 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/animal/bird_gen.arc 2021-02-01 19:00:59 UTC (rev 21884)
@@ -14,4 +14,16 @@
maxsp 1
weight 1000
generator_limit 5
+death_animation broken_generate_bird
end
+Object broken_generate_bird
+face broken_bird_gen.111
+name broken nest
+weight 10000
+type 98
+subtype 48
+material 64
+value 700
+nrof 1
+client_type 8011
+end
Added: arch/trunk/monster/animal/broken_bird_gen.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/animal/broken_bird_gen.base.111.png
===================================================================
--- arch/trunk/monster/animal/broken_bird_gen.base.111.png 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/animal/broken_bird_gen.base.111.png 2021-02-01 19:00:59 UTC (rev 21884)
Property changes on: arch/trunk/monster/animal/broken_bird_gen.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/animal/broken_scorpi_gen.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/animal/broken_scorpi_gen.base.111.png
===================================================================
--- arch/trunk/monster/animal/broken_scorpi_gen.base.111.png 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/animal/broken_scorpi_gen.base.111.png 2021-02-01 19:00:59 UTC (rev 21884)
Property changes on: arch/trunk/monster/animal/broken_scorpi_gen.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/animal/scorpi_gen.arc
===================================================================
--- arch/trunk/monster/animal/scorpi_gen.arc 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/animal/scorpi_gen.arc 2021-02-01 19:00:59 UTC (rev 21884)
@@ -14,4 +14,16 @@
maxsp 1
weight 10000
generator_limit 5
+death_animation broken_generate_scorpion
end
+Object broken_generate_scorpion
+face broken_scorpi_gen.111
+name broken scorpion generator
+weight 700
+type 98
+subtype 48
+material 64
+value 800
+nrof 1
+client_type 8011
+end
Modified: arch/trunk/monster/beholder/behold_gen.arc
===================================================================
--- arch/trunk/monster/beholder/behold_gen.arc 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/beholder/behold_gen.arc 2021-02-01 19:00:59 UTC (rev 21884)
@@ -15,4 +15,16 @@
maxsp 1
weight 90000
generator_limit 5
+death_animation broken_generate_beholder
end
+Object broken_generate_beholder
+face broken_behold_gen.111
+name broken beholder hive
+weight 700
+type 98
+subtype 48
+material 64
+value 800
+nrof 1
+client_type 8011
+end
Added: arch/trunk/monster/beholder/broken_behold_gen.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/beholder/broken_behold_gen.base.111.png
===================================================================
--- arch/trunk/monster/beholder/broken_behold_gen.base.111.png 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/beholder/broken_behold_gen.base.111.png 2021-02-01 19:00:59 UTC (rev 21884)
Property changes on: arch/trunk/monster/beholder/broken_behold_gen.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/broken_devil_gen.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/broken_devil_gen.base.111.png
===================================================================
--- arch/trunk/monster/demon/broken_devil_gen.base.111.png 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/demon/broken_devil_gen.base.111.png 2021-02-01 19:00:59 UTC (rev 21884)
Property changes on: arch/trunk/monster/demon/broken_devil_gen.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/demon/devil_gen.arc
===================================================================
--- arch/trunk/monster/demon/devil_gen.arc 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/demon/devil_gen.arc 2021-02-01 19:00:59 UTC (rev 21884)
@@ -19,4 +19,16 @@
maxsp 1
weight 300000
generator_limit 5
+death_animation broken_generate_devil
end
+Object broken_generate_devil
+face broken_devil_gen.111
+name broken archway
+weight 400000
+type 98
+subtype 48
+material 64
+value 2500
+nrof 1
+client_type 8011
+end
Added: arch/trunk/monster/goblin/broken_gnoll_gen.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/goblin/broken_gnoll_gen.base.111.png
===================================================================
--- arch/trunk/monster/goblin/broken_gnoll_gen.base.111.png 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/goblin/broken_gnoll_gen.base.111.png 2021-02-01 19:00:59 UTC (rev 21884)
Property changes on: arch/trunk/monster/goblin/broken_gnoll_gen.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/goblin/gnoll_gen.arc
===================================================================
--- arch/trunk/monster/goblin/gnoll_gen.arc 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/goblin/gnoll_gen.arc 2021-02-01 19:00:59 UTC (rev 21884)
@@ -14,4 +14,16 @@
maxsp 1
weight 1000000
generator_limit 5
+death_animation broken_generate_gnoll
end
+Object broken_generate_gnoll
+face broken_gnoll_gen.111
+name broken gnoll generator
+weight 700
+type 98
+subtype 48
+material 64
+value 800
+nrof 1
+client_type 8011
+end
Modified: arch/trunk/monster/insect/bee/bee_gen.arc
===================================================================
--- arch/trunk/monster/insect/bee/bee_gen.arc 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/insect/bee/bee_gen.arc 2021-02-01 19:00:59 UTC (rev 21884)
@@ -15,4 +15,16 @@
maxsp 1
weight 10000
generator_limit 5
+death_animation broken_generate_bee
end
+Object broken_generate_bee
+face broken_bee_gen.111
+name broken tree
+weight 10000
+type 98
+subtype 48
+material 64
+value 700
+nrof 1
+client_type 8011
+end
Added: arch/trunk/monster/insect/bee/broken_bee_gen.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/insect/bee/broken_bee_gen.base.111.png
===================================================================
--- arch/trunk/monster/insect/bee/broken_bee_gen.base.111.png 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/insect/bee/broken_bee_gen.base.111.png 2021-02-01 19:00:59 UTC (rev 21884)
Property changes on: arch/trunk/monster/insect/bee/broken_bee_gen.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/misc/broken_pixie_gen.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/misc/broken_pixie_gen.base.111.png
===================================================================
--- arch/trunk/monster/misc/broken_pixie_gen.base.111.png 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/misc/broken_pixie_gen.base.111.png 2021-02-01 19:00:59 UTC (rev 21884)
Property changes on: arch/trunk/monster/misc/broken_pixie_gen.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/misc/pixie_gen.arc
===================================================================
--- arch/trunk/monster/misc/pixie_gen.arc 2021-02-01 17:40:07 UTC (rev 21883)
+++ arch/trunk/monster/misc/pixie_gen.arc 2021-02-01 19:00:59 UTC (rev 21884)
@@ -15,4 +15,16 @@
maxsp 1
weight 1000
generator_limit 5
+death_animation broken_generate_pixie
end
+Object broken_generate_pixie
+face broken_pixie_gen.111
+name broken pixie generator
+weight 700
+type 98
+subtype 48
+material 64
+value 800
+nrof 1
+client_type 8011
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-08 03:00:51
|
Revision: 21910
http://sourceforge.net/p/crossfire/code/21910
Author: silvernexus
Date: 2021-02-08 03:00:41 +0000 (Mon, 08 Feb 2021)
Log Message:
-----------
Restyle black fire bullet to be like new firebullet face.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/misc/blackfirebullet.base.111.png
arch/trunk/misc/blackfirebullet.base.121.png
arch/trunk/misc/blackfirebullet.base.131.png
arch/trunk/misc/blackfirebullet.base.141.png
arch/trunk/misc/blackfirebullet.base.151.png
arch/trunk/misc/blackfirebullet.base.161.png
arch/trunk/misc/blackfirebullet.base.171.png
arch/trunk/misc/blackfirebullet.base.181.png
arch/trunk/misc/blackfirebullet.clsc.111.png
arch/trunk/misc/blackfirebullet.clsc.121.png
arch/trunk/misc/blackfirebullet.clsc.131.png
arch/trunk/misc/blackfirebullet.clsc.141.png
arch/trunk/misc/blackfirebullet.clsc.151.png
arch/trunk/misc/blackfirebullet.clsc.161.png
arch/trunk/misc/blackfirebullet.clsc.171.png
arch/trunk/misc/blackfirebullet.clsc.181.png
Removed Paths:
-------------
arch/trunk/misc/blackfirebullet.base.111.png
arch/trunk/misc/blackfirebullet.base.121.png
arch/trunk/misc/blackfirebullet.base.131.png
arch/trunk/misc/blackfirebullet.base.141.png
arch/trunk/misc/blackfirebullet.base.151.png
arch/trunk/misc/blackfirebullet.base.161.png
arch/trunk/misc/blackfirebullet.base.171.png
arch/trunk/misc/blackfirebullet.base.181.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/ChangeLog 2021-02-08 03:00:41 UTC (rev 21910)
@@ -1,3 +1,9 @@
+Restyle black fire bullet face to look like new fire bullet face.
+Moved old faces to the classic image set.
+misc/blackfirebullet.base.1*1.png
+misc/blackfirebullet.clsc.1*1.png
+Daniel Hawkins 2021-02-07
+
New image for firebullet. Moved old image to classic image set.
spell/Bullet/Fire/firebullet.base.1*1.png
spell/Bullet/Fire/firebullet.clsc.1*1.png
Deleted: arch/trunk/misc/blackfirebullet.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/misc/blackfirebullet.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/misc/blackfirebullet.base.111.png
===================================================================
--- arch/trunk/misc/blackfirebullet.base.111.png 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/misc/blackfirebullet.base.111.png 2021-02-08 03:00:41 UTC (rev 21910)
Property changes on: arch/trunk/misc/blackfirebullet.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: arch/trunk/misc/blackfirebullet.base.121.png
===================================================================
(Binary files differ)
Added: arch/trunk/misc/blackfirebullet.base.121.png
===================================================================
(Binary files differ)
Index: arch/trunk/misc/blackfirebullet.base.121.png
===================================================================
--- arch/trunk/misc/blackfirebullet.base.121.png 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/misc/blackfirebullet.base.121.png 2021-02-08 03:00:41 UTC (rev 21910)
Property changes on: arch/trunk/misc/blackfirebullet.base.121.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: arch/trunk/misc/blackfirebullet.base.131.png
===================================================================
(Binary files differ)
Added: arch/trunk/misc/blackfirebullet.base.131.png
===================================================================
(Binary files differ)
Index: arch/trunk/misc/blackfirebullet.base.131.png
===================================================================
--- arch/trunk/misc/blackfirebullet.base.131.png 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/misc/blackfirebullet.base.131.png 2021-02-08 03:00:41 UTC (rev 21910)
Property changes on: arch/trunk/misc/blackfirebullet.base.131.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: arch/trunk/misc/blackfirebullet.base.141.png
===================================================================
(Binary files differ)
Added: arch/trunk/misc/blackfirebullet.base.141.png
===================================================================
(Binary files differ)
Index: arch/trunk/misc/blackfirebullet.base.141.png
===================================================================
--- arch/trunk/misc/blackfirebullet.base.141.png 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/misc/blackfirebullet.base.141.png 2021-02-08 03:00:41 UTC (rev 21910)
Property changes on: arch/trunk/misc/blackfirebullet.base.141.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: arch/trunk/misc/blackfirebullet.base.151.png
===================================================================
(Binary files differ)
Added: arch/trunk/misc/blackfirebullet.base.151.png
===================================================================
(Binary files differ)
Index: arch/trunk/misc/blackfirebullet.base.151.png
===================================================================
--- arch/trunk/misc/blackfirebullet.base.151.png 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/misc/blackfirebullet.base.151.png 2021-02-08 03:00:41 UTC (rev 21910)
Property changes on: arch/trunk/misc/blackfirebullet.base.151.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: arch/trunk/misc/blackfirebullet.base.161.png
===================================================================
(Binary files differ)
Added: arch/trunk/misc/blackfirebullet.base.161.png
===================================================================
(Binary files differ)
Index: arch/trunk/misc/blackfirebullet.base.161.png
===================================================================
--- arch/trunk/misc/blackfirebullet.base.161.png 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/misc/blackfirebullet.base.161.png 2021-02-08 03:00:41 UTC (rev 21910)
Property changes on: arch/trunk/misc/blackfirebullet.base.161.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: arch/trunk/misc/blackfirebullet.base.171.png
===================================================================
(Binary files differ)
Added: arch/trunk/misc/blackfirebullet.base.171.png
===================================================================
(Binary files differ)
Index: arch/trunk/misc/blackfirebullet.base.171.png
===================================================================
--- arch/trunk/misc/blackfirebullet.base.171.png 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/misc/blackfirebullet.base.171.png 2021-02-08 03:00:41 UTC (rev 21910)
Property changes on: arch/trunk/misc/blackfirebullet.base.171.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Deleted: arch/trunk/misc/blackfirebullet.base.181.png
===================================================================
(Binary files differ)
Added: arch/trunk/misc/blackfirebullet.base.181.png
===================================================================
(Binary files differ)
Index: arch/trunk/misc/blackfirebullet.base.181.png
===================================================================
--- arch/trunk/misc/blackfirebullet.base.181.png 2021-02-06 21:10:10 UTC (rev 21909)
+++ arch/trunk/misc/blackfirebullet.base.181.png 2021-02-08 03:00:41 UTC (rev 21910)
Property changes on: arch/trunk/misc/blackfirebullet.base.181.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Copied: arch/trunk/misc/blackfirebullet.clsc.111.png (from rev 21909, arch/trunk/misc/blackfirebullet.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/misc/blackfirebullet.clsc.121.png (from rev 21909, arch/trunk/misc/blackfirebullet.base.121.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/misc/blackfirebullet.clsc.131.png (from rev 21909, arch/trunk/misc/blackfirebullet.base.131.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/misc/blackfirebullet.clsc.141.png (from rev 21909, arch/trunk/misc/blackfirebullet.base.141.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/misc/blackfirebullet.clsc.151.png (from rev 21909, arch/trunk/misc/blackfirebullet.base.151.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/misc/blackfirebullet.clsc.161.png (from rev 21909, arch/trunk/misc/blackfirebullet.base.161.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/misc/blackfirebullet.clsc.171.png (from rev 21909, arch/trunk/misc/blackfirebullet.base.171.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/misc/blackfirebullet.clsc.181.png (from rev 21909, arch/trunk/misc/blackfirebullet.base.181.png)
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-09 14:30:45
|
Revision: 21924
http://sourceforge.net/p/crossfire/code/21924
Author: ryo_saeba
Date: 2021-02-09 14:30:38 +0000 (Tue, 09 Feb 2021)
Log Message:
-----------
Add slicing knife to uncommon items treasure list.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/treasures.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-09 14:26:06 UTC (rev 21923)
+++ arch/trunk/ChangeLog 2021-02-09 14:30:38 UTC (rev 21924)
@@ -1,3 +1,7 @@
+Add slicing knife to uncommon items treasure list.
+treasures.trs
+Nicolas Weeger 2021-02-09
+
Add placeholder faces to the classic faceset for wraith feeding
skill. This prevents jarring style changes when using the wraith
with the classic face set.
Modified: arch/trunk/treasures.trs
===================================================================
--- arch/trunk/treasures.trs 2021-02-09 14:26:06 UTC (rev 21923)
+++ arch/trunk/treasures.trs 2021-02-09 14:30:38 UTC (rev 21924)
@@ -1732,6 +1732,9 @@
arch ring_spell
chance 1
more
+ arch slicingknife
+ chance 2
+ more
list NONE
chance 23
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-09 17:29:32
|
Revision: 21926
http://sourceforge.net/p/crossfire/code/21926
Author: ryo_saeba
Date: 2021-02-09 17:29:29 +0000 (Tue, 09 Feb 2021)
Log Message:
-----------
Change recipes for potion of fire and cold resistance, based on the contents of the Fire Temple quest.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/formulae
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-09 17:28:50 UTC (rev 21925)
+++ arch/trunk/ChangeLog 2021-02-09 17:29:29 UTC (rev 21926)
@@ -1,3 +1,7 @@
+Change recipes for potion of fire and cold resistance, based on the contents of the Fire Temple quest.
+formulae
+Nicolas Weeger 2021-02-09
+
Add slicing knife to uncommon items treasure list.
treasures.trs
Nicolas Weeger 2021-02-09
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2021-02-09 17:28:50 UTC (rev 21925)
+++ arch/trunk/formulae 2021-02-09 17:29:29 UTC (rev 21926)
@@ -1601,7 +1601,7 @@
# -- fire immune
# (quest: peterm/FireTemple)
Object NONE
-arch potion_cold
+arch potion_fire
chance 0
diff 50
exp 500000
@@ -1613,7 +1613,7 @@
#
# -- cold immune
Object NONE
-arch potion_fire
+arch potion_cold
chance 1
diff 50
exp 500000
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-16 07:57:37
|
Revision: 21957
http://sourceforge.net/p/crossfire/code/21957
Author: ryo_saeba
Date: 2021-02-16 07:57:33 +0000 (Tue, 16 Feb 2021)
Log Message:
-----------
Apply patch #387: Fix guard dialog so he responds to the player
by DraugTheWhopper.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/humanoid/Human/c_sage.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-13 20:06:53 UTC (rev 21956)
+++ arch/trunk/ChangeLog 2021-02-16 07:57:33 UTC (rev 21957)
@@ -1,3 +1,8 @@
+Apply patch #387: Fix guard dialog so he responds to the player
+by DraugTheWhopper.
+monster/humanoid/Human/c_sage.arc
+Nicolas Weeger 2021-02-16
+
Make broken generators 'misc' instead of 'sign'.
misc/broken_gravestone.arc
monster/animal/bird_gen.arc
Modified: arch/trunk/monster/humanoid/Human/c_sage.arc
===================================================================
--- arch/trunk/monster/humanoid/Human/c_sage.arc 2021-02-13 20:06:53 UTC (rev 21956)
+++ arch/trunk/monster/humanoid/Human/c_sage.arc 2021-02-16 07:57:33 UTC (rev 21957)
@@ -2,10 +2,6 @@
randomitems jail
name sage
race human
-msg
-@match *
-I'm too busy to answer your queries.
-endmsg
face sage.151
animation c_sage
Pow 5
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-17 00:16:40
|
Revision: 21974
http://sourceforge.net/p/crossfire/code/21974
Author: silvernexus
Date: 2021-02-17 00:16:37 +0000 (Wed, 17 Feb 2021)
Log Message:
-----------
Introduce some crossover between random_inorganic and random_ore.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/treasures.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-16 21:37:24 UTC (rev 21973)
+++ arch/trunk/ChangeLog 2021-02-17 00:16:37 UTC (rev 21974)
@@ -1,3 +1,7 @@
+Introduce some crossover in treasure between random_inorganic and random_ore
+treasures.trs
+Daniel Hawkins 2021-02-16
+
Add recipes for crafting minor, medium, major, and supreme potions of life.
Previous supreme recipe is now major.
formulae
Modified: arch/trunk/treasures.trs
===================================================================
--- arch/trunk/treasures.trs 2021-02-16 21:37:24 UTC (rev 21973)
+++ arch/trunk/treasures.trs 2021-02-17 00:16:37 UTC (rev 21974)
@@ -1607,6 +1607,9 @@
more
arch rock2
chance 25
+ more
+ list random_ore
+ chance 3
end
treasureone random_minerals
arch largenugget
@@ -1679,6 +1682,9 @@
arch rubble
chance 50
more
+ arch rock2
+ chance 10
+ more
arch zincore
chance 30
more
@@ -1705,6 +1711,12 @@
more
arch platore
chance 1
+ more
+ list random_stone
+ chance 5
+ more
+ list random_minerals
+ chance 4
end
treasureone uncommon_items
arch horn
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-02-23 16:18:25
|
Revision: 21993
http://sourceforge.net/p/crossfire/code/21993
Author: silvernexus
Date: 2021-02-23 16:18:22 +0000 (Tue, 23 Feb 2021)
Log Message:
-----------
Give greater dwarven guards the accuracy to actually hit enemies when attacked.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/humanoid/Dwarf/greater_dwarven_guard.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-02-22 17:02:54 UTC (rev 21992)
+++ arch/trunk/ChangeLog 2021-02-23 16:18:22 UTC (rev 21993)
@@ -1,3 +1,9 @@
+Give greater dwarven guards enough wc to actually hit things
+wc 20 -> 2 (this is improvement, since negative wc is better)
+dam 12-> 22
+monster/humanoid/Dwarf/greater_dwarven_guard.arc
+Daniel Hawkins 2021-02-23
+
Give a value to dice.
misc/dice.arc
Nicolas Weeger 2021-02-22
Modified: arch/trunk/monster/humanoid/Dwarf/greater_dwarven_guard.arc
===================================================================
--- arch/trunk/monster/humanoid/Dwarf/greater_dwarven_guard.arc 2021-02-22 17:02:54 UTC (rev 21992)
+++ arch/trunk/monster/humanoid/Dwarf/greater_dwarven_guard.arc 2021-02-23 16:18:22 UTC (rev 21993)
@@ -15,8 +15,8 @@
attack_movement 4
alive 1
ac -5
-wc 20
-dam 12
+wc 2
+dam 22
hp 600
maxhp 600
exp 20000
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-03-01 21:39:36
|
Revision: 22014
http://sourceforge.net/p/crossfire/code/22014
Author: silvernexus
Date: 2021-03-01 21:39:33 +0000 (Mon, 01 Mar 2021)
Log Message:
-----------
Fix a few incorrect arches in formulae that ryo_saeba spotted.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/formulae
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-03-01 21:38:07 UTC (rev 22013)
+++ arch/trunk/ChangeLog 2021-03-01 21:39:33 UTC (rev 22014)
@@ -1,3 +1,7 @@
+Fix some incorrect arches in the formula list
+formulae
+Daniel Hawkins 2021-03-01
+
Adjust the spawn rate for literacy and use magic item scrolls.
literacy chance 15 -> 8, use magic item chance 1 -> 8.
Since barbarians no longer get UMI out-of-the-box, there
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2021-03-01 21:38:07 UTC (rev 22013)
+++ arch/trunk/formulae 2021-03-01 21:39:33 UTC (rev 22014)
@@ -465,7 +465,7 @@
#
# iron broadsword
Object NONE
-arch bsword_1
+arch broadsword
chance 5
diff 11
exp 2200
@@ -476,7 +476,7 @@
#
# iron long sword
Object NONE
-arch sword_1
+arch sword
chance 4
diff 12
exp 2250
@@ -4208,7 +4208,7 @@
ingred food ration,20 zinc filings
#
Object Poison
-arch mushroom_1,mushroom_2,mushrrom_3
+arch mushroom_1,mushroom_2,mushroom_3
diff 4
exp 100
chance 0
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-03-11 23:03:11
|
Revision: 22037
http://sourceforge.net/p/crossfire/code/22037
Author: silvernexus
Date: 2021-03-11 23:03:09 +0000 (Thu, 11 Mar 2021)
Log Message:
-----------
Add level-scaling attributes to mimic.
Requires r22036 to function correctly.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/mimic/mimic.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-03-11 21:36:29 UTC (rev 22036)
+++ arch/trunk/ChangeLog 2021-03-11 23:03:09 UTC (rev 22037)
@@ -1,3 +1,8 @@
+Utilize new level-scaling attributes for the mimic type.
+This should rebalance mimics to be an appropriate challenge for the random map level they are on.
+monster/mimic/mimic.arc
+Daniel Hawkins 2021-03-11
+
New art for deposit box in the cavalier perspective.
Shifted old art to classic face set.
misc/Container/close_dbox.base.111.png
Modified: arch/trunk/monster/mimic/mimic.arc
===================================================================
--- arch/trunk/monster/mimic/mimic.arc 2021-03-11 21:36:29 UTC (rev 22036)
+++ arch/trunk/monster/mimic/mimic.arc 2021-03-11 23:03:09 UTC (rev 22037)
@@ -5,15 +5,28 @@
face chest_1.111
type 162
name chest
-hp 1000
-maxhp 1000
-dam 32
-ac -10
+# Base stats for what a level 0 mimic would be
+hp 100
+maxhp 100
+dam 20
+ac 10
wc 5
+exp 500
+speed 0.1
+# Adjustments for the level provided (either map difficulty or arch level)
+ac_per_level -0.5
+wc_per_level -0.5
+dam_per_level 2
+hp_per_level 100
+xp_per_level 1000
+speed_per_level 0.01
+# These are set to 1 when the mimic is activated.
+alive 0
+monster 0
+# Static stuff -- unchanged across all mimic of this type
Con 5
move_type walk
run_away 0
-level 25
material 18
resist_physical 50
resist_magic 100
@@ -28,8 +41,6 @@
resist_fear 100
resist_death 100
resist_confusion 50
-exp 7500
-speed 0.3
value 50
weight 50000
identified 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-03-12 01:03:04
|
Revision: 22038
http://sourceforge.net/p/crossfire/code/22038
Author: silvernexus
Date: 2021-03-12 01:03:00 +0000 (Fri, 12 Mar 2021)
Log Message:
-----------
Add book message that anecdotally describes the use of a Prepare Weapon scroll.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/messages
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-03-11 23:03:09 UTC (rev 22037)
+++ arch/trunk/ChangeLog 2021-03-12 01:03:00 UTC (rev 22038)
@@ -1,3 +1,8 @@
+Add new book message that describes using a Prepare Weapon scroll
+as an anecdote of an onlooker.
+messages
+Daniel Hawkins 2021-03-11
+
Utilize new level-scaling attributes for the mimic type.
This should rebalance mimics to be an appropriate challenge for the random map level they are on.
monster/mimic/mimic.arc
Modified: arch/trunk/messages
===================================================================
--- arch/trunk/messages 2021-03-11 23:03:09 UTC (rev 22037)
+++ arch/trunk/messages 2021-03-12 01:03:00 UTC (rev 22038)
@@ -12,14 +12,14 @@
# If set then players will keep the message as part of their knowledge when read.
# Do NOT reuse identifiers if changing messages.
# TITLE <title>: message's title, for knowledge management. Mandatory if
-# the message has an identifier, else unused.
+# the message has an identifier, else unused.
# CHANCE <chance>: optional chance of the message appearing in a book, relative
# to the sum of all chances. 0 or no line means this message will never appear.
# TEXT: start of the message's body
-# ENDMSG: marks the end of a message's body and message.
+# ENDMSG: marks the end of a message's body and message.
# QUEST: optional quest internal code and state this message will activate.
# Example: "QUEST TempleOfDoom 0>10" will set the quest 'TempleOfDoom' to state 10
-# if the player didn't yet do it.
+# if the player didn't yet do it.
#
# TEXT must be the last item in a MSG block.
#
@@ -426,3 +426,11 @@
Still, this was not enough reason to sway the fanciful; some claim that fantastic things happen when they 'dip' their empty bottles or other belongings into fountains.
ENDMSG
+MSG G-034
+TITLE Preparing Weapons
+CHANCE 1
+TEXT
+Sven opened his pouch and poured diamonds onto the floor beneath his feet. Hundreds, thousands clattered to the floor before my eyes. I had never seen so many gems at once.
+Sven, noticing my jaw agape, smiled, and pulled out a scroll. "The gods like their shinies," he quipped, then began to read from the scroll, holding his prized sword high as he chanted the words.
+As quickly as they had come, the gems vanished, not into a pouch, but into the beyond. A bright flash of light left me blinking for a few seconds; next I saw, Sven had lowered his sword, admiring the anticipatory sheen it had acquired.
+ENDMSG
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-04-20 16:50:01
|
Revision: 22084
http://sourceforge.net/p/crossfire/code/22084
Author: ryo_saeba
Date: 2021-04-20 16:49:54 +0000 (Tue, 20 Apr 2021)
Log Message:
-----------
Erase previously defined recipes.
This solves duplicated recipes index warnings when 'make install' is done on the server
while the 'arch' directory is symlinked to share.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/formulae
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-04-20 16:48:29 UTC (rev 22083)
+++ arch/trunk/ChangeLog 2021-04-20 16:49:54 UTC (rev 22084)
@@ -1,3 +1,9 @@
+Erase previously defined recipes.
+This solves duplicated recipes index warnings when 'make install' is done on the server
+while the 'arch' directory is symlinked to share.
+formulae
+Nicolas Weeger 2021-04-20
+
Add faces to random messages.
messages
Nicolas Weeger 2021-03-21
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2021-04-20 16:48:29 UTC (rev 22083)
+++ arch/trunk/formulae 2021-04-20 16:49:54 UTC (rev 22084)
@@ -123,6 +123,8 @@
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# F O R M U L A E B E G I N
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+# Remove previous recipes
+Remove *
#
# --------------
# Basic formulae - these formulae make some of the most often used
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-04-22 19:21:49
|
Revision: 22095
http://sourceforge.net/p/crossfire/code/22095
Author: silvernexus
Date: 2021-04-22 19:21:48 +0000 (Thu, 22 Apr 2021)
Log Message:
-----------
New art for corpse.
Moved old art to classic image set.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/flesh/human/corpse.base.111.png
arch/trunk/flesh/human/corpse.clsc.111.png
Removed Paths:
-------------
arch/trunk/flesh/human/corpse.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-04-22 02:10:11 UTC (rev 22094)
+++ arch/trunk/ChangeLog 2021-04-22 19:21:48 UTC (rev 22095)
@@ -1,3 +1,10 @@
+New art for corpse.
+This should be easier to use as a base for making different corpse images for goblins, angels, etc.
+Moved old image to classic image set.
+flesh/human/corpse.base.111.png
+flesh/human/corpse.clsc.111.png
+Daniel Hawkins 2021-04-22
+
Erase previously defined recipes.
This solves duplicated recipes index warnings when 'make install' is done on the server
while the 'arch' directory is symlinked to share.
Deleted: arch/trunk/flesh/human/corpse.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/flesh/human/corpse.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/flesh/human/corpse.base.111.png
===================================================================
--- arch/trunk/flesh/human/corpse.base.111.png 2021-04-22 02:10:11 UTC (rev 22094)
+++ arch/trunk/flesh/human/corpse.base.111.png 2021-04-22 19:21:48 UTC (rev 22095)
Property changes on: arch/trunk/flesh/human/corpse.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Copied: arch/trunk/flesh/human/corpse.clsc.111.png (from rev 22094, arch/trunk/flesh/human/corpse.base.111.png)
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-04-23 17:31:00
|
Revision: 22097
http://sourceforge.net/p/crossfire/code/22097
Author: ryo_saeba
Date: 2021-04-23 17:30:58 +0000 (Fri, 23 Apr 2021)
Log Message:
-----------
Clean up formatting in formulae file.
Patch https://sourceforge.net/p/crossfire/patches/394/ by DraugTheWhopper.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/formulae
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-04-23 17:28:47 UTC (rev 22096)
+++ arch/trunk/ChangeLog 2021-04-23 17:30:58 UTC (rev 22097)
@@ -1,3 +1,8 @@
+Clean up formatting in formulae file.
+Patch https://sourceforge.net/p/crossfire/patches/394/
+formulae
+DraugTheWhopper
+
Updated docs pointers and added more relevant info. Axed some deprecated info.
Patch https://sourceforge.net/p/crossfire/patches/392/
README
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2021-04-23 17:28:47 UTC (rev 22096)
+++ arch/trunk/formulae 2021-04-23 17:30:58 UTC (rev 22097)
@@ -2185,7 +2185,6 @@
cauldron workbench
ingred 20 arrow,dragon's heart,water of emerald,scorpion's stinger
#
-#
Object Assassinating Trolls
arch bolt
chance 0
@@ -2197,7 +2196,6 @@
cauldron workbench
ingred 20 bolt,troll's heart,scorpion's stinger
#
-#
Object Assassinating Trolls
arch arrow
chance 0
@@ -2209,7 +2207,6 @@
cauldron workbench
ingred 20 arrow,troll's heart,scorpion's stinger
#
-#
Object Blessedness
arch bolt
chance 0
@@ -2221,7 +2218,6 @@
cauldron workbench
ingred 20 bolt,unicorn horn,2 water of sapphire
#
-#
Object Blessedness
arch arrow
chance 0
@@ -2233,7 +2229,6 @@
cauldron workbench
ingred 20 arrow,unicorn horn,2 water of sapphire
#
-#
Object Magic
arch arrow
chance 4
@@ -2245,7 +2240,6 @@
cauldron workbench
ingred 20 arrow,potion of mystic power
#
-#
Object Magic
arch bolt
chance 4
@@ -2257,7 +2251,6 @@
cauldron workbench
ingred 20 bolt,potion of mystic power
#
-#
Object Fire
arch arrow
chance 4
@@ -2269,7 +2262,6 @@
cauldron workbench
ingred 20 arrow,wyvern's steak
#
-#
Object Fire
arch bolt
chance 4
@@ -2281,7 +2273,6 @@
cauldron workbench
ingred 20 bolt,wyvern's steak
#
-#
Object Frost
arch arrow
chance 4
@@ -2293,7 +2284,6 @@
cauldron workbench
ingred 20 arrow,ghost's ectoplasm
#
-#
Object Frost
arch bolt
chance 4
@@ -2305,7 +2295,6 @@
cauldron workbench
ingred 20 bolt,ghost's ectoplasm
#
-#
Object Lightning
arch arrow
chance 4
@@ -2317,7 +2306,6 @@
cauldron workbench
ingred 20 arrow,skull's tooth
#
-#
Object Lightning
arch bolt
chance 4
@@ -2329,7 +2317,6 @@
cauldron workbench
ingred 20 bolt,skull's tooth
#
-#
Object Paralysis
arch arrow
chance 4
@@ -2341,7 +2328,6 @@
cauldron workbench
ingred 20 arrow,beholdereye
#
-#
Object Paralysis
arch bolt
chance 4
@@ -2353,7 +2339,6 @@
cauldron workbench
ingred 20 bolt,beholdereye
#
-#
Object Poison
arch arrow
chance 4
@@ -2365,7 +2350,6 @@
cauldron workbench
ingred 20 arrow,scorpion's stinger
#
-#
Object Poison
arch bolt
chance 4
@@ -4279,7 +4263,6 @@
chance 0
combination 1
tool file
-
#
# gem combos
Object NONE
@@ -4291,6 +4274,7 @@
cauldron thaumaturg_desk
diff 2
exp 2000
+#
Object great value
arch gem
yield 1
@@ -4300,7 +4284,7 @@
cauldron jeweler_bench
diff 2
exp 2000
-
+#
Object NONE
arch raw_diamond_exceptional_beauty
yield 1
@@ -4310,6 +4294,7 @@
cauldron thaumaturg_desk
diff 6
exp 6000
+#
Object exceptional beauty
arch gem
yield 1
@@ -4319,7 +4304,7 @@
cauldron jeweler_bench
diff 6
exp 6000
-
+#
Object NONE
arch raw_diamond_flawless_beauty
yield 1
@@ -4329,6 +4314,7 @@
cauldron thaumaturg_desk
diff 12
exp 12000
+#
Object flawless beauty
arch gem
yield 1
@@ -4338,7 +4324,7 @@
cauldron jeweler_bench
diff 12
exp 12000
-
+#
Object NONE
arch raw_ruby_great_value
yield 1
@@ -4348,6 +4334,7 @@
cauldron thaumaturg_desk
diff 2
exp 2000
+#
Object great value
arch ruby
yield 1
@@ -4357,7 +4344,7 @@
cauldron jeweler_bench
diff 2
exp 2000
-
+#
Object NONE
arch raw_ruby_exceptional_beauty
yield 1
@@ -4367,6 +4354,7 @@
cauldron thaumaturg_desk
diff 6
exp 6000
+#
Object exceptional beauty
arch ruby
yield 1
@@ -4376,7 +4364,7 @@
cauldron jeweler_bench
diff 6
exp 6000
-
+#
Object NONE
arch raw_ruby_flawless_beauty
yield 1
@@ -4386,6 +4374,7 @@
cauldron thaumaturg_desk
diff 12
exp 12000
+#
Object flawless beauty
arch ruby
yield 1
@@ -4395,7 +4384,7 @@
cauldron jeweler_bench
diff 12
exp 12000
-
+#
Object NONE
arch raw_sapphire_great_value
yield 1
@@ -4405,6 +4394,7 @@
cauldron thaumaturg_desk
diff 2
exp 2000
+#
Object great value
arch sapphire
yield 1
@@ -4414,7 +4404,7 @@
cauldron jeweler_bench
diff 2
exp 2000
-
+#
Object NONE
arch raw_sapphire_exceptional_beauty
yield 1
@@ -4424,6 +4414,7 @@
cauldron thaumaturg_desk
diff 6
exp 6000
+#
Object exceptional beauty
arch sapphire
yield 1
@@ -4433,7 +4424,7 @@
cauldron jeweler_bench
diff 6
exp 6000
-
+#
Object NONE
arch raw_sapphire_flawless_beauty
yield 1
@@ -4443,6 +4434,7 @@
cauldron thaumaturg_desk
diff 12
exp 12000
+#
Object flawless beauty
arch sapphire
yield 1
@@ -4452,7 +4444,7 @@
cauldron jeweler_bench
diff 12
exp 12000
-
+#
Object NONE
arch raw_emerald_great_value
yield 1
@@ -4462,6 +4454,7 @@
cauldron thaumaturg_desk
diff 2
exp 2000
+#
Object great value
arch emerald
yield 1
@@ -4471,7 +4464,7 @@
cauldron jeweler_bench
diff 2
exp 2000
-
+#
Object NONE
arch raw_emerald_exceptional_beauty
yield 1
@@ -4481,6 +4474,7 @@
cauldron thaumaturg_desk
diff 6
exp 6000
+#
Object exceptional beauty
arch emerald
yield 1
@@ -4490,7 +4484,7 @@
cauldron jeweler_bench
diff 6
exp 6000
-
+#
Object NONE
arch raw_emerald_flawless_beauty
yield 1
@@ -4500,6 +4494,7 @@
cauldron thaumaturg_desk
diff 12
exp 12000
+#
Object flawless beauty
arch emerald
yield 1
@@ -4509,8 +4504,7 @@
cauldron jeweler_bench
diff 12
exp 12000
-
-
+#
Object NONE
arch raw_amethyst_great_value
yield 1
@@ -4520,6 +4514,7 @@
cauldron thaumaturg_desk
diff 2
exp 2000
+#
Object great value
arch amethyst
yield 1
@@ -4529,7 +4524,7 @@
cauldron jeweler_bench
diff 2
exp 2000
-
+#
Object NONE
arch raw_amethyst_exceptional_beauty
yield 1
@@ -4539,6 +4534,7 @@
cauldron thaumaturg_desk
diff 6
exp 6000
+#
Object exceptional beauty
arch amethyst
yield 1
@@ -4548,7 +4544,7 @@
cauldron jeweler_bench
diff 6
exp 6000
-
+#
Object NONE
arch raw_amethyst_flawless_beauty
yield 1
@@ -4558,6 +4554,7 @@
cauldron thaumaturg_desk
diff 12
exp 12000
+#
Object flawless beauty
arch amethyst
yield 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-04-24 14:41:50
|
Revision: 22100
http://sourceforge.net/p/crossfire/code/22100
Author: silvernexus
Date: 2021-04-24 14:41:44 +0000 (Sat, 24 Apr 2021)
Log Message:
-----------
Additional art for goblin and zombie corpses.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/flesh/goblin/goblin_corpse.base.111.png
arch/trunk/flesh/goblin/goblin_corpse.clsc.111.png
arch/trunk/flesh/goblin/goblin_corpse.face
arch/trunk/flesh/misc/zombie_corpse.base.111.png
arch/trunk/flesh/misc/zombie_corpse.clsc.111.png
arch/trunk/flesh/misc/zombie_corpse.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-04-23 17:35:52 UTC (rev 22099)
+++ arch/trunk/ChangeLog 2021-04-24 14:41:44 UTC (rev 22100)
@@ -1,3 +1,9 @@
+New art to override the default corpse art for zombies and goblin.
+Added copies of classic corpse image so that image set gets a consistent corpse.
+flesh/goblin/goblin_corpse.*
+flesh/misc/zombie_corpse.*
+Daniel Hawkins 2021-04-24
+
Rename and move the treasurelist for human bodyparts.
Patch https://sourceforge.net/p/crossfire/patches/393/
monster/humanoid/Arabic/a_priest.trs
Added: arch/trunk/flesh/goblin/goblin_corpse.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/flesh/goblin/goblin_corpse.base.111.png
===================================================================
--- arch/trunk/flesh/goblin/goblin_corpse.base.111.png 2021-04-23 17:35:52 UTC (rev 22099)
+++ arch/trunk/flesh/goblin/goblin_corpse.base.111.png 2021-04-24 14:41:44 UTC (rev 22100)
Property changes on: arch/trunk/flesh/goblin/goblin_corpse.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/flesh/goblin/goblin_corpse.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/flesh/goblin/goblin_corpse.clsc.111.png
===================================================================
--- arch/trunk/flesh/goblin/goblin_corpse.clsc.111.png 2021-04-23 17:35:52 UTC (rev 22099)
+++ arch/trunk/flesh/goblin/goblin_corpse.clsc.111.png 2021-04-24 14:41:44 UTC (rev 22100)
Property changes on: arch/trunk/flesh/goblin/goblin_corpse.clsc.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/flesh/goblin/goblin_corpse.face
===================================================================
--- arch/trunk/flesh/goblin/goblin_corpse.face (rev 0)
+++ arch/trunk/flesh/goblin/goblin_corpse.face 2021-04-24 14:41:44 UTC (rev 22100)
@@ -0,0 +1,3 @@
+face goblin_corpse.111
+magicmap white
+end
Property changes on: arch/trunk/flesh/goblin/goblin_corpse.face
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: arch/trunk/flesh/misc/zombie_corpse.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/flesh/misc/zombie_corpse.base.111.png
===================================================================
--- arch/trunk/flesh/misc/zombie_corpse.base.111.png 2021-04-23 17:35:52 UTC (rev 22099)
+++ arch/trunk/flesh/misc/zombie_corpse.base.111.png 2021-04-24 14:41:44 UTC (rev 22100)
Property changes on: arch/trunk/flesh/misc/zombie_corpse.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/flesh/misc/zombie_corpse.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/flesh/misc/zombie_corpse.clsc.111.png
===================================================================
--- arch/trunk/flesh/misc/zombie_corpse.clsc.111.png 2021-04-23 17:35:52 UTC (rev 22099)
+++ arch/trunk/flesh/misc/zombie_corpse.clsc.111.png 2021-04-24 14:41:44 UTC (rev 22100)
Property changes on: arch/trunk/flesh/misc/zombie_corpse.clsc.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/flesh/misc/zombie_corpse.face
===================================================================
--- arch/trunk/flesh/misc/zombie_corpse.face (rev 0)
+++ arch/trunk/flesh/misc/zombie_corpse.face 2021-04-24 14:41:44 UTC (rev 22100)
@@ -0,0 +1,3 @@
+face zombie_corpse.111
+magicmap white
+end
Property changes on: arch/trunk/flesh/misc/zombie_corpse.face
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-04-26 04:24:47
|
Revision: 22101
http://sourceforge.net/p/crossfire/code/22101
Author: silvernexus
Date: 2021-04-26 04:24:45 +0000 (Mon, 26 Apr 2021)
Log Message:
-----------
Fix missing face for big galleon in classic face set.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/transport/biggalleon.clsc.x71.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-04-24 14:41:44 UTC (rev 22100)
+++ arch/trunk/ChangeLog 2021-04-26 04:24:45 UTC (rev 22101)
@@ -1,3 +1,7 @@
+Fix animation issue from a missing face in the classic faceset for big galleon.
+transport/biggalleon.clsc.x71.png
+Daniel Hawkins 2021-04-26
+
New art to override the default corpse art for zombies and goblin.
Added copies of classic corpse image so that image set gets a consistent corpse.
flesh/goblin/goblin_corpse.*
Added: arch/trunk/transport/biggalleon.clsc.x71.png
===================================================================
(Binary files differ)
Index: arch/trunk/transport/biggalleon.clsc.x71.png
===================================================================
--- arch/trunk/transport/biggalleon.clsc.x71.png 2021-04-24 14:41:44 UTC (rev 22100)
+++ arch/trunk/transport/biggalleon.clsc.x71.png 2021-04-26 04:24:45 UTC (rev 22101)
Property changes on: arch/trunk/transport/biggalleon.clsc.x71.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-05-06 15:21:06
|
Revision: 22109
http://sourceforge.net/p/crossfire/code/22109
Author: silvernexus
Date: 2021-05-06 15:21:05 +0000 (Thu, 06 May 2021)
Log Message:
-----------
Add special face for goblin hand.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/flesh/goblin/goblin_hand.base.111.png
arch/trunk/flesh/goblin/goblin_hand.clsc.111.png
arch/trunk/flesh/goblin/goblin_hand.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-05-05 07:50:12 UTC (rev 22108)
+++ arch/trunk/ChangeLog 2021-05-06 15:21:05 UTC (rev 22109)
@@ -1,3 +1,10 @@
+Add special face for goblin's hand. Add a copy of human hand as classic image to preserve old
+appearance for that face set.
+flesh/goblin/goblin_hand.base.111.png
+flesh/goblin/goblin_hand.clsc.111.png
+flesh/goblin/goblin_hand.face
+Daniel Hawkins 2021-05-06
+
Fix animation issue from a missing face in the classic faceset for big galleon.
transport/biggalleon.clsc.x71.png
Daniel Hawkins 2021-04-26
Added: arch/trunk/flesh/goblin/goblin_hand.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/flesh/goblin/goblin_hand.base.111.png
===================================================================
--- arch/trunk/flesh/goblin/goblin_hand.base.111.png 2021-05-05 07:50:12 UTC (rev 22108)
+++ arch/trunk/flesh/goblin/goblin_hand.base.111.png 2021-05-06 15:21:05 UTC (rev 22109)
Property changes on: arch/trunk/flesh/goblin/goblin_hand.base.111.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/flesh/goblin/goblin_hand.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/flesh/goblin/goblin_hand.clsc.111.png
===================================================================
--- arch/trunk/flesh/goblin/goblin_hand.clsc.111.png 2021-05-05 07:50:12 UTC (rev 22108)
+++ arch/trunk/flesh/goblin/goblin_hand.clsc.111.png 2021-05-06 15:21:05 UTC (rev 22109)
Property changes on: arch/trunk/flesh/goblin/goblin_hand.clsc.111.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/flesh/goblin/goblin_hand.face
===================================================================
--- arch/trunk/flesh/goblin/goblin_hand.face (rev 0)
+++ arch/trunk/flesh/goblin/goblin_hand.face 2021-05-06 15:21:05 UTC (rev 22109)
@@ -0,0 +1,3 @@
+face goblin_hand.111
+magicmap white
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2008-09-14 06:12:46
|
Revision: 9852
http://crossfire.svn.sourceforge.net/crossfire/?rev=9852&view=rev
Author: rjtanner
Date: 2008-09-14 06:12:42 +0000 (Sun, 14 Sep 2008)
Log Message:
-----------
Image adjustment; moved the wall to the right by 1 pixel so it has better alignment with other hedge walls
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/wall/hedge/hedge_5.base.111.png
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2008-09-14 05:55:54 UTC (rev 9851)
+++ arch/trunk/CHANGES 2008-09-14 06:12:42 UTC (rev 9852)
@@ -1,5 +1,10 @@
Changes for SVN top of tree:
+wall/hedgehedge_5.base.111.png
+Image adjustment; moved the wall to the right by 1 pixel so it has better
+alignment with other hedge walls.
+Rick Tanner 2008-09-14
+
mapbuilding/objects.trs, mapbuilding/objects.arc: Applied slightly modified
patch #2084099 "buildable altars", courtesy of meflin.
mapbuilding/mbaltar_none.base.111.png: New image.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2008-11-04 00:27:57
|
Revision: 10251
http://crossfire.svn.sourceforge.net/crossfire/?rev=10251&view=rev
Author: rjtanner
Date: 2008-11-04 00:27:31 +0000 (Tue, 04 Nov 2008)
Log Message:
-----------
New lake graphics using the current graphic style. Still needs smoothing and animation.
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/ground/Lake/blake_1.base.111.png
arch/trunk/ground/Lake/blake_2.base.111.png
arch/trunk/ground/Lake/blake_3.base.111.png
arch/trunk/ground/Lake/blake_4.base.111.png
arch/trunk/ground/Lake/blake_5.base.111.png
arch/trunk/ground/Lake/blake_6.base.111.png
arch/trunk/ground/Lake/blake_7.base.111.png
arch/trunk/ground/Lake/blake_8.base.111.png
arch/trunk/ground/Lake/blake_9.base.111.png
arch/trunk/ground/Lake/blake_A.base.111.png
arch/trunk/ground/Lake/blake_B.base.111.png
arch/trunk/ground/Lake/blake_C.base.111.png
arch/trunk/ground/Lake/blake_D.base.111.png
arch/trunk/ground/Lake/blake_E.base.111.png
arch/trunk/ground/Lake/blake_F.base.111.png
Added Paths:
-----------
arch/trunk/ground/Lake/blake_1.base.112.png
arch/trunk/ground/Lake/blake_1.base.113.png
arch/trunk/ground/Lake/blake_1.base.114.png
arch/trunk/ground/Lake/blake_2.base.112.png
arch/trunk/ground/Lake/blake_2.base.113.png
arch/trunk/ground/Lake/blake_2.base.114.png
arch/trunk/ground/Lake/blake_3.base.112.png
arch/trunk/ground/Lake/blake_3.base.113.png
arch/trunk/ground/Lake/blake_3.base.114.png
arch/trunk/ground/Lake/blake_4.base.112.png
arch/trunk/ground/Lake/blake_4.base.113.png
arch/trunk/ground/Lake/blake_4.base.114.png
arch/trunk/ground/Lake/blake_5.base.112.png
arch/trunk/ground/Lake/blake_5.base.113.png
arch/trunk/ground/Lake/blake_5.base.114.png
arch/trunk/ground/Lake/blake_6.base.112.png
arch/trunk/ground/Lake/blake_6.base.113.png
arch/trunk/ground/Lake/blake_6.base.114.png
arch/trunk/ground/Lake/blake_7.base.112.png
arch/trunk/ground/Lake/blake_7.base.113.png
arch/trunk/ground/Lake/blake_7.base.114.png
arch/trunk/ground/Lake/blake_8.base.112.png
arch/trunk/ground/Lake/blake_8.base.113.png
arch/trunk/ground/Lake/blake_8.base.114.png
arch/trunk/ground/Lake/blake_9.base.112.png
arch/trunk/ground/Lake/blake_9.base.113.png
arch/trunk/ground/Lake/blake_9.base.114.png
arch/trunk/ground/Lake/blake_A.base.112.png
arch/trunk/ground/Lake/blake_A.base.113.png
arch/trunk/ground/Lake/blake_A.base.114.png
arch/trunk/ground/Lake/blake_B.base.112.png
arch/trunk/ground/Lake/blake_B.base.113.png
arch/trunk/ground/Lake/blake_B.base.114.png
arch/trunk/ground/Lake/blake_C.base.112.png
arch/trunk/ground/Lake/blake_C.base.113.png
arch/trunk/ground/Lake/blake_C.base.114.png
arch/trunk/ground/Lake/blake_D.base.112.png
arch/trunk/ground/Lake/blake_D.base.113.png
arch/trunk/ground/Lake/blake_D.base.114.png
arch/trunk/ground/Lake/blake_E.base.112.png
arch/trunk/ground/Lake/blake_E.base.113.png
arch/trunk/ground/Lake/blake_E.base.114.png
arch/trunk/ground/Lake/blake_F.base.112.png
arch/trunk/ground/Lake/blake_F.base.113.png
arch/trunk/ground/Lake/blake_F.base.114.png
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2008-11-03 06:24:45 UTC (rev 10250)
+++ arch/trunk/CHANGES 2008-11-04 00:27:31 UTC (rev 10251)
@@ -1,5 +1,10 @@
Changes for SVN top of tree:
+/ground/Lake/*.png
+New lake graphics using the current graphic style. Still needs
+smoothing and animation.
+Rick Tanner 2008-11-03
+
*.arc
Remove obsolete 'editable' attributes.
Andreas Kirschbaum 2008-11-02
Modified: arch/trunk/ground/Lake/blake_1.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_1.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_1.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_1.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_1.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_1.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_1.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_2.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_2.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_2.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_2.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_2.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_2.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_2.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_3.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_3.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_3.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_3.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_3.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_3.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_3.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_4.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_4.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_4.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_4.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_4.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_4.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_4.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_5.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_5.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_5.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_5.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_5.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_5.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_5.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_6.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_6.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_6.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_6.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_6.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_6.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_6.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_7.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_7.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_7.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_7.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_7.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_7.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_7.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_8.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_8.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_8.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_8.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_8.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_8.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_8.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_9.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_9.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_9.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_9.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_9.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_9.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_9.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_A.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_A.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_A.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_A.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_A.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_A.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_A.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_B.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_B.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_B.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_B.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_B.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_B.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_B.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_C.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_C.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_C.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_C.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_C.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_C.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_C.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_D.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_D.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_D.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_D.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_D.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_D.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_D.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_E.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_E.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_E.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_E.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_E.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_E.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_E.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Modified: arch/trunk/ground/Lake/blake_F.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/ground/Lake/blake_F.base.112.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_F.base.112.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_F.base.113.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_F.base.113.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: arch/trunk/ground/Lake/blake_F.base.114.png
===================================================================
(Binary files differ)
Property changes on: arch/trunk/ground/Lake/blake_F.base.114.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|