summaryrefslogtreecommitdiffstats
path: root/games/wormux
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-07-17 23:27:14 +0000
committermiwi <miwi@FreeBSD.org>2008-07-17 23:27:14 +0000
commite2d0af0cd23417c616bd68a27a8a209262ba5c85 (patch)
tree2e4102808e5d3c7c4180858871c825e7ee7c698e /games/wormux
parentf11a0b773bf7dbbd3393b5f6ef66951e14b53eb5 (diff)
downloadFreeBSD-ports-e2d0af0cd23417c616bd68a27a8a209262ba5c85.zip
FreeBSD-ports-e2d0af0cd23417c616bd68a27a8a209262ba5c85.tar.gz
- Update to 0.8
PR: 125130 Submitted by: miwi Approved by: maintainer timeout
Diffstat (limited to 'games/wormux')
-rw-r--r--games/wormux/Makefile9
-rw-r--r--games/wormux/distinfo6
-rw-r--r--games/wormux/files/extra-patch-src-weapon-ninja_rope.cpp11
-rw-r--r--games/wormux/files/patch-Makefile.am11
-rw-r--r--games/wormux/files/patch-configure11
-rw-r--r--games/wormux/pkg-plist499
6 files changed, 401 insertions, 146 deletions
diff --git a/games/wormux/Makefile b/games/wormux/Makefile
index 7d681b0..9baecd6 100644
--- a/games/wormux/Makefile
+++ b/games/wormux/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= wormux
-DISTVERSION= 0.7.9
-PORTREVISION= 3
+DISTVERSION= 0.8
CATEGORIES= games
MASTER_SITES= http://download.gna.org/wormux/
@@ -17,11 +16,13 @@ COMMENT= Wormux game
LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
curl:${PORTSDIR}/ftp/curl
+USE_BZIP2= yes
GNU_CONFIGURE= yes
+USE_GMAKE= yes
USE_SDL= sdl image mixer ttf gfx net
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ARGS= --with-datadir-name=${DATADIR} --program-prefix=""
-
+MANCOMPRESSED= no
MAN6= wormux.6
post-patch:
diff --git a/games/wormux/distinfo b/games/wormux/distinfo
index 4eaa7e2..290e676 100644
--- a/games/wormux/distinfo
+++ b/games/wormux/distinfo
@@ -1,3 +1,3 @@
-MD5 (wormux-0.7.9.tar.gz) = d921ae5bad243dec7bb6825d6e0b9d16
-SHA256 (wormux-0.7.9.tar.gz) = 9c260c1dd3c77159ccb71a21df61dc784e875fda4a7e5741dcb22fe7a48a8282
-SIZE (wormux-0.7.9.tar.gz) = 31674094
+MD5 (wormux-0.8.tar.bz2) = 79400ddcb2e9fdfcd4145c62940a24d3
+SHA256 (wormux-0.8.tar.bz2) = c9e459b279f0306d6e5f62a07bcf4ddeabf8c57bdcf72be201efdf69948b4c80
+SIZE (wormux-0.8.tar.bz2) = 56824903
diff --git a/games/wormux/files/extra-patch-src-weapon-ninja_rope.cpp b/games/wormux/files/extra-patch-src-weapon-ninja_rope.cpp
deleted file mode 100644
index 54d0059..0000000
--- a/games/wormux/files/extra-patch-src-weapon-ninja_rope.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/weapon/ninja_rope.cpp.orig Fri Feb 10 01:00:05 2006
-+++ src/weapon/ninja_rope.cpp Fri Feb 10 01:01:05 2006
-@@ -37,6 +37,8 @@
- #include "../tool/math_tools.h"
- #include "../weapon/weapon_tools.h"
-
-+#define round(a) (((a)-floor(a)) < 0.5 ? floor(a) : ceil(a))
-+
- /*
- // Is this hack still needed for round()?
- #ifdef WIN32
diff --git a/games/wormux/files/patch-Makefile.am b/games/wormux/files/patch-Makefile.am
deleted file mode 100644
index 02fc3b0..0000000
--- a/games/wormux/files/patch-Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.am.orig Sat Jan 27 21:25:34 2007
-+++ src/Makefile.am Sat Jan 27 21:26:21 2007
-@@ -176,7 +176,7 @@
- weapon/blowtorch.cpp weapon/blowtorch.h \
- weapon/syringe.cpp weapon/syringe.h
-
--AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\" -Werror
-+AM_CXXFLAGS = -DINSTALL_DATADIR=\"$(pkgdatadir)\" -DINSTALL_LOCALEDIR=\"$(localedir)\" -DFONT_FILE=\"$(fontfile)\" -DPACKAGE_VERSION=\"$(PACKAGE_VERSION)\"
-
-
- if WIN32
diff --git a/games/wormux/files/patch-configure b/games/wormux/files/patch-configure
new file mode 100644
index 0000000..016399f
--- /dev/null
+++ b/games/wormux/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2008-06-28 20:02:41.000000000 +0400
++++ configure 2008-07-01 04:33:14.000000000 +0400
+@@ -6825,8 +6825,6 @@
+ DATADIR="$withval"
+ fi;
+
+-# ensure a trailing slash (r4255)
+-DATADIR="${DATADIR}/"
+
+
+ if test "${WIN32}" = "yes"; then LOCALEDIR="locale"
diff --git a/games/wormux/pkg-plist b/games/wormux/pkg-plist
index e29f087..369a366 100644
--- a/games/wormux/pkg-plist
+++ b/games/wormux/pkg-plist
@@ -1,45 +1,74 @@
bin/wormux
share/applications/wormux.desktop
+share/locale/bg/LC_MESSAGES/wormux.mo
share/locale/bs/LC_MESSAGES/wormux.mo
share/locale/ca/LC_MESSAGES/wormux.mo
+share/locale/cpf/LC_MESSAGES/wormux.mo
+share/locale/cs/LC_MESSAGES/wormux.mo
share/locale/da/LC_MESSAGES/wormux.mo
share/locale/de/LC_MESSAGES/wormux.mo
share/locale/eo/LC_MESSAGES/wormux.mo
share/locale/es/LC_MESSAGES/wormux.mo
+share/locale/fa/LC_MESSAGES/wormux.mo
share/locale/fi/LC_MESSAGES/wormux.mo
share/locale/fr/LC_MESSAGES/wormux.mo
+share/locale/gl/LC_MESSAGES/wormux.mo
+share/locale/he/LC_MESSAGES/wormux.mo
share/locale/hu/LC_MESSAGES/wormux.mo
share/locale/it/LC_MESSAGES/wormux.mo
+share/locale/lv/LC_MESSAGES/wormux.mo
+share/locale/nb/LC_MESSAGES/wormux.mo
share/locale/nl/LC_MESSAGES/wormux.mo
share/locale/pl/LC_MESSAGES/wormux.mo
-share/locale/pt-BR/LC_MESSAGES/wormux.mo
share/locale/pt/LC_MESSAGES/wormux.mo
+share/locale/pt_BR/LC_MESSAGES/wormux.mo
share/locale/ro/LC_MESSAGES/wormux.mo
share/locale/ru/LC_MESSAGES/wormux.mo
share/locale/sk/LC_MESSAGES/wormux.mo
+share/locale/sl/LC_MESSAGES/wormux.mo
share/locale/sv/LC_MESSAGES/wormux.mo
share/locale/tr/LC_MESSAGES/wormux.mo
+share/locale/zh_CN/LC_MESSAGES/wormux.mo
+share/locale/zh_TW/LC_MESSAGES/wormux.mo
+share/pixmaps/wormux_128x128.png
%%DATADIR%%/authors.dtd
%%DATADIR%%/authors.xml
-%%DATADIR%%/body/beastieteam/arm-left.png
-%%DATADIR%%/body/beastieteam/arm-right.png
-%%DATADIR%%/body/beastieteam/black.png
+%%DATADIR%%/body/beastieteam/arm.png
+%%DATADIR%%/body/beastieteam/b_arm.png
+%%DATADIR%%/body/beastieteam/b_body.png
+%%DATADIR%%/body/beastieteam/b_eyelid.png
+%%DATADIR%%/body/beastieteam/b_foot.png
+%%DATADIR%%/body/beastieteam/b_head.png
+%%DATADIR%%/body/beastieteam/b_tail.png
%%DATADIR%%/body/beastieteam/body.png
%%DATADIR%%/body/beastieteam/c1.png
%%DATADIR%%/body/beastieteam/c2.png
%%DATADIR%%/body/beastieteam/config.xml
%%DATADIR%%/body/beastieteam/dead.png
+%%DATADIR%%/body/beastieteam/eyelid.png
+%%DATADIR%%/body/beastieteam/eyes.png
%%DATADIR%%/body/beastieteam/foot.png
%%DATADIR%%/body/beastieteam/head.png
%%DATADIR%%/body/beastieteam/helmet.png
+%%DATADIR%%/body/beastieteam/hoop.png
+%%DATADIR%%/body/beastieteam/hula.png
%%DATADIR%%/body/beastieteam/jetpack-heli.png
%%DATADIR%%/body/beastieteam/jetpack.png
+%%DATADIR%%/body/beastieteam/pupil.png
%%DATADIR%%/body/beastieteam/tail.png
%%DATADIR%%/body/beastieteam/yoyo.png
%%DATADIR%%/body/body.dtd
%%DATADIR%%/body/firefoxteam/arm1.png
%%DATADIR%%/body/firefoxteam/arm2.png
-%%DATADIR%%/body/firefoxteam/black.png
+%%DATADIR%%/body/firefoxteam/b_arm1.png
+%%DATADIR%%/body/firefoxteam/b_arm2.png
+%%DATADIR%%/body/firefoxteam/b_body.png
+%%DATADIR%%/body/firefoxteam/b_ear-left.png
+%%DATADIR%%/body/firefoxteam/b_ear-right.png
+%%DATADIR%%/body/firefoxteam/b_eyelid.png
+%%DATADIR%%/body/firefoxteam/b_foot.png
+%%DATADIR%%/body/firefoxteam/b_head.png
+%%DATADIR%%/body/firefoxteam/b_tail.png
%%DATADIR%%/body/firefoxteam/body.png
%%DATADIR%%/body/firefoxteam/c1.png
%%DATADIR%%/body/firefoxteam/c2.png
@@ -47,10 +76,13 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/firefoxteam/dead.png
%%DATADIR%%/body/firefoxteam/ear-left.png
%%DATADIR%%/body/firefoxteam/ear-right.png
+%%DATADIR%%/body/firefoxteam/eyelid.png
%%DATADIR%%/body/firefoxteam/eyes.png
-%%DATADIR%%/body/firefoxteam/flag.png
%%DATADIR%%/body/firefoxteam/foot.png
+%%DATADIR%%/body/firefoxteam/head.png
%%DATADIR%%/body/firefoxteam/helmet.png
+%%DATADIR%%/body/firefoxteam/hoop.png
+%%DATADIR%%/body/firefoxteam/hula.png
%%DATADIR%%/body/firefoxteam/jetpack-belt.png
%%DATADIR%%/body/firefoxteam/jetpack-fire.png
%%DATADIR%%/body/firefoxteam/jetpack.png
@@ -58,18 +90,27 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/firefoxteam/tail.png
%%DATADIR%%/body/firefoxteam/yoyo.png
%%DATADIR%%/body/gnuteam/arm.png
-%%DATADIR%%/body/gnuteam/black.png
+%%DATADIR%%/body/gnuteam/b_arm.png
+%%DATADIR%%/body/gnuteam/b_body.png
+%%DATADIR%%/body/gnuteam/b_eyelid.png
+%%DATADIR%%/body/gnuteam/b_foot.png
+%%DATADIR%%/body/gnuteam/b_head.png
%%DATADIR%%/body/gnuteam/body.png
%%DATADIR%%/body/gnuteam/c1.png
%%DATADIR%%/body/gnuteam/c2.png
%%DATADIR%%/body/gnuteam/config.xml
%%DATADIR%%/body/gnuteam/dead.png
+%%DATADIR%%/body/gnuteam/eyelid.png
+%%DATADIR%%/body/gnuteam/eyes.png
%%DATADIR%%/body/gnuteam/foot.png
%%DATADIR%%/body/gnuteam/head.png
%%DATADIR%%/body/gnuteam/helmet.png
+%%DATADIR%%/body/gnuteam/hoop.png
+%%DATADIR%%/body/gnuteam/hula.png
%%DATADIR%%/body/gnuteam/jetpack-belt.png
%%DATADIR%%/body/gnuteam/jetpack-fire.png
%%DATADIR%%/body/gnuteam/jetpack.png
+%%DATADIR%%/body/gnuteam/pupil.png
%%DATADIR%%/body/gnuteam/tail.png
%%DATADIR%%/body/gnuteam/yoyo.png
%%DATADIR%%/body/konqiteam/arm1.png
@@ -80,12 +121,16 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/konqiteam/c2.png
%%DATADIR%%/body/konqiteam/config.xml
%%DATADIR%%/body/konqiteam/dead.png
+%%DATADIR%%/body/konqiteam/eyelid.png
%%DATADIR%%/body/konqiteam/eyes.png
%%DATADIR%%/body/konqiteam/foot-left.png
%%DATADIR%%/body/konqiteam/foot-right.png
%%DATADIR%%/body/konqiteam/helmet.png
+%%DATADIR%%/body/konqiteam/hoop.png
%%DATADIR%%/body/konqiteam/horns.png
+%%DATADIR%%/body/konqiteam/hula.png
%%DATADIR%%/body/konqiteam/nose.png
+%%DATADIR%%/body/konqiteam/pupil.png
%%DATADIR%%/body/konqiteam/tail.png
%%DATADIR%%/body/konqiteam/wing.png
%%DATADIR%%/body/konqiteam/yoyo.png
@@ -96,12 +141,17 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/nupikteam/c2.png
%%DATADIR%%/body/nupikteam/config.xml
%%DATADIR%%/body/nupikteam/dead.png
+%%DATADIR%%/body/nupikteam/eyelid.png
+%%DATADIR%%/body/nupikteam/eyes.png
%%DATADIR%%/body/nupikteam/fixedarm.png
%%DATADIR%%/body/nupikteam/foot.png
%%DATADIR%%/body/nupikteam/head.png
%%DATADIR%%/body/nupikteam/helmet.png
+%%DATADIR%%/body/nupikteam/hoop.png
+%%DATADIR%%/body/nupikteam/hula.png
%%DATADIR%%/body/nupikteam/jetpack-heli.png
%%DATADIR%%/body/nupikteam/jetpack.png
+%%DATADIR%%/body/nupikteam/pupil.png
%%DATADIR%%/body/nupikteam/spines1.png
%%DATADIR%%/body/nupikteam/spines2.png
%%DATADIR%%/body/nupikteam/yoyo.png
@@ -111,10 +161,14 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/oooteam/c2.png
%%DATADIR%%/body/oooteam/config.xml
%%DATADIR%%/body/oooteam/dead.png
+%%DATADIR%%/body/oooteam/eyelid.png
%%DATADIR%%/body/oooteam/eyes.png
%%DATADIR%%/body/oooteam/foot.png
%%DATADIR%%/body/oooteam/helmet.png
+%%DATADIR%%/body/oooteam/hoop.png
+%%DATADIR%%/body/oooteam/hula.png
%%DATADIR%%/body/oooteam/nozzle.png
+%%DATADIR%%/body/oooteam/pupil.png
%%DATADIR%%/body/oooteam/wingleft.png
%%DATADIR%%/body/oooteam/wingright.png
%%DATADIR%%/body/oooteam/yoyo.png
@@ -127,13 +181,18 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/phpteam/dead.png
%%DATADIR%%/body/phpteam/ear-left.png
%%DATADIR%%/body/phpteam/ear-right.png
+%%DATADIR%%/body/phpteam/eyelid.png
+%%DATADIR%%/body/phpteam/eyes.png
%%DATADIR%%/body/phpteam/foot-left.png
%%DATADIR%%/body/phpteam/foot-right.png
-%%DATADIR%%/body/phpteam/head.png
%%DATADIR%%/body/phpteam/helmet.png
+%%DATADIR%%/body/phpteam/hoop.png
+%%DATADIR%%/body/phpteam/hula.png
%%DATADIR%%/body/phpteam/jetpack-belt.png
%%DATADIR%%/body/phpteam/jetpack-fire.png
%%DATADIR%%/body/phpteam/jetpack.png
+%%DATADIR%%/body/phpteam/nose.png
+%%DATADIR%%/body/phpteam/pupil.png
%%DATADIR%%/body/phpteam/tail.png
%%DATADIR%%/body/phpteam/yoyo.png
%%DATADIR%%/body/snortteam/arm.png
@@ -143,11 +202,16 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/snortteam/c2.png
%%DATADIR%%/body/snortteam/config.xml
%%DATADIR%%/body/snortteam/dead.png
+%%DATADIR%%/body/snortteam/eyelid.png
+%%DATADIR%%/body/snortteam/eyes.png
%%DATADIR%%/body/snortteam/head.png
%%DATADIR%%/body/snortteam/helmet.png
+%%DATADIR%%/body/snortteam/hoop.png
+%%DATADIR%%/body/snortteam/hula.png
%%DATADIR%%/body/snortteam/jetpack-belt.png
%%DATADIR%%/body/snortteam/jetpack-fire.png
%%DATADIR%%/body/snortteam/jetpack.png
+%%DATADIR%%/body/snortteam/pupil.png
%%DATADIR%%/body/snortteam/tail.png
%%DATADIR%%/body/snortteam/yoyo.png
%%DATADIR%%/body/spipteam/arm.png
@@ -157,10 +221,13 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/spipteam/c2.png
%%DATADIR%%/body/spipteam/config.xml
%%DATADIR%%/body/spipteam/dead.png
+%%DATADIR%%/body/spipteam/eyelid.png
%%DATADIR%%/body/spipteam/eyes.png
%%DATADIR%%/body/spipteam/foot.png
%%DATADIR%%/body/spipteam/head.png
%%DATADIR%%/body/spipteam/helmet.png
+%%DATADIR%%/body/spipteam/hoop.png
+%%DATADIR%%/body/spipteam/hula.png
%%DATADIR%%/body/spipteam/jetpack-belt.png
%%DATADIR%%/body/spipteam/jetpack-fire.png
%%DATADIR%%/body/spipteam/jetpack.png
@@ -173,11 +240,15 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/thunderbirdteam/c2.png
%%DATADIR%%/body/thunderbirdteam/config.xml
%%DATADIR%%/body/thunderbirdteam/dead.png
+%%DATADIR%%/body/thunderbirdteam/eyelid.png
%%DATADIR%%/body/thunderbirdteam/eyes.png
%%DATADIR%%/body/thunderbirdteam/foot.png
%%DATADIR%%/body/thunderbirdteam/hair.png
%%DATADIR%%/body/thunderbirdteam/helmet.png
+%%DATADIR%%/body/thunderbirdteam/hoop.png
+%%DATADIR%%/body/thunderbirdteam/hula.png
%%DATADIR%%/body/thunderbirdteam/nozzle.png
+%%DATADIR%%/body/thunderbirdteam/pupil.png
%%DATADIR%%/body/thunderbirdteam/wingleft.png
%%DATADIR%%/body/thunderbirdteam/wingright.png
%%DATADIR%%/body/thunderbirdteam/yoyo.png
@@ -187,10 +258,14 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/tuxteam/c2.png
%%DATADIR%%/body/tuxteam/config.xml
%%DATADIR%%/body/tuxteam/dead.png
+%%DATADIR%%/body/tuxteam/eyelid.png
%%DATADIR%%/body/tuxteam/eyes.png
%%DATADIR%%/body/tuxteam/foot.png
%%DATADIR%%/body/tuxteam/helmet.png
+%%DATADIR%%/body/tuxteam/hoop.png
+%%DATADIR%%/body/tuxteam/hula.png
%%DATADIR%%/body/tuxteam/nozzle.png
+%%DATADIR%%/body/tuxteam/pupil.png
%%DATADIR%%/body/tuxteam/wing.png
%%DATADIR%%/body/tuxteam/yoyo.png
%%DATADIR%%/body/wilberteam/arm.png
@@ -200,15 +275,18 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/wilberteam/c2.png
%%DATADIR%%/body/wilberteam/config.xml
%%DATADIR%%/body/wilberteam/dead.png
+%%DATADIR%%/body/wilberteam/eyelid.png
+%%DATADIR%%/body/wilberteam/eyes.png
%%DATADIR%%/body/wilberteam/foot.png
%%DATADIR%%/body/wilberteam/head.png
%%DATADIR%%/body/wilberteam/helmet.png
+%%DATADIR%%/body/wilberteam/hoop.png
+%%DATADIR%%/body/wilberteam/hula.png
%%DATADIR%%/body/wilberteam/jetpack-belt.png
%%DATADIR%%/body/wilberteam/jetpack-fire.png
%%DATADIR%%/body/wilberteam/jetpack.png
%%DATADIR%%/body/wilberteam/pupil.png
%%DATADIR%%/body/wilberteam/yoyo.png
-%%DATADIR%%/body/wilberteam/yoyo.svg
%%DATADIR%%/body/workraveteam/arm.png
%%DATADIR%%/body/workraveteam/black.png
%%DATADIR%%/body/workraveteam/body.png
@@ -216,32 +294,44 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/body/workraveteam/c2.png
%%DATADIR%%/body/workraveteam/config.xml
%%DATADIR%%/body/workraveteam/dead.png
+%%DATADIR%%/body/workraveteam/eyelid.png
+%%DATADIR%%/body/workraveteam/eyes.png
%%DATADIR%%/body/workraveteam/foot.png
%%DATADIR%%/body/workraveteam/head.png
%%DATADIR%%/body/workraveteam/helmet.png
+%%DATADIR%%/body/workraveteam/hoop.png
+%%DATADIR%%/body/workraveteam/hula.png
%%DATADIR%%/body/workraveteam/jetpack-belt.png
%%DATADIR%%/body/workraveteam/jetpack-fire.png
%%DATADIR%%/body/workraveteam/jetpack.png
+%%DATADIR%%/body/workraveteam/pupil.png
%%DATADIR%%/body/workraveteam/yoyo.png
+%%DATADIR%%/cursors.dtd
+%%DATADIR%%/cursors.xml
%%DATADIR%%/font/DejaVuSans.ttf
%%DATADIR%%/game_mode/classic.xml
+%%DATADIR%%/game_mode/classic_objects.xml
%%DATADIR%%/game_mode/game_mode.dtd
%%DATADIR%%/game_mode/objects.dtd
-%%DATADIR%%/game_mode/objects.xml
+%%DATADIR%%/game_mode/unlimited.xml
+%%DATADIR%%/game_mode/unlimited_objects.xml
%%DATADIR%%/gfx/arrow.png
%%DATADIR%%/gfx/pointer.png
-%%DATADIR%%/gfx/water.png
-%%DATADIR%%/gfx/water_bottom.png
+%%DATADIR%%/gfx/water/lava.png
+%%DATADIR%%/gfx/water/lava_bottom.png
+%%DATADIR%%/gfx/water/lava_drop.png
+%%DATADIR%%/gfx/water/water.png
+%%DATADIR%%/gfx/water/water_bottom.png
+%%DATADIR%%/gfx/water/water_drop.png
%%DATADIR%%/graphism.dtd
%%DATADIR%%/graphism.xml
+%%DATADIR%%/help/ca/shortkeys.png
+%%DATADIR%%/help/en/shortkeys.png
+%%DATADIR%%/help/es/shortkeys.png
%%DATADIR%%/interface/background_interface.png
-%%DATADIR%%/interface/button1.png
-%%DATADIR%%/interface/button2.png
-%%DATADIR%%/interface/button3.png
-%%DATADIR%%/interface/button4.png
-%%DATADIR%%/interface/button5.png
%%DATADIR%%/interface/clock.png
%%DATADIR%%/interface/clock_background.png
+%%DATADIR%%/interface/cross.png
%%DATADIR%%/interface/cursors/arrow-down.left.png
%%DATADIR%%/interface/cursors/arrow-down.png
%%DATADIR%%/interface/cursors/arrow-down.right.png
@@ -255,25 +345,25 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/interface/cursors/hand-fire.png
%%DATADIR%%/interface/cursors/hand-fire.right.png
%%DATADIR%%/interface/cursors/hand-move.png
-%%DATADIR%%/interface/pause.png
%%DATADIR%%/interface/quit.png
%%DATADIR%%/interface/small_background_interface.png
+%%DATADIR%%/interface/warning.png
%%DATADIR%%/interface/wind.png
%%DATADIR%%/interface/wind_indicator.png
%%DATADIR%%/map/aquarium/background.png
%%DATADIR%%/map/aquarium/config.xml
%%DATADIR%%/map/aquarium/preview.jpg
%%DATADIR%%/map/aquarium/sky.jpg
-%%DATADIR%%/map/araignee/abeille.png
-%%DATADIR%%/map/araignee/araignee.png
-%%DATADIR%%/map/araignee/config.xml
-%%DATADIR%%/map/araignee/fond.jpg
-%%DATADIR%%/map/araignee/preview.jpg
%%DATADIR%%/map/arbre/arbre.png
%%DATADIR%%/map/arbre/config.xml
%%DATADIR%%/map/arbre/fond.jpg
%%DATADIR%%/map/arbre/gland-anim.png
%%DATADIR%%/map/arbre/preview.jpg
+%%DATADIR%%/map/bankiz/bankiz.png
+%%DATADIR%%/map/bankiz/config.xml
+%%DATADIR%%/map/bankiz/flocon.png
+%%DATADIR%%/map/bankiz/preview.jpg
+%%DATADIR%%/map/bankiz/sky.jpg
%%DATADIR%%/map/banquise/background.jpg
%%DATADIR%%/map/banquise/banquise.png
%%DATADIR%%/map/banquise/config.xml
@@ -296,11 +386,24 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/map/cheese/minicheese.png
%%DATADIR%%/map/cheese/preview.jpg
%%DATADIR%%/map/cheese/sky.jpg
+%%DATADIR%%/map/christmas/config.xml
+%%DATADIR%%/map/christmas/flocon.png
+%%DATADIR%%/map/christmas/map.png
+%%DATADIR%%/map/christmas/preview.jpg
+%%DATADIR%%/map/christmas/sky.jpg
+%%DATADIR%%/map/country/config.xml
+%%DATADIR%%/map/country/map.png
+%%DATADIR%%/map/country/preview.jpg
+%%DATADIR%%/map/country/sky.jpg
%%DATADIR%%/map/cowland/config.xml
-%%DATADIR%%/map/cowland/cowland.png
-%%DATADIR%%/map/cowland/cowland_bg.jpg
+%%DATADIR%%/map/cowland/map.png
%%DATADIR%%/map/cowland/nuage.png
%%DATADIR%%/map/cowland/preview.jpg
+%%DATADIR%%/map/cowland/sky.jpg
+%%DATADIR%%/map/crystal/config.xml
+%%DATADIR%%/map/crystal/crystal.png
+%%DATADIR%%/map/crystal/preview.jpg
+%%DATADIR%%/map/crystal/sky.jpg
%%DATADIR%%/map/desert/config.xml
%%DATADIR%%/map/desert/desert.png
%%DATADIR%%/map/desert/desert_bg.jpg
@@ -314,25 +417,45 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/map/electronik/config.xml
%%DATADIR%%/map/electronik/preview.jpg
%%DATADIR%%/map/electronik/sky.jpg
+%%DATADIR%%/map/funkyIsland/clouds.png
+%%DATADIR%%/map/funkyIsland/config.xml
+%%DATADIR%%/map/funkyIsland/island.png
+%%DATADIR%%/map/funkyIsland/island_bg.jpg
+%%DATADIR%%/map/funkyIsland/preview.jpg
%%DATADIR%%/map/goodandevil/config.xml
%%DATADIR%%/map/goodandevil/goodandevil.png
%%DATADIR%%/map/goodandevil/preview.jpg
%%DATADIR%%/map/goodandevil/sky.jpg
+%%DATADIR%%/map/greehills/config.xml
+%%DATADIR%%/map/greehills/greenhills.png
+%%DATADIR%%/map/greehills/greenhills_sky.jpg
+%%DATADIR%%/map/greehills/preview.jpg
+%%DATADIR%%/map/greehills/star.png
%%DATADIR%%/map/grenouilles/config.xml
%%DATADIR%%/map/grenouilles/grenouilles.png
%%DATADIR%%/map/grenouilles/jungle.jpg
%%DATADIR%%/map/grenouilles/nuage.png
%%DATADIR%%/map/grenouilles/preview.jpg
-%%DATADIR%%/map/halloween/confetis.png
%%DATADIR%%/map/halloween/config.xml
-%%DATADIR%%/map/halloween/halloween.png
-%%DATADIR%%/map/halloween/noir_lune.jpg
+%%DATADIR%%/map/halloween/map.png
%%DATADIR%%/map/halloween/preview.jpg
+%%DATADIR%%/map/halloween/sky.jpg
+%%DATADIR%%/map/halloween/wp.png
%%DATADIR%%/map/hell/bones.png
%%DATADIR%%/map/hell/config.xml
%%DATADIR%%/map/hell/hell.png
%%DATADIR%%/map/hell/hellsky.jpg
%%DATADIR%%/map/hell/preview.jpg
+%%DATADIR%%/map/hive/BG.jpg
+%%DATADIR%%/map/hive/FG.png
+%%DATADIR%%/map/hive/config.xml
+%%DATADIR%%/map/hive/part_effect_strip.png
+%%DATADIR%%/map/hive/preview.jpg
+%%DATADIR%%/map/icebergs/config.xml
+%%DATADIR%%/map/icebergs/map.png
+%%DATADIR%%/map/icebergs/preview.jpg
+%%DATADIR%%/map/icebergs/sky.jpg
+%%DATADIR%%/map/icebergs/wp.png
%%DATADIR%%/map/island/config.xml
%%DATADIR%%/map/island/island.png
%%DATADIR%%/map/island/preview.jpg
@@ -342,21 +465,29 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/map/leafs/config.xml
%%DATADIR%%/map/leafs/front.png
%%DATADIR%%/map/leafs/preview.jpg
+%%DATADIR%%/map/lonely_island/config.xml
+%%DATADIR%%/map/lonely_island/map.png
+%%DATADIR%%/map/lonely_island/preview.jpg
+%%DATADIR%%/map/lonely_island/sky.jpg
+%%DATADIR%%/map/lonely_island/wind_particules.png
%%DATADIR%%/map/map.dtd
%%DATADIR%%/map/monkeybubbleworld/config.xml
%%DATADIR%%/map/monkeybubbleworld/feuille.png
%%DATADIR%%/map/monkeybubbleworld/monkeybubbleworld.png
%%DATADIR%%/map/monkeybubbleworld/preview.jpg
%%DATADIR%%/map/monkeybubbleworld/sky.jpg
-%%DATADIR%%/map/noel/bleu.jpg
-%%DATADIR%%/map/noel/config.xml
-%%DATADIR%%/map/noel/nege-anim.png
-%%DATADIR%%/map/noel/noel.png
-%%DATADIR%%/map/noel/preview.jpg
+%%DATADIR%%/map/moon-4m/config.xml
+%%DATADIR%%/map/moon-4m/map.png
+%%DATADIR%%/map/moon-4m/preview.jpg
+%%DATADIR%%/map/moon-4m/sky.jpg
%%DATADIR%%/map/paradis/config.xml
%%DATADIR%%/map/paradis/decor_paradis.png
%%DATADIR%%/map/paradis/decor_paradis_BG.jpg
%%DATADIR%%/map/paradis/paradis_preview.jpg
+%%DATADIR%%/map/pillars/BG.jpg
+%%DATADIR%%/map/pillars/FG.png
+%%DATADIR%%/map/pillars/config.xml
+%%DATADIR%%/map/pillars/preview.jpg
%%DATADIR%%/map/pirates/config.xml
%%DATADIR%%/map/pirates/islands.jpg
%%DATADIR%%/map/pirates/pirates.png
@@ -365,63 +496,118 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/map/prehistorik/fond.jpg
%%DATADIR%%/map/prehistorik/prehistorik.png
%%DATADIR%%/map/prehistorik/preview.jpg
+%%DATADIR%%/map/pumpkins/config.xml
+%%DATADIR%%/map/pumpkins/feuille.png
+%%DATADIR%%/map/pumpkins/map.png
+%%DATADIR%%/map/pumpkins/preview.jpg
+%%DATADIR%%/map/pumpkins/sky.jpg
%%DATADIR%%/map/qingqong/config.xml
%%DATADIR%%/map/qingqong/preview.jpg
%%DATADIR%%/map/qingqong/qingqong.png
%%DATADIR%%/map/qingqong/sky.jpg
-%%DATADIR%%/map/space/config.xml
-%%DATADIR%%/map/space/lune.jpg
-%%DATADIR%%/map/space/preview.jpg
-%%DATADIR%%/map/space/space.png
+%%DATADIR%%/map/random/config.xml
+%%DATADIR%%/map/random/palm-tree.png
+%%DATADIR%%/map/random/preview.jpg
+%%DATADIR%%/map/random/sky.jpg
+%%DATADIR%%/map/random/texture.png
+%%DATADIR%%/map/random/tresor1.png
+%%DATADIR%%/map/random/tresor2.png
+%%DATADIR%%/map/random_map.jpg
+%%DATADIR%%/map/randomamoebas/config.xml
+%%DATADIR%%/map/randomamoebas/preview.jpg
+%%DATADIR%%/map/randomamoebas/sky.jpg
+%%DATADIR%%/map/randomamoebas/texture.png
+%%DATADIR%%/map/space2/config.xml
+%%DATADIR%%/map/space2/map.png
+%%DATADIR%%/map/space2/preview.jpg
+%%DATADIR%%/map/space2/sky.jpg
+%%DATADIR%%/map/tic-tac-toe/BG.jpg
+%%DATADIR%%/map/tic-tac-toe/FG.png
+%%DATADIR%%/map/tic-tac-toe/config.xml
+%%DATADIR%%/map/tic-tac-toe/part_effect_strip.png
+%%DATADIR%%/map/tic-tac-toe/preview.jpg
+%%DATADIR%%/map/towers/config.xml
+%%DATADIR%%/map/towers/map.png
+%%DATADIR%%/map/towers/preview.jpg
+%%DATADIR%%/map/towers/sky.jpg
%%DATADIR%%/map/vulcano/background.png
%%DATADIR%%/map/vulcano/config.xml
%%DATADIR%%/map/vulcano/preview.jpg
%%DATADIR%%/map/vulcano/sky2.jpg
-%%DATADIR%%/map/wildwestdv/backgr.jpg
%%DATADIR%%/map/wildwestdv/config.xml
+%%DATADIR%%/map/wildwestdv/map.png
%%DATADIR%%/map/wildwestdv/preview.jpg
-%%DATADIR%%/map/wildwestdv/wildwestdv.png
-%%DATADIR%%/menu/img/arrow-left.png
-%%DATADIR%%/menu/img/arrow-right.png
-%%DATADIR%%/menu/img/audio_label.png
-%%DATADIR%%/menu/img/background.png
-%%DATADIR%%/menu/img/background_credits.png
-%%DATADIR%%/menu/img/background_network.png
-%%DATADIR%%/menu/img/background_options.png
-%%DATADIR%%/menu/img/background_play.png
-%%DATADIR%%/menu/img/big_left.png
-%%DATADIR%%/menu/img/big_right.png
-%%DATADIR%%/menu/img/button.png
-%%DATADIR%%/menu/img/cancel.png
-%%DATADIR%%/menu/img/check.png
-%%DATADIR%%/menu/img/display_energy.png
-%%DATADIR%%/menu/img/display_name.png
-%%DATADIR%%/menu/img/display_wind_particles.png
-%%DATADIR%%/menu/img/down.png
-%%DATADIR%%/menu/img/fullscreen.png
-%%DATADIR%%/menu/img/ico_maps.png
-%%DATADIR%%/menu/img/ico_skins.png
-%%DATADIR%%/menu/img/ico_sounds.png
-%%DATADIR%%/menu/img/ico_weapons.png
-%%DATADIR%%/menu/img/loading.png
-%%DATADIR%%/menu/img/map_label.png
-%%DATADIR%%/menu/img/minus.png
-%%DATADIR%%/menu/img/mode_label.png
-%%DATADIR%%/menu/img/music_enable.png
-%%DATADIR%%/menu/img/plus.png
-%%DATADIR%%/menu/img/scroll_on_border.png
-%%DATADIR%%/menu/img/send_txt.png
-%%DATADIR%%/menu/img/skin01.png
-%%DATADIR%%/menu/img/skin02.png
-%%DATADIR%%/menu/img/sound_effects_enable.png
-%%DATADIR%%/menu/img/teams_label.png
-%%DATADIR%%/menu/img/timing_end_turn.png
-%%DATADIR%%/menu/img/timing_turn.png
-%%DATADIR%%/menu/img/title.png
-%%DATADIR%%/menu/img/up.png
-%%DATADIR%%/menu/img/validate.png
-%%DATADIR%%/menu/img/video_label.png
+%%DATADIR%%/map/wildwestdv/sky.jpg
+%%DATADIR%%/menu/annulus_background.png
+%%DATADIR%%/menu/annulus_foreground.png
+%%DATADIR%%/menu/audio_label.png
+%%DATADIR%%/menu/background.png
+%%DATADIR%%/menu/background_credits.png
+%%DATADIR%%/menu/background_help.png
+%%DATADIR%%/menu/background_network.png
+%%DATADIR%%/menu/background_options.png
+%%DATADIR%%/menu/background_play.png
+%%DATADIR%%/menu/big_left.png
+%%DATADIR%%/menu/big_right.png
+%%DATADIR%%/menu/button.png
+%%DATADIR%%/menu/cancel.png
+%%DATADIR%%/menu/check.png
+%%DATADIR%%/menu/config_label.png
+%%DATADIR%%/menu/disabled_back.png
+%%DATADIR%%/menu/disabled_front.png
+%%DATADIR%%/menu/display_energy.png
+%%DATADIR%%/menu/display_name.png
+%%DATADIR%%/menu/display_wind_particles.png
+%%DATADIR%%/menu/down.png
+%%DATADIR%%/menu/enabled.png
+%%DATADIR%%/menu/fps.png
+%%DATADIR%%/menu/fullscreen.png
+%%DATADIR%%/menu/i_backtobattle.png
+%%DATADIR%%/menu/i_credits.png
+%%DATADIR%%/menu/i_help.png
+%%DATADIR%%/menu/i_network.png
+%%DATADIR%%/menu/i_options.png
+%%DATADIR%%/menu/i_play.png
+%%DATADIR%%/menu/i_quit.png
+%%DATADIR%%/menu/i_update.png
+%%DATADIR%%/menu/ico_maps.png
+%%DATADIR%%/menu/ico_skins.png
+%%DATADIR%%/menu/ico_sounds.png
+%%DATADIR%%/menu/ico_weapons.png
+%%DATADIR%%/menu/left.png
+%%DATADIR%%/menu/loading.png
+%%DATADIR%%/menu/map_label.png
+%%DATADIR%%/menu/minus.png
+%%DATADIR%%/menu/mode_label.png
+%%DATADIR%%/menu/music_enable.png
+%%DATADIR%%/menu/plus.png
+%%DATADIR%%/menu/podium.png
+%%DATADIR%%/menu/refresh.png
+%%DATADIR%%/menu/resolution.png
+%%DATADIR%%/menu/right.png
+%%DATADIR%%/menu/scroll_on_border.png
+%%DATADIR%%/menu/send_txt.png
+%%DATADIR%%/menu/sound_effects_enable.png
+%%DATADIR%%/menu/sound_frequency.png
+%%DATADIR%%/menu/team_number.png
+%%DATADIR%%/menu/teams_label.png
+%%DATADIR%%/menu/timing_end_turn.png
+%%DATADIR%%/menu/timing_turn.png
+%%DATADIR%%/menu/up.png
+%%DATADIR%%/menu/validate.png
+%%DATADIR%%/menu/video_label.png
+%%DATADIR%%/music/ingame/Mike_Errecart.-.Monkey-bubble.ogg
+%%DATADIR%%/music/ingame/Olivier_Militon.-.Apnee.ogg
+%%DATADIR%%/music/ingame/Olivier_Militon.-.Apnee2.ogg
+%%DATADIR%%/music/ingame/Olivier_Militon.-.Etrange_epouvantable.ogg
+%%DATADIR%%/music/ingame/Olivier_Militon.-.Like_a_rock.ogg
+%%DATADIR%%/music/ingame/Olivier_Militon.-.Vers_solitaire.ogg
+%%DATADIR%%/music/ingame/Olivier_Militon.-.Vogue_a_lame.ogg
+%%DATADIR%%/music/ingame/fear.m3u
+%%DATADIR%%/music/ingame/funfair.m3u
%%DATADIR%%/music/ingame/ingame.m3u
+%%DATADIR%%/music/ingame/monkey.m3u
+%%DATADIR%%/music/ingame/sea.m3u
%%DATADIR%%/music/menu/Olivier_Militon.-.Le_Calumet.ogg
%%DATADIR%%/music/menu/Olivier_Militon.-.Le_Calumet_F.ogg
%%DATADIR%%/music/menu/menu.m3u
@@ -432,6 +618,7 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/object/dark_smoke.png
%%DATADIR%%/object/fire.png
%%DATADIR%%/object/ill_bubble.png
+%%DATADIR%%/object/medkit.png
%%DATADIR%%/object/pink_star.png
%%DATADIR%%/object/smoke.png
%%DATADIR%%/object/smoke2.png
@@ -457,8 +644,7 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/sound/default/profile.xml
%%DATADIR%%/sound/default/sink.ogg
%%DATADIR%%/sound/default/skip_turn.ogg
-%%DATADIR%%/sound/default/step_01.ogg
-%%DATADIR%%/sound/default/step_02.ogg
+%%DATADIR%%/sound/default/step.ogg
%%DATADIR%%/sound/default/suicide_01.ogg
%%DATADIR%%/sound/default/superjump_01.ogg
%%DATADIR%%/sound/default/uuh_01.ogg
@@ -475,44 +661,111 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/sound/francais/fire_01.ogg
%%DATADIR%%/sound/francais/fire_02.ogg
%%DATADIR%%/sound/francais/profile.xml
+%%DATADIR%%/sound/profile.dtd
+%%DATADIR%%/sound/share/box_hitting_ground.ogg
+%%DATADIR%%/sound/share/character_change.ogg
%%DATADIR%%/sound/share/end_turn.ogg
%%DATADIR%%/sound/share/explosion.ogg
%%DATADIR%%/sound/share/frog_music.ogg
%%DATADIR%%/sound/share/laughing.ogg
%%DATADIR%%/sound/share/menu/cancel.ogg
%%DATADIR%%/sound/share/menu/clic.ogg
+%%DATADIR%%/sound/share/menu/error.ogg
%%DATADIR%%/sound/share/menu/ok.ogg
+%%DATADIR%%/sound/share/menu/weapon_menu_toggled.ogg
%%DATADIR%%/sound/share/profile.xml
%%DATADIR%%/sound/share/step.ogg
%%DATADIR%%/sound/share/victory.ogg
+%%DATADIR%%/sound/share/weapon/aircraft_bomb_falling.ogg
+%%DATADIR%%/sound/share/weapon/aircraft_flying.ogg
+%%DATADIR%%/sound/share/weapon/airhammer_selected.ogg
+%%DATADIR%%/sound/share/weapon/airhammer_used.ogg
+%%DATADIR%%/sound/share/weapon/alleluia.ogg
+%%DATADIR%%/sound/share/weapon/anvil_collision.ogg
+%%DATADIR%%/sound/share/weapon/anvil_fall.ogg
+%%DATADIR%%/sound/share/weapon/baseball.ogg
+%%DATADIR%%/sound/share/weapon/cluzooka_hit.ogg
+%%DATADIR%%/sound/share/weapon/cluzooka_shot.ogg
+%%DATADIR%%/sound/share/weapon/commit_suicide.ogg
+%%DATADIR%%/sound/share/weapon/disco_grenade_music.ogg
+%%DATADIR%%/sound/share/weapon/dynamite.ogg
+%%DATADIR%%/sound/share/weapon/dynamite_exp.ogg
+%%DATADIR%%/sound/share/weapon/dynamite_fuze.ogg
+%%DATADIR%%/sound/share/weapon/flame.ogg
+%%DATADIR%%/sound/share/weapon/footbomb_bounce.ogg
+%%DATADIR%%/sound/share/weapon/gnu_bounce.ogg
+%%DATADIR%%/sound/share/weapon/grapple_attaching.ogg
+%%DATADIR%%/sound/share/weapon/grenade_bounce.ogg
+%%DATADIR%%/sound/share/weapon/gun.ogg
+%%DATADIR%%/sound/share/weapon/holly_grenade_bounce.ogg
+%%DATADIR%%/sound/share/weapon/jetpack.ogg
+%%DATADIR%%/sound/share/weapon/load.ogg
+%%DATADIR%%/sound/share/weapon/m16.ogg
+%%DATADIR%%/sound/share/weapon/mine_beep.ogg
+%%DATADIR%%/sound/share/weapon/pistolet.ogg
+%%DATADIR%%/sound/share/weapon/ricoche1.ogg
+%%DATADIR%%/sound/share/weapon/ricoche2.ogg
+%%DATADIR%%/sound/share/weapon/ricoche3.ogg
+%%DATADIR%%/sound/share/weapon/riot_bomb_exp.ogg
+%%DATADIR%%/sound/share/weapon/shotgun.ogg
+%%DATADIR%%/sound/share/weapon/supertux_flying.ogg
+%%DATADIR%%/sound/share/weapon/teleport_land.ogg
+%%DATADIR%%/sound/share/weapon/teleport_start.ogg
+%%DATADIR%%/team/beastieteam/dead.png
%%DATADIR%%/team/beastieteam/flag.png
+%%DATADIR%%/team/beastieteam/flag64.png
%%DATADIR%%/team/beastieteam/team.xml
+%%DATADIR%%/team/firefoxteam/dead.png
%%DATADIR%%/team/firefoxteam/flag.png
+%%DATADIR%%/team/firefoxteam/flag64.png
%%DATADIR%%/team/firefoxteam/team.xml
+%%DATADIR%%/team/gnuteam/dead.png
%%DATADIR%%/team/gnuteam/flag.png
+%%DATADIR%%/team/gnuteam/flag64.png
%%DATADIR%%/team/gnuteam/team.xml
+%%DATADIR%%/team/konqiteam/dead.png
%%DATADIR%%/team/konqiteam/flag.png
+%%DATADIR%%/team/konqiteam/flag64.png
%%DATADIR%%/team/konqiteam/team.xml
+%%DATADIR%%/team/nupikteam/dead.png
%%DATADIR%%/team/nupikteam/flag.png
+%%DATADIR%%/team/nupikteam/flag64.png
%%DATADIR%%/team/nupikteam/team.xml
+%%DATADIR%%/team/oooteam/dead.png
%%DATADIR%%/team/oooteam/flag.png
+%%DATADIR%%/team/oooteam/flag64.png
%%DATADIR%%/team/oooteam/team.xml
+%%DATADIR%%/team/phpteam/dead.png
%%DATADIR%%/team/phpteam/flag.png
+%%DATADIR%%/team/phpteam/flag64.png
%%DATADIR%%/team/phpteam/team.xml
+%%DATADIR%%/team/snortteam/dead.png
%%DATADIR%%/team/snortteam/flag.png
+%%DATADIR%%/team/snortteam/flag64.png
%%DATADIR%%/team/snortteam/team.xml
+%%DATADIR%%/team/spipteam/dead.png
%%DATADIR%%/team/spipteam/flag.png
%%DATADIR%%/team/spipteam/flag.svg
+%%DATADIR%%/team/spipteam/flag64.png
%%DATADIR%%/team/spipteam/team.xml
%%DATADIR%%/team/team.dtd
+%%DATADIR%%/team/thunderbirdteam/dead.png
%%DATADIR%%/team/thunderbirdteam/flag.png
+%%DATADIR%%/team/thunderbirdteam/flag64.png
%%DATADIR%%/team/thunderbirdteam/team.xml
+%%DATADIR%%/team/tuxteam/dead.png
%%DATADIR%%/team/tuxteam/flag.png
+%%DATADIR%%/team/tuxteam/flag64.png
%%DATADIR%%/team/tuxteam/team.xml
+%%DATADIR%%/team/wilberteam/dead.png
%%DATADIR%%/team/wilberteam/flag.png
+%%DATADIR%%/team/wilberteam/flag64.png
%%DATADIR%%/team/wilberteam/team.xml
+%%DATADIR%%/team/workraveteam/dead.png
%%DATADIR%%/team/workraveteam/flag.png
+%%DATADIR%%/team/workraveteam/flag64.png
%%DATADIR%%/team/workraveteam/team.xml
+%%DATADIR%%/uninstall.xpm
%%DATADIR%%/weapon/air_attack/air_attack.png
%%DATADIR%%/weapon/air_attack/air_attack_ico.png
%%DATADIR%%/weapon/air_attack/air_attack_plane.png
@@ -527,10 +780,12 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/weapon/baseball/baseball_hit.png
%%DATADIR%%/weapon/baseball/baseball_ico.png
%%DATADIR%%/weapon/bazooka/baz_cible.png
-%%DATADIR%%/weapon/bazooka/bazooka.png
%%DATADIR%%/weapon/bazooka/bazooka_auto_ico.png
%%DATADIR%%/weapon/bazooka/bazooka_ico.png
+%%DATADIR%%/weapon/bazooka/brown_bazooka.png
+%%DATADIR%%/weapon/bazooka/green_bazooka.png
%%DATADIR%%/weapon/bazooka/missile.png
+%%DATADIR%%/weapon/bazooka/yellow_bazooka.png
%%DATADIR%%/weapon/blowtorch/blowtorch.png
%%DATADIR%%/weapon/blowtorch/blowtorch_ico.png
%%DATADIR%%/weapon/blowtorch/fire.png
@@ -539,6 +794,10 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/weapon/cluster_bomb/cluster.png
%%DATADIR%%/weapon/cluster_bomb/clusterbomb.png
%%DATADIR%%/weapon/cluster_bomb/clusterbomb_ico.png
+%%DATADIR%%/weapon/cluzooka/cluster.png
+%%DATADIR%%/weapon/cluzooka/cluz_ico.png
+%%DATADIR%%/weapon/cluzooka/dark_bazooka.png
+%%DATADIR%%/weapon/cluzooka/missile.png
%%DATADIR%%/weapon/construct/construct_icon.png
%%DATADIR%%/weapon/construct/construct_icon_mini.png
%%DATADIR%%/weapon/construct/construct_spr.png
@@ -547,9 +806,18 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/weapon/dynamite/dynamite.png
%%DATADIR%%/weapon/dynamite/dynamite_ani.png
%%DATADIR%%/weapon/dynamite/dynamite_ico.png
+%%DATADIR%%/weapon/flamethrower/flame.png
+%%DATADIR%%/weapon/flamethrower/flame_bullet.png
+%%DATADIR%%/weapon/flamethrower/flame_ico.png
+%%DATADIR%%/weapon/footbomb/bilson.png
+%%DATADIR%%/weapon/footbomb/footbomb_ico.png
%%DATADIR%%/weapon/gnu/gnu.png
%%DATADIR%%/weapon/gnu/gnu_ico.png
%%DATADIR%%/weapon/gnu/gnulauncher.png
+%%DATADIR%%/weapon/grapple/grapple.png
+%%DATADIR%%/weapon/grapple/grapple_hook.png
+%%DATADIR%%/weapon/grapple/grapple_ico.png
+%%DATADIR%%/weapon/grapple/grapple_node.png
%%DATADIR%%/weapon/grenade/grenade.png
%%DATADIR%%/weapon/grenade/grenade_ico.png
%%DATADIR%%/weapon/gun/gun.png
@@ -564,10 +832,6 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/weapon/mine/mine_anim.png
%%DATADIR%%/weapon/mine/mine_ico.png
%%DATADIR%%/weapon/mine/mine_impact.png
-%%DATADIR%%/weapon/ninja_rope/ninjahook.png
-%%DATADIR%%/weapon/ninja_rope/ninjanode.png
-%%DATADIR%%/weapon/ninja_rope/ninjarope.png
-%%DATADIR%%/weapon/ninja_rope/ninjarope_ico.png
%%DATADIR%%/weapon/parachute/parachute.png
%%DATADIR%%/weapon/parachute/parachute_ico.png
%%DATADIR%%/weapon/polecat/polecat.png
@@ -581,31 +845,10 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/weapon/shotgun/shotgun_ico.png
%%DATADIR%%/weapon/skip_turn/skipturn.png
%%DATADIR%%/weapon/skip_turn/skipturn_ico.png
+%%DATADIR%%/weapon/snipe_rifle/gun_fire.png
%%DATADIR%%/weapon/snipe_rifle/snipe_rifle.png
%%DATADIR%%/weapon/snipe_rifle/snipe_rifle_ico.png
%%DATADIR%%/weapon/snipe_rifle/snipe_rifle_laser.png
-%%DATADIR%%/weapon/sound/airhammer.ogg
-%%DATADIR%%/weapon/sound/alleluia.ogg
-%%DATADIR%%/weapon/sound/baseball.ogg
-%%DATADIR%%/weapon/sound/commit_suicide.ogg
-%%DATADIR%%/weapon/sound/dynamite.ogg
-%%DATADIR%%/weapon/sound/dynamite_exp.ogg
-%%DATADIR%%/weapon/sound/dynamite_fuze.ogg
-%%DATADIR%%/weapon/sound/grenade_bounce.ogg
-%%DATADIR%%/weapon/sound/gun.ogg
-%%DATADIR%%/weapon/sound/holly_grenade_bounce.ogg
-%%DATADIR%%/weapon/sound/jetpack.ogg
-%%DATADIR%%/weapon/sound/load.ogg
-%%DATADIR%%/weapon/sound/m16.ogg
-%%DATADIR%%/weapon/sound/mine_beep.ogg
-%%DATADIR%%/weapon/sound/pistolet.ogg
-%%DATADIR%%/weapon/sound/ricoche1.ogg
-%%DATADIR%%/weapon/sound/ricoche2.ogg
-%%DATADIR%%/weapon/sound/ricoche3.ogg
-%%DATADIR%%/weapon/sound/riot_bomb_exp.ogg
-%%DATADIR%%/weapon/sound/shotgun.ogg
-%%DATADIR%%/weapon/sound/teleport_land.ogg
-%%DATADIR%%/weapon/sound/teleport_start.ogg
%%DATADIR%%/weapon/suicide/suicide.png
%%DATADIR%%/weapon/suicide/suicide_ico.png
%%DATADIR%%/weapon/supertux/superman.png
@@ -617,35 +860,38 @@ share/locale/tr/LC_MESSAGES/wormux.mo
%%DATADIR%%/weapon/teleportation/teleportation_ico.png
%%DATADIR%%/weapons.dtd
%%DATADIR%%/weapons.xml
-%%DATADIR%%/wormux.desktop
%%DATADIR%%/wormux.svg
+%%DATADIR%%/wormux_128x128.icns
%%DATADIR%%/wormux_128x128.png
%%DATADIR%%/wormux_128x128.xpm
%%DATADIR%%/wormux_256x256.png
%%DATADIR%%/wormux_32x32.png
%%DATADIR%%/wormux_32x32.xpm
+%%DATADIR%%/wormux_default_config.xml
@dirrm %%DATADIR%%/weapon/teleportation
@dirrm %%DATADIR%%/weapon/syringe
@dirrm %%DATADIR%%/weapon/supertux
@dirrm %%DATADIR%%/weapon/suicide
-@dirrm %%DATADIR%%/weapon/sound
@dirrm %%DATADIR%%/weapon/snipe_rifle
@dirrm %%DATADIR%%/weapon/skip_turn
@dirrm %%DATADIR%%/weapon/shotgun
@dirrm %%DATADIR%%/weapon/riot_bomb
@dirrm %%DATADIR%%/weapon/polecat
@dirrm %%DATADIR%%/weapon/parachute
-@dirrm %%DATADIR%%/weapon/ninja_rope
@dirrm %%DATADIR%%/weapon/mine
@dirrm %%DATADIR%%/weapon/m16
@dirrm %%DATADIR%%/weapon/lowgrav
@dirrm %%DATADIR%%/weapon/jet_pack
@dirrm %%DATADIR%%/weapon/gun
@dirrm %%DATADIR%%/weapon/grenade
+@dirrm %%DATADIR%%/weapon/grapple
@dirrm %%DATADIR%%/weapon/gnu
+@dirrm %%DATADIR%%/weapon/footbomb
+@dirrm %%DATADIR%%/weapon/flamethrower
@dirrm %%DATADIR%%/weapon/dynamite
@dirrm %%DATADIR%%/weapon/disco_grenade
@dirrm %%DATADIR%%/weapon/construct
+@dirrm %%DATADIR%%/weapon/cluzooka
@dirrm %%DATADIR%%/weapon/cluster_bomb
@dirrm %%DATADIR%%/weapon/bounce_ball
@dirrm %%DATADIR%%/weapon/blowtorch
@@ -669,6 +915,7 @@ share/locale/tr/LC_MESSAGES/wormux.mo
@dirrm %%DATADIR%%/team/firefoxteam
@dirrm %%DATADIR%%/team/beastieteam
@dirrm %%DATADIR%%/team
+@dirrm %%DATADIR%%/sound/share/weapon
@dirrm %%DATADIR%%/sound/share/menu
@dirrm %%DATADIR%%/sound/share
@dirrm %%DATADIR%%/sound/francais
@@ -679,38 +926,56 @@ share/locale/tr/LC_MESSAGES/wormux.mo
@dirrm %%DATADIR%%/music/menu
@dirrm %%DATADIR%%/music/ingame
@dirrm %%DATADIR%%/music
-@dirrm %%DATADIR%%/menu/img
@dirrm %%DATADIR%%/menu
@dirrm %%DATADIR%%/map/wildwestdv
@dirrm %%DATADIR%%/map/vulcano
-@dirrm %%DATADIR%%/map/space
+@dirrm %%DATADIR%%/map/towers
+@dirrm %%DATADIR%%/map/tic-tac-toe
+@dirrm %%DATADIR%%/map/space2
+@dirrm %%DATADIR%%/map/randomamoebas
+@dirrm %%DATADIR%%/map/random
@dirrm %%DATADIR%%/map/qingqong
+@dirrm %%DATADIR%%/map/pumpkins
@dirrm %%DATADIR%%/map/prehistorik
@dirrm %%DATADIR%%/map/pirates
+@dirrm %%DATADIR%%/map/pillars
@dirrm %%DATADIR%%/map/paradis
-@dirrm %%DATADIR%%/map/noel
+@dirrm %%DATADIR%%/map/moon-4m
@dirrm %%DATADIR%%/map/monkeybubbleworld
+@dirrm %%DATADIR%%/map/lonely_island
@dirrm %%DATADIR%%/map/leafs
@dirrm %%DATADIR%%/map/island
+@dirrm %%DATADIR%%/map/icebergs
+@dirrm %%DATADIR%%/map/hive
@dirrm %%DATADIR%%/map/hell
@dirrm %%DATADIR%%/map/halloween
@dirrm %%DATADIR%%/map/grenouilles
+@dirrm %%DATADIR%%/map/greehills
@dirrm %%DATADIR%%/map/goodandevil
+@dirrm %%DATADIR%%/map/funkyIsland
@dirrm %%DATADIR%%/map/electronik
@dirrm %%DATADIR%%/map/easterisland
@dirrm %%DATADIR%%/map/desert
+@dirrm %%DATADIR%%/map/crystal
@dirrm %%DATADIR%%/map/cowland
+@dirrm %%DATADIR%%/map/country
+@dirrm %%DATADIR%%/map/christmas
@dirrm %%DATADIR%%/map/cheese
@dirrm %%DATADIR%%/map/champignon
@dirrm %%DATADIR%%/map/catacombes
@dirrm %%DATADIR%%/map/battlenight
@dirrm %%DATADIR%%/map/banquise
+@dirrm %%DATADIR%%/map/bankiz
@dirrm %%DATADIR%%/map/arbre
-@dirrm %%DATADIR%%/map/araignee
@dirrm %%DATADIR%%/map/aquarium
@dirrm %%DATADIR%%/map
@dirrm %%DATADIR%%/interface/cursors
@dirrm %%DATADIR%%/interface
+@dirrm %%DATADIR%%/help/es
+@dirrm %%DATADIR%%/help/en
+@dirrm %%DATADIR%%/help/ca
+@dirrm %%DATADIR%%/help
+@dirrm %%DATADIR%%/gfx/water
@dirrm %%DATADIR%%/gfx
@dirrm %%DATADIR%%/game_mode
@dirrm %%DATADIR%%/font
@@ -729,6 +994,6 @@ share/locale/tr/LC_MESSAGES/wormux.mo
@dirrm %%DATADIR%%/body/beastieteam
@dirrm %%DATADIR%%/body
@dirrm %%DATADIR%%
-@dirrmtry share/locale/pt-BR/LC_MESSAGES
-@dirrmtry share/locale/pt-BR
+@dirrmtry share/locale/cpf/LC_MESSAGES
+@dirrmtry share/locale/cpf
@dirrmtry share/applications
OpenPOWER on IntegriCloud