Author: jscinoz-guest Date: 2008-05-15 07:33:20 +0000 (Thu, 15 May 2008) New Revision: 7022
Added: packages/trunk/worldofpadman/debian/ packages/trunk/worldofpadman/debian/README.Debian packages/trunk/worldofpadman/debian/changelog packages/trunk/worldofpadman/debian/compat packages/trunk/worldofpadman/debian/control packages/trunk/worldofpadman/debian/copyright packages/trunk/worldofpadman/debian/menu packages/trunk/worldofpadman/debian/rules packages/trunk/worldofpadman/debian/scripts/ packages/trunk/worldofpadman/debian/scripts/worldofpadman packages/trunk/worldofpadman/debian/scripts/worldofpadman-server packages/trunk/worldofpadman/debian/worldofpadman-server.6 packages/trunk/worldofpadman/debian/worldofpadman.6 packages/trunk/worldofpadman/debian/worldofpadman.desktop packages/trunk/worldofpadman/debian/worldofpadman.xpm Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/worldofpadman/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/worldofpadman/debian/README.Debian =================================================================== --- packages/trunk/worldofpadman/debian/README.Debian (rev 0) +++ packages/trunk/worldofpadman/debian/README.Debian 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,7 @@ +Note that an embedded copy of libjpeg is used when building World of Padman. +This is due to upstream shipping with this embedded and outdated version, +and the difficulties encountered when trying to patch to use the system +libjpeg (Graphical corruption, and extremely low framerates). + +Source packages tremulous and urbanterror have this same issue, it could +probably be resolved with sufficient time, but it is not currently a priority. Added: packages/trunk/worldofpadman/debian/changelog =================================================================== --- packages/trunk/worldofpadman/debian/changelog (rev 0) +++ packages/trunk/worldofpadman/debian/changelog 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,5 @@ +worldofpadman (20080404-0) UNRELEASED; urgency=low + + * Initial release (Closes: #481286) + + -- Jack Coulter <[EMAIL PROTECTED]> Thu, 15 May 2008 12:51:11 +1000 Added: packages/trunk/worldofpadman/debian/compat =================================================================== --- packages/trunk/worldofpadman/debian/compat (rev 0) +++ packages/trunk/worldofpadman/debian/compat 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1 @@ +5 Added: packages/trunk/worldofpadman/debian/control =================================================================== --- packages/trunk/worldofpadman/debian/control (rev 0) +++ packages/trunk/worldofpadman/debian/control 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,35 @@ +Source: worldofpadman +Section: contrib/games +Priority: optional +Maintainer: Jack Coulter <[EMAIL PROTECTED]> +Build-Depends: debhelper (>= 5), libsdl1.2-dev (>= 1.2.13) +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/worldofpadman +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/worldofpadman/?op=log +Standards-Version: 3.7.3 + +Package: worldofpadman +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, worldofpadman-data (>= 1.2) +Suggests: worldofpadman-server +Description: World of Padman client binary + This package contains the client binary for World of Padman. + . + World of Padman is a comic-style, ioQuake3-based first person shooter. + It is based on the Padman comic strip created by the professional cartoon + artist Andreas 'ENTE' (German for "Duck") Endres, who is also the current + project leader. World of Padman features a number of gametypes, ranging + from the traditional Tournament, Free For All and Team Deathmatch, to the + unique Spray Your Color, Big Balloon, and Last Pad Standing. + +Package: worldofpadman-server +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, worldofpadman-data (>= 1.2) +Description: World of Padman dedicated server binary + This package contains the dedicated server for World of Padman. + . + World of Padman is a comic-style, ioQuake3-based first person shooter. + It is based on the Padman comic strip created by the professional cartoon + artist Andreas 'ENTE' (German for "Duck") Endres, who is also the current + project leader. World of Padman features a number of gametypes, ranging + from the traditional Tournament, Free For All and Team Deathmatch, to the + unique Spray Your Color, Big Balloon, and Last Pad Standing. Added: packages/trunk/worldofpadman/debian/copyright =================================================================== --- packages/trunk/worldofpadman/debian/copyright (rev 0) +++ packages/trunk/worldofpadman/debian/copyright 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,152 @@ +This package was debianized by Jack Coulter <[EMAIL PROTECTED]> on +Thu, 15 May 2008 12:51:11 +1000. + +It was downloaded from (SVN) https://wop-engine.svn.sourceforge.net/svnroot/wop-engine/trunk + +Upstream Authors: WoP-Team <[EMAIL PROTECTED]> + +Copyright: + + Copyright (C) 2008 WoP-Team + +License: + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as published by + the Free Software Foundation. + + 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. + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in the /usr/share/common-licenses/GPL-2 file. + + +Simple DirectMedia Layer +----------------------------------------------------------------------------- +lines file(s) +12305 code/SDL12/include/* +Copyright (C) 1997-2006 Sam Lantinga + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as published by + the Free Software Foundation. + + 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. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + + On Debian GNU/Linux systems, the complete text of the GNU General + Public License can be found in the /usr/share/common-licenses/GPL-2 file. + + + +Some source code in this release is not covered by the GPL: + +IO on .zip files using portions of zlib +----------------------------------------------------------------------------- +lines file(s) +4299 code/qcommon/unzip.c +4546 libs/pak/unzip.cpp +Copyright (C) 1998 Gilles Vollant +zlib is Copyright (C) 1995-1998 Jean-loup Gailly and Mark Adler + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. + +standard C library replacement routines +----------------------------------------------------------------------------- +lines file(s) +1324 code/game/bg_lib.c +Copyright (c) 1992, 1993 +The Regents of the University of California. All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. Neither the name of the University nor the names of its contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +SUCH DAMAGE. + +ADPCM coder/decoder +----------------------------------------------------------------------------- +lines file(s) +330 code/client/snd_adpcm.c +Copyright 1992 by Stichting Mathematisch Centrum, Amsterdam, The +Netherlands. + + All Rights Reserved + +Permission to use, copy, modify, and distribute this software and its +documentation for any purpose and without fee is hereby granted, +provided that the above copyright notice appear in all copies and that +both that copyright notice and this permission notice appear in +supporting documentation, and that the names of Stichting Mathematisch +Centrum or CWI not be used in advertising or publicity pertaining to +distribution of the software without specific, written prior permission. + +STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +JPEG library +----------------------------------------------------------------------------- +code/jpeg-6 +libs/jpeg6 +Copyright (C) 1991-1995, Thomas G. Lane + +Permission is hereby granted to use, copy, modify, and distribute this +software (or portions thereof) for any purpose, without fee, subject to these +conditions: +(1) If any part of the source code for this software is distributed, then this +README file must be included, with this copyright and no-warranty notice +unaltered; and any additions, deletions, or changes to the original files +must be clearly indicated in accompanying documentation. +(2) If only executable code is distributed, then the accompanying +documentation must state that "this software is based in part on the work of +the Independent JPEG Group". +(3) Permission for use of this software is granted only if the user accepts +full responsibility for any undesirable consequences; the authors accept +NO LIABILITY for damages of any kind. Added: packages/trunk/worldofpadman/debian/menu =================================================================== --- packages/trunk/worldofpadman/debian/menu (rev 0) +++ packages/trunk/worldofpadman/debian/menu 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,3 @@ +?package(worldofpadman):needs="X11" section="Games/Action"\ + icon="/usr/share/pixmaps/worldofpadman.xpm" \ + title="World of Padman" command="/usr/games/worldofpadman --quiet" Added: packages/trunk/worldofpadman/debian/rules =================================================================== --- packages/trunk/worldofpadman/debian/rules (rev 0) +++ packages/trunk/worldofpadman/debian/rules 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,101 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# This special exception was added by Craig Small in version 0.37 of dh-make. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]') +ARCH=$(shell uname -m | sed -e s/i.86/i386/) +BR=build/release-$(PLATFORM)-$(ARCH) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +build: build-arch +build-arch: build-arch-stamp +build-arch-stamp: + dh_testdir + $(MAKE) $(BUILD_FLAGS) + +clean: + dh_testdir + dh_testroot + rm -f wop-engine wopded + $(MAKE) clean + dh_clean + +install: install-indep install-arch + + +install-indep: + dh_testdir + dh_testroot + dh_clean -k -a + dh_installdirs -a + dh_install -a + dh_icons -a + +install-arch: build + dh_testdir + dh_testroot + dh_clean -k -s + dh_installdirs -s + dh_icons -s + + cp $(BR)/wop-engine.$(ARCH) wop-engine + cp $(BR)/wopded.$(ARCH) wopded + + dh_desktop -pworldofpadman debian/worldofpadman.desktop + dh_install -pworldofpadman debian/worldofpadman.desktop usr/share/applications # FIXME: waiting for dh_desktop to do this job... + dh_install -pworldofpadman debian/worldofpadman.xpm usr/share/pixmaps + dh_install -pworldofpadman -m755 debian/scripts/worldofpadman usr/games + dh_install -pworldofpadman wop-engine usr/lib/games/worldofpadman + dh_installman -pworldofpadman debian/worldofpadman.6 + dh_installchangelogs -pworldofpadman ChangeLog + + dh_installman -pworldofpadman-server debian/worldofpadman-server.6 + dh_installchangelogs -pworldofpadman-server ChangeLog + dh_install -pworldofpadman-server -m755 debian/scripts/worldofpadman-server usr/games + dh_install -pworldofpadman-server wopded usr/lib/games/worldofpadman + + dh_install -s + + +# Build architecture-independent files here. +binary-indep: install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +# Build architecture-dependent files here. +binary-arch: build-arch install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +# Build architecture-dependent files here. +binary-common: + dh_testdir + dh_testroot + dh_installdocs + dh_installmenu + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch Property changes on: packages/trunk/worldofpadman/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: packages/trunk/worldofpadman/debian/scripts/worldofpadman =================================================================== --- packages/trunk/worldofpadman/debian/scripts/worldofpadman (rev 0) +++ packages/trunk/worldofpadman/debian/scripts/worldofpadman 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,42 @@ +#!/bin/sh +# Adapted from Tremulous and Nexuiz launch scripts +BINARY=/usr/lib/games/worldofpadman/wop-engine +BASE_PATH=/usr/share/games/worldofpadman +QUIET=0 +EXCUSE="\ +World of Padman client wrapper\n\ +This script is Debian specific, it is *NOT* part of the source distribution!\n\ +Usage: urbanterror-server [OPTION]...\n\ +\n\ + -h, --help\t\tDisplay this help\n\ + -q, --quiet\t\tDisable console output\n\ + +<internal command>\tPass commands to the engine\n" + +# World of Padman binaries don't understand "regular" command line parameters. Let's +# catch them here, to avoid accidently launching the binary. + +while [ "$1" != "" ]; do { + if [ "$1" = "+set" -o "$1" = "+connect" ]; then + break; + fi + case "$1" in + -h|--help) + echo ${EXCUSE} + exit 0 + ;; + -q|--quiet) + QUIET=1 + ;; + esac + shift +}; done + +# Ready to rumble! + +if [ ${QUIET} -eq 1 ]; then + exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* >/dev/null 2>&1 +else + exec ${BINARY} +set fs_basepath ${BASE_PATH} $* +fi + +exit $? Added: packages/trunk/worldofpadman/debian/scripts/worldofpadman-server =================================================================== --- packages/trunk/worldofpadman/debian/scripts/worldofpadman-server (rev 0) +++ packages/trunk/worldofpadman/debian/scripts/worldofpadman-server 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,42 @@ +#!/bin/sh +# Adapted from Tremulous and Nexuiz launch scripts +BINARY=/usr/lib/games/worldofpadman/wopded +BASE_PATH=/usr/share/games/worldofpadman +QUIET=0 +EXCUSE="\ +World of Padman server wrapper\n\ +This script is Debian specific, it is *NOT* part of the source distribution!\n\ +Usage: urbanterror-server [OPTION]...\n\ +\n\ + -h, --help\t\tDisplay this help\n\ + -q, --quiet\t\tDisable console output\n\ + +<internal command>\tPass commands to the engine\n" + +# World of Padman binaries don't understand "regular" command line parameters. Let's +# catch them here, to avoid accidently launching the binary. + +while [ "$1" != "" ]; do { + if [ "$1" = "+set" -o "$1" = "+connect" ]; then + break; + fi + case "$1" in + -h|--help) + echo ${EXCUSE} + exit 0 + ;; + -q|--quiet) + QUIET=1 + ;; + esac + shift +}; done + +# Ready to rumble! + +if [ ${QUIET} -eq 1 ]; then + exec ${BINARY} +set fs_basepath ${BASE_PATH} +set ttycon 0 $* >/dev/null 2>&1 +else + exec ${BINARY} +set fs_basepath ${BASE_PATH} $* +fi + +exit $? Added: packages/trunk/worldofpadman/debian/worldofpadman-server.6 =================================================================== --- packages/trunk/worldofpadman/debian/worldofpadman-server.6 (rev 0) +++ packages/trunk/worldofpadman/debian/worldofpadman-server.6 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,100 @@ +.TH WORLDOFPADMAN-SERVER 6 "December 31 , 2007" +.SH NAME +worldofpadman-server \- World of Padman dedicated server +.SH SYNOPSIS +.B worldofpadman-server +[\-h|\-\-help] [\-q|\-\-quiet] [+set \fIoption\fP \fIvalue\fP]... +.SH DESCRIPTION +.PP +This manual page documents briefly the +.B worldofpadman-server +command. +.PP +\fBworldofpadman-server\fP is the World of Padman dedicated server. It is a multiplayer network game. +.SH OPTIONS +Options passed to the wrapper script: +.TP +\fB\-h\fR, \fB\-\-help\fR +Display a short help summary +.TP +\fB\-q\fR, \fB\-\-quiet\fR +Disable all console output +.PP +Options passed to the World of Padman binary by the +set parameter +.br +(Note that this is not a full list!) +.PP +\fBcapturelimit\fR <value> +.PP +\fBdedicated\fR <bool> +.PP +\fBfraglimit\fR <value> +.PP +\fBfs_basepath\fR <string> +.PP +\fBfs_game\fR <value> +.PP +\fBg_allowVote\fR <bool> +.PP +\fBg_banIPs\fR <IP address> +.PP +\fBg_doWarmup\fR <bool> +.PP +\fBg_friendlyFire\fR <bool> +.PP +\fBg_gametype\fR <bool> +.PP +\fBg_gravity\fR <value> +.PP +\fBg_inactivity\fR <value> +.PP +\fBg_maxGameClients\fR <value> +.PP +\fBg_motd\fR <string> +.PP +\fBg_needpass\fR <bool> +.PP +\fBg_password\fR <string> +.PP +\fBg_quadfactor\fR <value> +.PP +\fBg_weaponrespawn\fR <value> +.PP +\fBnet_ip\fR <IP adress> +.PP +\fBnet_port\fR <value> +.PP +\fBnet_qport\fR <value> +.PP +\fBnextmap\fR <string> +.PP +\fBsv_allowDownload\fR <bool> +.PP +\fBsv_floodProtect\fR <bool> +.PP +\fBsv_fps\fR <value> +.PP +\fBsv_hostname\fR <string> +.PP +\fBsv_maxclients\fR <value> +.PP +\fBsv_maxPing\fR <value> +(Measurd in milliseconds) +.PP +\fBsv_minPing\fR <value> +(Measurd in milliseconds) +.PP +\fBsv_pure\fR <bool> +.PP +\fBtimelimit\fR <value> +(Measured in minutes) +.BR +.SH SEE ALSO +.BR worldofpadman-server (6) +.br +.SH AUTHOR +The World of Padman dedicated server is based off the GPL ioQuake3 engine; wop-engine, maintained by WoP-Team +.PP +This manual page was written by Jack "jscinoz" Coulter <[EMAIL PROTECTED]> for the Ubuntu project (but may be used by others). It is largely based off the manual page written by Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> for the Debian project. 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-2. Added: packages/trunk/worldofpadman/debian/worldofpadman.6 =================================================================== --- packages/trunk/worldofpadman/debian/worldofpadman.6 (rev 0) +++ packages/trunk/worldofpadman/debian/worldofpadman.6 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,91 @@ +.TH WORLDOFPADMAN 6 "December 31 , 2007" +.SH NAME +worldofpadman \- World of Padman Client +.SH SYNOPSIS +.B worldofpadman +[\-h|\-\-help] [\-q|\-\-quiet] [+set \fIoption\fP \fIvalue\fP]... +.SH DESCRIPTION +.PP +This manual page documents briefly the +.B worldofpadman +command. +.PP +\fBworldofpadman\fP is the World of Padman client. It is a multiplayer network game. +.SH OPTIONS +Options passed to the wrapper script: +.TP +\fB\-h\fR, \fB\-\-help\fR +Display a short help summary +.TP +\fB\-q\fR, \fB\-\-quiet\fR +Disable all console output +.PP +Options passed to the World of Padman binary by the +set parameter +.br +(Note that this is not a full list!) +.PP +\fBcg_drawFPS\fR <bool> +.PP +\fBcg_drawTeamOverlay\fR <bool> +.PP +\fBcg_fov\fR <value> +.PP +\fBcg_lagometer\fR <bool> +.PP +\fBcg_shadows\fR <bool> +.PP +\fBcg_thirdPerson\fR <bool> +.PP +\fBcg_thirdPersonAngle\fR <value> +.PP +\fBcg_thirdPersonRange\fR <value> +.PP +\fBcg_zoomfov\fR <value> +.PP +\fBcl_mouseAccel\fR <bool> +.PP +\fBcom_blood\fR <bool> +.PP +\fBcom_hunkMegs\fR <value> +.PP +\fBcom_maxfps\fR <value> +.PP +\fBcom_soundMegs\fR <value> +.PP +\fBcom_zoneMegs\fR <value> +.PP +\fBfs_basepath\fR <string> +.PP +\fBfs_game\fR <string> +.PP +\fBr_allowExtensions\fR <bool> +.PP +\fBr_allowSoftwareGL\fR <bool> +.TP +\fBr_customheight\fR <value> +(Requires +set r_mode \-1) +.TP +\fBr_customwidth\fR <value> +(Requires +set r_mode \-1) +.PP +\fBr_dynamiclight\fR <bool> +.PP +\fBr_ext_compress_textures\fR <bool> +.PP +\fBr_ext_compressed_textures\fR <bool> +.PP +\fBr_fullscreen\fR <bool> +.PP +\fBr_ignoreGLErrors\fR <bool> +.PP +\fBr_mode\fR <value> +.BR +.SH SEE ALSO +.BR worldofpadman-server (6) +.br +.SH AUTHOR +The World of Padman client is based off the GPL ioQuake3 engine; wop-engine, maintained by WoP-Team +.PP +This manual page was written by Jack "jscinoz" Coulter <[EMAIL PROTECTED]> for the Ubuntu project (but may be used by others). It is largely based off the manual page written by Bruno "Fuddl" Kleinert <[EMAIL PROTECTED]> for the Debian project. 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-2. Added: packages/trunk/worldofpadman/debian/worldofpadman.desktop =================================================================== --- packages/trunk/worldofpadman/debian/worldofpadman.desktop (rev 0) +++ packages/trunk/worldofpadman/debian/worldofpadman.desktop 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,9 @@ +[Desktop Entry] +Version=1.0 +Name=World of Padman +Exec=worldofpadman +Icon=worldofpadman +Comment=Play World of Padman; a comic-style, fast paced, first person shooter. +Terminal=false +Type=Application +Categories=Application;Game;ArcadeGame; Added: packages/trunk/worldofpadman/debian/worldofpadman.xpm =================================================================== --- packages/trunk/worldofpadman/debian/worldofpadman.xpm (rev 0) +++ packages/trunk/worldofpadman/debian/worldofpadman.xpm 2008-05-15 07:33:20 UTC (rev 7022) @@ -0,0 +1,277 @@ +/* XPM */ +static char * worldofpadman_xpm[] = { +"32 32 242 2", +" c None", +". c #FD9701", +"+ c #FC9100", +"@ c #FC9400", +"# c #F48401", +"$ c #F47202", +"% c #E75001", +"& c #DF5102", +"* c #DD5900", +"= c #E35B01", +"- c #E44D00", +"; c #F25601", +"> c #F86D01", +", c #F47C01", +"' c #FA9301", +") c #FA7B04", +"! c #C76900", +"~ c #CC8C00", +"{ c #DABF00", +"] c #EDD800", +"^ c #F5DE00", +"/ c #E5C401", +"( c #E6A300", +"_ c #E17200", +": c #F25801", +"< c #F89000", +"[ c #FE9800", +"} c #FA8403", +"| c #DB4B01", +"1 c #FFDD00", +"2 c #FFE90A", +"3 c #FFEA1A", +"4 c #FFEB22", +"5 c #FFEA2D", +"6 c #FFE929", +"7 c #FFE31B", +"8 c #FDE314", +"9 c #FFE30D", +"0 c #FFE100", +"a c #EDCB00", +"b c #EB8900", +"c c #EF5302", +"d c #EC6503", +"e c #C65C00", +"f c #DCB400", +"g c #FFED3C", +"h c #FEF34B", +"i c #FFF45C", +"j c #FFF553", +"k c #FFEE49", +"l c #FFEB42", +"m c #FFE833", +"n c #FFE521", +"o c #FFDE0A", +"p c #EE7D03", +"q c #F16201", +"r c #EC5B02", +"s c #C47700", +"t c #FBD403", +"u c #FFFD62", +"v c #FFFC6B", +"w c #FFFE74", +"x c #FFFF7A", +"y c #FFF463", +"z c #FEEA53", +"A c #FFDC13", +"B c #FEDC03", +"C c #FFD900", +"D c #F89A0B", +"E c #BF7A00", +"F c #68685F", +"G c #A1A347", +"H c #1E1F32", +"I c #3D3F4E", +"J c #CBCB71", +"K c #FFFF81", +"L c #ECE273", +"M c #CDC47D", +"N c #FFEB13", +"O c #FFE206", +"P c #F7AB05", +"Q c #BE5D00", +"R c #FFD500", +"S c #E4D66B", +"T c #43476B", +"U c #AFAF36", +"V c #FFFF8E", +"W c #E5E573", +"X c #6A6B6B", +"Y c #252638", +"Z c #90904F", +"` c #4F536F", +" . c #3C4155", +".. c #706D5D", +"+. c #A59A3D", +"@. c #F7D41D", +"#. c #FFDF00", +"$. c #ED6A00", +"%. c #D04503", +"&. c #75788C", +"*. c #4D4E2F", +"=. c #FFFF95", +"-. c #45485A", +";. c #000000", +">. c #8F881C", +",. c #FFFB28", +"'. c #FFFB3C", +"). c #343645", +"!. c #03030B", +"~. c #F5630B", +"{. c #FA8C02", +"]. c #888846", +"^. c #FFFF9C", +"/. c #DEDD57", +"(. c #7B785C", +"_. c #000003", +":. c #312900", +"<. c #C7BB82", +"[. c #878578", +"}. c #B8A640", +"|. c #FFF21C", +"1. c #3B405B", +"2. c #FEB508", +"3. c #F16A01", +"4. c #676B87", +"5. c #30303C", +"6. c #9D9D54", +"7. c #BFBFAC", +"8. c #050504", +"9. c #A99E5E", +"0. c #000009", +"a. c #FFF201", +"b. c #A3A1A1", +"c. c #0E0F13", +"d. c #01031B", +"e. c #D9BD45", +"f. c #FFF20A", +"g. c #221D01", +"h. c #000001", +"i. c #F46B12", +"j. c #FDE541", +"k. c #17171E", +"l. c #6B6B79", +"m. c #2C2D35", +"n. c #B39604", +"o. c #908965", +"p. c #01020A", +"q. c #FFDB3A", +"r. c #151824", +"s. c #555656", +"t. c #604E00", +"u. c #FFD700", +"v. c #FC9214", +"w. c #DCCF57", +"x. c #363625", +"y. c #EBEBAE", +"z. c #616166", +"A. c #141414", +"B. c #06091A", +"C. c #5A5C65", +"D. c #53524A", +"E. c #717272", +"F. c #5C4800", +"G. c #FFD300", +"H. c #FDAF18", +"I. c #FD810B", +"J. c #D38900", +"K. c #FFE500", +"L. c #B8AE63", +"M. c #242529", +"N. c #09090C", +"O. c #010105", +"P. c #6C5600", +"Q. c #FFD100", +"R. c #FFB818", +"S. c #868158", +"T. c #100C00", +"U. c #4E4E52", +"V. c #4E4E4D", +"W. c #D19F00", +"X. c #FFC700", +"Y. c #918736", +"Z. c #0F1006", +"`. c #2C2100", +" + c #745C00", +".+ c #FFC800", +"++ c #FFC200", +"@+ c #FEB41C", +"#+ c #ED7400", +"$+ c #D67000", +"%+ c #B4A324", +"&+ c #161306", +"*+ c #D6AC00", +"=+ c #B48E00", +"-+ c #FCC402", +";+ c #FFC500", +">+ c #FC9E1C", +",+ c #EE7B00", +"'+ c #998B03", +")+ c #EBCE14", +"!+ c #85731D", +"~+ c #494114", +"{+ c #E5B600", +"]+ c #464648", +"^+ c #FFBE00", +"/+ c #EE721A", +"(+ c #F58D00", +"_+ c #655C10", +":+ c #514D37", +"<+ c #151A2D", +"[+ c #FFCE00", +"}+ c #2C3143", +"|+ c #473800", +"1+ c #FFBE15", +"2+ c #FFEA00", +"3+ c #BFAA1E", +"4+ c #D7B311", +"5+ c #27241B", +"6+ c #655202", +"7+ c #F8851E", +"8+ c #E69800", +"9+ c #897501", +"0+ c #FFCD00", +"a+ c #FDCB00", +"b+ c #F9AD00", +"c+ c #7B6C00", +"d+ c #FFCB00", +"e+ c #997B00", +"f+ c #AA8A00", +"g+ c #EB5A0A", +"h+ c #F18600", +"i+ c #F58A00", +"j+ c #F45C01", +"k+ c #FA9500", +"l+ c #FFCA00", +"m+ c #F76401", +"n+ c #FD9C05", +"o+ c #F7CA05", +"p+ c #FA8C0D", +"q+ c #F24F00", +"r+ c #FB9D12", +"s+ c #E66A00", +" . + + + + @ ", +" @ # $ % & * = * * - ; > , @ ", +" ' ) - ! ~ { ] ^ ^ ^ ^ ] / ( _ : ) < ", +" [ } | ! { 1 2 3 4 5 5 6 4 7 8 9 0 a b c , [ ", +" . d e f 0 2 4 g h i i i j j k l m n o 1 a p q @ ", +" ' r s t 8 2 2 u v w x w w v y y i z g 6 A B C D q ' ", +" . d E 1 z F h G H I J K x w v y y y i L M l N O C P q @ ", +" p Q R S T U x V W X Y Z u j h h k k k i ` [EMAIL PROTECTED] $. ", +" ' %./ N &.*.x V =.K W -.;.>.,.n 3 3 4 6 '.).;.;.;[EMAIL PROTECTED] ~.{. ", +" $ E #.M -.].V ^.&./.'.(._.:.2 7 <.[.}.N |.1.;.;.;.;.;[EMAIL PROTECTED] ", +". %.a N 4.5.6.V 7.).8.,.9.0.;.a.b.).c.d.e.f.1.;.g.h.c.;.e.R i.@ ", +"{.e 1 j.-.k.Z =.l.m.;.n.o.p.;.q. .;.;.;.;.a. .;.7 r.s.;.t.u.v.# ", +"} s 0 w.I h.x.y.z.A.;.!.m.;.;.e.B.;.;.;.;.e.C.;.7 D.E.0.F.G.H., ", +"I.J.K.L.m.;.;.M.N.;.;.;.8.;.;.e.0.;.e.r.;.e.s.O.*.X s.h.P.Q.R.$.", +"I.~ K.S.k.;.;.;.;.;.;.;.;.;.T.e.0.;.Q.U.;.e.s.M.V.U.N.;.W.X.R.d ", +") J.#.Y.0.;.Z.;.;.;.8.;.;.;.`.e._.;.7 I h.e.D.O._.h.;. [EMAIL PROTECTED]", +"{.$+#.%+h.u.c.;.;.&+m.c.;.;.P.e.;.;.*+Y p.e.V._.g.F.=+-+;+++>+,+", +"@ | u.2 u.'+;.;.;.)+!+I N.;.e.e.;.;.~+M.B.{+]+_.t.G.Q.;+^+++/+(+", +" q ( 1 8 p.;.;._+|.B :+<+:.[+O h._.N.z.<+G.}+;.|+#.X.++^+1+= ", +" {.= G.2+'+;.;.3+7 o 4+5+{+G.1 6+0.V.C.0.2+<+;.T.#.;+++++7+,+ ", +" [ 3.8+u.a.9+;.n A t u.f Q.0+Q.a+;.0._.|+K.d.;.;.C ;[EMAIL PROTECTED] ", +" < : b+u.2+c+O t Q.Q.[+0+d+0+u.{+ +e+-+C e.f+F.X.;+1+g+(+ ", +" (+: b+u.Q.G.Q.[+0+d+d+d+d+d+Q.Q.Q.[+[+Q.G..+d+1+g+h+ ", +" [EMAIL PROTECTED] ", +" @ $.m+b+[+X.;+;+X.;+;+;+;+;+X..+d+.+l+>+% < ", +" i+r > n+++d+d+.+.+.+l+.+[+o+a+d+l+1+- [ ", +" i+$ : ~.I.p+p+p+p+I.i.c [EMAIL PROTECTED]@.~.h+ ", +" [ ' # ,+#+#+,+# < [ ,+q+, @.r+s+ ", +" < 3.: @.= ", +" [ # m+; (+ ", +" ' #+#+ ", +" ' "}; _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

