some poetic feelings for @skybon

master
Thomas Debesse 2015-06-21 21:33:05 +02:00
parent 28780863f8
commit 8f22a01925
6 changed files with 1819 additions and 1273 deletions

View File

@ -8,6 +8,7 @@ Maintainers
-----------
* Thomas Debesse <xqf@illwieckz.net>
* Artem Vorotnikov <artem@vorotnikov.me>
* Jordi Mallach <jordi@debian.org>
* Ludwig Nussel <ludwig.nussel@suse.de>
* Alex Burger <alex_b@users.sf.net>
@ -18,7 +19,6 @@ Contributors
------------
* Zack Middleton <zturtleman@gmail.com>
* Artem Vorotnikov <artem@vorotnikov.me>
* Arnaud Bonatti <arnaud.bonatti@gmail.com>
* Jochen Baier <email@jochen-baier.de>
* Witold Piłat <witold.pilat@gmail.com>

3048
ChangeLog

File diff suppressed because it is too large Load Diff

21
NEWS.md
View File

@ -5,22 +5,37 @@ Changes since 1.0.6:
* Add gettext template (online translation tool now hosted by Transifex)
* Add some Wolfenstein: Enemy Territory and Enemy Territory: Legacy mods (like TrueCombat mods)
* Add PO template generation script
* Recognize some OpenArena games hosted with Q3Arena and Q3Arena games hosted by OpenArena
* Update French and Russian translation
* Update Catalan, French, German and Russian translation
* Update master server list
* Install icons in the correct hicolor per-size paths
* Generate games.c from games.xml at build time
* Move game launch option to appear before exit option
* Filter escape codes in Call Of Duty gametypes
* Fix Q3Rally and Warsow support (status2 packet)
* Fix Wolfenstein: Enemy Territory and Enemy Territory: Legacy empty server query
* Fix Unvanquished, Turtle Arena, Xonotic and Urban Terror LAN server browsing
* Fix gametype strings for a few games
* Fix ioquake3 and iostvef basegame gametype strings
* Fix Quake 3 memory settings
* Fix OpenArena protocol list
* Fix World of Padman gametype names
* Fix gamesxml2c compilation warnings
* Fix automake warnings
* Port some UI part to GtkBuilder, use GtkAboutDialog
* Port build system from autotools to cmake
* Allow out-of-tree compilation
* Clean up massively the source tree
* Remove GLib/GTK individual includes
* Remove i18n.h and use GLib's gi18n.h instead
* Remove splash
* Remove GTK+1 remains
* Remove broken GTK+ classes
* Remove XMMS support
* Remove splash screen
* Remove trayicon
* Remove bzip2 support
* Use external minizip library
XQF 1.0.6 -- October 26, 2014
-----------------------------
@ -115,7 +130,7 @@ Changes since 1.0:
* Additional Descent3 server listing
* UT2004 Master support
* xqf-rcon uses $XQF_RCON_PASSWORD for the rcon password if set
* Requries qstat 2.7
* Requires qstat 2.7
XQF 1.0 -- August 15, 2004
--------------------------

View File

@ -6,7 +6,7 @@ XQF
DESCRIPTION
-----------
XQF is a server browser and launcher for games using id Tech engines, Unreal engines and derivatives. XQF is a front-end to QStat and uses the GTK+ 2 toolkit. See the [Wiki](https://github.com/XQF/xqf/wiki) for more information.
XQF is a server browser and launcher for games using id Tech engines, Unreal engines and many others (see the [wiki/Supported-games](https://github.com/XQF/xqf/wiki/Supported-games) page for details). XQF is a front-end to QStat and uses the GTK+ 2 toolkit.
To learn more about what's new in XQF, please read the file [NEWS.md](NEWS.md) and the [ChangeLog](ChangeLog).
@ -34,13 +34,13 @@ make install
On Debian or Ubuntu, use ``cmake -DWITH_QSTAT=/usr/bin/quakestat -DCMAKE_INSTALL_PREFIX=/usr ..``.
See the Wiki page for more information: [wiki/How-to-build](https://github.com/XQF/xqf/wiki/How-to-build).
For extended information, read this Wiki page: [wiki/How-to-build](https://github.com/XQF/xqf/wiki/How-to-build).
LINKS
-----
* Current home page: [linuxgames.com/xqf](http://www.linuxgames.com/xqf/)
* Current home page: [xqf.github.io](http://xqf.github.io)
* XQF Wiki: [github.com/XQF/xqf/wiki](https://github.com/XQF/xqf/wiki)
* Mail list: [sf.net/p/xqf/mailman/](https://sourceforge.net/p/xqf/mailman/)
* IRC Channel: [#xqf@Freenode](irc://chat.freenode.net/xqf)
@ -55,13 +55,13 @@ LINKS
HOW TO CONTRIBUTE
-----------------
The best way to contribute code is to fork this project, to contribute translation please visit our Transifex project. See the Wiki page for more information: [wiki/How-to-contribute](https://github.com/XQF/xqf/wiki/How-to-contribute).
The best way to contribute code is to fork this project. To contribute translation please visit our Transifex project. You will find more details on the wiki: [wiki/How-to-contribute](https://github.com/XQF/xqf/wiki/How-to-contribute).
COPYRIGHT
---------
XQF is Copyright © 1998-2000 Roman Pozlevich.
XQF is Copyright © 1998-2000 Roman Pozlevich.
See the wiki page for contributors: [wiki/Contributors](https://github.com/XQF/xqf/wiki/Contributors).
Copying is allowed under the terms of the GNU General Public License.
@ -79,3 +79,4 @@ XQF was originally written by Roman Pozlevich in 1998. It has been maintained an
2001-2010 Ludwig Nussel <ludwig.nussel@suse.de>
2001-2014 Jordi Mallach <jordi@debian.org>
2013-2015 Thomas Debesse <xqf@illwieckz.net>
2015-2015 Artem Vorotnikov <artem@vorotnikov.me>

View File

@ -1,4 +1,5 @@
2015-02-07 Artem Vorotnikov <artem@vorotnikov.me>
* ca.po: Migrated to Transifex
* da.po: Migrated to Transifex
* de.po: Migrated to Transifex
@ -9,6 +10,7 @@
* ru.po: Migrated to Transifex
2015-01-23 Artem Vorotnikov <artem@vorotnikov.me>
* xqf.pot: Added gettext template
2013-11-01 Thomas Debesse <xqf@illwieckz.net>

8
xqf.6
View File

@ -50,8 +50,7 @@ prints the version of XQF.
.TP
.I /usr/share/doc/xqf
.SH HOMEPAGE
http://linuxgames.com/xqf/
https://github.com/XQF/xqf
.I http://xqf.github.io
.SH COPYRIGHT
XQF is Copyright (C) 1998-2000 Roman Pozlevich.
.SH HISTORY
@ -60,5 +59,6 @@ Debian GNU/Linux system (but may be used by others).
.br
XQF was written by Roman Pozlevich <roma@botik.ru>, and maintained by
Jordi Mallach <jordi@debian.org>, Thomas Debesse <xqf@illwieckz.net>,
Bill Adams <bill@evilbill.org>, Alex Burger <alex_b@users.sourceforge.net>
and Ludwig Nussel <ludwig.nussel@suse.de>.
Zack Middleton <zturtleman@gmail.com>, Artem Vorotnikov <artem@vorotnikov.me>,
Ludwig Nussel <ludwig.nussel@suse.de>, Bill Adams <bill@evilbill.org>
and Alex Burger <alex_b@users.sourceforge.net>.