Hi,

Here's an update to latest wormux release (50Mb tarball...), mostly
bugfix release, cf
http://wormux.org/blog/index.php?2009/03/05/58-wormux-083

Works fine here @i386 with a simple game test.

Landry
Index: Makefile
===================================================================
RCS file: /cvs/ports/games/wormux/Makefile,v
retrieving revision 1.10
diff -N -u Makefile
--- Makefile    4 Oct 2008 19:17:27 -0000       1.10
+++ Makefile    26 Apr 2009 11:35:17 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=               free software clone of Worms(R) game concept
 
-DISTNAME=              wormux-0.8.1
+DISTNAME=              wormux-0.8.3
 CATEGORIES=            games
 
 HOMEPAGE=              http://wormux.org
Index: distinfo
===================================================================
RCS file: /cvs/ports/games/wormux/distinfo,v
retrieving revision 1.3
diff -N -u distinfo
--- distinfo    1 Oct 2008 11:24:07 -0000       1.3
+++ distinfo    26 Apr 2009 11:35:17 -0000
@@ -1,5 +1,5 @@
-MD5 (wormux-0.8.1.tar.bz2) = or6cZnWlIdPQZI6DsHla4g==
-RMD160 (wormux-0.8.1.tar.bz2) = nGURBRc80oPOwJYRU7GiOJ0Z9XE=
-SHA1 (wormux-0.8.1.tar.bz2) = tamyKzgicqfYsmLGdxi7/M2MkSk=
-SHA256 (wormux-0.8.1.tar.bz2) = 8g4dYFuj9DUNDj6hjQ+SS4Mc8IHy9gw4H/ErZzSOWKc=
-SIZE (wormux-0.8.1.tar.bz2) = 53499763
+MD5 (wormux-0.8.3.tar.bz2) = xCNahErZ9zN/Go2ixcG4IA==
+RMD160 (wormux-0.8.3.tar.bz2) = 1FlACA9WWfjRVEvNnyZ9uiMoETs=
+SHA1 (wormux-0.8.3.tar.bz2) = E9M7QkwVSDbNbmRMKz8WoIQhZCI=
+SHA256 (wormux-0.8.3.tar.bz2) = DG/DzOFRZ0gV+n2tOsf4QnwJMu2zDqvJ7vHXo9O5di4=
+SIZE (wormux-0.8.3.tar.bz2) = 51332954
Index: patches/patch-src_game_config_cpp
===================================================================
RCS file: /cvs/ports/games/wormux/patches/patch-src_game_config_cpp,v
retrieving revision 1.1
diff -N -u patches/patch-src_game_config_cpp
--- patches/patch-src_game_config_cpp   1 Oct 2008 11:24:08 -0000       1.1
+++ /dev/null   28 Sep 2008 10:50:08 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-src_game_config_cpp,v 1.1 2008/10/01 11:24:08 landry Exp $
---- src/game/config.cpp.orig   Mon Sep 22 11:47:42 2008
-+++ src/game/config.cpp        Mon Sep 22 11:48:02 2008
-@@ -28,6 +28,7 @@
- #include <string>
- #include <iostream>
- #include <errno.h>
-+#include <unistd.h>
- #include <libxml/tree.h>
- #ifdef WIN32
- #  include <direct.h>
Index: patches/patch-src_interface_interface_cpp
===================================================================
RCS file: patches/patch-src_interface_interface_cpp
diff -N -u patches/patch-src_interface_interface_cpp
--- /dev/null   26 Apr 2009 11:35:17 -0000
+++ patches/patch-src_interface_interface_cpp   26 Apr 2009 11:35:17 -0000
@@ -0,0 +1,23 @@
+$OpenBSD$
+--- src/interface/interface.cpp.orig   Sun Apr 26 12:07:20 2009
++++ src/interface/interface.cpp        Sun Apr 26 12:11:48 2009
+@@ -359,7 +359,8 @@ void Interface::DrawMapPreview()
+       Rectanglei water(0, rect_preview.GetSizeY()-h, rect_preview.GetSizeX(), 
h);
+ 
+ 
+-      Surface 
water_surf(Surface(GetWorld().ground.GetPreviewSize(),SDL_SWSURFACE, true));
++      Surface water_surf;
++      water_surf = Surface(GetWorld().ground.GetPreviewSize(),SDL_SWSURFACE, 
true);
+ 
+       // Draw box with color according to water type
+       water_surf.BoxColor(water, water_color);
+@@ -400,7 +401,8 @@ void Interface::DrawMapPreview()
+ void Interface::GenerateStyledBox(Surface & source)
+ {
+ 
+-  Surface save_surf(Surface(GetWorld().ground.GetPreviewSize(),SDL_SWSURFACE, 
true));
++  Surface save_surf;
++  save_surf = Surface(GetWorld().ground.GetPreviewSize(),SDL_SWSURFACE, true);
+   save_surf.MergeSurface(source, Point2i(0,0));
+   Rectanglei temp_rect;
+ 
Index: patches/patch-src_tool_file_tools_cpp
===================================================================
RCS file: /cvs/ports/games/wormux/patches/patch-src_tool_file_tools_cpp,v
retrieving revision 1.1
diff -N -u patches/patch-src_tool_file_tools_cpp
--- patches/patch-src_tool_file_tools_cpp       1 Oct 2008 11:24:08 -0000       
1.1
+++ /dev/null   28 Sep 2008 10:50:08 -0000
@@ -1,11 +0,0 @@
-$OpenBSD: patch-src_tool_file_tools_cpp,v 1.1 2008/10/01 11:24:08 landry Exp $
---- src/tool/file_tools.cpp.orig       Mon Sep 22 13:10:06 2008
-+++ src/tool/file_tools.cpp    Mon Sep 22 13:10:45 2008
-@@ -23,6 +23,7 @@
- #include <fstream>
- #include <sys/stat.h>
- #include <errno.h>
-+#include <unistd.h>
- 
- #ifdef WIN32
-    // To get SHGetSpecialFolderPath
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/games/wormux/pkg/PLIST,v
retrieving revision 1.5
diff -N -u pkg/PLIST
--- pkg/PLIST   1 Oct 2008 11:24:08 -0000       1.5
+++ pkg/PLIST   26 Apr 2009 11:35:17 -0000
@@ -13,6 +13,7 @@
 share/locale/cs/LC_MESSAGES/wormux.mo
 share/locale/da/LC_MESSAGES/wormux.mo
 share/locale/de/LC_MESSAGES/wormux.mo
+share/locale/el/LC_MESSAGES/wormux.mo
 share/locale/eo/LC_MESSAGES/wormux.mo
 share/locale/es/LC_MESSAGES/wormux.mo
 share/locale/fa/
@@ -44,6 +45,22 @@
 share/wormux/authors.dtd
 share/wormux/authors.xml
 share/wormux/body/
+share/wormux/body/aliases.xml
+share/wormux/body/all_skins_objects/
+share/wormux/body/all_skins_objects/baseball_cap.png
+share/wormux/body/all_skins_objects/baseball_tshirt.png
+share/wormux/body/all_skins_objects/belt.png
+share/wormux/body/all_skins_objects/c1.png
+share/wormux/body/all_skins_objects/c2.png
+share/wormux/body/all_skins_objects/foothelmet1.png
+share/wormux/body/all_skins_objects/foothelmet2.png
+share/wormux/body/all_skins_objects/hat.png
+share/wormux/body/all_skins_objects/helmet.png
+share/wormux/body/all_skins_objects/hoop.png
+share/wormux/body/all_skins_objects/hula.png
+share/wormux/body/all_skins_objects/jetpack-fire.png
+share/wormux/body/all_skins_objects/jetpack.png
+share/wormux/body/all_skins_objects/yoyo.png
 share/wormux/body/beastie/
 share/wormux/body/beastie/arm1left.png
 share/wormux/body/beastie/arm1right.png
@@ -52,7 +69,6 @@
 share/wormux/body/beastie/arm3left.png
 share/wormux/body/beastie/arm3right.png
 share/wormux/body/beastie/back.png
-share/wormux/body/beastie/belt.png
 share/wormux/body/beastie/black_arm1left.png
 share/wormux/body/beastie/black_arm1right.png
 share/wormux/body/beastie/black_arm2left.png
@@ -73,8 +89,6 @@
 share/wormux/body/beastie/black_pupil.png
 share/wormux/body/beastie/black_tail.png
 share/wormux/body/beastie/body.png
-share/wormux/body/beastie/c1.png
-share/wormux/body/beastie/c2.png
 share/wormux/body/beastie/config.xml
 share/wormux/body/beastie/dead.png
 share/wormux/body/beastie/eyelid.png
@@ -82,21 +96,15 @@
 share/wormux/body/beastie/footleft.png
 share/wormux/body/beastie/footright.png
 share/wormux/body/beastie/hair.png
-share/wormux/body/beastie/hat.png
 share/wormux/body/beastie/head.png
-share/wormux/body/beastie/helmet.png
-share/wormux/body/beastie/hoop.png
 share/wormux/body/beastie/hornleft.png
 share/wormux/body/beastie/hornright.png
-share/wormux/body/beastie/hula.png
-share/wormux/body/beastie/jetpack-fire.png
-share/wormux/body/beastie/jetpack.png
 share/wormux/body/beastie/noze.png
 share/wormux/body/beastie/pupil.png
 share/wormux/body/beastie/sick_head.png
 share/wormux/body/beastie/tail.png
-share/wormux/body/beastie/yoyo.png
 share/wormux/body/body.dtd
+share/wormux/body/clothes.xml
 share/wormux/body/firefox/
 share/wormux/body/firefox/arm1left.png
 share/wormux/body/firefox/arm1right.png
@@ -105,7 +113,6 @@
 share/wormux/body/firefox/arm3left.png
 share/wormux/body/firefox/arm3right.png
 share/wormux/body/firefox/back.png
-share/wormux/body/firefox/belt.png
 share/wormux/body/firefox/black_arm1left.png
 share/wormux/body/firefox/black_arm1right.png
 share/wormux/body/firefox/black_arm2left.png
@@ -126,8 +133,6 @@
 share/wormux/body/firefox/black_pupil.png
 share/wormux/body/firefox/black_tail.png
 share/wormux/body/firefox/body.png
-share/wormux/body/firefox/c1.png
-share/wormux/body/firefox/c2.png
 share/wormux/body/firefox/config.xml
 share/wormux/body/firefox/dead.png
 share/wormux/body/firefox/eyelid.png
@@ -135,20 +140,13 @@
 share/wormux/body/firefox/footleft.png
 share/wormux/body/firefox/footright.png
 share/wormux/body/firefox/hair.png
-share/wormux/body/firefox/hat.png
 share/wormux/body/firefox/head.png
-share/wormux/body/firefox/helmet.png
-share/wormux/body/firefox/hoop.png
 share/wormux/body/firefox/hornleft.png
 share/wormux/body/firefox/hornright.png
-share/wormux/body/firefox/hula.png
-share/wormux/body/firefox/jetpack-fire.png
-share/wormux/body/firefox/jetpack.png
 share/wormux/body/firefox/noze.png
 share/wormux/body/firefox/pupil.png
 share/wormux/body/firefox/sick_head.png
 share/wormux/body/firefox/tail.png
-share/wormux/body/firefox/yoyo.png
 share/wormux/body/gnu/
 share/wormux/body/gnu/arm1left.png
 share/wormux/body/gnu/arm1right.png
@@ -157,7 +155,6 @@
 share/wormux/body/gnu/arm3left.png
 share/wormux/body/gnu/arm3right.png
 share/wormux/body/gnu/back.png
-share/wormux/body/gnu/belt.png
 share/wormux/body/gnu/black_arm1left.png
 share/wormux/body/gnu/black_arm1right.png
 share/wormux/body/gnu/black_arm2left.png
@@ -178,8 +175,6 @@
 share/wormux/body/gnu/black_pupil.png
 share/wormux/body/gnu/black_tail.png
 share/wormux/body/gnu/body.png
-share/wormux/body/gnu/c1.png
-share/wormux/body/gnu/c2.png
 share/wormux/body/gnu/config.xml
 share/wormux/body/gnu/dead.png
 share/wormux/body/gnu/eyelid.png
@@ -187,20 +182,13 @@
 share/wormux/body/gnu/footleft.png
 share/wormux/body/gnu/footright.png
 share/wormux/body/gnu/hair.png
-share/wormux/body/gnu/hat.png
 share/wormux/body/gnu/head.png
-share/wormux/body/gnu/helmet.png
-share/wormux/body/gnu/hoop.png
 share/wormux/body/gnu/hornleft.png
 share/wormux/body/gnu/hornright.png
-share/wormux/body/gnu/hula.png
-share/wormux/body/gnu/jetpack-fire.png
-share/wormux/body/gnu/jetpack.png
 share/wormux/body/gnu/noze.png
 share/wormux/body/gnu/pupil.png
 share/wormux/body/gnu/sick_head.png
 share/wormux/body/gnu/tail.png
-share/wormux/body/gnu/yoyo.png
 share/wormux/body/konqi/
 share/wormux/body/konqi/arm1left.png
 share/wormux/body/konqi/arm1right.png
@@ -209,7 +197,6 @@
 share/wormux/body/konqi/arm3left.png
 share/wormux/body/konqi/arm3right.png
 share/wormux/body/konqi/back.png
-share/wormux/body/konqi/belt.png
 share/wormux/body/konqi/black_arm1left.png
 share/wormux/body/konqi/black_arm1right.png
 share/wormux/body/konqi/black_arm2left.png
@@ -230,8 +217,6 @@
 share/wormux/body/konqi/black_pupil.png
 share/wormux/body/konqi/black_tail.png
 share/wormux/body/konqi/body.png
-share/wormux/body/konqi/c1.png
-share/wormux/body/konqi/c2.png
 share/wormux/body/konqi/config.xml
 share/wormux/body/konqi/dead.png
 share/wormux/body/konqi/eyelid.png
@@ -239,20 +224,14 @@
 share/wormux/body/konqi/footleft.png
 share/wormux/body/konqi/footright.png
 share/wormux/body/konqi/hair.png
-share/wormux/body/konqi/hat.png
 share/wormux/body/konqi/head.png
-share/wormux/body/konqi/helmet.png
-share/wormux/body/konqi/hoop.png
 share/wormux/body/konqi/hornleft.png
 share/wormux/body/konqi/hornright.png
-share/wormux/body/konqi/hula.png
-share/wormux/body/konqi/jetpack-fire.png
-share/wormux/body/konqi/jetpack.png
 share/wormux/body/konqi/noze.png
 share/wormux/body/konqi/pupil.png
 share/wormux/body/konqi/sick_head.png
 share/wormux/body/konqi/tail.png
-share/wormux/body/konqi/yoyo.png
+share/wormux/body/movements.xml
 share/wormux/body/nupik/
 share/wormux/body/nupik/arm1left.png
 share/wormux/body/nupik/arm1right.png
@@ -261,7 +240,6 @@
 share/wormux/body/nupik/arm3left.png
 share/wormux/body/nupik/arm3right.png
 share/wormux/body/nupik/back.png
-share/wormux/body/nupik/belt.png
 share/wormux/body/nupik/black_arm1left.png
 share/wormux/body/nupik/black_arm1right.png
 share/wormux/body/nupik/black_arm2left.png
@@ -282,8 +260,6 @@
 share/wormux/body/nupik/black_pupil.png
 share/wormux/body/nupik/black_tail.png
 share/wormux/body/nupik/body.png
-share/wormux/body/nupik/c1.png
-share/wormux/body/nupik/c2.png
 share/wormux/body/nupik/config.xml
 share/wormux/body/nupik/dead.png
 share/wormux/body/nupik/eyelid.png
@@ -291,20 +267,13 @@
 share/wormux/body/nupik/footleft.png
 share/wormux/body/nupik/footright.png
 share/wormux/body/nupik/hair.png
-share/wormux/body/nupik/hat.png
 share/wormux/body/nupik/head.png
-share/wormux/body/nupik/helmet.png
-share/wormux/body/nupik/hoop.png
 share/wormux/body/nupik/hornleft.png
 share/wormux/body/nupik/hornright.png
-share/wormux/body/nupik/hula.png
-share/wormux/body/nupik/jetpack-fire.png
-share/wormux/body/nupik/jetpack.png
 share/wormux/body/nupik/noze.png
 share/wormux/body/nupik/pupil.png
 share/wormux/body/nupik/sick_head.png
 share/wormux/body/nupik/tail.png
-share/wormux/body/nupik/yoyo.png
 share/wormux/body/ooo/
 share/wormux/body/ooo/arm1left.png
 share/wormux/body/ooo/arm1right.png
@@ -313,7 +282,6 @@
 share/wormux/body/ooo/arm3left.png
 share/wormux/body/ooo/arm3right.png
 share/wormux/body/ooo/back.png
-share/wormux/body/ooo/belt.png
 share/wormux/body/ooo/black_arm1left.png
 share/wormux/body/ooo/black_arm1right.png
 share/wormux/body/ooo/black_arm2left.png
@@ -334,8 +302,6 @@
 share/wormux/body/ooo/black_pupil.png
 share/wormux/body/ooo/black_tail.png
 share/wormux/body/ooo/body.png
-share/wormux/body/ooo/c1.png
-share/wormux/body/ooo/c2.png
 share/wormux/body/ooo/config.xml
 share/wormux/body/ooo/dead.png
 share/wormux/body/ooo/eyelid.png
@@ -343,20 +309,13 @@
 share/wormux/body/ooo/footleft.png
 share/wormux/body/ooo/footright.png
 share/wormux/body/ooo/hair.png
-share/wormux/body/ooo/hat.png
 share/wormux/body/ooo/head.png
-share/wormux/body/ooo/helmet.png
-share/wormux/body/ooo/hoop.png
 share/wormux/body/ooo/hornleft.png
 share/wormux/body/ooo/hornright.png
-share/wormux/body/ooo/hula.png
-share/wormux/body/ooo/jetpack-fire.png
-share/wormux/body/ooo/jetpack.png
 share/wormux/body/ooo/noze.png
 share/wormux/body/ooo/pupil.png
 share/wormux/body/ooo/sick_head.png
 share/wormux/body/ooo/tail.png
-share/wormux/body/ooo/yoyo.png
 share/wormux/body/php/
 share/wormux/body/php/arm1left.png
 share/wormux/body/php/arm1right.png
@@ -365,7 +324,6 @@
 share/wormux/body/php/arm3left.png
 share/wormux/body/php/arm3right.png
 share/wormux/body/php/back.png
-share/wormux/body/php/belt.png
 share/wormux/body/php/black_arm1left.png
 share/wormux/body/php/black_arm1right.png
 share/wormux/body/php/black_arm2left.png
@@ -386,8 +344,6 @@
 share/wormux/body/php/black_pupil.png
 share/wormux/body/php/black_tail.png
 share/wormux/body/php/body.png
-share/wormux/body/php/c1.png
-share/wormux/body/php/c2.png
 share/wormux/body/php/config.xml
 share/wormux/body/php/dead.png
 share/wormux/body/php/eyelid.png
@@ -395,20 +351,13 @@
 share/wormux/body/php/footleft.png
 share/wormux/body/php/footright.png
 share/wormux/body/php/hair.png
-share/wormux/body/php/hat.png
 share/wormux/body/php/head.png
-share/wormux/body/php/helmet.png
-share/wormux/body/php/hoop.png
 share/wormux/body/php/hornleft.png
 share/wormux/body/php/hornright.png
-share/wormux/body/php/hula.png
-share/wormux/body/php/jetpack-fire.png
-share/wormux/body/php/jetpack.png
 share/wormux/body/php/noze.png
 share/wormux/body/php/pupil.png
 share/wormux/body/php/sick_head.png
 share/wormux/body/php/tail.png
-share/wormux/body/php/yoyo.png
 share/wormux/body/pidgin/
 share/wormux/body/pidgin/arm1left.png
 share/wormux/body/pidgin/arm1right.png
@@ -417,7 +366,6 @@
 share/wormux/body/pidgin/arm3left.png
 share/wormux/body/pidgin/arm3right.png
 share/wormux/body/pidgin/back.png
-share/wormux/body/pidgin/belt.png
 share/wormux/body/pidgin/black_arm1left.png
 share/wormux/body/pidgin/black_arm1right.png
 share/wormux/body/pidgin/black_arm2left.png
@@ -438,8 +386,6 @@
 share/wormux/body/pidgin/black_pupil.png
 share/wormux/body/pidgin/black_tail.png
 share/wormux/body/pidgin/body.png
-share/wormux/body/pidgin/c1.png
-share/wormux/body/pidgin/c2.png
 share/wormux/body/pidgin/config.xml
 share/wormux/body/pidgin/dead.png
 share/wormux/body/pidgin/eyelid.png
@@ -447,20 +393,14 @@
 share/wormux/body/pidgin/footleft.png
 share/wormux/body/pidgin/footright.png
 share/wormux/body/pidgin/hair.png
-share/wormux/body/pidgin/hat.png
 share/wormux/body/pidgin/head.png
-share/wormux/body/pidgin/helmet.png
-share/wormux/body/pidgin/hoop.png
 share/wormux/body/pidgin/hornleft.png
 share/wormux/body/pidgin/hornright.png
-share/wormux/body/pidgin/hula.png
-share/wormux/body/pidgin/jetpack-fire.png
-share/wormux/body/pidgin/jetpack.png
 share/wormux/body/pidgin/noze.png
 share/wormux/body/pidgin/pupil.png
 share/wormux/body/pidgin/sick_head.png
 share/wormux/body/pidgin/tail.png
-share/wormux/body/pidgin/yoyo.png
+share/wormux/body/skeletons.xml
 share/wormux/body/snort/
 share/wormux/body/snort/arm1left.png
 share/wormux/body/snort/arm1right.png
@@ -469,7 +409,6 @@
 share/wormux/body/snort/arm3left.png
 share/wormux/body/snort/arm3right.png
 share/wormux/body/snort/back.png
-share/wormux/body/snort/belt.png
 share/wormux/body/snort/black_arm1left.png
 share/wormux/body/snort/black_arm1right.png
 share/wormux/body/snort/black_arm2left.png
@@ -490,8 +429,6 @@
 share/wormux/body/snort/black_pupil.png
 share/wormux/body/snort/black_tail.png
 share/wormux/body/snort/body.png
-share/wormux/body/snort/c1.png
-share/wormux/body/snort/c2.png
 share/wormux/body/snort/config.xml
 share/wormux/body/snort/dead.png
 share/wormux/body/snort/eyelid.png
@@ -499,20 +436,13 @@
 share/wormux/body/snort/footleft.png
 share/wormux/body/snort/footright.png
 share/wormux/body/snort/hair.png
-share/wormux/body/snort/hat.png
 share/wormux/body/snort/head.png
-share/wormux/body/snort/helmet.png
-share/wormux/body/snort/hoop.png
 share/wormux/body/snort/hornleft.png
 share/wormux/body/snort/hornright.png
-share/wormux/body/snort/hula.png
-share/wormux/body/snort/jetpack-fire.png
-share/wormux/body/snort/jetpack.png
 share/wormux/body/snort/noze.png
 share/wormux/body/snort/pupil.png
 share/wormux/body/snort/sick_head.png
 share/wormux/body/snort/tail.png
-share/wormux/body/snort/yoyo.png
 share/wormux/body/spip/
 share/wormux/body/spip/arm1left.png
 share/wormux/body/spip/arm1right.png
@@ -521,7 +451,6 @@
 share/wormux/body/spip/arm3left.png
 share/wormux/body/spip/arm3right.png
 share/wormux/body/spip/back.png
-share/wormux/body/spip/belt.png
 share/wormux/body/spip/black_arm1left.png
 share/wormux/body/spip/black_arm1right.png
 share/wormux/body/spip/black_arm2left.png
@@ -542,8 +471,6 @@
 share/wormux/body/spip/black_pupil.png
 share/wormux/body/spip/black_tail.png
 share/wormux/body/spip/body.png
-share/wormux/body/spip/c1.png
-share/wormux/body/spip/c2.png
 share/wormux/body/spip/config.xml
 share/wormux/body/spip/dead.png
 share/wormux/body/spip/eyelid.png
@@ -551,20 +478,13 @@
 share/wormux/body/spip/footleft.png
 share/wormux/body/spip/footright.png
 share/wormux/body/spip/hair.png
-share/wormux/body/spip/hat.png
 share/wormux/body/spip/head.png
-share/wormux/body/spip/helmet.png
-share/wormux/body/spip/hoop.png
 share/wormux/body/spip/hornleft.png
 share/wormux/body/spip/hornright.png
-share/wormux/body/spip/hula.png
-share/wormux/body/spip/jetpack-fire.png
-share/wormux/body/spip/jetpack.png
 share/wormux/body/spip/noze.png
 share/wormux/body/spip/pupil.png
 share/wormux/body/spip/sick_head.png
 share/wormux/body/spip/tail.png
-share/wormux/body/spip/yoyo.png
 share/wormux/body/suse/
 share/wormux/body/suse/arm1left.png
 share/wormux/body/suse/arm1right.png
@@ -573,7 +493,6 @@
 share/wormux/body/suse/arm3left.png
 share/wormux/body/suse/arm3right.png
 share/wormux/body/suse/back.png
-share/wormux/body/suse/belt.png
 share/wormux/body/suse/black_arm1left.png
 share/wormux/body/suse/black_arm1right.png
 share/wormux/body/suse/black_arm2left.png
@@ -594,8 +513,6 @@
 share/wormux/body/suse/black_pupil.png
 share/wormux/body/suse/black_tail.png
 share/wormux/body/suse/body.png
-share/wormux/body/suse/c1.png
-share/wormux/body/suse/c2.png
 share/wormux/body/suse/config.xml
 share/wormux/body/suse/dead.png
 share/wormux/body/suse/eyelid.png
@@ -603,20 +520,13 @@
 share/wormux/body/suse/footleft.png
 share/wormux/body/suse/footright.png
 share/wormux/body/suse/hair.png
-share/wormux/body/suse/hat.png
 share/wormux/body/suse/head.png
-share/wormux/body/suse/helmet.png
-share/wormux/body/suse/hoop.png
 share/wormux/body/suse/hornleft.png
 share/wormux/body/suse/hornright.png
-share/wormux/body/suse/hula.png
-share/wormux/body/suse/jetpack-fire.png
-share/wormux/body/suse/jetpack.png
 share/wormux/body/suse/noze.png
 share/wormux/body/suse/pupil.png
 share/wormux/body/suse/sick_head.png
 share/wormux/body/suse/tail.png
-share/wormux/body/suse/yoyo.png
 share/wormux/body/thunderbird/
 share/wormux/body/thunderbird/arm1left.png
 share/wormux/body/thunderbird/arm1right.png
@@ -625,7 +535,6 @@
 share/wormux/body/thunderbird/arm3left.png
 share/wormux/body/thunderbird/arm3right.png
 share/wormux/body/thunderbird/back.png
-share/wormux/body/thunderbird/belt.png
 share/wormux/body/thunderbird/black_arm1left.png
 share/wormux/body/thunderbird/black_arm1right.png
 share/wormux/body/thunderbird/black_arm2left.png
@@ -646,8 +555,6 @@
 share/wormux/body/thunderbird/black_pupil.png
 share/wormux/body/thunderbird/black_tail.png
 share/wormux/body/thunderbird/body.png
-share/wormux/body/thunderbird/c1.png
-share/wormux/body/thunderbird/c2.png
 share/wormux/body/thunderbird/config.xml
 share/wormux/body/thunderbird/dead.png
 share/wormux/body/thunderbird/eyelid.png
@@ -655,20 +562,13 @@
 share/wormux/body/thunderbird/footleft.png
 share/wormux/body/thunderbird/footright.png
 share/wormux/body/thunderbird/hair.png
-share/wormux/body/thunderbird/hat.png
 share/wormux/body/thunderbird/head.png
-share/wormux/body/thunderbird/helmet.png
-share/wormux/body/thunderbird/hoop.png
 share/wormux/body/thunderbird/hornleft.png
 share/wormux/body/thunderbird/hornright.png
-share/wormux/body/thunderbird/hula.png
-share/wormux/body/thunderbird/jetpack-fire.png
-share/wormux/body/thunderbird/jetpack.png
 share/wormux/body/thunderbird/noze.png
 share/wormux/body/thunderbird/pupil.png
 share/wormux/body/thunderbird/sick_head.png
 share/wormux/body/thunderbird/tail.png
-share/wormux/body/thunderbird/yoyo.png
 share/wormux/body/tux/
 share/wormux/body/tux/arm1left.png
 share/wormux/body/tux/arm1right.png
@@ -677,7 +577,6 @@
 share/wormux/body/tux/arm3left.png
 share/wormux/body/tux/arm3right.png
 share/wormux/body/tux/back.png
-share/wormux/body/tux/belt.png
 share/wormux/body/tux/black_arm1left.png
 share/wormux/body/tux/black_arm1right.png
 share/wormux/body/tux/black_arm2left.png
@@ -698,8 +597,6 @@
 share/wormux/body/tux/black_pupil.png
 share/wormux/body/tux/black_tail.png
 share/wormux/body/tux/body.png
-share/wormux/body/tux/c1.png
-share/wormux/body/tux/c2.png
 share/wormux/body/tux/config.xml
 share/wormux/body/tux/dead.png
 share/wormux/body/tux/eyelid.png
@@ -707,20 +604,13 @@
 share/wormux/body/tux/footleft.png
 share/wormux/body/tux/footright.png
 share/wormux/body/tux/hair.png
-share/wormux/body/tux/hat.png
 share/wormux/body/tux/head.png
-share/wormux/body/tux/helmet.png
-share/wormux/body/tux/hoop.png
 share/wormux/body/tux/hornleft.png
 share/wormux/body/tux/hornright.png
-share/wormux/body/tux/hula.png
-share/wormux/body/tux/jetpack-fire.png
-share/wormux/body/tux/jetpack.png
 share/wormux/body/tux/noze.png
 share/wormux/body/tux/pupil.png
 share/wormux/body/tux/sick_head.png
 share/wormux/body/tux/tail.png
-share/wormux/body/tux/yoyo.png
 share/wormux/body/wilber/
 share/wormux/body/wilber/arm1left.png
 share/wormux/body/wilber/arm1right.png
@@ -729,7 +619,6 @@
 share/wormux/body/wilber/arm3left.png
 share/wormux/body/wilber/arm3right.png
 share/wormux/body/wilber/back.png
-share/wormux/body/wilber/belt.png
 share/wormux/body/wilber/black_arm1left.png
 share/wormux/body/wilber/black_arm1right.png
 share/wormux/body/wilber/black_arm2left.png
@@ -750,8 +639,6 @@
 share/wormux/body/wilber/black_pupil.png
 share/wormux/body/wilber/black_tail.png
 share/wormux/body/wilber/body.png
-share/wormux/body/wilber/c1.png
-share/wormux/body/wilber/c2.png
 share/wormux/body/wilber/config.xml
 share/wormux/body/wilber/dead.png
 share/wormux/body/wilber/eyelid.png
@@ -759,20 +646,13 @@
 share/wormux/body/wilber/footleft.png
 share/wormux/body/wilber/footright.png
 share/wormux/body/wilber/hair.png
-share/wormux/body/wilber/hat.png
 share/wormux/body/wilber/head.png
-share/wormux/body/wilber/helmet.png
-share/wormux/body/wilber/hoop.png
 share/wormux/body/wilber/hornleft.png
 share/wormux/body/wilber/hornright.png
-share/wormux/body/wilber/hula.png
-share/wormux/body/wilber/jetpack-fire.png
-share/wormux/body/wilber/jetpack.png
 share/wormux/body/wilber/noze.png
 share/wormux/body/wilber/pupil.png
 share/wormux/body/wilber/sick_head.png
 share/wormux/body/wilber/tail.png
-share/wormux/body/wilber/yoyo.png
 share/wormux/body/workrave/
 share/wormux/body/workrave/arm1left.png
 share/wormux/body/workrave/arm1right.png
@@ -781,7 +661,6 @@
 share/wormux/body/workrave/arm3left.png
 share/wormux/body/workrave/arm3right.png
 share/wormux/body/workrave/back.png
-share/wormux/body/workrave/belt.png
 share/wormux/body/workrave/black_arm1left.png
 share/wormux/body/workrave/black_arm1right.png
 share/wormux/body/workrave/black_arm2left.png
@@ -803,8 +682,6 @@
 share/wormux/body/workrave/black_tail.png
 share/wormux/body/workrave/blackfootright.png
 share/wormux/body/workrave/body.png
-share/wormux/body/workrave/c1.png
-share/wormux/body/workrave/c2.png
 share/wormux/body/workrave/config.xml
 share/wormux/body/workrave/dead.png
 share/wormux/body/workrave/eyelid.png
@@ -812,20 +689,13 @@
 share/wormux/body/workrave/footleft.png
 share/wormux/body/workrave/footright.png
 share/wormux/body/workrave/hair.png
-share/wormux/body/workrave/hat.png
 share/wormux/body/workrave/head.png
-share/wormux/body/workrave/helmet.png
-share/wormux/body/workrave/hoop.png
 share/wormux/body/workrave/hornleft.png
 share/wormux/body/workrave/hornright.png
-share/wormux/body/workrave/hula.png
-share/wormux/body/workrave/jetpack-fire.png
-share/wormux/body/workrave/jetpack.png
 share/wormux/body/workrave/noze.png
 share/wormux/body/workrave/pupil.png
 share/wormux/body/workrave/sick_head.png
 share/wormux/body/workrave/tail.png
-share/wormux/body/workrave/yoyo.png
 share/wormux/cursors.dtd
 share/wormux/cursors.xml
 share/wormux/font/
@@ -837,15 +707,21 @@
 share/wormux/game_mode/classic_objects.xml
 share/wormux/game_mode/game_mode.dtd
 share/wormux/game_mode/objects.dtd
+share/wormux/game_mode/objects.xml
+share/wormux/game_mode/rope_objects.xml
+share/wormux/game_mode/rope_objects.xml~
 share/wormux/game_mode/unlimited.xml
 share/wormux/game_mode/unlimited_objects.xml
 share/wormux/gfx/
 share/wormux/gfx/arrow.png
 share/wormux/gfx/pointer.png
 share/wormux/gfx/water/
+share/wormux/gfx/water/chocolate.png
+share/wormux/gfx/water/chocolate_bottom.png
+share/wormux/gfx/water/chocolate_drop.png
 share/wormux/gfx/water/dirtywater.png
 share/wormux/gfx/water/dirtywater_bottom.png
-share/wormux/gfx/water/dirtywater_part.png
+share/wormux/gfx/water/dirtywater_drop.png
 share/wormux/gfx/water/lava.png
 share/wormux/gfx/water/lava_bottom.png
 share/wormux/gfx/water/lava_drop.png
@@ -857,17 +733,11 @@
 share/wormux/gfx/water/water_drop.png
 share/wormux/graphism.dtd
 share/wormux/graphism.xml
-share/wormux/help/
-share/wormux/help/ca/
-share/wormux/help/ca/shortkeys.png
-share/wormux/help/en/
-share/wormux/help/en/shortkeys.png
-share/wormux/help/es/
-share/wormux/help/es/shortkeys.png
 share/wormux/interface/
 share/wormux/interface/background_interface.png
 share/wormux/interface/clock.png
 share/wormux/interface/clock_background.png
+share/wormux/interface/colors.png
 share/wormux/interface/cross.png
 share/wormux/interface/cursors/
 share/wormux/interface/cursors/arrow-down.left.png
@@ -883,8 +753,36 @@
 share/wormux/interface/cursors/hand-fire.png
 share/wormux/interface/cursors/hand-fire.right.png
 share/wormux/interface/cursors/hand-move.png
+share/wormux/interface/hide_bottom.png
+share/wormux/interface/hide_bottomleft.png
+share/wormux/interface/hide_bottomright.png
+share/wormux/interface/hide_left.png
+share/wormux/interface/hide_right.png
+share/wormux/interface/hide_top.png
+share/wormux/interface/hide_topleft.png
+share/wormux/interface/hide_topright.png
+share/wormux/interface/lastfire.png
+share/wormux/interface/line_up2down.png
 share/wormux/interface/quit.png
+share/wormux/interface/rounding_bottom.png
+share/wormux/interface/rounding_bottomleft.png
+share/wormux/interface/rounding_bottomright.png
+share/wormux/interface/rounding_center.png
+share/wormux/interface/rounding_left.png
+share/wormux/interface/rounding_right.png
+share/wormux/interface/rounding_top.png
+share/wormux/interface/rounding_topleft.png
+share/wormux/interface/rounding_topright.png
 share/wormux/interface/small_background_interface.png
+share/wormux/interface/square_bottom.png
+share/wormux/interface/square_bottomleft.png
+share/wormux/interface/square_bottomright.png
+share/wormux/interface/square_center.png
+share/wormux/interface/square_left.png
+share/wormux/interface/square_right.png
+share/wormux/interface/square_top.png
+share/wormux/interface/square_topleft.png
+share/wormux/interface/square_topright.png
 share/wormux/interface/warning.png
 share/wormux/interface/wind.png
 share/wormux/interface/wind_indicator.png
@@ -1224,96 +1122,102 @@
 share/wormux/object/yellow_star.png
 share/wormux/sound/
 share/wormux/sound/default/
-share/wormux/sound/default/crazy_01.ogg
-share/wormux/sound/default/crazy_02.ogg
-share/wormux/sound/default/crazy_03.ogg
-share/wormux/sound/default/crazy_04.ogg
-share/wormux/sound/default/crazy_05.ogg
-share/wormux/sound/default/death_01.ogg
-share/wormux/sound/default/death_02.ogg
-share/wormux/sound/default/fire_01.ogg
-share/wormux/sound/default/fire_02.ogg
-share/wormux/sound/default/hop_01.ogg
-share/wormux/sound/default/out_01.ogg
+share/wormux/sound/default/misc/
+share/wormux/sound/default/misc/box_falling.ogg
+share/wormux/sound/default/misc/box_hitting_ground.ogg
+share/wormux/sound/default/misc/box_picking_up.ogg
+share/wormux/sound/default/misc/cancel.ogg
+share/wormux/sound/default/misc/change_weapon.ogg
+share/wormux/sound/default/misc/character_change.ogg
+share/wormux/sound/default/misc/clic.ogg
+share/wormux/sound/default/misc/countdown-endturn.ogg
+share/wormux/sound/default/misc/end_turn.ogg
+share/wormux/sound/default/misc/error.ogg
+share/wormux/sound/default/misc/frog_music.ogg
+share/wormux/sound/default/misc/newcomer.ogg
+share/wormux/sound/default/misc/ok.ogg
+share/wormux/sound/default/misc/sherif.ogg
+share/wormux/sound/default/misc/sink.ogg
+share/wormux/sound/default/misc/skip_turn.ogg
+share/wormux/sound/default/misc/start_turn.ogg
+share/wormux/sound/default/misc/step.ogg
+share/wormux/sound/default/misc/victory.ogg
+share/wormux/sound/default/misc/weapon_hide.ogg
+share/wormux/sound/default/misc/weapon_show.ogg
 share/wormux/sound/default/profile.xml
-share/wormux/sound/default/sink.ogg
-share/wormux/sound/default/skip_turn.ogg
-share/wormux/sound/default/step.ogg
-share/wormux/sound/default/suicide_01.ogg
-share/wormux/sound/default/superjump_01.ogg
-share/wormux/sound/default/uuh_01.ogg
-share/wormux/sound/default/uuh_02.ogg
-share/wormux/sound/default/uuh_03.ogg
-share/wormux/sound/default/uuh_04.ogg
-share/wormux/sound/default/uuh_05.ogg
-share/wormux/sound/default/uuh_06.ogg
-share/wormux/sound/default/uuh_07.ogg
-share/wormux/sound/default/uuh_08.ogg
-share/wormux/sound/flying/
-share/wormux/sound/flying/flying.ogg
-share/wormux/sound/flying/profile.xml
-share/wormux/sound/francais/
-share/wormux/sound/francais/crazy.ogg
-share/wormux/sound/francais/fire_01.ogg
-share/wormux/sound/francais/fire_02.ogg
-share/wormux/sound/francais/profile.xml
+share/wormux/sound/default/voices/
+share/wormux/sound/default/voices/backjump.ogg
+share/wormux/sound/default/voices/death1.ogg
+share/wormux/sound/default/voices/death2.ogg
+share/wormux/sound/default/voices/fire1.ogg
+share/wormux/sound/default/voices/fire2.ogg
+share/wormux/sound/default/voices/fire3.ogg
+share/wormux/sound/default/voices/fire4.ogg
+share/wormux/sound/default/voices/friendly_fire1.ogg
+share/wormux/sound/default/voices/friendly_fire2.ogg
+share/wormux/sound/default/voices/happy1.ogg
+share/wormux/sound/default/voices/injured_high1.ogg
+share/wormux/sound/default/voices/injured_high2.ogg
+share/wormux/sound/default/voices/injured_high3.ogg
+share/wormux/sound/default/voices/injured_light1.ogg
+share/wormux/sound/default/voices/injured_light2.ogg
+share/wormux/sound/default/voices/injured_light3.ogg
+share/wormux/sound/default/voices/injured_medium1.ogg
+share/wormux/sound/default/voices/injured_medium2.ogg
+share/wormux/sound/default/voices/injured_medium3.ogg
+share/wormux/sound/default/voices/injured_medium4.ogg
+share/wormux/sound/default/voices/injured_medium5.ogg
+share/wormux/sound/default/voices/jump.ogg
+share/wormux/sound/default/voices/out.ogg
+share/wormux/sound/default/voices/suicide.ogg
+share/wormux/sound/default/voices/superjump.ogg
+share/wormux/sound/default/weapons/
+share/wormux/sound/default/weapons/aircraft_bomb_falling.ogg
+share/wormux/sound/default/weapons/aircraft_flying.ogg
+share/wormux/sound/default/weapons/airhammer_selected.ogg
+share/wormux/sound/default/weapons/airhammer_used.ogg
+share/wormux/sound/default/weapons/anvil_collision.ogg
+share/wormux/sound/default/weapons/anvil_fall.ogg
+share/wormux/sound/default/weapons/baseball.ogg
+share/wormux/sound/default/weapons/cluzooka_hit.ogg
+share/wormux/sound/default/weapons/cluzooka_shot.ogg
+share/wormux/sound/default/weapons/construct.ogg
+share/wormux/sound/default/weapons/disco_grenade_music.ogg
+share/wormux/sound/default/weapons/dynamite_exp.ogg
+share/wormux/sound/default/weapons/dynamite_fuze.ogg
+share/wormux/sound/default/weapons/embers.ogg
+share/wormux/sound/default/weapons/explosion.ogg
+share/wormux/sound/default/weapons/explosion2.ogg
+share/wormux/sound/default/weapons/explosion3.ogg
+share/wormux/sound/default/weapons/explosion4.ogg
+share/wormux/sound/default/weapons/flame.ogg
+share/wormux/sound/default/weapons/footbomb_bounce.ogg
+share/wormux/sound/default/weapons/gnu_bounce.ogg
+share/wormux/sound/default/weapons/grapple_attaching.ogg
+share/wormux/sound/default/weapons/grapple_cable.ogg
+share/wormux/sound/default/weapons/grapple_detaching.ogg
+share/wormux/sound/default/weapons/grenade_bounce.ogg
+share/wormux/sound/default/weapons/gun.ogg
+share/wormux/sound/default/weapons/jetpack.ogg
+share/wormux/sound/default/weapons/load.ogg
+share/wormux/sound/default/weapons/lowgravity.ogg
+share/wormux/sound/default/weapons/m16.ogg
+share/wormux/sound/default/weapons/m16_cartridge.ogg
+share/wormux/sound/default/weapons/mine_beep.ogg
+share/wormux/sound/default/weapons/polecat.ogg
+share/wormux/sound/default/weapons/ricoche1.ogg
+share/wormux/sound/default/weapons/ricoche2.ogg
+share/wormux/sound/default/weapons/ricoche3.ogg
+share/wormux/sound/default/weapons/riot_bomb_exp.ogg
+share/wormux/sound/default/weapons/shotgun.ogg
+share/wormux/sound/default/weapons/slap.ogg
+share/wormux/sound/default/weapons/suicide.ogg
+share/wormux/sound/default/weapons/supertux_flying.ogg
+share/wormux/sound/default/weapons/supertux_swimming.ogg
+share/wormux/sound/default/weapons/syringe.ogg
+share/wormux/sound/default/weapons/teleport_land.ogg
+share/wormux/sound/default/weapons/teleport_start.ogg
 share/wormux/sound/profile.dtd
-share/wormux/sound/share/
-share/wormux/sound/share/box_hitting_ground.ogg
-share/wormux/sound/share/character_change.ogg
-share/wormux/sound/share/countdown-endturn.ogg
-share/wormux/sound/share/end_turn.ogg
-share/wormux/sound/share/explosion.ogg
-share/wormux/sound/share/frog_music.ogg
-share/wormux/sound/share/laughing.ogg
-share/wormux/sound/share/menu/
-share/wormux/sound/share/menu/cancel.ogg
-share/wormux/sound/share/menu/clic.ogg
-share/wormux/sound/share/menu/error.ogg
-share/wormux/sound/share/menu/ok.ogg
-share/wormux/sound/share/menu/weapon_menu_toggled.ogg
-share/wormux/sound/share/profile.xml
-share/wormux/sound/share/start_turn.ogg
-share/wormux/sound/share/step.ogg
-share/wormux/sound/share/victory.ogg
-share/wormux/sound/share/weapon/
-share/wormux/sound/share/weapon/aircraft_bomb_falling.ogg
-share/wormux/sound/share/weapon/aircraft_flying.ogg
-share/wormux/sound/share/weapon/airhammer_selected.ogg
-share/wormux/sound/share/weapon/airhammer_used.ogg
-share/wormux/sound/share/weapon/alleluia.ogg
-share/wormux/sound/share/weapon/anvil_collision.ogg
-share/wormux/sound/share/weapon/anvil_fall.ogg
-share/wormux/sound/share/weapon/baseball.ogg
-share/wormux/sound/share/weapon/cluzooka_hit.ogg
-share/wormux/sound/share/weapon/cluzooka_shot.ogg
-share/wormux/sound/share/weapon/commit_suicide.ogg
-share/wormux/sound/share/weapon/disco_grenade_music.ogg
-share/wormux/sound/share/weapon/dynamite.ogg
-share/wormux/sound/share/weapon/dynamite_exp.ogg
-share/wormux/sound/share/weapon/dynamite_fuze.ogg
-share/wormux/sound/share/weapon/flame.ogg
-share/wormux/sound/share/weapon/footbomb_bounce.ogg
-share/wormux/sound/share/weapon/gnu_bounce.ogg
-share/wormux/sound/share/weapon/grapple_attaching.ogg
-share/wormux/sound/share/weapon/grapple_cable.ogg
-share/wormux/sound/share/weapon/grenade_bounce.ogg
-share/wormux/sound/share/weapon/gun.ogg
-share/wormux/sound/share/weapon/holly_grenade_bounce.ogg
-share/wormux/sound/share/weapon/jetpack.ogg
-share/wormux/sound/share/weapon/load.ogg
-share/wormux/sound/share/weapon/m16.ogg
-share/wormux/sound/share/weapon/mine_beep.ogg
-share/wormux/sound/share/weapon/pistolet.ogg
-share/wormux/sound/share/weapon/ricoche1.ogg
-share/wormux/sound/share/weapon/ricoche2.ogg
-share/wormux/sound/share/weapon/ricoche3.ogg
-share/wormux/sound/share/weapon/riot_bomb_exp.ogg
-share/wormux/sound/share/weapon/shotgun.ogg
-share/wormux/sound/share/weapon/slap.ogg
-share/wormux/sound/share/weapon/supertux_flying.ogg
-share/wormux/sound/share/weapon/teleport_land.ogg
-share/wormux/sound/share/weapon/teleport_start.ogg
 share/wormux/team/
 share/wormux/team/beastie/
 share/wormux/team/beastie/dead.png

Reply via email to