debian/0000755000000000000000000000000011643264263007175 5ustar debian/nexuiz.60000644000000000000000000000302011643264257010604 0ustar .TH NEXUIZ 6 "January 21, 2006" .SH NAME nexuiz \- a 3d deathmatch game .SH SYNOPSIS .B nexuiz [+set \fIoption\fP \fIvalue\fP] [+exec \fIconfig\fP] ... .SH DESCRIPTION .PP This manual page documents briefly the .B nexuiz command. .PP \fBnexuiz\fP is the client of the Nexuiz game. Nexuiz is a fast 3d first person shooter. Though it is a multiplayer network game, it is also possible to play in single player mode against enemies controlled by the computer. .SH OPTIONS Options for use after a \fB+set\fR parameter .br (Note that this is not a full list!) .TP \fBv_hwgamma\fR 1: Set gamma value in by the graphics hardware; 0: Set gamma value in software .TP \fBvid_fullscreen\fR 1: Play in fullscreen mode; 0: Play in window mode .TP \fBvid_height\fR Display height in pixels .TP \fBvid_width\fR Display width in pixels .PP For further available options passed to the Nexuiz binary by the +set or +exec parameter see the files installed in /usr/share/doc/nexuiz. .BR .SH SEE ALSO .BR nexuiz-server (6) .br /usr/share/doc/nexuiz .br .SH AUTHOR Nexuiz was written by Alientrap. .PP This manual page was written by Bruno "Fuddl" Kleinert for the Debian project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. debian/nexuiz.in0000644000000000000000000000157511643264257011062 0ustar #!/bin/sh DPSELF=@DPSELF@ # "server" or "client" DPROLE=@DPROLE@ # darkplaces or darkplaces-server DPBINARY=@DPBINARY@ ENGINE="/usr/games/${DPBINARY}" DEBUGGER="$NEXUIZ_DEBUGGER" OPTIONS="-nexuiz -basedir /usr/share/games/nexuiz" QUIET=0 EXCUSE="\ Nexuiz ${DPROLE} wrapper for Debian\n\ \n\ Usage: ${DPSELF} [OPTION]...\n\ \n\ -h, --help\t\tDisplay this help\n\ \tPass options to the engine\n\ +\tPass commands to the engine\n" while [ "$1" != "" ]; do case "$1" in -h|--help) echo ${EXCUSE} exit 0 ;; *) break ;; esac shift done if test "z$QUIET" = z1; then exec >/dev/null 2>&1; fi if test -n "$NEXUIZ_BACKTRACE"; then exec gdb -return-child-result -batch -ex run -ex 'thread apply all bt full' -ex kill -ex quit --args ${ENGINE} ${OPTIONS} "$@" else exec ${DEBUGGER} ${ENGINE} ${OPTIONS} "$@" fi debian/control0000644000000000000000000000443711643264257010613 0ustar Source: nexuiz Section: games Priority: optional Maintainer: Debian Games Team Uploaders: Bruno "Fuddl" Kleinert , Gonéri Le Bouder , Simon McVittie Build-Depends: debhelper (>= 8), icoutils, imagemagick Standards-Version: 3.9.2 Homepage: http://www.nexuiz.com/classic.php Vcs-Git: git://git.debian.org/pkg-games/nexuiz Vcs-Browser: http://git.debian.org/?p=pkg-games/nexuiz.git;a=summary Package: nexuiz Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, darkplaces, nexuiz-data (>= 2.5.2) Recommends: nexuiz-music (>= 2.5.2) Suggests: xqf Description: Fast-paced 3D first-person shooter Classic Nexuiz is a fast-paced 3D deathmatch game with high-end and complex graphics effects. It is intended to be played over the Internet or over a local network. Several different game types, such as classic deathmatch, team deathmatch and capture the flag are available. It also supports a single-player mode and playing against the computer. . The game brings deathmatch back to the basics, with perfect weapon balancing and fast paced action, keeping itself away from the current trend of realistic shooters. . This package installs the client to play the game. . This game was originally released as "Nexuiz", but is now referred to as "Classic Nexuiz" since the Nexuiz name was re-used for a non-free game for consoles. Package: nexuiz-server Architecture: all Depends: ${misc:Depends}, ${shlibs:Depends}, darkplaces-server, nexuiz-data (>= 2.5.2) Description: Standalone server for Classic Nexuiz Classic Nexuiz is a fast-paced 3D deathmatch game with high-end and complex graphics effects. It is intended to be played over the Internet or over a local network, though it also supports a single-player mode. . The game brings deathmatch back to the basics, with perfect weapon balancing and fast paced action, keeping itself away from the current trend of realistic shooters. . This package installs the standalone server. . This game was originally released as "Nexuiz", but is now referred to as "Classic Nexuiz" since the Nexuiz name was re-used for a non-free game for consoles. debian/nexuiz-server.manpages0000644000000000000000000000002711643264257013542 0ustar debian/nexuiz-server.6 debian/compat0000644000000000000000000000000211643264257010376 0ustar 8 debian/get-nexuiz-orig.sh0000755000000000000000000000072711643264257012602 0ustar #!/bin/sh set -e SVN=11231 RELEASE=2.5.2 SUFFIX=+dp rm -rf nexuiz-${RELEASE}${SUFFIX}.orig nexuiz_${RELEASE}${SUFFIX}.orig.tar.gz mkdir nexuiz-${RELEASE}${SUFFIX}.orig for f in COPYING nexuiz.ico nexuiz.xpm; do svn export -r${SVN} \ svn://svn.icculus.org/twilight/trunk/darkplaces/$f \ nexuiz-${RELEASE}${SUFFIX}.orig/$f done tar -czvf nexuiz_${RELEASE}${SUFFIX}.orig.tar.gz nexuiz-${RELEASE}${SUFFIX}.orig rm -rf nexuiz-${RELEASE}${SUFFIX}.orig debian/README.source0000644000000000000000000000000011643264257011345 0ustar debian/nexuiz.install0000644000000000000000000000064011643264257012112 0ustar debian/tmp/256/nexuiz.png usr/share/icons/hicolor/256x256/apps debian/tmp/48/nexuiz.png usr/share/icons/hicolor/48x48/apps debian/tmp/32/nexuiz.png usr/share/icons/hicolor/32x32/apps debian/tmp/24/nexuiz.png usr/share/icons/hicolor/24x24/apps debian/tmp/16/nexuiz.png usr/share/icons/hicolor/16x16/apps debian/tmp/nexuiz.xpm usr/share/pixmaps debian/nexuiz.desktop usr/share/applications debian/tmp/nexuiz usr/games debian/NEWS.Debian0000644000000000000000000000272611643264257011067 0ustar nexuiz (2.5.2-1) unstable; urgency=low Upstream removed the "pro" mode. So nexuiz -game pro won't work any longer and you won't be able to find "pro" mode entries in your desktop menu. -- Bruno "Fuddl" Kleinert Fri, 16 Oct 2009 12:53:47 +0200 nexuiz (2.4.2-1) unstable; urgency=low From this version on, the Debian Nexuiz packages include the "pro" extension (often called a "mod") for Nexuiz. The necessary files are included in nexuiz-data. You can play Nexuiz in "pro" mode by starting Nexuiz from the command line prompt with the parameter "-game pro" (nexuiz -game pro). This also applies to the server (nexuiz-server -game pro). If you prefer starting Nexuiz by the menu in your window manager, you can use the new entry "Nexuiz (pro mode)". Starting from this package on there are no wrapper shell scripts around the binary files anymore. This means the parameters --help and --quiet are no longer available for the commands nexuiz and nexuiz-server! -- Bruno "Fuddl" Kleinert Fri, 23 May 2008 13:29:20 +0200 nexuiz (2.3-4) unstable; urgency=low The nexuiz source package builds two debug packages, now: - nexuiz-dbg for client debug symbols - nexuiz-server-dbg for server debug symbols These packages were introduced to help users to find out if it's nexuiz or - mainly - a buggy libGL implementation that crashes. -- Bruno "Fuddl" Kleinert Tue, 29 Jan 2008 17:28:29 +0100 debian/nexuiz.menu0000644000000000000000000000035211643264257011410 0ustar ?package(nexuiz):needs="X11" \ section="Games/Action" \ icon="/usr/share/pixmaps/nexuiz.xpm" \ title="Nexuiz" \ longtitle="A networked 3D first person shooter game with high-quality graphic effects" \ command="/usr/games/nexuiz" debian/rules0000755000000000000000000000200211643264257010252 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ override_dh_auto_build: : override_dh_auto_clean: rm -rf debian/tmp override_dh_auto_install: rm -rf debian/tmp mkdir -p debian/tmp/256 mkdir -p debian/tmp/48 mkdir -p debian/tmp/32 mkdir -p debian/tmp/24 mkdir -p debian/tmp/16 icotool --extract --width=256 -o debian/tmp/256/nexuiz.png nexuiz.ico icotool --extract --width=48 -o debian/tmp/48/nexuiz.png nexuiz.ico icotool --extract --width=32 -o debian/tmp/32/nexuiz.png nexuiz.ico icotool --extract --width=24 -o debian/tmp/24/nexuiz.png nexuiz.ico icotool --extract --width=16 -o debian/tmp/16/nexuiz.png nexuiz.ico convert -scale 32x32 nexuiz.xpm debian/tmp/nexuiz.xpm sed -e 's/@DPSELF@/nexuiz/g' \ -e 's/@DPROLE@/client/g' \ -e 's/@DPBINARY@/darkplaces/g' \ < debian/nexuiz.in > debian/tmp/nexuiz sed -e 's/@DPSELF@/nexuiz-server/g' \ -e 's/@DPROLE@/server/g' \ -e 's/@DPBINARY@/darkplaces-server/g' \ < debian/nexuiz.in > debian/tmp/nexuiz-server override_dh_icons: dh_icons -pnexuiz debian/gbp.conf0000644000000000000000000000003611643264257010616 0ustar [DEFAULT] pristine-tar = True debian/nexuiz.manpages0000644000000000000000000000002011643264257012227 0ustar debian/nexuiz.6 debian/source/0000755000000000000000000000000011643264257010500 5ustar debian/source/format0000644000000000000000000000001411643264257011706 0ustar 3.0 (quilt) debian/nexuiz.docs0000644000000000000000000000005011643264257011367 0ustar debian/README.Debian debian/NEWS.Debian debian/nexuiz-server.60000644000000000000000000000321711643264257012120 0ustar .TH NEXUIZ-SERVER 6 "January 21, 2006" .SH NAME nexuiz-server \- Nexuiz dedicated server .SH SYNOPSIS .B nexuiz-server [+set \fIoption\fP \fIvalue\fP] [+exec \fIconfig\fP] ... .SH DESCRIPTION .PP \fBnexuiz-server\fP is the Nexuiz dedicated server for the Nexuiz game. .SH OPTIONS Options passed to the Nexuiz dedicated server after a \fB+set\fR parameter .br (Note that this is not a full list!) .TP \fBfraglimit_override\fR After how many frags the game should end. This setting will be applied to all following maps .TP \fBmaxplayers\fR How many clients can simultaniously connect to this server .TP \fBport\fR The port on which this server should listen for clients. (The default port is 26000). .TP \fBsv_public\fR 1: Register this server on the master server; 0: Do not register this server on the master server .TP \fBtimelimit_override\fR After how many minutes a game will end. This setting will be applied to all following maps .PP For more options passed to the Nexuiz binary by the +set and +exec parameter, visit http://www.alientrap.org/nexuiz/. .BR .SH SEE ALSO .BR nexuiz (6) .br /usr/share/doc/nexuiz-server .br .SH AUTHOR The Nexuiz dedicated server was written by Alientrap. .PP This manual page was written by Bruno "Fuddl" Kleinert for the Debian project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. debian/copyright0000644000000000000000000000251311643264257011134 0ustar Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 Upstream-name: Classic Nexuiz Source: svn://svn.icculus.org/twilight/trunk/darkplaces Comment: The only upstream file here is the icon, for which we use DarkPlaces as our upstream; everything else is Debian-specific Files: * Copyright: © 2002-2009 Alientrap, Lee Vermeulen License: GPL-2+ Files: debian/* Copyright: © 2005-2011 Bruno "Fuddl" Kleinert © 2006 Gonéri Le Bouder © 2006 Eddy Petrişor © 2007 Cyril Brulebois © 2007 Gerfried Fuchs © 2007 Barry deFreese © 2008 Ansgar Burchardt © 2010 Evgeni Golov © 2011 Simon McVittie License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. . See the GNU General Public License for more details. . On Debian systems, a copy of the GNU GPL v2 can be found in the file /usr/share/common-licenses/GPL-2. # vim:set et sw=2 sts=2: debian/changelog0000644000000000000000000002470611643264257011063 0ustar nexuiz (2.5.2+dp-2) unstable; urgency=low * Switch nexuiz, nexuiz-server to arch:all * Enable pristine-tar in gbp.conf * Mention in the description/copyright file that this is "Classic Nexuiz" * Upload to unstable -- Simon McVittie Thu, 06 Oct 2011 09:05:27 +0100 nexuiz (2.5.2+dp-1) experimental; urgency=low * Remove the outdated copy of the DarkPlaces engine found here, replacing it with a script based on the one in quake3 to run darkplaces or darkplaces-server with appropriate options - remove README.source which hasn't been relevant since 2.5.2-3 - remove patch - replace orig.tar.gz with one containing only icons and COPYING, taken from DarkPlaces svn - remove -dbg packages (install darkplaces-dbg or darkplaces-server-dbg if it crashes) - unlike the version of DarkPlaces formerly in this package, darkplaces is patched to link against libraries in the usual way (Closes: #465195) * Install large, high-quality icons for the desktop entry (extracted from nexuiz.ico from the DarkPlaces svn repository) so it looks nice in GNOME 3 * Add a .gitignore * Add myself to Uploaders * Upload to experimental for now, while darkplaces gets through NEW -- Simon McVittie Fri, 15 Jul 2011 17:33:53 +0100 nexuiz (2.5.2-5) unstable; urgency=low * Use debhelper 8 to build the source package * Bump build-dependency to debhelper (>= 8) * Rewrite debian/rules -- Bruno "Fuddl" Kleinert Fri, 25 Mar 2011 18:05:17 +0100 nexuiz (2.5.2-4) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * The Nexuiz download URL has changes. Correct URL in copyright and control files [ Evgeni Golov ] * Remove Gerfried Fuchs from Uploaders as per own request. -- Bruno "Fuddl" Kleinert Thu, 12 Aug 2010 14:53:59 +0200 nexuiz (2.5.2-3) unstable; urgency=low * Use dpkg 3.0 quilt format for packaging * Drop build dependency on quilt. dpkg does everything for us * Update to standards version 3.9.1 without any changes * Fix a typo in README.Debian * Add ${misc:Depends} in Depends-field of each binary package. Thanks to lintian! -- Bruno "Fuddl" Kleinert Thu, 29 Jul 2010 15:42:39 -0400 nexuiz (2.5.2-2) unstable; urgency=low * Add debian/get-nexuiz-orig.sh to fetch and strip the .orig.tar.gz from the upstream Subversion repository * Migrate from Subversion to Git and Update Vcs-* fields in control file * Build depend on debhelper 7. We're using dh_prep instead of dh_clean -k in debian/rules, now and dh_prep requires debhelper 7 * Drop obsolete patches: * 10_ambiguous_keyboard_bindings.patch: It used to patch documentation files which are now in nexuiz-data * 20_nostrip_support.patch: It removed the strip command from the upstream makefile, but we're building the debug targets, now. * Use absolute path in nexuiz.desktop to avoid problems with users who have a modified $PATH that could point to another nexuiz binary. * Install NEWS.Debian also in nexuiz-server to inform users that the "pro" mode has gone. This might be important to Nexuiz server administrators -- Bruno "Fuddl" Kleinert Thu, 22 Oct 2009 17:37:36 +0200 nexuiz (2.5.2-1) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * New upstream release (Closes: #522514) * Drop menu entries for "pro" game mode. It got removed upstream (Also see /usr/share/doc/nexuiz/NEWS.Debian) * Remove nexuiz_pro.desktop * Remove pro mode entry in nexuiz.menu * Update my email address where necessary * Use quilt as patch management system. This adds quilt and drops dpatch as a build dependency * Drop 10_ambiguous_keyboard_bindings.dpatch since we no longer keep Nexuiz specific documentation in this package anymore. * Refresh debian/nexuiz.docs and debian/nexuiz-server.docs * Drop debian/nexuiz-server.examples. Upstream moved these files elsewhere. I will fix this in another upload. * Add README.source, since we are using quilt as patch management system * Update copyright years in debian/copyright * Update standards version to 3.8.3: * Replace "copyright" with © in debian/copyright * Move *-dbg packages into Section: debug * Add code snippet from our policy into rules file, so we can build nexuiz in parallel on SMP machines * Obtain source from upstream Subversion repository. In previous packages we always used the sources archive within nexuiz-VERSION.zip. * Refresh 10_detect_gnu-kfreebsd.patch because we don't keep the sources in darkplaces/ anymore. [ Gonéri Le Bouder ] * xqf is not mandatoried to run the game. Downgrade xqf dependency from recommends to suggests. Thanks FTF 3k3 (Closes: #512456) -- Bruno "Fuddl" Kleinert Fri, 16 Oct 2009 12:52:25 +0200 nexuiz (2.4.2-1) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * New upstream version (Closes: #481017) * Install only reasonable documentation per binary package * Install more documentation of the upstream release, but don't install the source .aft files * Install nexuiz-server-console to IRC gateway examples * Support "pro" extension * Add desktop shortcuts (.menu and .desktop) to start Nexuiz with the "pro" extension enabled (Install additional nexuiz_pro.desktop) * Update NEWS.Debian for "pro" mode * Add 10_ambiguous_keyboard_bindings.dpatch patch to remove optional confusing/ambiguous key description, how to toggle the in-game console, from the FAQ (See #477397) * Switch meta-package build dependency libsdl-dev to real package libsdl1.2-dev * Make gcc build our binaries with -O2 optimization * Get rid of wrapper scripts (/usr/games/{nexuiz,nexuiz-server} * Install binaries to /usr/games instead of /usr/lib/games/nexuiz * Update manpages for missing parameters * Update README.Debian, how to obtain a backtrace * Configure game data location at build time in debian/rules -- Bruno "Fuddl" Kleinert Fri, 23 May 2008 13:55:23 +0200 nexuiz (2.4-1) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * New upstream version (Closes: #468639) * Update to standards version 3.7.3.0. No changes * Update my email address * Don't ignore some rm-commands in rules file * Desktop icon changes * Install desktop icon in proper location * Use desktop icon shipped with sources. As a result, drop build-dependency on sharutils which was used to extract the uuencoded desktop icon in debian/ * Adept .desktop and .menu to use the new icon * Fix Vcs-fields in control file * Add a description to Rhonda's no-strip-patch. Found by lintian * Adept no-strip-patch to newer upstream makefile.inc * Fix format of NEWS.Debian. Found by lintian * Remove homepage URLs from package descriptions. Found by lintian * Use some placeholders in the copyright file instead of fixed timestamps * Build-depend on debhelper >= 5.0.51 due to dh_icons usage. [ Ansgar Burchardt ] * Remove deprecated Encoding key from .desktop file -- Bruno "Fuddl" Kleinert Tue, 11 Mar 2008 16:44:21 +0100 nexuiz (2.3-4) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * Bumped debhelper compat level to 5 * Builds debug packages nexuiz-dbg and nexuiz-server-dbg * Placed a note in README.Debian how to generate backtraces [ Barry deFreese ] * Add watch file * Bump debhelper build-dep to match cmpat * Add Homepage field in control -- Bruno "Fuddl" Kleinert Mon, 8 Oct 2007 13:09:22 +0200 nexuiz (2.3-3) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * Updated the Debian menu file to the new menu hierarchy * Fix a bunch of typos and wrong things in README.Debian [ Cyril Brulebois ] * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. [ Gerfried Fuchs ] * dpatch added to make DEB_BUILD_OPTIONS=nostrip work (Closes: #437634) * Made the GPL licence path in the copyright file point to GPL-2 directly. -- Gerfried Fuchs Tue, 21 Aug 2007 20:24:44 +0200 nexuiz (2.3-2) unstable; urgency=low * Revert dlopen() dependency on libcurl4 back to libcurl3 for transition (Closes: #430737) * Added myself to Uploaders. :) -- Gerfried Fuchs Sat, 30 Jun 2007 18:26:55 +0200 nexuiz (2.3-1) unstable; urgency=low * New upstream release (Closes: #427951) * Versioned dependency on nexuiz-data * Versioned recommend nexuiz-music -- Bruno "Fuddl" Kleinert Fri, 1 Jun 2007 16:29:38 +0200 nexuiz (2.2.3-2) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * Replaced german-english mixture 'ego-shooter' by first-person shooter * Fixed a typo in the control file * Fixed bash-specific syntax in the nexuiz wrapper script * Depend on libcurl4 and libvorbisfile3 (Closes: #424742) -- Bruno "Fuddl" Kleinert Fri, 18 May 2007 14:43:56 +0200 nexuiz (2.2.3-1) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * New upstream release * dpatch to fix FTBFS on GNU/kFreeBSD. Thanks to Cyril Brulebois for the patch (Closes: #404448) -- Bruno "Fuddl" Kleinert Fri, 26 Jan 2007 18:22:02 +0100 nexuiz (2.2.1-1) unstable; urgency=low [ Bruno "Fuddl" Kleinert ] * New upstream release * Added a note to debian/copyright how the source packages are derived from the upstream distribution * Fixed passing command line arguments through wrapper scripts * Cleanups in source package -- Bruno "Fuddl" Kleinert Wed, 13 Dec 2006 21:20:25 +0100 nexuiz (2.1-1) unstable; urgency=low [ Gonéri Le Bouder ] * warpper scripts: use of -dir /path/*.pk3 to load data files no need of symlinks in /usr/lib/games/nexuiz/data/ anymore * add myself as uploader * add french comment in the desktop file * nexuiz recommends xqf (Closes: #391694) * remove the Applications category from the desktop file since its not an official categorie http://standards.freedesktop.org/menu-spec/latest/apa.html [ Eddy Petrişor ] * add romanian comment in the desktop file [ Bruno "Fuddl" Kleinert ] * New upstream release * New package description * Added README.Debian -- Bruno "Fuddl" Kleinert Tue, 10 Oct 2006 23:04:36 +0200 nexuiz (2.0-1) unstable; urgency=low [ Gonéri Le Bouder ] * Maintainer names harmonised to "Debian Games Team" [ Bruno "Fuddl" Kleinert ] * Initial Release (Closes: #311479) -- Bruno "Fuddl" Kleinert Sat, 17 Jun 2006 20:02:49 +0200 debian/watch0000644000000000000000000000013511643264257010230 0ustar version=3 opts="uversionmangle=s/(\d)(?!$)/$1\./g" \ http://sf.net/nexuiz/nexuiz-(\d+)\.zip debian/README.Debian0000644000000000000000000000355611643264257011252 0ustar Nexuiz for Debian ================= This file concentrates some information taken from the Nexuiz forum. Suggested video cards (Copied from upstream forums) =================================================== NVIDIA GeForce 7900 series - awesome NVIDIA GeForce 7800 series - awesome NVIDIA GeForce 7600 series - awesome NVIDIA GeForce 6800 series - awesome NVIDIA GeForce 6600 series - good NVIDIA GeForce 5950 series - decent NVIDIA GeForce 5900 series - decent NVIDIA GeForce 5800 series - decent NVIDIA Quadro FX 1400 series - decent ATI Radeon X1800 series - awesome ATI Radeon X1600 series - good ATI Radeon X850 series - good ATI Radeon X800 series - good ATI Radeon X700 series - decent ATI Radeon X600 series - decent ATI Radeon 9800 series - decent ATI Radeon 9700 series - decent NVIDIA GeForce Ti4200-4800 series - ok (lacks OpenGL 2.0 shaders) ATI Radeon 8500 series - ok (lacks OpenGL 2.0 shaders) "Mouse delay/lag" problem ========================= If the movement of your computer mouse appears to be recognized by Nexuiz with a delay, you can try to enable a work-around: Just launch Nexuiz, then open the in-game console by pressing + and type the command "gl_finish 1" (without the double quotes). To close the in-game console again, press . Note that this is *NOT* a bug in Nexuiz, but a bug in your graphics driver software! Crackling sound =============== If sound crackles and/or sounds choppy, first try to start Nexuiz from a command line shell by this command: nexuiz -sndspeed 48000 If this doesnn't help, please try the same as mentioned under "Mouse delay/lag problem". Bug reporting ============= If Nexuiz or the Nexuiz server crash on your system, please install the darkplaces-dbg and gdb packages, and run it from a terminal with NEXUIZ_BACKTRACE=1 in the environment to see a backtrace. For instance: NEXUIZ_BACKTRACE=1 nexuiz debian/nexuiz-server.docs0000644000000000000000000000005011643264257012673 0ustar debian/README.Debian debian/NEWS.Debian debian/nexuiz-server.install0000644000000000000000000000004311643264257013413 0ustar debian/tmp/nexuiz-server usr/games debian/nexuiz.desktop0000644000000000000000000000107211643264257012115 0ustar [Desktop Entry] Name=Nexuiz Comment=A networked 3D first person shooter game with high-quality graphic effects Comment[de]=Ein netzwerkfähiges 3D Ego-Shooter Spiel mit aufwändigen Grafikeffekten Comment[fr_FR]=Un Ego-Shooter en 3D pouvant être joué en réseau Comment[pl_PL]=Gra sieciowa 3D, strzelanka, w pierwszej osobie z efektami graficznymi wysokiej jakosci Comment[ro_RO]=Un joc 3D cu împuşcături, perspectivă personală şi efecte grafice de înaltă calitate Exec=/usr/games/nexuiz Icon=nexuiz Terminal=false Type=Application Categories=Game;ArcadeGame;