share/hedgewars/Data/misc/hedgewars-mimeinfo.xml
author Wuzzy <Wuzzy2@mail.ru>
Sat, 02 Nov 2019 13:01:28 +0100
changeset 15501 5a30396f8fb2
parent 15188 7e06f3368470
permissions -rwxr-xr-x
ClimbHome: Change misleading Seed assignment to nil value This was "Seed = ClimbHome", but ClimbHome was a nil value. This code still worked as the engine interpreted the nil value as empty string. But it can be very misleading. This changeset makes the Seed assignment more explicit by assigning the empty string directly. The compability has been tested.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4083
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
     1
<?xml version="1.0"?>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
     2
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
     3
  <mime-type type="application/x-hedgewars-demo">
4091
f89b8d0afbe1 set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
nemo
parents: 4083
diff changeset
     4
    <icon name="hedgewars" />
f89b8d0afbe1 set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
nemo
parents: 4083
diff changeset
     5
    <!--
f89b8d0afbe1 set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
nemo
parents: 4083
diff changeset
     6
    https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/217997
f89b8d0afbe1 set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
nemo
parents: 4083
diff changeset
     7
    <generic-icon name="applications-games"/>
f89b8d0afbe1 set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
nemo
parents: 4083
diff changeset
     8
    -->
4083
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
     9
    <comment>Hedgewars Demo</comment>
10651
7a8e321be3bd Issue 848: Minor translation update for German (misc files)
wuzzy
parents: 8922
diff changeset
    10
    <comment xml:lang="de">Hedgewars-Wiederholung</comment>
4786
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    11
    <comment xml:lang="es">Demo de Hedgewars</comment>
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    12
    <comment xml:lang="fr">Démonstration d'Hedgewars</comment>
15188
7e06f3368470 Add Scottish Gaelic translation in metadata files
GunChleoc
parents: 13616
diff changeset
    13
    <comment xml:lang="gd">Ath-chluiche Hedgewars</comment>
4786
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    14
    <comment xml:lang="it">Demo di Hedgewars</comment>
7354
b79b545bd568 remaining files for the Danish translation
kjpou1
parents: 5398
diff changeset
    15
    <comment xml:lang="ko">헤즈와스 데모</comment>
4096
6fab0759409c polish localisation for opendesktop files
szczur
parents: 4091
diff changeset
    16
    <comment xml:lang="pl">Demo gry Hedgewars</comment>
7354
b79b545bd568 remaining files for the Danish translation
kjpou1
parents: 5398
diff changeset
    17
    <comment xml:lang="pt">Hedgewars Demo</comment>
4105
705ac4981b98 slovak opendesktop translations
jose1711
parents: 4097
diff changeset
    18
    <comment xml:lang="sk">Demo hry Hedgewars</comment>
5398
ba348dd1d340 Updated Czech translation
karibikCZ
parents: 4786
diff changeset
    19
    <comment xml:lang="cs">Ukázka hry Hedgewars</comment>
4126
8ac87321c8b9 updated swedish translation
henek
parents: 4118
diff changeset
    20
    <comment xml:lang="sv">Demo för Hedgewars</comment>
7354
b79b545bd568 remaining files for the Danish translation
kjpou1
parents: 5398
diff changeset
    21
    <comment xml:lang="da">Hedgewars-demo</comment>
8922
b3874fa07e77 turkish translation updates
volkan
parents: 8766
diff changeset
    22
    <comment xml:lang="tr">Hedgewars Dösteri</comment>
4083
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    23
    <magic priority="50">
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    24
      <match required="yes" type="byte" offset="0" value="2"/>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    25
      <match required="yes" type="big16" offset="1" value="21572"/>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    26
    </magic>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    27
    <glob weight="60" pattern="*.hwd"/>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    28
  </mime-type>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    29
  <mime-type type="application/x-hedgewars-save">
4091
f89b8d0afbe1 set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
nemo
parents: 4083
diff changeset
    30
    <icon name="hedgewars" />
f89b8d0afbe1 set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
nemo
parents: 4083
diff changeset
    31
    <!--<generic-icon name="applications-games"/>-->
4083
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    32
    <comment>Hedgewars Save</comment>
10651
7a8e321be3bd Issue 848: Minor translation update for German (misc files)
wuzzy
parents: 8922
diff changeset
    33
    <comment xml:lang="de">Hedgewars-Spielstand</comment>
4786
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    34
    <comment xml:lang="es">Partida guardada de Hedgewars</comment>
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    35
    <comment xml:lang="fr">Parties enregistrées d'Hedgewars</comment>
15188
7e06f3368470 Add Scottish Gaelic translation in metadata files
GunChleoc
parents: 13616
diff changeset
    36
    <comment xml:lang="gd">Geama Hedgewars</comment>
7354
b79b545bd568 remaining files for the Danish translation
kjpou1
parents: 5398
diff changeset
    37
    <comment xml:lang="ko">헤즈와스 저장된 게임</comment>
4786
71fb9189d91c French translation finally gets some love
ourobolos
parents: 4780
diff changeset
    38
    <comment xml:lang="it">Partita salvata di Hedgewars</comment>
4096
6fab0759409c polish localisation for opendesktop files
szczur
parents: 4091
diff changeset
    39
    <comment xml:lang="pl">Zapis gry Hedgewars</comment>
7354
b79b545bd568 remaining files for the Danish translation
kjpou1
parents: 5398
diff changeset
    40
    <comment xml:lang="pt">Partida guardada de Hedgewars</comment>
4105
705ac4981b98 slovak opendesktop translations
jose1711
parents: 4097
diff changeset
    41
    <comment xml:lang="sk">Uložená hra Hedgewars</comment>
5398
ba348dd1d340 Updated Czech translation
karibikCZ
parents: 4786
diff changeset
    42
    <comment xml:lang="cs">Uložená hra Hedgewars</comment>
4126
8ac87321c8b9 updated swedish translation
henek
parents: 4118
diff changeset
    43
    <comment xml:lang="sv">Sparfil för Hedgewars</comment>
7354
b79b545bd568 remaining files for the Danish translation
kjpou1
parents: 5398
diff changeset
    44
    <comment xml:lang="da">Gemt Hedgewars-spil</comment>
8922
b3874fa07e77 turkish translation updates
volkan
parents: 8766
diff changeset
    45
    <comment xml:lang="tr">Hedgewars kayıtlı oyun</comment>
4083
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    46
    <magic priority="50">
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    47
      <match required="yes" type="byte" offset="0" value="2"/>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    48
      <match required="yes" type="big16" offset="1" value="21587"/>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    49
    </magic>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    50
    <glob weight="60" pattern="*.hws"/>
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    51
  </mime-type>
8766
ce153d705fff scheme association for linux (although it stops during connection)
koda
parents: 7354
diff changeset
    52
  <mime-type type="x-scheme-handler/hwplay">
ce153d705fff scheme association for linux (although it stops during connection)
koda
parents: 7354
diff changeset
    53
    <icon name="hedgewars" />
ce153d705fff scheme association for linux (although it stops during connection)
koda
parents: 7354
diff changeset
    54
    <comment>Hedgewars ServerAccess Scheme</comment>
ce153d705fff scheme association for linux (although it stops during connection)
koda
parents: 7354
diff changeset
    55
    <glob weight="60" pattern="hwplay://*"/>
ce153d705fff scheme association for linux (although it stops during connection)
koda
parents: 7354
diff changeset
    56
  </mime-type>
4083
830d1f4eb517 Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
nemo
parents:
diff changeset
    57
</mime-info>