Index: ps/trunk/binaries/data/mods/public/simulation/components/StatusEffectsReceiver.js =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/components/StatusEffectsReceiver.js (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/components/StatusEffectsReceiver.js (revision 22478) Property changes on: ps/trunk/binaries/data/mods/public/simulation/components/StatusEffectsReceiver.js ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/components/interfaces/StatusEffectsReceiver.js =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/components/interfaces/StatusEffectsReceiver.js (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/components/interfaces/StatusEffectsReceiver.js (revision 22478) Property changes on: ps/trunk/binaries/data/mods/public/simulation/components/interfaces/StatusEffectsReceiver.js ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/components/tests/test_Health.js =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/components/tests/test_Health.js (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/components/tests/test_Health.js (revision 22478) Property changes on: ps/trunk/binaries/data/mods/public/simulation/components/tests/test_Health.js ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/components/tests/test_StatusEffectsReceiver.js =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/components/tests/test_StatusEffectsReceiver.js (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/components/tests/test_StatusEffectsReceiver.js (revision 22478) Property changes on: ps/trunk/binaries/data/mods/public/simulation/components/tests/test_StatusEffectsReceiver.js ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fauna_camel_trainable.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fauna_camel_trainable.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fauna_camel_trainable.xml (revision 22478) Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fauna_camel_trainable.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fauna_horse_trainable.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fauna_horse_trainable.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fauna_horse_trainable.xml (revision 22478) Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/fauna_horse_trainable.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/template_structure_defensive_palisade.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/template_structure_defensive_palisade.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/template_structure_defensive_palisade.xml (revision 22478) Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/template_structure_defensive_palisade.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/art/actors/actor.rnc =================================================================== --- ps/trunk/binaries/data/mods/public/art/actors/actor.rnc (revision 22477) +++ ps/trunk/binaries/data/mods/public/art/actors/actor.rnc (revision 22478) @@ -1,71 +1,71 @@ -namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" -## -# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file -# and use a converter tool like trang to generate the Relax NG XML (.rng) file -## - -element actor { - attribute version { xsd:positiveInteger }, ( - element group { - element variant { - attribute name { text }? & - attribute file { text }? & - attribute frequency { xsd:nonNegativeInteger }? & - element mesh { - text - }? & - element textures { - element texture { - attribute file { text }? & - attribute name { text } - }* - }? & - element decal { - attribute width { xsd:float } & # X - attribute depth { xsd:float } & # Z - attribute angle { xsd:float } & - attribute offsetx { xsd:float } & - attribute offsetz { xsd:float } - }? & - element particles { - attribute file { text } - }? & - element color { list { - xsd:nonNegativeInteger, # R - xsd:nonNegativeInteger, # G - xsd:nonNegativeInteger # B - } }? & - element animations { - element animation { - attribute name { text } & - attribute id { text }? & - attribute frequency { xsd:nonNegativeInteger }? & - attribute file { text }? & - attribute speed { xsd:nonNegativeInteger } & - attribute event { xsd:decimal { minInclusive = "0" maxInclusive = "1" } }? & - attribute load { xsd:decimal { minInclusive = "0" maxInclusive = "1" } }? & - attribute sound { xsd:decimal { minInclusive = "0" maxInclusive = "1" } }? - }* - }? & - element props { - element prop { - (attribute actor { text }? & - attribute attachpoint { text } & - attribute minheight { xsd:float }? & - attribute maxheight { xsd:float }? & - attribute selectable { "true" | "false" }?) - }* - }? - }* - }* & - element castshadow { # flag; true if present - empty - }? & - element float { # flag; true if present - empty - }? & - element material { - text - }? - ) -} +namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" +## +# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file +# and use a converter tool like trang to generate the Relax NG XML (.rng) file +## + +element actor { + attribute version { xsd:positiveInteger }, ( + element group { + element variant { + attribute name { text }? & + attribute file { text }? & + attribute frequency { xsd:nonNegativeInteger }? & + element mesh { + text + }? & + element textures { + element texture { + attribute file { text }? & + attribute name { text } + }* + }? & + element decal { + attribute width { xsd:float } & # X + attribute depth { xsd:float } & # Z + attribute angle { xsd:float } & + attribute offsetx { xsd:float } & + attribute offsetz { xsd:float } + }? & + element particles { + attribute file { text } + }? & + element color { list { + xsd:nonNegativeInteger, # R + xsd:nonNegativeInteger, # G + xsd:nonNegativeInteger # B + } }? & + element animations { + element animation { + attribute name { text } & + attribute id { text }? & + attribute frequency { xsd:nonNegativeInteger }? & + attribute file { text }? & + attribute speed { xsd:nonNegativeInteger } & + attribute event { xsd:decimal { minInclusive = "0" maxInclusive = "1" } }? & + attribute load { xsd:decimal { minInclusive = "0" maxInclusive = "1" } }? & + attribute sound { xsd:decimal { minInclusive = "0" maxInclusive = "1" } }? + }* + }? & + element props { + element prop { + (attribute actor { text }? & + attribute attachpoint { text } & + attribute minheight { xsd:float }? & + attribute maxheight { xsd:float }? & + attribute selectable { "true" | "false" }?) + }* + }? + }* + }* & + element castshadow { # flag; true if present + empty + }? & + element float { # flag; true if present + empty + }? & + element material { + text + }? + ) +} Property changes on: ps/trunk/binaries/data/mods/public/art/actors/actor.rnc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_doum.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_doum.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_doum.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Doum Palm - - - flora/trees/palm_doum.xml - - + + + + Doum Palm + + + flora/trees/palm_doum.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_doum.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_pine_black.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_pine_black.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_pine_black.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Black Pine - - - flora/trees/pine_black.xml - - + + + + Black Pine + + + flora/trees/pine_black.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_pine_black.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_strangler.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_strangler.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_strangler.xml (revision 22478) @@ -1,28 +1,28 @@ - - - - - 15.0 - - - Strangler Fig - - - - - - 500 - 10 - - - - - circle/256x256.png - circle/256x256_mask.png - - - - - flora/trees/strangler.xml - - + + + + + 15.0 + + + Strangler Fig + + + + + + 500 + 10 + + + + + circle/256x256.png + circle/256x256_mask.png + + + + + flora/trees/strangler.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_strangler.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/geology_stone_desert_quarried.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/geology_stone_desert_quarried.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/geology_stone_desert_quarried.xml (revision 22478) @@ -1,16 +1,16 @@ - - - - - 4.0 - - - gaia/geology_stone_2.png - - - upright - - - geology/stone_desert_quarried.xml - - + + + + + 4.0 + + + gaia/geology_stone_2.png + + + upright + + + geology/stone_desert_quarried.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/geology_stone_desert_quarried.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/special/formations/anti_cavalry.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/special/formations/anti_cavalry.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/special/formations/anti_cavalry.xml (revision 22478) @@ -1,26 +1,26 @@ - - - - formations/testudo.png - 16 - At least 16 melee infantry units required. - Anti Cavalry - square - 0.50 - 0.37 - fillFromTheSides - true - 8 - 8 - 2 - 0.8 - - 1..1,1..-1: anti_cavalry_front; - 2..2,1..-1: anti_cavalry_back - - 1 - - - true - - + + + + formations/testudo.png + 16 + At least 16 melee infantry units required. + Anti Cavalry + square + 0.50 + 0.37 + fillFromTheSides + true + 8 + 8 + 2 + 0.8 + + 1..1,1..-1: anti_cavalry_front; + 2..2,1..-1: anti_cavalry_back + + 1 + + + true + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/special/formations/anti_cavalry.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/art/terrains/shoreline/terrains.xml =================================================================== --- ps/trunk/binaries/data/mods/public/art/terrains/shoreline/terrains.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/art/terrains/shoreline/terrains.xml (revision 22478) @@ -1,7 +1,7 @@ - - - - - - - + + + + + + + Property changes on: ps/trunk/binaries/data/mods/public/art/terrains/shoreline/terrains.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/art/terrains/terrain.rnc =================================================================== --- ps/trunk/binaries/data/mods/public/art/terrains/terrain.rnc (revision 22477) +++ ps/trunk/binaries/data/mods/public/art/terrains/terrain.rnc (revision 22478) @@ -1,21 +1,21 @@ -namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" -## -# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file -# and use a converter tool like trang to generate the Relax NG XML (.rng) file -## - -element Terrains { - element Terrain { - attribute groups { text } & # comma-separated list of groups - attribute mmap { - list { - xsd:integer { minInclusive = "0" maxInclusive = "255" }, # R - xsd:integer { minInclusive = "0" maxInclusive = "255" }, # G - xsd:integer { minInclusive = "0" maxInclusive = "255" } # B - } - }? & - attribute angle { xsd:float }? & # degrees - attribute size { xsd:float }? & - attribute movementclass { text }? - } -} +namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" +## +# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file +# and use a converter tool like trang to generate the Relax NG XML (.rng) file +## + +element Terrains { + element Terrain { + attribute groups { text } & # comma-separated list of groups + attribute mmap { + list { + xsd:integer { minInclusive = "0" maxInclusive = "255" }, # R + xsd:integer { minInclusive = "0" maxInclusive = "255" }, # G + xsd:integer { minInclusive = "0" maxInclusive = "255" } # B + } + }? & + attribute angle { xsd:float }? & # degrees + attribute size { xsd:float }? & + attribute movementclass { text }? + } +} Property changes on: ps/trunk/binaries/data/mods/public/art/terrains/terrain.rnc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/art/terrains/terrain_texture.rnc =================================================================== --- ps/trunk/binaries/data/mods/public/art/terrains/terrain_texture.rnc (revision 22477) +++ ps/trunk/binaries/data/mods/public/art/terrains/terrain_texture.rnc (revision 22478) @@ -1,33 +1,33 @@ -namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" -## -# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file -# and use a converter tool like trang to generate the Relax NG XML (.rng) file -## - -element terrain { - element textures { - element texture { - attribute name { text } & - attribute file { text } - }* - } & - element material { - text - }? & - element alphamap { - text - }? & - element props { - attribute groups { text }? & # comma-separated list of groups - attribute mmap { - list { - xsd:integer { minInclusive = "0" }, # R - xsd:integer { minInclusive = "0" }, # G - xsd:integer { minInclusive = "0" } # B - } - }? & - attribute angle { xsd:float }? & # degrees - attribute size { xsd:float }? & - attribute movementclass { text }? - }* -} +namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" +## +# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file +# and use a converter tool like trang to generate the Relax NG XML (.rng) file +## + +element terrain { + element textures { + element texture { + attribute name { text } & + attribute file { text } + }* + } & + element material { + text + }? & + element alphamap { + text + }? & + element props { + attribute groups { text }? & # comma-separated list of groups + attribute mmap { + list { + xsd:integer { minInclusive = "0" }, # R + xsd:integer { minInclusive = "0" }, # G + xsd:integer { minInclusive = "0" } # B + } + }? & + attribute angle { xsd:float }? & # degrees + attribute size { xsd:float }? & + attribute movementclass { text }? + }* +} Property changes on: ps/trunk/binaries/data/mods/public/art/terrains/terrain_texture.rnc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/art/textures/misc/textures.xml =================================================================== --- ps/trunk/binaries/data/mods/public/art/textures/misc/textures.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/art/textures/misc/textures.xml (revision 22478) @@ -1,4 +1,4 @@ - - - - + + + + Property changes on: ps/trunk/binaries/data/mods/public/art/textures/misc/textures.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/art/textures/texture.rnc =================================================================== --- ps/trunk/binaries/data/mods/public/art/textures/texture.rnc (revision 22477) +++ ps/trunk/binaries/data/mods/public/art/textures/texture.rnc (revision 22478) @@ -1,19 +1,19 @@ -namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" -## -# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file -# and use a converter tool like trang to generate the Relax NG XML (.rng) file -## - -element Textures { - element File { - attribute pattern { text }? & - attribute format { "dxt1" | "dxt3" | "dxt5" | "rgba" | "alpha" }? & - attribute mipmap { "true" | "false" }? & - attribute normal { "true" | "false" }? & - attribute alpha { "none" | "player" | "transparency" }? & - attribute filter { "box" | "triangle" | "kaiser" }? & - attribute kaiserwidth { xsd:float }? & - attribute kaiseralpha { xsd:float }? & - attribute kaiserstretch { xsd:float }? - }* -} +namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0" +## +# NOTE: To modify this Relax NG grammar, edit the Relax NG Compact (.rnc) file +# and use a converter tool like trang to generate the Relax NG XML (.rng) file +## + +element Textures { + element File { + attribute pattern { text }? & + attribute format { "dxt1" | "dxt3" | "dxt5" | "rgba" | "alpha" }? & + attribute mipmap { "true" | "false" }? & + attribute normal { "true" | "false" }? & + attribute alpha { "none" | "player" | "transparency" }? & + attribute filter { "box" | "triangle" | "kaiser" }? & + attribute kaiserwidth { xsd:float }? & + attribute kaiseralpha { xsd:float }? & + attribute kaiserstretch { xsd:float }? + }* +} Property changes on: ps/trunk/binaries/data/mods/public/art/textures/texture.rnc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Bamboo - - - flora/trees/bamboo.xml - - + + + + Bamboo + + + flora/trees/bamboo.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo_dragon.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo_dragon.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo_dragon.xml (revision 22478) @@ -1,28 +1,28 @@ - - - - - 15.0 - - - Dragon Bamboo - - - - - - 1000 - 12 - - - - - circle/256x256.png - circle/256x256_mask.png - - - - - flora/trees/bamboo_dragon.xml - - + + + + + 15.0 + + + Dragon Bamboo + + + + + + 1000 + 12 + + + + + circle/256x256.png + circle/256x256_mask.png + + + + + flora/trees/bamboo_dragon.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo_dragon.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo_single.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo_single.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo_single.xml (revision 22478) @@ -1,13 +1,13 @@ - - - - Bamboo - - - 100 - 1 - - - flora/trees/bamboo_single.xml - - + + + + Bamboo + + + 100 + 1 + + + flora/trees/bamboo_single.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_bamboo_single.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_banana.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_banana.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_banana.xml (revision 22478) @@ -1,10 +1,10 @@ - - - - Banana - Gather bananas for Food. - - - flora/trees/banana.xml - - + + + + Banana + Gather bananas for Food. + + + flora/trees/banana.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_banana.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_banyan.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_banyan.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_banyan.xml (revision 22478) @@ -1,28 +1,28 @@ - - - - - 15.0 - - - Banyan - - - - - - 600 - 12 - - - - - circle/256x256.png - circle/256x256_mask.png - - - - - flora/trees/banyan.xml - - + + + + + 15.0 + + + Banyan + + + + + + 600 + 12 + + + + + circle/256x256.png + circle/256x256_mask.png + + + + + flora/trees/banyan.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_banyan.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_1_sapling.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_1_sapling.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_1_sapling.xml (revision 22478) @@ -1,13 +1,13 @@ - - - - Baobab Sapling - - - 50 - 2 - - - flora/trees/baobab_new_sapling.xml - - + + + + Baobab Sapling + + + 50 + 2 + + + flora/trees/baobab_new_sapling.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_1_sapling.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_2_young.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_2_young.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_2_young.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Young Baobab - - - flora/trees/baobab_new_young.xml - - + + + + Young Baobab + + + flora/trees/baobab_new_young.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_2_young.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_3_mature.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_3_mature.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_3_mature.xml (revision 22478) @@ -1,28 +1,28 @@ - - - - - 15.0 - - - Baobab - - - - - - 600 - 12 - - - - - circle/256x256.png - circle/256x256_mask.png - - - - - flora/trees/baobab_new.xml - - + + + + + 15.0 + + + Baobab + + + + + + 600 + 12 + + + + + circle/256x256.png + circle/256x256_mask.png + + + + + flora/trees/baobab_new.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_3_mature.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_4_dead.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_4_dead.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_4_dead.xml (revision 22478) @@ -1,28 +1,28 @@ - - - - - 15.0 - - - Dead Baobab - - - - - - 550 - 12 - - - - - circle/256x256.png - circle/256x256_mask.png - - - - - flora/trees/baobab_new_dead.xml - - + + + + + 15.0 + + + Dead Baobab + + + + + + 550 + 12 + + + + + circle/256x256.png + circle/256x256_mask.png + + + + + flora/trees/baobab_new_dead.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_baobab_4_dead.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_1_sapling.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_1_sapling.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_1_sapling.xml (revision 22478) @@ -1,12 +1,12 @@ - - - - Atlas Cedar Sapling - - - 50 - - - flora/trees/cedar_atlas_sapling.xml - - + + + + Atlas Cedar Sapling + + + 50 + + + flora/trees/cedar_atlas_sapling.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_1_sapling.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_2_young.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_2_young.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_2_young.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Atlas Cedar - - - flora/trees/cedar_atlas_young.xml - - + + + + Atlas Cedar + + + flora/trees/cedar_atlas_young.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_2_young.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_3_mature.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_3_mature.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_3_mature.xml (revision 22478) @@ -1,12 +1,12 @@ - - - - Atlas Cedar - - - 350 - - - flora/trees/cedar_atlas.xml - - + + + + Atlas Cedar + + + 350 + + + flora/trees/cedar_atlas.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_3_mature.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_4_dead.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_4_dead.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_4_dead.xml (revision 22478) @@ -1,12 +1,12 @@ - - - - Dead Atlas Cedar - - - 300 - - - flora/trees/cedar_atlas_dead.xml - - + + + + Dead Atlas Cedar + + + 300 + + + flora/trees/cedar_atlas_dead.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_cedar_atlas_4_dead.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_date_palm_dead.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_date_palm_dead.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_date_palm_dead.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Dead Palm - - - flora/trees/palm_date_dead.xml - - + + + + Dead Palm + + + flora/trees/palm_date_dead.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_date_palm_dead.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_date_palm_fruit.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_date_palm_fruit.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_date_palm_fruit.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Fruiting Date Palm - - - flora/trees/palm_date_new_fruit.xml - - + + + + Fruiting Date Palm + + + flora/trees/palm_date_new_fruit.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_date_palm_fruit.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_fir_sapling.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_fir_sapling.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_fir_sapling.xml (revision 22478) @@ -1,12 +1,12 @@ - - - - Fir Sapling - - - 50 - - - flora/trees/fir_sapling.xml - - + + + + Fir Sapling + + + 50 + + + flora/trees/fir_sapling.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_fir_sapling.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_mangrove.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_mangrove.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_mangrove.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Mangrove - - - flora/trees/mangrove.xml - - + + + + Mangrove + + + flora/trees/mangrove.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_mangrove.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_oak_holly.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_oak_holly.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_oak_holly.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Holly Oak - - - flora/trees/oak_holly.xml - - + + + + Holly Oak + + + flora/trees/oak_holly.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_oak_holly.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_areca.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_areca.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_areca.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Areca Palm - - - flora/trees/palm_areca.xml - - + + + + Areca Palm + + + flora/trees/palm_areca.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_areca.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_palmyra.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_palmyra.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_palmyra.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Palmyra Palm - - - flora/trees/palm_palmyra.xml - - + + + + Palmyra Palm + + + flora/trees/palm_palmyra.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_palm_palmyra.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_pine_black_dead.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_pine_black_dead.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_pine_black_dead.xml (revision 22478) @@ -1,9 +1,9 @@ - - - - Black Pine - - - flora/trees/pine_black_dead.xml - - + + + + Black Pine + + + flora/trees/pine_black_dead.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_pine_black_dead.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_teak.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_teak.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_teak.xml (revision 22478) @@ -1,27 +1,27 @@ - - - - - 15.0 - - - Teak - - - - - - 500 - - - - - circle/256x256.png - circle/256x256_mask.png - - - - - flora/trees/teak.xml - - + + + + + 15.0 + + + Teak + + + + + + 500 + + + + + circle/256x256.png + circle/256x256_mask.png + + + + + flora/trees/teak.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/flora_tree_teak.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Index: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/geology_stone_savanna_quarried.xml =================================================================== --- ps/trunk/binaries/data/mods/public/simulation/templates/gaia/geology_stone_savanna_quarried.xml (revision 22477) +++ ps/trunk/binaries/data/mods/public/simulation/templates/gaia/geology_stone_savanna_quarried.xml (revision 22478) @@ -1,16 +1,16 @@ - - - - - 4.0 - - - gaia/geology_stone_2.png - - - upright - - - geology/stone_savanna_quarried.xml - - + + + + + 4.0 + + + gaia/geology_stone_2.png + + + upright + + + geology/stone_savanna_quarried.xml + + Property changes on: ps/trunk/binaries/data/mods/public/simulation/templates/gaia/geology_stone_savanna_quarried.xml ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property