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:
Ludwig Nussel 2004-03-21 17:00:19 +00:00 committed by l-n
parent a7dfe97f52
commit 4b93df967d
9 changed files with 1048 additions and 779 deletions

View File

@ -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> Mar 20, 2004: Ludwig Nussel <l-n@users.sourceforge.net>
- load GeoIP.dat from location specified in environment variable xqf_GEOIPDAT - load GeoIP.dat from location specified in environment variable xqf_GEOIPDAT

View File

@ -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 XQF 0.9.13 -- November 24, 2003
~~~~~~~~~~ ~~~~~~~~~~
Changes since 0.9.12: Changes since 0.9.12:

View File

@ -3,7 +3,7 @@
# Initially written by Markus Fischer <mfischer@josefine.ben.tuwien.ac.at> # 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_CONFIG_SRCDIR([src/xqf.c])
AC_PREREQ(2.52) AC_PREREQ(2.52)

View File

@ -6,7 +6,7 @@
<title>XQF Documentation</title> <title>XQF Documentation</title>
</head> </head>
<body> <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> <p>Octobter 7th, 2003<br>
Documentatiom written by:<br> Documentatiom written by:<br>
Alex Burger &lt;<a href="mailto:alex_b@users.sourceforge.net">alex_b@users.sourceforge.net</a>&gt;</p> Alex Burger &lt;<a href="mailto:alex_b@users.sourceforge.net">alex_b@users.sourceforge.net</a>&gt;</p>
@ -215,7 +215,21 @@ downloading instructions.<br>
Log&nbsp;<br> Log&nbsp;<br>
</h1> </h1>
<blockquote> <span <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> November 24, 2003</span><br>
<ul> <ul>
<li>New games: America's Army, Savage, Medal of Honor, Call of <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>Experimental GTK2 compilation support</li>
<li>New French translation</li> <li>New French translation</li>
</ul> </ul>
<u><b>XQF 0.9.12 -- June 10, 2003</b></u> <u><b>XQF 0.9.12 -- June 10, 2003</b></u>
<ul style="list-style-type: disc;"> <ul style="list-style-type: disc;">
<li>Added Enemy Territory Support support</li> <li>Added Enemy Territory Support support</li>

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: xqf 0.9.14\n" "Project-Id-Version: xqf 0.9.14\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-03-16 15:43+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n" "Language-Team: Catalan <ca@dodds.net>\n"
@ -79,8 +79,6 @@ msgstr "Servidor:"
msgid "XQF: Warning!" msgid "XQF: Warning!"
msgstr "XQF: Atenció!" msgstr "XQF: Atenció!"
#. OK Button
#. gtk_button_box_set_child_size(GTK_BUTTON_BOX(hbuttonbox1), 79, 38);
#. OK Button #. OK Button
#: src/dialogs.c:149 src/dialogs.c:410 src/dialogs.c:600 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 #: 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." msgstr "la línia d'ordres de %s està buida."
#. directory name, game name #. directory name, game name
#. %s directory, game name
#: src/game.c:2427 src/game.c:2533 #: src/game.c:2427 src/game.c:2533
#, c-format #, c-format
msgid "" msgid ""
@ -446,7 +443,6 @@ msgstr ""
" o deixeu-ho en blanc (s'utilitzarà ~/.q3a per defecte)" " o deixeu-ho en blanc (s'utilitzarà ~/.q3a per defecte)"
#. passwords file could not be written #. 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/game.c:2761 src/game.c:2924 src/game.c:3015 src/launch.c:333
#: src/xqf.c:1111 src/xqf.c:1135 #: src/xqf.c:1111 src/xqf.c:1135
msgid "Launch" 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" msgstr "Forma d'ús: %s [tipus de servidor] <ip> <port>\n"
#: src/rcon.c:650 #: src/rcon.c:650
#, c-format
msgid " server type is either --qws, --hws or --hls.\n" msgid " server type is either --qws, --hws or --hls.\n"
msgstr " el tipus de servidor és --qws, --hws o --hls.\n" msgstr " el tipus de servidor és --qws, --hws o --hls.\n"
#: src/rcon.c:651 #: src/rcon.c:651
#, c-format
msgid " If no server type is specified, Q3 style rcon is assumed.\n" msgid " If no server type is specified, Q3 style rcon is assumed.\n"
msgstr "" msgstr ""
" Si no s'especifica cap tipus de servidor, s'asumeix rcon d'estil Q3.\n" " Si no s'especifica cap tipus de servidor, s'asumeix rcon d'estil Q3.\n"
@ -1536,12 +1530,10 @@ msgstr "%d servidors"
#. server filter #. server filter
#: src/xqf.c:745 #: src/xqf.c:745
#, c-format
msgid "None <--" msgid "None <--"
msgstr "Cap <--" msgstr "Cap <--"
#: src/xqf.c:747 src/xqf.c:3168 src/xqf.c:3225 src/xqf.c:3326 #: src/xqf.c:747 src/xqf.c:3168 src/xqf.c:3225 src/xqf.c:3326
#, c-format
msgid "None" msgid "None"
msgstr "Cap" msgstr "Cap"
@ -1556,7 +1548,6 @@ msgid "Filter %d"
msgstr "Filtre %d" msgstr "Filtre %d"
#: src/xqf.c:785 #: src/xqf.c:785
#, c-format
msgid "No Server Filter Active" msgid "No Server Filter Active"
msgstr "No hi ha filtres de servidors actius" msgstr "No hi ha filtres de servidors actius"
@ -1958,7 +1949,8 @@ msgstr ""
"\n" "\n"
"OPCIONS:\n" "OPCIONS:\n"
"\t--launch «[TIPUSDESERVIDOR] IP»\tllança el joc al servidor especificat\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--debug <nivell>\t\t\testableix el nivell de depuració\n"
"\t--version\t\t\tmostra la versió i surt\n" "\t--version\t\t\tmostra la versió i surt\n"

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: de\n" "Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-03-14 16:03GMT\n"
"Last-Translator: Ludwig Nussel <l-n@users.sourceforge.net>>\n" "Last-Translator: Ludwig Nussel <l-n@users.sourceforge.net>>\n"
"Language-Team: Deutsch <xqf-developer@lists.sourceforge.net>\n" "Language-Team: Deutsch <xqf-developer@lists.sourceforge.net>\n"
@ -80,7 +80,7 @@ msgid "XQF: Warning!"
msgstr "XQF: Warnung!" msgstr "XQF: Warnung!"
#. OK Button #. 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 #: src/filter.c:2076 src/pref.c:4651 src/psearch.c:213 src/srv-prop.c:849
msgid "OK" msgid "OK"
msgstr "OK" msgstr "OK"
@ -121,11 +121,11 @@ msgstr "Mitwirkende:"
msgid "Bug reports and feature requests:" msgid "Bug reports and feature requests:"
msgstr "Fehlerberichte und Wünsche:" msgstr "Fehlerberichte und Wünsche:"
#: src/dialogs.c:567 #: src/dialogs.c:556
msgid "About XQF" msgid "About XQF"
msgstr "Über XQF" msgstr "Über XQF"
#: src/dialogs.c:594 #: src/dialogs.c:583
msgid "[placeholder, do not translate]" msgid "[placeholder, do not translate]"
msgstr "[placeholder, do not translate]" msgstr "[placeholder, do not translate]"
@ -645,7 +645,8 @@ msgstr ""
#: src/pref.c:2141 #: src/pref.c:2141
msgid "You must enter both a game and at least one argument." 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 #: src/pref.c:2240
msgid "Invoking" msgid "Invoking"
@ -1011,7 +1012,8 @@ msgstr "'prelaunch' ausführen"
#: src/pref.c:4046 #: src/pref.c:4046
msgid "Executes ~/.qf/PreLaunch (if it exists) before launching the game" 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 #: src/pref.c:4055
msgid "Stop current song in XMMS" msgid "Stop current song in XMMS"
@ -1966,7 +1968,8 @@ msgstr "Starten ..."
#: src/xqf.c:3884 #: src/xqf.c:3884
#, c-format #, c-format
msgid "You need at least qstat version %s for xqf to function properly" 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 #: src/splash.c:60
msgid "XQF: Loading" msgid "XQF: Loading"
@ -2053,4 +2056,3 @@ msgstr "Lade ..."
#~ msgid "_Add Server" #~ msgid "_Add Server"
#~ msgstr "Server _hinzufügen" #~ msgstr "Server _hinzufügen"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: xqf 0.9.14\n" "Project-Id-Version: xqf 0.9.14\n"
"Report-Msgid-Bugs-To: \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" "PO-Revision-Date: 2004-03-16 15:55+0100\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Spanish <es@li.org>\n" "Language-Team: Spanish <es@li.org>\n"
@ -79,8 +79,6 @@ msgstr "Servidor:"
msgid "XQF: Warning!" msgid "XQF: Warning!"
msgstr "XQF: Atención!" msgstr "XQF: Atención!"
#. OK Button
#. gtk_button_box_set_child_size(GTK_BUTTON_BOX(hbuttonbox1), 79, 38);
#. OK Button #. OK Button
#: src/dialogs.c:149 src/dialogs.c:410 src/dialogs.c:600 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 #: 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." msgstr "La línea de comando de %s está vacía."
#. directory name, game name #. directory name, game name
#. %s directory, game name
#: src/game.c:2427 src/game.c:2533 #: src/game.c:2427 src/game.c:2533
#, c-format #, c-format
msgid "" msgid ""
@ -446,7 +443,6 @@ msgstr ""
"o déjalo vacío (se usa ~/.q3a por defecto)" "o déjalo vacío (se usa ~/.q3a por defecto)"
#. passwords file could not be written #. 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/game.c:2761 src/game.c:2924 src/game.c:3015 src/launch.c:333
#: src/xqf.c:1111 src/xqf.c:1135 #: src/xqf.c:1111 src/xqf.c:1135
msgid "Launch" msgid "Launch"
@ -961,7 +957,9 @@ msgstr "Buscar mapas"
msgid "" msgid ""
"Scan game directories for installed maps. xqf will take longer to start up " "Scan game directories for installed maps. xqf will take longer to start up "
"when enabled." "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 #: src/pref.c:3907
msgid "scan now" msgid "scan now"
@ -1244,12 +1242,10 @@ msgid "Usage: %s [server type] <ip> <port>\n"
msgstr "Uso: %s [tipo de servidor] <ip> <port>\n" msgstr "Uso: %s [tipo de servidor] <ip> <port>\n"
#: src/rcon.c:650 #: src/rcon.c:650
#, c-format
msgid " server type is either --qws, --hws or --hls.\n" msgid " server type is either --qws, --hws or --hls.\n"
msgstr " el tipo de servidor es --qws, --hws o --hls.\n" msgstr " el tipo de servidor es --qws, --hws o --hls.\n"
#: src/rcon.c:651 #: src/rcon.c:651
#, c-format
msgid " If no server type is specified, Q3 style rcon is assumed.\n" msgid " If no server type is specified, Q3 style rcon is assumed.\n"
msgstr "" msgstr ""
" Si no se especifica un tipo de servidor, se asume rcon de estilo Q3.\n" " Si no se especifica un tipo de servidor, se asume rcon de estilo Q3.\n"
@ -1538,12 +1534,10 @@ msgstr "%d servidores"
#. server filter #. server filter
#: src/xqf.c:745 #: src/xqf.c:745
#, c-format
msgid "None <--" msgid "None <--"
msgstr "Ninguno <--" msgstr "Ninguno <--"
#: src/xqf.c:747 src/xqf.c:3168 src/xqf.c:3225 src/xqf.c:3326 #: src/xqf.c:747 src/xqf.c:3168 src/xqf.c:3225 src/xqf.c:3326
#, c-format
msgid "None" msgid "None"
msgstr "Ninguno" msgstr "Ninguno"
@ -1559,7 +1553,6 @@ msgid "Filter %d"
msgstr "Filtro %d" msgstr "Filtro %d"
#: src/xqf.c:785 #: src/xqf.c:785
#, c-format
msgid "No Server Filter Active" msgid "No Server Filter Active"
msgstr "No hay filtros de servidor activos" msgstr "No hay filtros de servidor activos"
@ -1961,8 +1954,10 @@ msgstr ""
"\txqf [OPTIONS]\n" "\txqf [OPTIONS]\n"
"\n" "\n"
"OPCIONES:\n" "OPCIONES:\n"
"\t--launch \"[TIPOSERVIDOR] IP\"\tlanzar el juego en el servidor especificado\n" "\t--launch \"[TIPOSERVIDOR] IP\"\tlanzar el juego en el servidor "
"\t--add \"[TIPOSERVIDOR] IP\"\tañadir el servidor especificado a favoritos\n" "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--debug <nivel>\t\t\testablecer el nivel de depuración\n"
"\t--version\t\t\tmostrar la versión y salir\n" "\t--version\t\t\tmostrar la versión y salir\n"

File diff suppressed because it is too large Load Diff