summaryrefslogtreecommitdiff
path: root/data/test
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-10-10 22:14:45 +0300
committerAndrei Karas <akaras@inbox.ru>2017-10-10 22:15:57 +0300
commitaa3f63fd497558a02feb3ddbc44f31eac091f39b (patch)
tree0e28b9b1f0501dd8be9e1a38db4ec1777fa3fbfa /data/test
parent7c10a6b61e9d06a4ae9cc9f942dfacb6fcfd9d3d (diff)
downloadplus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.gz
plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.bz2
plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.tar.xz
plus-aa3f63fd497558a02feb3ddbc44f31eac091f39b.zip
Remove most unused files.
Diffstat (limited to 'data/test')
-rw-r--r--data/test/CMakeLists.txt28
-rw-r--r--data/test/Makefile.am31
-rw-r--r--data/test/arrow_up.pngbin234 -> 0 bytes
-rw-r--r--data/test/arrow_up_A.pngbin199 -> 0 bytes
-rw-r--r--data/test/arrow_up_B.pngbin209 -> 0 bytes
-rw-r--r--data/test/arrow_up_S.pngbin196 -> 0 bytes
-rw-r--r--data/test/dir1/CMakeLists.txt5
-rw-r--r--data/test/dir1/Makefile.am8
-rw-r--r--data/test/dir1/file1.txt2
-rw-r--r--data/test/dir2/CMakeLists.txt6
-rw-r--r--data/test/dir2/Makefile.am9
-rw-r--r--data/test/dir2/file1.txt1
-rw-r--r--data/test/dir2/file2.txt1
-rw-r--r--data/test/dye.pngbin794 -> 0 bytes
-rw-r--r--data/test/equipmentwindow.xml53
-rw-r--r--data/test/hide.pngbin368 -> 0 bytes
-rw-r--r--data/test/items.xml186
-rw-r--r--data/test/palette.gpl12
-rw-r--r--data/test/paths.xml7
-rw-r--r--data/test/quests.xml6
-rw-r--r--data/test/serverlistplus.xml171
-rw-r--r--data/test/simplefile.txt2
-rw-r--r--data/test/test.txt2
-rw-r--r--data/test/test.zipbin2798 -> 0 bytes
l---------data/test/test2.txt1
-rw-r--r--data/test/test2.zipbin4550 -> 0 bytes
-rw-r--r--data/test/test3.zipbin531 -> 0 bytes
-rw-r--r--data/test/test4.zipbin22 -> 0 bytes
-rw-r--r--data/test/test5.zipbin333 -> 0 bytes
-rw-r--r--data/test/testintmap.xml11
-rw-r--r--data/test/units.xml10
31 files changed, 0 insertions, 552 deletions
diff --git a/data/test/CMakeLists.txt b/data/test/CMakeLists.txt
deleted file mode 100644
index cca62955c..000000000
--- a/data/test/CMakeLists.txt
+++ /dev/null
@@ -1,28 +0,0 @@
-SET(FILES
- arrow_up.png
- arrow_up_A.png
- arrow_up_B.png
- arrow_up_S.png
- dye.png
- equipmentwindow.xml
- hide.png
- items.xml
- palette.gpl
- paths.xml
- quests.xml
- serverlistplus.xml
- simplefile.txt
- test.txt
- test2.txt
- test.zip
- test2.zip
- test3.zip
- test4.zip
- test5.zip
- testintmap.xml
- units.xml
- )
-
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/test)
-
-ADD_SUBDIRECTORY(dir1 dir2)
diff --git a/data/test/Makefile.am b/data/test/Makefile.am
deleted file mode 100644
index fd185e722..000000000
--- a/data/test/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-SUBDIRS = dir1 dir2
-
-testdir = $(pkgdatadir)/data/test
-
-test_DATA = \
- arrow_up.png \
- arrow_up_A.png \
- arrow_up_B.png \
- arrow_up_S.png \
- dye.png \
- equipmentwindow.xml \
- hide.png \
- items.xml \
- palette.gpl \
- paths.xml \
- quests.xml \
- serverlistplus.xml \
- simplefile.txt \
- test.txt \
- test2.txt \
- test.zip \
- test2.zip \
- test3.zip \
- test4.zip \
- test5.zip \
- testintmap.xml \
- units.xml
-
-EXTRA_DIST = \
- $(test_DATA) \
- CMakeLists.txt
diff --git a/data/test/arrow_up.png b/data/test/arrow_up.png
deleted file mode 100644
index f6158b2ae..000000000
--- a/data/test/arrow_up.png
+++ /dev/null
Binary files differ
diff --git a/data/test/arrow_up_A.png b/data/test/arrow_up_A.png
deleted file mode 100644
index e156f4c9c..000000000
--- a/data/test/arrow_up_A.png
+++ /dev/null
Binary files differ
diff --git a/data/test/arrow_up_B.png b/data/test/arrow_up_B.png
deleted file mode 100644
index e034b13d0..000000000
--- a/data/test/arrow_up_B.png
+++ /dev/null
Binary files differ
diff --git a/data/test/arrow_up_S.png b/data/test/arrow_up_S.png
deleted file mode 100644
index 56beae480..000000000
--- a/data/test/arrow_up_S.png
+++ /dev/null
Binary files differ
diff --git a/data/test/dir1/CMakeLists.txt b/data/test/dir1/CMakeLists.txt
deleted file mode 100644
index 1c032280b..000000000
--- a/data/test/dir1/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-SET(FILES
- file1.txt
- )
-
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/test/dir1)
diff --git a/data/test/dir1/Makefile.am b/data/test/dir1/Makefile.am
deleted file mode 100644
index e731f75f2..000000000
--- a/data/test/dir1/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-dir1dir = $(pkgdatadir)/data/test/dir1
-
-dir1_DATA = \
- file1.txt
-
-EXTRA_DIST = \
- $(dir1_DATA) \
- CMakeLists.txt
diff --git a/data/test/dir1/file1.txt b/data/test/dir1/file1.txt
deleted file mode 100644
index 6a14a1b0f..000000000
--- a/data/test/dir1/file1.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-test line 1
-test line 2 \ No newline at end of file
diff --git a/data/test/dir2/CMakeLists.txt b/data/test/dir2/CMakeLists.txt
deleted file mode 100644
index 60f5429ec..000000000
--- a/data/test/dir2/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-SET(FILES
- file1.txt
- file2.txt
- )
-
-INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/test/dir2)
diff --git a/data/test/dir2/Makefile.am b/data/test/dir2/Makefile.am
deleted file mode 100644
index 17934f3df..000000000
--- a/data/test/dir2/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-dir2dir = $(pkgdatadir)/data/test/dir2
-
-dir2_DATA = \
- file1.txt \
- file2.txt
-
-EXTRA_DIST = \
- $(dir2_DATA) \
- CMakeLists.txt
diff --git a/data/test/dir2/file1.txt b/data/test/dir2/file1.txt
deleted file mode 100644
index 7d4116bf2..000000000
--- a/data/test/dir2/file1.txt
+++ /dev/null
@@ -1 +0,0 @@
-file1 test line 1
diff --git a/data/test/dir2/file2.txt b/data/test/dir2/file2.txt
deleted file mode 100644
index aff8265a1..000000000
--- a/data/test/dir2/file2.txt
+++ /dev/null
@@ -1 +0,0 @@
-file2 test line 1
diff --git a/data/test/dye.png b/data/test/dye.png
deleted file mode 100644
index a78675b94..000000000
--- a/data/test/dye.png
+++ /dev/null
Binary files differ
diff --git a/data/test/equipmentwindow.xml b/data/test/equipmentwindow.xml
deleted file mode 100644
index 91db49205..000000000
--- a/data/test/equipmentwindow.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Author: 4144
-Copyright (C) 2011-2012 Evol Online -->
-
-<equipment>
- <page name="default">
- <playerbox x="50" y="80" width="74" height="168"/>
- <slot name="torso" x="94" y="48" image="0"/>
- <slot name="gloves" x="8" y="92" image="1"/>
- <slot name="hat" x="72" y="4" image="2"/>
- <slot name="pants" x="50" y="271" image="3"/>
- <slot name="boots" x="94" y="271" image="4"/>
- <slot name="" x="8" y="213"/>
- <slot name="wings" x="136" y="227" image="10"/>
- <slot name="scarf" x="50" y="48" image="11"/>
- <slot name="weapon" x="8" y="182" image="7"/>
- <slot name="shield" x="136" y="182" image="8"/>
- <slot name="ammo" x="136" y="92" image="9"/>
- <slot name="amulet" x="8" y="137" image="6"/>
- <slot name="ring" x="136" y="137" image="5"/>
- </page>
- <page name="all">
- <slot name="slot0" x="8" y="0" image="0"/>
- <slot name="slot1" x="48" y="0" image="0"/>
- <slot name="slot2" x="88" y="0" image="0"/>
- <slot name="slot3" x="128" y="0" image="0"/>
-
- <slot name="slot4" x="8" y="40" image="0"/>
- <slot name="slot5" x="48" y="40" image="0"/>
- <slot name="slot6" x="88" y="40" image="0"/>
- <slot name="slot7" x="128" y="40" image="0"/>
-
- <slot name="slot8" x="8" y="80" image="0"/>
- <slot name="slot9" x="48" y="80" image="0"/>
- <slot name="slot10" x="88" y="80" image="0"/>
- <slot name="slot11" x="128" y="80" image="0"/>
-
- <slot name="slot12" x="8" y="120" image="0"/>
- <slot name="slot13" x="48" y="120" image="0"/>
- <slot name="slot14" x="88" y="120" image="0"/>
- <slot name="slot15" x="128" y="120" image="0"/>
-
- <slot name="slot16" x="8" y="160" image="0"/>
- <slot name="slot17" x="48" y="160" image="0"/>
- <slot name="slot18" x="88" y="160" image="0"/>
- <slot name="slot19" x="128" y="160" image="0"/>
-
- <slot name="slot20" x="8" y="200" image="0"/>
- <slot name="slot21" x="48" y="200" image="0"/>
- <slot name="slot22" x="88" y="200" image="0"/>
- <slot name="slot23" x="128" y="200" image="0"/>
- </page>
-</equipment>
diff --git a/data/test/hide.png b/data/test/hide.png
deleted file mode 100644
index d2417669a..000000000
--- a/data/test/hide.png
+++ /dev/null
Binary files differ
diff --git a/data/test/items.xml b/data/test/items.xml
deleted file mode 100644
index b18453974..000000000
--- a/data/test/items.xml
+++ /dev/null
@@ -1,186 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Authors: 4144, Alige, Piman, Reid
-Copyright (C) 2010-2015 Evol Online -->
-
-<!--
-New organization (04/12/11).
--0 -99 = Hairstyles
--100 -infinity = Races
-30 500 = Weapon Animations
-501 699 = Usable Items
-700 999 = Generic Items
-1000 1299 = Necklaces
-1300 1799 = Chest Armors
-1800 1999 = Boots
-2000 2199 = Gloves
-2200 2499 = Pants
-2500 2699 = Wings
-2700 2899 = Shields
-2900 3199 = Head Gears
-3200 3499 = Neck Armors
-3500 3999 = Weapons
-4000 4999 = Pets
-5000 5999 = Cards
-6000 6999 = Bows
-7000 7999 = Arrows
-Colors for dyeable equipments or items are now set up by itemcolors.xml.
--->
-
-<items>
- <!-- Hairstyles -->
- <item id="-1" type="hairsprite" name="Bald">
- <sprite>hairstyles/hairstyle01.xml</sprite>
- </item>
- <item id="-2" type="hairsprite" name="Bowl Cut" colors="hairS">
- <sprite>hairstyles/hairstyle02.xml</sprite>
- </item>
- <item id="-3" type="hairsprite" name="Combed Back" colors="hairS">
- <sprite>hairstyles/hairstyle03.xml</sprite>
- </item>
- <item id="-4" type="hairsprite" name="Emo" colors="hairS">
- <sprite>hairstyles/hairstyle04.xml</sprite>
- </item>
- <item id="-5" type="hairsprite" name="Mohawk" colors="hairS">
- <sprite>hairstyles/hairstyle05.xml</sprite>
- </item>
- <item id="-6" type="hairsprite" name="Pompadour" colors="hairS">
- <sprite>hairstyles/hairstyle06.xml</sprite>
- </item>
- <item id="-7" type="hairsprite" name="Center Parting" colors="hairS">
- <sprite>hairstyles/hairstyle07.xml</sprite>
- </item>
- <item id="-8" type="hairsprite" name="Long and Slick" colors="hair">
- <sprite>hairstyles/hairstyle08.xml</sprite>
- </item>
- <item id="-9" type="hairsprite" name="Short and Curly" colors="hair">
- <sprite>hairstyles/hairstyle09.xml</sprite>
- </item>
- <item id="-10" type="hairsprite" name="Pigtails" colors="hair">
- <sprite>hairstyles/hairstyle10.xml</sprite>
- </item>
- <item id="-11" type="hairsprite" name="Long and Curly" colors="hair">
- <sprite>hairstyles/hairstyle11.xml</sprite>
- </item>
- <item id="-12" type="hairsprite" name="Parted" colors="hair">
- <sprite>hairstyles/hairstyle12.xml</sprite>
- </item>
- <item id="-13" type="hairsprite" name="Perky Ponytail" colors="hairS">
- <sprite>hairstyles/hairstyle13.xml</sprite>
- </item>
- <item id="-14" type="hairsprite" name="Wave" colors="hairS">
- <sprite>hairstyles/hairstyle14.xml</sprite>
- </item>
- <item id="-15" type="hairsprite" name="Mane" colors="hairS">
- <sprite>hairstyles/hairstyle15.xml</sprite>
- </item>
- <item id="-16" type="hairsprite" name="Bun" colors="hairS">
- <sprite>hairstyles/hairstyle16.xml</sprite>
- </item>
- <item id="-17" type="hairsprite" name="Wavy" colors="hairS">
- <sprite>hairstyles/hairstyle17.xml</sprite>
- </item>
- <item id="-18" type="hairsprite" name="Bunches" colors="hairS">
- <sprite>hairstyles/hairstyle18.xml</sprite>
- </item>
- <item id="-19" type="hairsprite" name="Long Ponytail" colors="hairS">
- <sprite>hairstyles/hairstyle19.xml</sprite>
- </item>
- <item id="-20" type="hairsprite" name="Infinitely Long" colors="hair">
- <sprite>hairstyles/hairstyle20.xml</sprite>
- </item>
- <item id="-21" type="hairsprite" name="Choppy" colors="hair">
- <sprite>hairstyles/hairstyle21.xml</sprite>
- </item>
- <item id="-22" type="hairsprite" name="Wild" colors="hair">
- <sprite>hairstyles/hairstyle22.xml</sprite>
- </item>
- <item id="-23" type="hairsprite" name="Punk" colors="hairS">
- <sprite>hairstyles/hairstyle23.xml</sprite>
- </item>
- <item id="-24" type="hairsprite" name="Imperial" colors="hairS">
- <sprite>hairstyles/hairstyle24.xml</sprite>
- </item>
- <item id="-25" type="hairsprite" name="Side Strand" colors="hairS">
- <sprite>hairstyles/hairstyle25.xml</sprite>
- </item>
- <item id="-26" type="hairsprite" name="Messy" colors="hairS">
- <sprite>hairstyles/hairstyle26.xml</sprite>
- </item>
- <item id="-27" type="hairsprite" name="Flat Ponytail" colors="hairS">
- <sprite>hairstyles/hairstyle27.xml</sprite>
- </item>
- <item id="-28" type="hairsprite" name="Tapered Nape" colors="hairS">
- <sprite>hairstyles/hairstyle28.xml</sprite>
- </item>
-
- <!-- Races -->
- <item id="-100" type="racesprite" name="Human">
- <sprite gender="unisex">races/human-male.xml</sprite>
- <sprite gender="female">races/human-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-101" type="racesprite" name="Ukar">
- <sprite gender="unisex">races/ukar-male.xml</sprite>
- <sprite gender="female">races/ukar-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-102" type="racesprite" name="Demon">
- <sprite gender="unisex">races/demon-male.xml</sprite>
- <sprite gender="female">races/demon-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-103" type="racesprite" name="Elven">
- <sprite gender="unisex">races/elven-male.xml</sprite>
- <sprite gender="female">races/elven-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-104" type="racesprite" name="Orc">
- <sprite gender="unisex">races/orc-male.xml</sprite>
- <sprite gender="female">races/orc-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-105" type="racesprite" name="Raijin">
- <sprite gender="unisex">races/raijin-male.xml</sprite>
- <sprite gender="female">races/raijin-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-106" type="racesprite" name="Tritan">
- <sprite gender="unisex">races/tritan-male.xml</sprite>
- <sprite gender="female">races/tritan-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
-
- <!-- Special Races -->
- <item id="-150" type="racesprite" name="Piou">
- <sprite gender="unisex">races/piou-unisex.xml</sprite>
- <sound event="hit">monsters/piou/hit1.ogg</sound>
- <sound event="miss">monsters/piou/miss1.ogg</sound>
- </item>
-
- <!-- Cards -->
- <item id="5000"
- image="dye.png|S:#3c3c3c,3e1e28,4d4d4d,6f2630,686868,a6313f,919191,d15b5b,b6b6b6,e59b77,dfdfdf,efe0c1"
- name="Crimson Cashmere Dye"
- useButton="Dye"
- description="Color dye that can be used on cashemere clothing."
- type="card"
- weight="1"
- cardColor="2"
- maxFloorOffset="15"/>
- <item id="5001"
- image="dye.png|S:#3c3c3c,302525,4d4d4d,4a3430,686868,69453a,919191,96664c,b6b6b6,bf8d67,dfdfdf,e6c19c"
- name="Chocolate Cashmere Dye"
- useButton="Dye"
- description="Color dye that can be used on cashemere clothing."
- type="card"
- weight="1"
- cardColor="3"
- maxFloorOffset="15"/>
-</items>
diff --git a/data/test/palette.gpl b/data/test/palette.gpl
deleted file mode 100644
index 1e78d48e3..000000000
--- a/data/test/palette.gpl
+++ /dev/null
@@ -1,12 +0,0 @@
-GIMP Palette
-Name: Iron
-Columns: 5
-#
- 47 56 46 Untitled1
- 72 80 79 Untitled2
- 91 108 107 Untitled3
-125 141 138 Untitled4
-146 157 157 Untitled5
-255 0 0 Untitled6
-0 255 0 Untitled7
-0 0 255 Untitled8
diff --git a/data/test/paths.xml b/data/test/paths.xml
deleted file mode 100644
index ce2433212..000000000
--- a/data/test/paths.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Authors: 4144, Alige, Reid
-Copyright (C) 2010-2013 Evol Online -->
-
-<configuration>
- <option name="itemIcons" value=""/>
-</configuration>
diff --git a/data/test/quests.xml b/data/test/quests.xml
deleted file mode 100644
index 6955a6b75..000000000
--- a/data/test/quests.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Authors: 4144, Alige, Hal9000, Reid
-Copyright (C) 2012-2013 Evol Online -->
-
-<quests>
-</quests>
diff --git a/data/test/serverlistplus.xml b/data/test/serverlistplus.xml
deleted file mode 100644
index 4e2b6123a..000000000
--- a/data/test/serverlistplus.xml
+++ /dev/null
@@ -1,171 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<serverlist version="1">
- <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
- <its:translateRule selector="//server/description/node" translate="yes"/>
- <its:translateRule selector="//server/state" translate="no"/>
- <its:translateRule selector="//server/site" translate="no"/>
- <its:translateRule selector="//server/support" translate="no"/>
- <its:translateRule selector="//server/registerurl" translate="no"/>
- <its:translateRule selector="//server/description_ru" translate="no"/>
- <its:translateRule selector="//server/description_fr" translate="no"/>
- <its:translateRule selector="//server/description_pt" translate="no"/>
- <its:translateRule selector="//server/description_es" translate="no"/>
- <its:translateRule selector="//server/description_ja" translate="no"/>
- <its:translateRule selector="//server/description_de" translate="no"/>
- <its:translateRule selector="//server/description_pl" translate="no"/>
- <its:translateRule selector="//server/description_pt_BR" translate="no"/>
- <its:translateRule selector="//server/description_it" translate="no"/>
- <its:translateRule selector="//server/description_vls" translate="no"/>
- <its:translateRule selector="//server/description_id" translate="no"/>
- <its:translateRule selector="//server/description_zh_CN" translate="no"/>
- <its:translateRule selector="//server/description_nl_BE" translate="no"/>
- <its:translateRule selector="//server/description_nl" translate="no"/>
- </its:rules>
-
- <server name="The Mana World" type="tmwathena">
- <connection hostname="server.themanaworld.org" althostname="167.114.185.71" port="6901" protocol="TCP" />
- <state>PRODUCTION</state>
- <site>http://themanaworld.org/</site>
- <updateMirror>http://updates.themanaworld.org/updates</updateMirror>
- <updateMirror>http://cdn.jsdelivr.net/themanaworld</updateMirror>
- <support>http://forums.themanaworld.org/viewtopic.php?f=1&amp;t=17737</support>
- <registerurl>http://www.themanaworld.org/registration.php</registerurl>
- <description>Join adventures with people from all over the world.</description>
- <description_fr>Rejoignez de nouvelles aventures avec des personnes du monde entier.</description_fr>
- <description_nl>Beleef avonturen met mensen van over de hele wereld.</description_nl>
- <description_pt_BR>Faça parte de aventuras com pessoas de todo o mundo.</description_pt_BR>
- <description_pt>Junte-se em aventuras com pessoas de todo o mundo.</description_pt>
- <description_zh_CN>和来自全球的玩家一同冒险。</description_zh_CN>
- <description_de>Trete Abenteuern mit Spielern aus aller Welt bei.</description_de>
- <description_it>Inizia l'avventura insieme a giocatori da tutto il mondo.</description_it>
- <description_ja>世界中のみんなと冒険にでかけませんか?</description_ja>
- <description_pl>Przeżywaj przygody z ludźmi z całego świata!</description_pl>
- <description_cs>Přidejte se k dobrodružství s lidmi z celého světa.</description_cs>
- <description_ru>Присоединяйся к приключениям с людьми со всего мира.</description_ru>
- <description_vls>Doe moa mee met mins'n van d'n 'ele wereld.</description_vls>
- <description_nl_BE>Deel avonturen met mensen van over de hele wereld.</description_nl_BE>
- <description_id>Bergabung berpetualangan bersama seluruh pemain dari berbagai belahan dunia.</description_id>
- <description_es>Únete a la aventura con gente de todo el mundo.</description_es>
- </server>
-
- <server name="Evol Online" type="evol2">
- <connection hostname="world.evolonline.org" althostname="212.85.158.133" port="6901" protocol="TCP" />
- <state>DEVELOPMENT</state>
- <defaultUpdateHost name="Evol normal updates" />
- <updates name="Evol beta updates">
- <host>http://download2.evolonline.org</host>
- </updates>
- <site>http://www.evolonline.org/</site>
- <support>http://www.evolonline.org/chat/</support>
- <description>Evol Online Beta server.</description>
- <description_fr>Serveur Beta d'Evol Online.</description_fr>
- <description_nl> Evol Online Beta server.</description_nl>
- <description_pt_BR>Servidor Beta Evol Online</description_pt_BR>
- <description_pt>Servidor Beta Evol Online</description_pt>
- <description_zh_CN>Evol Online Beta 服务器。</description_zh_CN>
- <description_de>Evol Online Beta server.</description_de>
- <description_it>Evol Online Beta server.</description_it>
- <description_ja>Evol Onlineβサーバー</description_ja>
- <description_pl>Evol Online- serwer beta </description_pl>
- <description_cs>Evol Online Beta server.</description_cs>
- <description_ru>Evol Online бета сервер.</description_ru>
- <description_vls>Evol Online Beta server.</description_vls>
- <description_nl_BE>Evol Online Beta Server</description_nl_BE>
- <description_id>server Evol Online Beta.</description_id>
- <description_es>Servidor Beta de Evol Online.</description_es>
- </server>
-
- <server name="The Mana World (Brazil)" type="tmwathena">
- <connection hostname="tmw-br.scall.org" port="6901" protocol="TCP" />
- <state>PRODUCTION</state>
- <site>http://tmw-br.scall.org/</site>
- <support>http://tmw-br.scall.org/webchat</support>
- <description>Server with original content in portuguese.</description>
- <description_fr>Serveur avec un contenu en portugais de base.</description_fr>
- <description_nl>Server met de originele inhoud in het Portugees.</description_nl>
- <description_pt_BR>Servidor com conteúdo original em português.</description_pt_BR>
- <description_pt>Servidor com conteúdo original em português.</description_pt>
- <description_zh_CN>葡萄牙语版服务器。</description_zh_CN>
- <description_de>Server mit originalem Inhalt auf Portugisisch.</description_de>
- <description_it>Server con contenuti originali in lingua portoghese.</description_it>
- <description_ja>オリジナルな内容も充実したポルトガル語サーバー</description_ja>
- <description_pl>Serwer z oryginalną zawartością w języku portugalskim</description_pl>
- <description_ru>Сервер с оригинальным контентом на португальском.</description_ru>
- <description_vls>Server me originel'n inhod in 't portugees.</description_vls>
- <description_nl_BE>Server met de oorspronkelijke inhoud in het Portugees.</description_nl_BE>
- <description_id>Server dengan Bahasa Portugis</description_id>
- <description_es>Servidor con contenido original en portugués.</description_es>
- </server>
-
- <server name="The Mana World (German)" type="tmwathena">
- <connection hostname="germantmw.de" port="6901" protocol="TCP" />
- <state>DEVELOPMENT</state>
- <site>http://germantmw.de/</site>
- <description>A german The Mana World Server.</description>
- <description_fr>Un serveur allemand du jeu The Mana World.</description_fr>
- <description_nl>Een Duitse The Mana World server.</description_nl>
- <description_pt_BR>Um Servidor The Mana World alemão.</description_pt_BR>
- <description_pt>Servidor The Mana World Alemão.</description_pt>
- <description_zh_CN>德语版 The Mana World。</description_zh_CN>
- <description_de>Ein deutscher The Mana World Server.</description_de>
- <description_it>Server The Mana World in tedesco.</description_it>
- <description_ja>The Mana World ドイツ語サーバー</description_ja>
- <description_pl>Niemiecki serwer The Mana World.</description_pl>
- <description_cs>Německý The Mana World Server.</description_cs>
- <description_ru>Немецкий сервер The Mana World.</description_ru>
- <description_vls>Nen dutsn The Mana World serv'r.</description_vls>
- <description_nl_BE>Een Duitse 'The Mana World' server.</description_nl_BE>
- <description_id>Server The Mana World dengan Bahasa German</description_id>
- <description_es>Un Servidor de The Mana World en alemán.</description_es>
- </server>
-
- <server name="Land of Fire" type="tmwathena">
- <connection hostname="landoffire.org" port="6901" protocol="TCP" />
- <description>Mutant clone of TMW with new quests, items, and progression speed</description>
- <description_fr>Clone mutant de TMW avec de nouvelles quêtes, de nouveaux objets et une progression accélérée.</description_fr>
- <description_pt_BR>Clone mutante do TMW com novas quests, itens e velocidade de progressão.</description_pt_BR>
- <description_zh_CN>TheManaWorld游戏的克隆版本,拥有新的关卡,任务和物品等</description_zh_CN>
- <description_pl>Zmutowany klon TMW z nowymi questami, przedmiotami i prędkością progresji.</description_pl>
- <description_cs>Mutantní klon TMW s novými úkoly, předměty a rychlostí postupu.</description_cs>
- <description_ru>TMW клон-мутан с новыми квестами, предметами и скоростью развития</description_ru>
- <description_vls>Gemutièrde kloan van TMW me nieuw' kwestn, ding'n en voorutgoande snel'eid</description_vls>
- <description_nl_BE>Aangepaste versie van TMW met nieuwe opdrachten, voorwerpen en ontwikkelingssnelheid</description_nl_BE>
- <description_es>Clon mutante de TMW con nuevas misiones, artículos y veloz progreso.</description_es>
- <state>DEVELOPMENT</state>
- <site>http://landoffire.org/</site>
- </server>
-
- <server name="Hercules preview server" type="eathena">
- <connection hostname="hercules.manaplus.org" althostname="212.85.158.133" port="6900" protocol="TCP" packetVersion="20150000"/>
- <state>DEVELOPMENT</state>
- <site>http://manaplus.org/</site>
- <support>http://manaplus.org/</support>
- <updateMirror>http://download.evolonline.org/manaplus/hercules/data</updateMirror>
- <description>Server for testing ManaPlus features.</description>
- </server>
-
- <server name="The Mana World test server" type="tmwathena">
- <connection hostname="testing.themanaworld.org" althostname="167.114.185.71" port="6902" protocol="TCP" />
- <state>DEVELOPMENT</state>
- <site>http://themanaworld.org/</site>
- <support>http://forums.themanaworld.org/viewforum.php?f=2</support>
- <onlineListUrl>server.themanaworld.org/testing</onlineListUrl>
- <updateMirror>http://updates.themanaworld.org/test-updates</updateMirror>
- <description>New content can be tested here before release.</description>
- <description_fr>Les nouveautés peuvent être testées ici avant leur sortie officielle.</description_fr>
- <description_nl>Nieuwe inhoud kan hier, alvorens te worden uitgebracht, worden getest.</description_nl>
- <description_pt_BR>Novo conteúdo pode ser testado aqui antes do lançamento.</description_pt_BR>
- <description_pt>Novos conteúdos são testados aqui antes de serem lançados. </description_pt>
- <description_zh_CN>新内容发布前可以在这里测试。</description_zh_CN>
- <description_de>Neuer Inhalt kann hier vor Veröffentlichung getestet werden.</description_de>
- <description_it>Server per testare i nuovi contenuti di gioco prima della release ufficiale.</description_it>
- <description_ja>リリース前の新しいコンテンツはこちらでテストできます</description_ja>
- <description_pl>Nowa zawartość The Mana World jest testowana tutaj przed oficjalnym wydaniem.</description_pl>
- <description_cs>Zde můžeš otestovat nový obsah před vydáním.</description_cs>
- <description_ru>Здесь тестируется новый контент перед релизом.</description_ru>
- <description_vls>Nieuw'n inhod kan ier getest weur'n voar release.</description_vls>
- <description_nl_BE>Nieuwe inhoud kan hier worden getest alvorens publiekelijk te gaan.</description_nl_BE>
- <description_id> </description_id>
- <description_es>Nuevos contenidos pueden ser probados aquí antes de ser liberados.</description_es>
- </server>
-</serverlist>
diff --git a/data/test/simplefile.txt b/data/test/simplefile.txt
deleted file mode 100644
index 5ba62e4c1..000000000
--- a/data/test/simplefile.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-this is test
-file. \ No newline at end of file
diff --git a/data/test/test.txt b/data/test/test.txt
deleted file mode 100644
index 6a14a1b0f..000000000
--- a/data/test/test.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-test line 1
-test line 2 \ No newline at end of file
diff --git a/data/test/test.zip b/data/test/test.zip
deleted file mode 100644
index 401d83780..000000000
--- a/data/test/test.zip
+++ /dev/null
Binary files differ
diff --git a/data/test/test2.txt b/data/test/test2.txt
deleted file mode 120000
index 541cb64f9..000000000
--- a/data/test/test2.txt
+++ /dev/null
@@ -1 +0,0 @@
-test.txt \ No newline at end of file
diff --git a/data/test/test2.zip b/data/test/test2.zip
deleted file mode 100644
index d225c1e84..000000000
--- a/data/test/test2.zip
+++ /dev/null
Binary files differ
diff --git a/data/test/test3.zip b/data/test/test3.zip
deleted file mode 100644
index 1d56fd7bf..000000000
--- a/data/test/test3.zip
+++ /dev/null
Binary files differ
diff --git a/data/test/test4.zip b/data/test/test4.zip
deleted file mode 100644
index 15cb0ecb3..000000000
--- a/data/test/test4.zip
+++ /dev/null
Binary files differ
diff --git a/data/test/test5.zip b/data/test/test5.zip
deleted file mode 100644
index 1f40a398c..000000000
--- a/data/test/test5.zip
+++ /dev/null
Binary files differ
diff --git a/data/test/testintmap.xml b/data/test/testintmap.xml
deleted file mode 100644
index 342591f9c..000000000
--- a/data/test/testintmap.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Author: 4144
-Copyright (C) 2016 ManaPlus developers -->
-
-<tests>
- <sub>
- <item id="1" val="2"/>
- <item id="10" val="20"/>
- <item id="3"/>
- </sub>
-</tests>
diff --git a/data/test/units.xml b/data/test/units.xml
deleted file mode 100644
index 37e520127..000000000
--- a/data/test/units.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Author: 4144
-Copyright (C) 2010-2013 Evol Online -->
-
-<units>
- <unit type="currency" base=" E" round="0" separator=" "/>
- <unit type="weight" base=" Florin" round="0" separator=" ">
- <level symbol=" KF" count="1000" round="2"/>
- </unit>
-</units>