share/hedgewars/Data/misc/hedgewars-mimeinfo.xml
author Wuzzy <Wuzzy2@mail.ru>
Tue, 24 Jul 2018 20:07:58 +0200
branch0.9.24
changeset 13550 d42237d16acf
parent 10651 7a8e321be3bd
child 13615 3561a457c11c
permissions -rwxr-xr-x
Limit max droplet count to 50 (fix for 0.9.24 branch only) This fixes the issue with insane amounts of droplets in 0.9.24. It's temporary, the real fix is in default branch, but would be desyncing.

<?xml version="1.0"?>
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
  <mime-type type="application/x-hedgewars-demo">
    <icon name="hedgewars" />
    <!--
    https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/217997
    <generic-icon name="applications-games"/>
    -->
    <comment>Hedgewars Demo</comment>
    <comment xml:lang="de">Hedgewars-Wiederholung</comment>
    <comment xml:lang="es">Demo de Hedgewars</comment>
    <comment xml:lang="fr">Démonstration d'Hedgewars</comment>
    <comment xml:lang="it">Demo di Hedgewars</comment>
    <comment xml:lang="ko">헤즈와스 데모</comment>
    <comment xml:lang="pl">Demo gry Hedgewars</comment>
    <comment xml:lang="pt">Hedgewars Demo</comment>
    <comment xml:lang="sk">Demo hry Hedgewars</comment>
    <comment xml:lang="cs">Ukázka hry Hedgewars</comment>
    <comment xml:lang="sv">Demo för Hedgewars</comment>
    <comment xml:lang="da">Hedgewars-demo</comment>
    <comment xml:lang="tr">Hedgewars Dösteri</comment>
    <magic priority="50">
      <match required="yes" type="byte" offset="0" value="2"/>
      <match required="yes" type="big16" offset="1" value="21572"/>
    </magic>
    <glob weight="60" pattern="*.hwd"/>
  </mime-type>
  <mime-type type="application/x-hedgewars-save">
    <icon name="hedgewars" />
    <!--<generic-icon name="applications-games"/>-->
    <comment>Hedgewars Save</comment>
    <comment xml:lang="de">Hedgewars-Spielstand</comment>
    <comment xml:lang="es">Partida guardada de Hedgewars</comment>
    <comment xml:lang="fr">Parties enregistrées d'Hedgewars</comment>
    <comment xml:lang="ko">헤즈와스 저장된 게임</comment>
    <comment xml:lang="it">Partita salvata di Hedgewars</comment>
    <comment xml:lang="pl">Zapis gry Hedgewars</comment>
    <comment xml:lang="pt">Partida guardada de Hedgewars</comment>
    <comment xml:lang="sk">Uložená hra Hedgewars</comment>
    <comment xml:lang="cs">Uložená hra Hedgewars</comment>
    <comment xml:lang="sv">Sparfil för Hedgewars</comment>
    <comment xml:lang="da">Gemt Hedgewars-spil</comment>
    <comment xml:lang="tr">Hedgewars kayıtlı oyun</comment>
    <magic priority="50">
      <match required="yes" type="byte" offset="0" value="2"/>
      <match required="yes" type="big16" offset="1" value="21587"/>
    </magic>
    <glob weight="60" pattern="*.hws"/>
  </mime-type>
  <mime-type type="x-scheme-handler/hwplay">
    <icon name="hedgewars" />
    <!--<generic-icon name="applications-games"/>-->
    <comment>Hedgewars ServerAccess Scheme</comment>
    <magic priority="50">
      <match required="yes" type="byte" offset="0" value="2"/>
      <match required="yes" type="big16" offset="1" value="21587"/>
    </magic>
    <glob weight="60" pattern="hwplay://*"/>
  </mime-type>
</mime-info>