Entities: Removed Tag attribute; it is taken from the filename instead. Made entity XML files be loaded on demand. Probably stopped crash when maps contain non-existent entities. Fixed a few bugs in entity definitions.

Maps: Stored non-entity objects in XML instead of PMP, for easier manual
editing. Updated existing maps to newest format, so that they can still
work. Added undocumented _rewriteMaps() JS function. Also renamed _mem
to vmem, and reclassified its undocumentedness as unintentional, since
it's reasonably useful.
Loader: added NonprogressiveLoad function, for ScEd/_rewriteMaps/etc
which don't care about progressiveness.
main.cpp: re-enabled vfs_display, since it doesn't crash now
Vector3D: stopped warning

This was SVN commit r2078.
This commit is contained in:
Ykkrosh 2005-03-29 20:50:04 +00:00
parent e6c56d0537
commit 22dd4dd67b
294 changed files with 607 additions and 531 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia" Parent="template_entity">
<Entity Parent="template_entity">
<Traits>
<Id
civ_code="gaia"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_fauna" Parent="template_gaia">
<Entity Parent="template_gaia">
<Traits>
<Id
generic="Generic Fauna"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_flora" Parent="template_gaia">
<Entity Parent="template_gaia">
<Traits>
<Id
generic="Generic Flora"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_flora_plant" Parent="template_gaia_flora">
<Entity Parent="template_gaia_flora">
<Traits>
<Id
generic="Plant"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_flora_tree" Parent="template_gaia_flora">
<Entity Parent="template_gaia_flora">
<Traits>
<Id
generic="Tree"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_flora_tree_pine" Parent="template_gaia_flora_tree">
<Entity Parent="template_gaia_flora_tree">
<Traits>
<Id
generic="Tree"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_geo" Parent="template_gaia">
<Entity Parent="template_gaia">
<Traits>
<Id
generic="Generic Geology"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_geo_mineral" Parent="template_gaia_geo">
<Entity Parent="template_gaia_geo">
<Traits>
<Id
generic="Mineral"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_geo_rock" Parent="template_gaia_geo">
<Entity Parent="template_gaia_geo">
<Traits>
<Id
generic="Rock"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_special" Parent="template_gaia">
<Entity Parent="template_gaia">
<Traits>
<Id
generic="Generic Special"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_gaia_special_building" Parent="template_gaia_special">
<Entity Parent="template_gaia_special">
<Traits>
<Id
generic="Gaia Building"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="Generic Tree">
<Entity>
<Traits>
<Id
generic="Generic Tree"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="wrld_flora_pine_8" Parent="template_gaia_flora_tree_pine">
<Entity Parent="template_gaia_flora_tree_pine">
<Traits>
<Id
icon="flora_deciduotree"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="wrld_flora_pine_9" Parent="template_gaia_flora_tree_pine">
<Entity Parent="template_gaia_flora_tree_pine">
<Traits>
<Id
icon="flora_deciduotree"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="wrld_special_building_st1" Parent="template_gaia_special_building">
<Entity Parent="template_gaia_special_building">
<Traits>
<Id
icon="gaia_st"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_other" Parent="template_entity">
<Entity Parent="template_entity">
<Traits>
<Id
civ_code="gaia"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_other_projectile" Parent="template_other">
<Entity Parent="template_other">
<Traits>
<Id
generic="Generic Projectile"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_other_special" Parent="template_other">
<Entity Parent="template_other">
<Traits>
<Id
generic="Generic Special"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_cc" Parent="cc">
<Entity Parent="template_structure_norm_civic_cc">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_fc" Parent="fc">
<Entity Parent="template_structure_resource_economic_fc">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_ff" Parent="ff">
<Entity Parent="template_structure_norm_military_ff">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_hc" Parent="hc">
<Entity Parent="template_structure_norm_civic_hc">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_ho" Parent="ho">
<Entity Parent="template_structure_norm_civic_ho">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_mc" Parent="mc">
<Entity Parent="template_structure_norm_military_mc">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_pc" Parent="pc">
<Entity Parent="template_structure_norm_military_pc">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_rc" Parent="rc">
<Entity Parent="template_structure_norm_economic_rc">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_sb1" Parent="sb">
<Entity Parent="template_structure_norm_special_sb">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_tc" Parent="tc">
<Entity Parent="template_structure_norm_economic_tc">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_tf" Parent="tf">
<Entity Parent="template_structure_norm_civic_tf">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="celt_wc" Parent="wc">
<Entity Parent="template_structure_norm_civic_wc">
<Traits>
<Id
civ_code="celt"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_cc" Parent="cc">
<Entity Parent="template_structure_norm_civic_cc">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_fc" Parent="fc">
<Entity Parent="template_structure_resource_economic_fc">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_ff" Parent="ff">
<Entity Parent="template_structure_norm_military_ff">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_hc" Parent="hc">
<Entity Parent="template_structure_norm_civic_hc">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_ho" Parent="ho">
<Entity Parent="template_structure_norm_civic_ho">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_mc" Parent="mc">
<Entity Parent="template_structure_norm_military_mc">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_pc" Parent="pc">
<Entity Parent="template_structure_norm_military_pc">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_rc" Parent="rc">
<Entity Parent="template_structure_norm_economic_rc">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_sb1" Parent="sb">
<Entity Parent="template_structure_norm_special_sb">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_sb2" Parent="sb">
<Entity Parent="template_structure_norm_special_sb">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_tc" Parent="tc">
<Entity Parent="template_structure_norm_economic_tc">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_tf" Parent="tf">
<Entity Parent="template_structure_norm_civic_tf">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_wc" Parent="wc">
<Entity Parent="template_structure_norm_civic_wc">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_wg" Parent="wg">
<Entity Parent="template_structure_norm_civic_wg">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="hele_wt" Parent="wt">
<Entity Parent="template_structure_norm_civic_wt">
<Traits>
<Id
civ_code="hele"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_cc" Parent="cc">
<Entity Parent="template_structure_norm_civic_cc">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_fc" Parent="fc">
<Entity Parent="template_structure_resource_economic_fc">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_ff" Parent="ff">
<Entity Parent="template_structure_norm_military_ff">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_hc" Parent="hc">
<Entity Parent="template_structure_norm_civic_hc">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_ho" Parent="ho">
<Entity Parent="template_structure_norm_civic_ho">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_mc" Parent="mc">
<Entity Parent="template_structure_norm_military_mc">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_pc" Parent="pc">
<Entity Parent="template_structure_norm_military_pc">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_rc" Parent="rc">
<Entity Parent="template_structure_norm_economic_rc">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_tc" Parent="tc">
<Entity Parent="template_structure_norm_economic_tc">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_tf" Parent="tf">
<Entity Parent="template_structure_norm_civic_tf">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_wc" Parent="wc">
<Entity Parent="template_structure_norm_civic_wc">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_wg" Parent="wg">
<Entity Parent="template_structure_norm_civic_wg">
<Traits>
<Id
civ_code="iber"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="iber_wt" Parent="iber_tf">
<Entity Parent="iber_tf">
<Traits>
<Id
/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_cc" Parent="cc">
<Entity Parent="template_structure_norm_civic_cc">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_fc" Parent="fc">
<Entity Parent="template_structure_resource_economic_fc">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_ff" Parent="ff">
<Entity Parent="template_structure_norm_military_ff">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_hc" Parent="hc">
<Entity Parent="template_structure_norm_civic_hc">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_ho" Parent="ho">
<Entity Parent="template_structure_norm_civic_ho">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_mc" Parent="mc">
<Entity Parent="template_structure_norm_military_mc">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_pc" Parent="pc">
<Entity Parent="template_structure_norm_military_pc">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_rc" Parent="rc">
<Entity Parent="template_structure_norm_economic_rc">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_tc" Parent="tc">
<Entity Parent="template_structure_norm_economic_tc">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_tf" Parent="tf">
<Entity Parent="template_structure_norm_civic_tf">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_wc" Parent="wc">
<Entity Parent="template_structure_norm_civic_wc">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="kart_wg" Parent="wg">
<Entity Parent="template_structure_norm_civic_wg">
<Traits>
<Id
civ_code="kart"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_cc" Parent="cc">
<Entity Parent="template_structure_norm_civic_cc">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_fc" Parent="fc">
<Entity Parent="template_structure_resource_economic_fc">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_ff" Parent="ff">
<Entity Parent="template_structure_norm_military_ff">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_hc" Parent="hc">
<Entity Parent="template_structure_norm_civic_hc">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_ho" Parent="ho">
<Entity Parent="template_structure_norm_civic_ho">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_mc" Parent="mc">
<Entity Parent="template_structure_norm_military_mc">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_pc" Parent="pc">
<Entity Parent="template_structure_norm_military_pc">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_rc" Parent="rc">
<Entity Parent="template_structure_norm_economic_rc">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_sb1" Parent="sb">
<Entity Parent="template_structure_norm_special_sb">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_tc" Parent="tc">
<Entity Parent="template_structure_norm_economic_tc">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_tf" Parent="tf">
<Entity Parent="template_structure_norm_civic_tf">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_wc" Parent="wc">
<Entity Parent="template_structure_norm_civic_wc">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_wg" Parent="wg">
<Entity Parent="template_structure_norm_civic_wg">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="pers_wt" Parent="wt">
<Entity Parent="template_structure_norm_civic_wt">
<Traits>
<Id
civ_code="pers"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_cc" Parent="cc">
<Entity Parent="template_structure_norm_civic_cc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_fc" Parent="fc">
<Entity Parent="template_structure_resource_economic_fc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_ff" Parent="ff">
<Entity Parent="template_structure_norm_military_ff">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_hc" Parent="hc">
<Entity Parent="template_structure_norm_civic_hc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_ho" Parent="ho">
<Entity Parent="template_structure_norm_civic_ho">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_mc" Parent="mc">
<Entity Parent="template_structure_norm_military_mc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_pc" Parent="pc">
<Entity Parent="template_structure_norm_military_pc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_rc" Parent="rc">
<Entity Parent="template_structure_norm_economic_rc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_sb1" Parent="sb">
<Entity Parent="template_structure_norm_special_sb">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_sb2" Parent="celt_wc">
<Entity Parent="celt_wc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_tc" Parent="tc">
<Entity Parent="template_structure_norm_economic_tc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_tf" Parent="tf">
<Entity Parent="template_structure_norm_civic_tf">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_wc" Parent="wc">
<Entity Parent="template_structure_norm_civic_wc">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_wg" Parent="wg">
<Entity Parent="template_structure_norm_civic_wg">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="rome_wt" Parent="wt">
<Entity Parent="template_structure_norm_civic_wt">
<Traits>
<Id
civ_code="rome"

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<Entity Tag="template_structure" Parent="template_entity">
<Entity Parent="template_entity">
<Traits>
<Id
generic="Generic Structure"

Some files were not shown because too many files have changed in this diff Show More