Release 0.9.14
git-svn-id: http://svn.code.sf.net/p/xqf/code/trunk@602 d2ac09be-c843-0410-8b1f-f8a84130e0ec
This commit is contained in:
parent
a7dfe97f52
commit
4b93df967d
@ -1,3 +1,6 @@
|
||||
Mar 21, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
|
||||
- released 0.9.14
|
||||
|
||||
Mar 20, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
|
||||
- load GeoIP.dat from location specified in environment variable xqf_GEOIPDAT
|
||||
|
||||
|
16
xqf/NEWS
16
xqf/NEWS
@ -1,3 +1,19 @@
|
||||
XQF 0.9.14 -- March 21, 2004
|
||||
~~~~~~~~~~
|
||||
Changes since 0.9.13:
|
||||
|
||||
o New games: UT2004, Postal2, BF1942(wine). All without official master.
|
||||
o Improved --launch parameter, now only requires IP address and asks for type
|
||||
if needed. It's possible now to use this together with e.g. XChat.
|
||||
o Add --add parameter to just add a server to favorites
|
||||
o Fix LAN browsing
|
||||
o Add LAN masters by default
|
||||
o Support password on Savage servers
|
||||
o New server properties: Comment and "this server sucks"
|
||||
o Add exec function for hexenworld (anyone ever played that game?)
|
||||
o Switch to intltool for i18n
|
||||
o Install desktop files
|
||||
|
||||
XQF 0.9.13 -- November 24, 2003
|
||||
~~~~~~~~~~
|
||||
Changes since 0.9.12:
|
||||
|
@ -3,7 +3,7 @@
|
||||
# Initially written by Markus Fischer <mfischer@josefine.ben.tuwien.ac.at>
|
||||
#
|
||||
|
||||
AC_INIT([xqf],[0.9.13.2],xqf-developer@lists.sourceforge.net)
|
||||
AC_INIT([xqf],[0.9.14],xqf-developer@lists.sourceforge.net)
|
||||
AC_CONFIG_SRCDIR([src/xqf.c])
|
||||
AC_PREREQ(2.52)
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
<title>XQF Documentation</title>
|
||||
</head>
|
||||
<body>
|
||||
<center> <b><u><font size="+3">XQF 0.9.13</font></u></b>
|
||||
<center> <b><u><font size="+3">XQF 0.9.14</font></u></b>
|
||||
<p>Octobter 7th, 2003<br>
|
||||
Documentatiom written by:<br>
|
||||
Alex Burger <<a href="mailto:alex_b@users.sourceforge.net">alex_b@users.sourceforge.net</a>></p>
|
||||
@ -215,7 +215,21 @@ downloading instructions.<br>
|
||||
Log <br>
|
||||
</h1>
|
||||
<blockquote> <span
|
||||
style="font-weight: bold; text-decoration: underline;">XQF 0.9.13 --
|
||||
style="font-weight: bold; text-decoration: underline;">XQF 0.9.14 --
|
||||
March 21, 2004</span><br>
|
||||
<ul>
|
||||
<li>New games: UT2004, Postal2, BF1942(wine). All without official master.</li>
|
||||
<li>Improved --launch parameter, now only requires IP address and asks for type if needed. It's possible now to use this together with e.g. XChat.</li>
|
||||
<li>Add --add parameter to just add a server to favorites</li>
|
||||
<li>Fix LAN browsing</li>
|
||||
<li>Add LAN masters by default</li>
|
||||
<li>Support password on Savage servers</li>
|
||||
<li>New server properties: Comment and "this server sucks"</li>
|
||||
<li>Add exec function for hexenworld (anyone ever played that game?)</li>
|
||||
<li>Switch to intltool for i18n</li>
|
||||
<li>Install desktop files</li>
|
||||
</ul>
|
||||
<span style="font-weight: bold; text-decoration: underline;">XQF 0.9.13 --
|
||||
November 24, 2003</span><br>
|
||||
<ul>
|
||||
<li>New games: America's Army, Savage, Medal of Honor, Call of
|
||||
@ -239,6 +253,7 @@ launching a game when the server requires some anti-cheat software.</li>
|
||||
<li>Experimental GTK2 compilation support</li>
|
||||
<li>New French translation</li>
|
||||
</ul>
|
||||
|
||||
<u><b>XQF 0.9.12 -- June 10, 2003</b></u>
|
||||
<ul style="list-style-type: disc;">
|
||||
<li>Added Enemy Territory Support support</li>
|
||||
|
14
xqf/po/ca.po
14
xqf/po/ca.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: xqf 0.9.14\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-16 15:42+0100\n"
|
||||
"POT-Creation-Date: 2004-03-20 21:48+0100\n"
|
||||
"PO-Revision-Date: 2004-03-16 15:43+0100\n"
|
||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||
"Language-Team: Catalan <ca@dodds.net>\n"
|
||||
@ -79,8 +79,6 @@ msgstr "Servidor:"
|
||||
msgid "XQF: Warning!"
|
||||
msgstr "XQF: Atenció!"
|
||||
|
||||
#. OK Button
|
||||
#. gtk_button_box_set_child_size(GTK_BUTTON_BOX(hbuttonbox1), 79, 38);
|
||||
#. OK Button
|
||||
#: src/dialogs.c:149 src/dialogs.c:410 src/dialogs.c:600 src/filter.c:1599
|
||||
#: src/filter.c:2076 src/pref.c:4651 src/psearch.c:213 src/srv-prop.c:849
|
||||
@ -391,7 +389,6 @@ msgid "%s command line is empty."
|
||||
msgstr "la línia d'ordres de %s està buida."
|
||||
|
||||
#. directory name, game name
|
||||
#. %s directory, game name
|
||||
#: src/game.c:2427 src/game.c:2533
|
||||
#, c-format
|
||||
msgid ""
|
||||
@ -446,7 +443,6 @@ msgstr ""
|
||||
" o deixeu-ho en blanc (s'utilitzarà ~/.q3a per defecte)"
|
||||
|
||||
#. passwords file could not be written
|
||||
#. if (!launch && s->curplayers != 99 && !con->spectate) {
|
||||
#: src/game.c:2761 src/game.c:2924 src/game.c:3015 src/launch.c:333
|
||||
#: src/xqf.c:1111 src/xqf.c:1135
|
||||
msgid "Launch"
|
||||
@ -1242,12 +1238,10 @@ msgid "Usage: %s [server type] <ip> <port>\n"
|
||||
msgstr "Forma d'ús: %s [tipus de servidor] <ip> <port>\n"
|
||||
|
||||
#: src/rcon.c:650
|
||||
#, c-format
|
||||
msgid " server type is either --qws, --hws or --hls.\n"
|
||||
msgstr " el tipus de servidor és --qws, --hws o --hls.\n"
|
||||
|
||||
#: src/rcon.c:651
|
||||
#, c-format
|
||||
msgid " If no server type is specified, Q3 style rcon is assumed.\n"
|
||||
msgstr ""
|
||||
" Si no s'especifica cap tipus de servidor, s'asumeix rcon d'estil Q3.\n"
|
||||
@ -1536,12 +1530,10 @@ msgstr "%d servidors"
|
||||
|
||||
#. server filter
|
||||
#: src/xqf.c:745
|
||||
#, c-format
|
||||
msgid "None <--"
|
||||
msgstr "Cap <--"
|
||||
|
||||
#: src/xqf.c:747 src/xqf.c:3168 src/xqf.c:3225 src/xqf.c:3326
|
||||
#, c-format
|
||||
msgid "None"
|
||||
msgstr "Cap"
|
||||
|
||||
@ -1556,7 +1548,6 @@ msgid "Filter %d"
|
||||
msgstr "Filtre %d"
|
||||
|
||||
#: src/xqf.c:785
|
||||
#, c-format
|
||||
msgid "No Server Filter Active"
|
||||
msgstr "No hi ha filtres de servidors actius"
|
||||
|
||||
@ -1958,7 +1949,8 @@ msgstr ""
|
||||
"\n"
|
||||
"OPCIONS:\n"
|
||||
"\t--launch «[TIPUSDESERVIDOR] IP»\tllança el joc al servidor especificat\n"
|
||||
"\t--add «[TIPUSDESERVIDOR] IP»\tafegeix el servidor especificat als favorits\n"
|
||||
"\t--add «[TIPUSDESERVIDOR] IP»\tafegeix el servidor especificat als "
|
||||
"favorits\n"
|
||||
"\t--debug <nivell>\t\t\testableix el nivell de depuració\n"
|
||||
"\t--version\t\t\tmostra la versió i surt\n"
|
||||
|
||||
|
868
xqf/po/da.po
868
xqf/po/da.po
File diff suppressed because it is too large
Load Diff
18
xqf/po/de.po
18
xqf/po/de.po
@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: de\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-14 16:03+0100\n"
|
||||
"POT-Creation-Date: 2004-03-20 21:48+0100\n"
|
||||
"PO-Revision-Date: 2004-03-14 16:03GMT\n"
|
||||
"Last-Translator: Ludwig Nussel <l-n@users.sourceforge.net>>\n"
|
||||
"Language-Team: Deutsch <xqf-developer@lists.sourceforge.net>\n"
|
||||
@ -80,7 +80,7 @@ msgid "XQF: Warning!"
|
||||
msgstr "XQF: Warnung!"
|
||||
|
||||
#. OK Button
|
||||
#: src/dialogs.c:149 src/dialogs.c:410 src/dialogs.c:611 src/filter.c:1599
|
||||
#: src/dialogs.c:149 src/dialogs.c:410 src/dialogs.c:600 src/filter.c:1599
|
||||
#: src/filter.c:2076 src/pref.c:4651 src/psearch.c:213 src/srv-prop.c:849
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
@ -121,11 +121,11 @@ msgstr "Mitwirkende:"
|
||||
msgid "Bug reports and feature requests:"
|
||||
msgstr "Fehlerberichte und Wünsche:"
|
||||
|
||||
#: src/dialogs.c:567
|
||||
#: src/dialogs.c:556
|
||||
msgid "About XQF"
|
||||
msgstr "Über XQF"
|
||||
|
||||
#: src/dialogs.c:594
|
||||
#: src/dialogs.c:583
|
||||
msgid "[placeholder, do not translate]"
|
||||
msgstr "[placeholder, do not translate]"
|
||||
|
||||
@ -645,7 +645,8 @@ msgstr ""
|
||||
|
||||
#: src/pref.c:2141
|
||||
msgid "You must enter both a game and at least one argument."
|
||||
msgstr "Sie müssen sowohl ein Spiel als auch mindestens ein Argument eintragen."
|
||||
msgstr ""
|
||||
"Sie müssen sowohl ein Spiel als auch mindestens ein Argument eintragen."
|
||||
|
||||
#: src/pref.c:2240
|
||||
msgid "Invoking"
|
||||
@ -1011,7 +1012,8 @@ msgstr "'prelaunch' ausführen"
|
||||
|
||||
#: src/pref.c:4046
|
||||
msgid "Executes ~/.qf/PreLaunch (if it exists) before launching the game"
|
||||
msgstr "Führt ~/.qf/PreLaunch vor dem Start eines Spiels aus (wenn es existiert)"
|
||||
msgstr ""
|
||||
"Führt ~/.qf/PreLaunch vor dem Start eines Spiels aus (wenn es existiert)"
|
||||
|
||||
#: src/pref.c:4055
|
||||
msgid "Stop current song in XMMS"
|
||||
@ -1966,7 +1968,8 @@ msgstr "Starten ..."
|
||||
#: src/xqf.c:3884
|
||||
#, c-format
|
||||
msgid "You need at least qstat version %s for xqf to function properly"
|
||||
msgstr "Sie benötigen mindestens qstat Version %s damit xqf richtig funktioniert"
|
||||
msgstr ""
|
||||
"Sie benötigen mindestens qstat Version %s damit xqf richtig funktioniert"
|
||||
|
||||
#: src/splash.c:60
|
||||
msgid "XQF: Loading"
|
||||
@ -2053,4 +2056,3 @@ msgstr "Lade ..."
|
||||
|
||||
#~ msgid "_Add Server"
|
||||
#~ msgstr "Server _hinzufügen"
|
||||
|
||||
|
21
xqf/po/es.po
21
xqf/po/es.po
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: xqf 0.9.14\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2004-03-16 15:47+0100\n"
|
||||
"POT-Creation-Date: 2004-03-20 21:48+0100\n"
|
||||
"PO-Revision-Date: 2004-03-16 15:55+0100\n"
|
||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||
"Language-Team: Spanish <es@li.org>\n"
|
||||
@ -79,8 +79,6 @@ msgstr "Servidor:"
|
||||
msgid "XQF: Warning!"
|
||||
msgstr "XQF: Atención!"
|
||||
|
||||
#. OK Button
|
||||
#. gtk_button_box_set_child_size(GTK_BUTTON_BOX(hbuttonbox1), 79, 38);
|
||||
#. OK Button
|
||||
#: src/dialogs.c:149 src/dialogs.c:410 src/dialogs.c:600 src/filter.c:1599
|
||||
#: src/filter.c:2076 src/pref.c:4651 src/psearch.c:213 src/srv-prop.c:849
|
||||
@ -391,7 +389,6 @@ msgid "%s command line is empty."
|
||||
msgstr "La línea de comando de %s está vacía."
|
||||
|
||||
#. directory name, game name
|
||||
#. %s directory, game name
|
||||
#: src/game.c:2427 src/game.c:2533
|
||||
#, c-format
|
||||
msgid ""
|
||||
@ -446,7 +443,6 @@ msgstr ""
|
||||
"o déjalo vacío (se usa ~/.q3a por defecto)"
|
||||
|
||||
#. passwords file could not be written
|
||||
#. if (!launch && s->curplayers != 99 && !con->spectate) {
|
||||
#: src/game.c:2761 src/game.c:2924 src/game.c:3015 src/launch.c:333
|
||||
#: src/xqf.c:1111 src/xqf.c:1135
|
||||
msgid "Launch"
|
||||
@ -961,7 +957,9 @@ msgstr "Buscar mapas"
|
||||
msgid ""
|
||||
"Scan game directories for installed maps. xqf will take longer to start up "
|
||||
"when enabled."
|
||||
msgstr "Escanear los directorios de juego para buscar mapas instalados. xqf tardará más en arrancar cuando está habilitado."
|
||||
msgstr ""
|
||||
"Escanear los directorios de juego para buscar mapas instalados. xqf tardará "
|
||||
"más en arrancar cuando está habilitado."
|
||||
|
||||
#: src/pref.c:3907
|
||||
msgid "scan now"
|
||||
@ -1244,12 +1242,10 @@ msgid "Usage: %s [server type] <ip> <port>\n"
|
||||
msgstr "Uso: %s [tipo de servidor] <ip> <port>\n"
|
||||
|
||||
#: src/rcon.c:650
|
||||
#, c-format
|
||||
msgid " server type is either --qws, --hws or --hls.\n"
|
||||
msgstr " el tipo de servidor es --qws, --hws o --hls.\n"
|
||||
|
||||
#: src/rcon.c:651
|
||||
#, c-format
|
||||
msgid " If no server type is specified, Q3 style rcon is assumed.\n"
|
||||
msgstr ""
|
||||
" Si no se especifica un tipo de servidor, se asume rcon de estilo Q3.\n"
|
||||
@ -1538,12 +1534,10 @@ msgstr "%d servidores"
|
||||
|
||||
#. server filter
|
||||
#: src/xqf.c:745
|
||||
#, c-format
|
||||
msgid "None <--"
|
||||
msgstr "Ninguno <--"
|
||||
|
||||
#: src/xqf.c:747 src/xqf.c:3168 src/xqf.c:3225 src/xqf.c:3326
|
||||
#, c-format
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
@ -1559,7 +1553,6 @@ msgid "Filter %d"
|
||||
msgstr "Filtro %d"
|
||||
|
||||
#: src/xqf.c:785
|
||||
#, c-format
|
||||
msgid "No Server Filter Active"
|
||||
msgstr "No hay filtros de servidor activos"
|
||||
|
||||
@ -1961,8 +1954,10 @@ msgstr ""
|
||||
"\txqf [OPTIONS]\n"
|
||||
"\n"
|
||||
"OPCIONES:\n"
|
||||
"\t--launch \"[TIPOSERVIDOR] IP\"\tlanzar el juego en el servidor especificado\n"
|
||||
"\t--add \"[TIPOSERVIDOR] IP\"\tañadir el servidor especificado a favoritos\n"
|
||||
"\t--launch \"[TIPOSERVIDOR] IP\"\tlanzar el juego en el servidor "
|
||||
"especificado\n"
|
||||
"\t--add \"[TIPOSERVIDOR] IP\"\tañadir el servidor especificado a "
|
||||
"favoritos\n"
|
||||
"\t--debug <nivel>\t\t\testablecer el nivel de depuración\n"
|
||||
"\t--version\t\t\tmostrar la versión y salir\n"
|
||||
|
||||
|
866
xqf/po/fr.po
866
xqf/po/fr.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user