|
From: Crossfire C. r. messages.
<cro...@li...> - 2012-06-19 19:48:52
|
Revision: 18294
http://crossfire.svn.sourceforge.net/crossfire/?rev=18294&view=rev
Author: akirschbaum
Date: 2012-06-19 19:48:46 +0000 (Tue, 19 Jun 2012)
Log Message:
-----------
Enable players to generate sound effects.
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/player/race/dwarf_p.arc
arch/trunk/player/race/elf.arc
arch/trunk/player/race/fenx.arc
arch/trunk/player/race/fireborn.arc
arch/trunk/player/race/gnome_p.arc
arch/trunk/player/race/halfling.arc
arch/trunk/player/race/human.arc
arch/trunk/player/race/northman.arc
arch/trunk/player/race/pl_dragon.arc
arch/trunk/player/race/pl_half_orc.arc
arch/trunk/player/race/quetzalcoatl.arc
arch/trunk/player/race/serpentman.arc
arch/trunk/player/race/troll_player.arc
arch/trunk/player/race/wraithp.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/CHANGES 2012-06-19 19:48:46 UTC (rev 18294)
@@ -1,6 +1,9 @@
Changes for SVN top of tree:
==============================================================================
+Enable players to generate sound effects.
+Andreas Kirschbaum 2012-06-19
+
Add grey background around the BANK letters to the West Bank graphic for
easier reading.
shop/bank_west.base.x11.png
Modified: arch/trunk/player/race/dwarf_p.arc
===================================================================
--- arch/trunk/player/race/dwarf_p.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/dwarf_p.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -53,6 +53,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object dwarf_player_force
name dwarf_force
Modified: arch/trunk/player/race/elf.arc
===================================================================
--- arch/trunk/player/race/elf.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/elf.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -54,6 +54,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object elf_player_force
name elf_force
Modified: arch/trunk/player/race/fenx.arc
===================================================================
--- arch/trunk/player/race/fenx.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/fenx.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -52,6 +52,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object fenx_player_force
name fenx_force
Modified: arch/trunk/player/race/fireborn.arc
===================================================================
--- arch/trunk/player/race/fireborn.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/fireborn.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -52,6 +52,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object fireborn_player_force
name Fireborn_Force
Modified: arch/trunk/player/race/gnome_p.arc
===================================================================
--- arch/trunk/player/race/gnome_p.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/gnome_p.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -54,6 +54,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object gnome_player_force
name gnome force
Modified: arch/trunk/player/race/halfling.arc
===================================================================
--- arch/trunk/player/race/halfling.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/halfling.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -52,6 +52,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object halfling_force
name halfling force
Modified: arch/trunk/player/race/human.arc
===================================================================
--- arch/trunk/player/race/human.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/human.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -51,6 +51,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object human_player_force
name human force
Modified: arch/trunk/player/race/northman.arc
===================================================================
--- arch/trunk/player/race/northman.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/northman.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -53,6 +53,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object northman_player_force
name northman force
Modified: arch/trunk/player/race/pl_dragon.arc
===================================================================
--- arch/trunk/player/race/pl_dragon.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/pl_dragon.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -53,6 +53,7 @@
# Key/value list
race_choice_1 dragon_ability_force_fire dragon_ability_force_cold dragon_ability_force_electricity dragon_ability_force_poison
race_choice_description_1 Choose a dragon focus
+sound_chance 100
end
Object dragon_skin_force
name dragon skin
Modified: arch/trunk/player/race/pl_half_orc.arc
===================================================================
--- arch/trunk/player/race/pl_half_orc.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/pl_half_orc.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -53,6 +53,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object half_orc_player_force
name half_orc_force
Modified: arch/trunk/player/race/quetzalcoatl.arc
===================================================================
--- arch/trunk/player/race/quetzalcoatl.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/quetzalcoatl.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -48,6 +48,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object quetzalcoatl_player_force
name quetzalcoatl_force
Modified: arch/trunk/player/race/serpentman.arc
===================================================================
--- arch/trunk/player/race/serpentman.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/serpentman.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -55,6 +55,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object serpentman_player_force
name serpentman_force
Modified: arch/trunk/player/race/troll_player.arc
===================================================================
--- arch/trunk/player/race/troll_player.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/troll_player.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -56,6 +56,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object troll_player_force
name troll_force
Modified: arch/trunk/player/race/wraithp.arc
===================================================================
--- arch/trunk/player/race/wraithp.arc 2012-06-19 19:47:36 UTC (rev 18293)
+++ arch/trunk/player/race/wraithp.arc 2012-06-19 19:48:46 UTC (rev 18294)
@@ -60,6 +60,7 @@
maxhp 30
maxsp 30
maxgrace 30
+sound_chance 100
end
Object wraith_player_force
name Wraith_Force
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|