diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-12-29 13:43:24 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2006-12-29 13:43:24 +0000 |
commit | 291ad04d5b5c4ab08d85eadde116f968cd579b77 (patch) | |
tree | e4dced5715a5d9792cfdc0455a6b3ee6d3116079 /data | |
parent | 3d404e743105bb9168c89e3451cf35d7d59120b1 (diff) | |
download | manaserv-291ad04d5b5c4ab08d85eadde116f968cd579b77.tar.gz manaserv-291ad04d5b5c4ab08d85eadde116f968cd579b77.tar.bz2 manaserv-291ad04d5b5c4ab08d85eadde116f968cd579b77.tar.xz manaserv-291ad04d5b5c4ab08d85eadde116f968cd579b77.zip |
Physically split the server into one tmwserv-acount program (account +
chat + database) and multiple tmwserv-game programs (selected with
respect to the maps). Cleaned the repository by moving server-specific
source files into dedicated directories.
Diffstat (limited to 'data')
-rw-r--r-- | data/maps.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/data/maps.xml b/data/maps.xml new file mode 100644 index 00000000..3592aa46 --- /dev/null +++ b/data/maps.xml @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<maps> + <map id="1" name="new_1-1.tmx.gz"/> + <map id="2" name="new_2-1.tmx.gz"/> + <map id="3" name="new_3-1.tmx.gz"/> + <map id="4" name="new_4-1.tmx.gz"/> + <map id="5" name="new_5-1.tmx.gz"/> + <map id="6" name="new_6-1.tmx.gz"/> + <map id="7" name="new_7-1.tmx.gz"/> + <map id="8" name="new_8-1.tmx.gz"/> + <map id="9" name="new_9-1.tmx.gz"/> + <map id="10" name="new_10-1.tmx.gz"/> + <map id="11" name="new_11-1.tmx.gz"/> + <map id="12" name="new_12-1.tmx.gz"/> + <map id="13" name="new_13-1.tmx.gz"/> + <map id="14" name="new_14-1.tmx.gz"/> + <map id="15" name="new_15-1.tmx.gz"/> + <map id="16" name="new_16-1.tmx.gz"/> + <map id="17" name="new_17-1.tmx.gz"/> + <map id="18" name="new_18-1.tmx.gz"/> + <map id="19" name="new_19-1.tmx.gz"/> +</maps> |