diff options
author | drochner <drochner@pkgsrc.org> | 2008-06-02 16:57:37 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-06-02 16:57:37 +0000 |
commit | 5bf97261c2b25ef1981773f438c2f1d070ac7379 (patch) | |
tree | bc479108e6fa55ad4d4d0e5d8fe623abe6ce2a96 /games | |
parent | 847b66bcf7072fe552ce5cca77dc3579f33a8868 (diff) | |
download | pkgsrc-5bf97261c2b25ef1981773f438c2f1d070ac7379.tar.gz |
update to 0.8
changes:
* Network game (port 3826 is registred by IANA for Wormux)
* A lot of bug fixes (memory leaks, useless code deleted ...)
* 15 new maps
* New weapons: Flamethrower, Football bomb, Cluzooka
* Minimap preview
* Camera improvements
* Better use of anti-aliasing
* Water/lava particles added
* Various graphical improvements
* Sound cache: no more lag on explosion
* More sounds and musics
* Better characters: Better positions, characters' eyes follow cursor,...
* Weapons tweaking
* Smaller step in angle selection when pressing Shift
* Menus compatible with smallest resolutions
* Help section added (menu explaining shortkeys and howtoplay.pdf documentation provided)
* Language selection
* "Looking for updates" option
* Volume control option
* Joystick support
* Improve collision detection, cursor,...
* User dir as XDG recommandation (Freedesktop)
* Initial management of command line options
* Experimental random map generator and skin viewer
* AI improvements (still stupid so still hidden feature)
pkgsrc note: rewrote the patch which fixes some broken/nonportable
geometry calculations, explosion craters look much nicer now
Diffstat (limited to 'games')
-rw-r--r-- | games/wormux/Makefile | 42 | ||||
-rw-r--r-- | games/wormux/PLIST | 499 | ||||
-rw-r--r-- | games/wormux/distinfo | 10 | ||||
-rw-r--r-- | games/wormux/patches/patch-aa | 75 |
4 files changed, 446 insertions, 180 deletions
diff --git a/games/wormux/Makefile b/games/wormux/Makefile index beeedeae2c7..07d188b5d82 100644 --- a/games/wormux/Makefile +++ b/games/wormux/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2008/01/18 05:06:36 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/02 16:57:37 drochner Exp $ # -DISTNAME= wormux-0.7.9 -PKGREVISION= 3 +DISTNAME= wormux-0.8 CATEGORIES= games MASTER_SITES= http://download.gna.org/wormux/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.wormux.org/ @@ -18,42 +18,6 @@ USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config msgfmt USE_DIRS+= xdg-1.1 -WSHDIRS+= music/ingame music/menu -WSHDIRS+= gfx -WSHDIRS+= team/gnuteam team/thunderbirdteam team/spipteam team/beastieteam \ - team/oooteam team/tuxteam team/workraveteam team/konqiteam \ - team/firefoxteam team/wilberteam team/snortteam team/nupikteam \ - team/phpteam -WSHDIRS+= sound/share/menu sound/default sound/francais sound/flying -WSHDIRS+= weapon/jet_pack weapon/cluster_bomb weapon/syringe weapon/lowgrav \ - weapon/construct weapon/ninja_rope weapon/suicide weapon/disco_grenade \ - weapon/bazooka weapon/polecat weapon/shotgun weapon/mine weapon/sound \ - weapon/gun weapon/gnu weapon/teleportation weapon/snipe_rifle \ - weapon/supertux weapon/air_attack weapon/blowtorch weapon/m16 \ - weapon/grenade weapon/bounce_ball weapon/baseball weapon/airhammer \ - weapon/anvil weapon/dynamite weapon/parachute weapon/riot_bomb \ - weapon/skip_turn -WSHDIRS+= body/gnuteam body/thunderbirdteam body/spipteam body/beastieteam \ - body/oooteam body/tuxteam body/workraveteam body/konqiteam \ - body/firefoxteam body/wilberteam body/snortteam body/nupikteam \ - body/phpteam -WSHDIRS+= interface/cursors -WSHDIRS+= menu/img -WSHDIRS+= object -WSHDIRS+= font -WSHDIRS+= map/champignon map/paradis map/qingqong map/hell map/aquarium \ - map/desert map/monkeybubbleworld map/cowland map/grenouilles \ - map/leafs map/goodandevil map/arbre map/space map/cheese \ - map/wildwestdv map/noel map/electronik map/catacombes map/prehistorik \ - map/battlenight map/banquise map/pirates map/vulcano map/island \ - map/araignee map/halloween map/easterisland -WSHDIRS+= game_mode - -pre-install: - for d in ${WSHDIRS}; do \ - ${INSTALL_DATA_DIR} ${DESTDIR:Q}${PREFIX}/share/wormux/$$d; \ - done - .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/SDL_image/buildlink3.mk" .include "../../audio/SDL_mixer/buildlink3.mk" diff --git a/games/wormux/PLIST b/games/wormux/PLIST index f4ee6dca9d7..d0a7bed4510 100644 --- a/games/wormux/PLIST +++ b/games/wormux/PLIST @@ -1,47 +1,76 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2007/02/02 16:08:48 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2008/06/02 16:57:37 drochner Exp $ bin/wormux man/man6/wormux.6 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 share/wormux/authors.dtd share/wormux/authors.xml -share/wormux/body/beastieteam/arm-left.png -share/wormux/body/beastieteam/arm-right.png -share/wormux/body/beastieteam/black.png +share/wormux/body/beastieteam/arm.png +share/wormux/body/beastieteam/b_arm.png +share/wormux/body/beastieteam/b_body.png +share/wormux/body/beastieteam/b_eyelid.png +share/wormux/body/beastieteam/b_foot.png +share/wormux/body/beastieteam/b_head.png +share/wormux/body/beastieteam/b_tail.png share/wormux/body/beastieteam/body.png share/wormux/body/beastieteam/c1.png share/wormux/body/beastieteam/c2.png share/wormux/body/beastieteam/config.xml share/wormux/body/beastieteam/dead.png +share/wormux/body/beastieteam/eyelid.png +share/wormux/body/beastieteam/eyes.png share/wormux/body/beastieteam/foot.png share/wormux/body/beastieteam/head.png share/wormux/body/beastieteam/helmet.png +share/wormux/body/beastieteam/hoop.png +share/wormux/body/beastieteam/hula.png share/wormux/body/beastieteam/jetpack-heli.png share/wormux/body/beastieteam/jetpack.png +share/wormux/body/beastieteam/pupil.png share/wormux/body/beastieteam/tail.png share/wormux/body/beastieteam/yoyo.png share/wormux/body/body.dtd share/wormux/body/firefoxteam/arm1.png share/wormux/body/firefoxteam/arm2.png -share/wormux/body/firefoxteam/black.png +share/wormux/body/firefoxteam/b_arm1.png +share/wormux/body/firefoxteam/b_arm2.png +share/wormux/body/firefoxteam/b_body.png +share/wormux/body/firefoxteam/b_ear-left.png +share/wormux/body/firefoxteam/b_ear-right.png +share/wormux/body/firefoxteam/b_eyelid.png +share/wormux/body/firefoxteam/b_foot.png +share/wormux/body/firefoxteam/b_head.png +share/wormux/body/firefoxteam/b_tail.png share/wormux/body/firefoxteam/body.png share/wormux/body/firefoxteam/c1.png share/wormux/body/firefoxteam/c2.png @@ -49,10 +78,13 @@ share/wormux/body/firefoxteam/config.xml share/wormux/body/firefoxteam/dead.png share/wormux/body/firefoxteam/ear-left.png share/wormux/body/firefoxteam/ear-right.png +share/wormux/body/firefoxteam/eyelid.png share/wormux/body/firefoxteam/eyes.png -share/wormux/body/firefoxteam/flag.png share/wormux/body/firefoxteam/foot.png +share/wormux/body/firefoxteam/head.png share/wormux/body/firefoxteam/helmet.png +share/wormux/body/firefoxteam/hoop.png +share/wormux/body/firefoxteam/hula.png share/wormux/body/firefoxteam/jetpack-belt.png share/wormux/body/firefoxteam/jetpack-fire.png share/wormux/body/firefoxteam/jetpack.png @@ -60,18 +92,27 @@ share/wormux/body/firefoxteam/pupil.png share/wormux/body/firefoxteam/tail.png share/wormux/body/firefoxteam/yoyo.png share/wormux/body/gnuteam/arm.png -share/wormux/body/gnuteam/black.png +share/wormux/body/gnuteam/b_arm.png +share/wormux/body/gnuteam/b_body.png +share/wormux/body/gnuteam/b_eyelid.png +share/wormux/body/gnuteam/b_foot.png +share/wormux/body/gnuteam/b_head.png share/wormux/body/gnuteam/body.png share/wormux/body/gnuteam/c1.png share/wormux/body/gnuteam/c2.png share/wormux/body/gnuteam/config.xml share/wormux/body/gnuteam/dead.png +share/wormux/body/gnuteam/eyelid.png +share/wormux/body/gnuteam/eyes.png share/wormux/body/gnuteam/foot.png share/wormux/body/gnuteam/head.png share/wormux/body/gnuteam/helmet.png +share/wormux/body/gnuteam/hoop.png +share/wormux/body/gnuteam/hula.png share/wormux/body/gnuteam/jetpack-belt.png share/wormux/body/gnuteam/jetpack-fire.png share/wormux/body/gnuteam/jetpack.png +share/wormux/body/gnuteam/pupil.png share/wormux/body/gnuteam/tail.png share/wormux/body/gnuteam/yoyo.png share/wormux/body/konqiteam/arm1.png @@ -82,12 +123,16 @@ share/wormux/body/konqiteam/c1.png share/wormux/body/konqiteam/c2.png share/wormux/body/konqiteam/config.xml share/wormux/body/konqiteam/dead.png +share/wormux/body/konqiteam/eyelid.png share/wormux/body/konqiteam/eyes.png share/wormux/body/konqiteam/foot-left.png share/wormux/body/konqiteam/foot-right.png share/wormux/body/konqiteam/helmet.png +share/wormux/body/konqiteam/hoop.png share/wormux/body/konqiteam/horns.png +share/wormux/body/konqiteam/hula.png share/wormux/body/konqiteam/nose.png +share/wormux/body/konqiteam/pupil.png share/wormux/body/konqiteam/tail.png share/wormux/body/konqiteam/wing.png share/wormux/body/konqiteam/yoyo.png @@ -98,12 +143,17 @@ share/wormux/body/nupikteam/c1.png share/wormux/body/nupikteam/c2.png share/wormux/body/nupikteam/config.xml share/wormux/body/nupikteam/dead.png +share/wormux/body/nupikteam/eyelid.png +share/wormux/body/nupikteam/eyes.png share/wormux/body/nupikteam/fixedarm.png share/wormux/body/nupikteam/foot.png share/wormux/body/nupikteam/head.png share/wormux/body/nupikteam/helmet.png +share/wormux/body/nupikteam/hoop.png +share/wormux/body/nupikteam/hula.png share/wormux/body/nupikteam/jetpack-heli.png share/wormux/body/nupikteam/jetpack.png +share/wormux/body/nupikteam/pupil.png share/wormux/body/nupikteam/spines1.png share/wormux/body/nupikteam/spines2.png share/wormux/body/nupikteam/yoyo.png @@ -113,10 +163,14 @@ share/wormux/body/oooteam/c1.png share/wormux/body/oooteam/c2.png share/wormux/body/oooteam/config.xml share/wormux/body/oooteam/dead.png +share/wormux/body/oooteam/eyelid.png share/wormux/body/oooteam/eyes.png share/wormux/body/oooteam/foot.png share/wormux/body/oooteam/helmet.png +share/wormux/body/oooteam/hoop.png +share/wormux/body/oooteam/hula.png share/wormux/body/oooteam/nozzle.png +share/wormux/body/oooteam/pupil.png share/wormux/body/oooteam/wingleft.png share/wormux/body/oooteam/wingright.png share/wormux/body/oooteam/yoyo.png @@ -129,13 +183,18 @@ share/wormux/body/phpteam/config.xml share/wormux/body/phpteam/dead.png share/wormux/body/phpteam/ear-left.png share/wormux/body/phpteam/ear-right.png +share/wormux/body/phpteam/eyelid.png +share/wormux/body/phpteam/eyes.png share/wormux/body/phpteam/foot-left.png share/wormux/body/phpteam/foot-right.png -share/wormux/body/phpteam/head.png share/wormux/body/phpteam/helmet.png +share/wormux/body/phpteam/hoop.png +share/wormux/body/phpteam/hula.png share/wormux/body/phpteam/jetpack-belt.png share/wormux/body/phpteam/jetpack-fire.png share/wormux/body/phpteam/jetpack.png +share/wormux/body/phpteam/nose.png +share/wormux/body/phpteam/pupil.png share/wormux/body/phpteam/tail.png share/wormux/body/phpteam/yoyo.png share/wormux/body/snortteam/arm.png @@ -145,11 +204,16 @@ share/wormux/body/snortteam/c1.png share/wormux/body/snortteam/c2.png share/wormux/body/snortteam/config.xml share/wormux/body/snortteam/dead.png +share/wormux/body/snortteam/eyelid.png +share/wormux/body/snortteam/eyes.png share/wormux/body/snortteam/head.png share/wormux/body/snortteam/helmet.png +share/wormux/body/snortteam/hoop.png +share/wormux/body/snortteam/hula.png share/wormux/body/snortteam/jetpack-belt.png share/wormux/body/snortteam/jetpack-fire.png share/wormux/body/snortteam/jetpack.png +share/wormux/body/snortteam/pupil.png share/wormux/body/snortteam/tail.png share/wormux/body/snortteam/yoyo.png share/wormux/body/spipteam/arm.png @@ -159,10 +223,13 @@ share/wormux/body/spipteam/c1.png share/wormux/body/spipteam/c2.png share/wormux/body/spipteam/config.xml share/wormux/body/spipteam/dead.png +share/wormux/body/spipteam/eyelid.png share/wormux/body/spipteam/eyes.png share/wormux/body/spipteam/foot.png share/wormux/body/spipteam/head.png share/wormux/body/spipteam/helmet.png +share/wormux/body/spipteam/hoop.png +share/wormux/body/spipteam/hula.png share/wormux/body/spipteam/jetpack-belt.png share/wormux/body/spipteam/jetpack-fire.png share/wormux/body/spipteam/jetpack.png @@ -175,11 +242,15 @@ share/wormux/body/thunderbirdteam/c1.png share/wormux/body/thunderbirdteam/c2.png share/wormux/body/thunderbirdteam/config.xml share/wormux/body/thunderbirdteam/dead.png +share/wormux/body/thunderbirdteam/eyelid.png share/wormux/body/thunderbirdteam/eyes.png share/wormux/body/thunderbirdteam/foot.png share/wormux/body/thunderbirdteam/hair.png share/wormux/body/thunderbirdteam/helmet.png +share/wormux/body/thunderbirdteam/hoop.png +share/wormux/body/thunderbirdteam/hula.png share/wormux/body/thunderbirdteam/nozzle.png +share/wormux/body/thunderbirdteam/pupil.png share/wormux/body/thunderbirdteam/wingleft.png share/wormux/body/thunderbirdteam/wingright.png share/wormux/body/thunderbirdteam/yoyo.png @@ -189,10 +260,14 @@ share/wormux/body/tuxteam/c1.png share/wormux/body/tuxteam/c2.png share/wormux/body/tuxteam/config.xml share/wormux/body/tuxteam/dead.png +share/wormux/body/tuxteam/eyelid.png share/wormux/body/tuxteam/eyes.png share/wormux/body/tuxteam/foot.png share/wormux/body/tuxteam/helmet.png +share/wormux/body/tuxteam/hoop.png +share/wormux/body/tuxteam/hula.png share/wormux/body/tuxteam/nozzle.png +share/wormux/body/tuxteam/pupil.png share/wormux/body/tuxteam/wing.png share/wormux/body/tuxteam/yoyo.png share/wormux/body/wilberteam/arm.png @@ -202,15 +277,18 @@ share/wormux/body/wilberteam/c1.png share/wormux/body/wilberteam/c2.png share/wormux/body/wilberteam/config.xml share/wormux/body/wilberteam/dead.png +share/wormux/body/wilberteam/eyelid.png +share/wormux/body/wilberteam/eyes.png share/wormux/body/wilberteam/foot.png share/wormux/body/wilberteam/head.png share/wormux/body/wilberteam/helmet.png +share/wormux/body/wilberteam/hoop.png +share/wormux/body/wilberteam/hula.png share/wormux/body/wilberteam/jetpack-belt.png share/wormux/body/wilberteam/jetpack-fire.png share/wormux/body/wilberteam/jetpack.png share/wormux/body/wilberteam/pupil.png share/wormux/body/wilberteam/yoyo.png -share/wormux/body/wilberteam/yoyo.svg share/wormux/body/workraveteam/arm.png share/wormux/body/workraveteam/black.png share/wormux/body/workraveteam/body.png @@ -218,32 +296,44 @@ share/wormux/body/workraveteam/c1.png share/wormux/body/workraveteam/c2.png share/wormux/body/workraveteam/config.xml share/wormux/body/workraveteam/dead.png +share/wormux/body/workraveteam/eyelid.png +share/wormux/body/workraveteam/eyes.png share/wormux/body/workraveteam/foot.png share/wormux/body/workraveteam/head.png share/wormux/body/workraveteam/helmet.png +share/wormux/body/workraveteam/hoop.png +share/wormux/body/workraveteam/hula.png share/wormux/body/workraveteam/jetpack-belt.png share/wormux/body/workraveteam/jetpack-fire.png share/wormux/body/workraveteam/jetpack.png +share/wormux/body/workraveteam/pupil.png share/wormux/body/workraveteam/yoyo.png +share/wormux/cursors.dtd +share/wormux/cursors.xml share/wormux/font/DejaVuSans.ttf share/wormux/game_mode/classic.xml +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/unlimited.xml +share/wormux/game_mode/unlimited_objects.xml share/wormux/gfx/arrow.png share/wormux/gfx/pointer.png -share/wormux/gfx/water.png -share/wormux/gfx/water_bottom.png +share/wormux/gfx/water/lava.png +share/wormux/gfx/water/lava_bottom.png +share/wormux/gfx/water/lava_drop.png +share/wormux/gfx/water/water.png +share/wormux/gfx/water/water_bottom.png +share/wormux/gfx/water/water_drop.png share/wormux/graphism.dtd share/wormux/graphism.xml +share/wormux/help/ca/shortkeys.png +share/wormux/help/en/shortkeys.png +share/wormux/help/es/shortkeys.png share/wormux/interface/background_interface.png -share/wormux/interface/button1.png -share/wormux/interface/button2.png -share/wormux/interface/button3.png -share/wormux/interface/button4.png -share/wormux/interface/button5.png share/wormux/interface/clock.png share/wormux/interface/clock_background.png +share/wormux/interface/cross.png share/wormux/interface/cursors/arrow-down.left.png share/wormux/interface/cursors/arrow-down.png share/wormux/interface/cursors/arrow-down.right.png @@ -257,25 +347,25 @@ share/wormux/interface/cursors/hand-fire.left.png 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/pause.png share/wormux/interface/quit.png share/wormux/interface/small_background_interface.png +share/wormux/interface/warning.png share/wormux/interface/wind.png share/wormux/interface/wind_indicator.png share/wormux/map/aquarium/background.png share/wormux/map/aquarium/config.xml share/wormux/map/aquarium/preview.jpg share/wormux/map/aquarium/sky.jpg -share/wormux/map/araignee/abeille.png -share/wormux/map/araignee/araignee.png -share/wormux/map/araignee/config.xml -share/wormux/map/araignee/fond.jpg -share/wormux/map/araignee/preview.jpg share/wormux/map/arbre/arbre.png share/wormux/map/arbre/config.xml share/wormux/map/arbre/fond.jpg share/wormux/map/arbre/gland-anim.png share/wormux/map/arbre/preview.jpg +share/wormux/map/bankiz/bankiz.png +share/wormux/map/bankiz/config.xml +share/wormux/map/bankiz/flocon.png +share/wormux/map/bankiz/preview.jpg +share/wormux/map/bankiz/sky.jpg share/wormux/map/banquise/background.jpg share/wormux/map/banquise/banquise.png share/wormux/map/banquise/config.xml @@ -298,11 +388,24 @@ share/wormux/map/cheese/emmental.png share/wormux/map/cheese/minicheese.png share/wormux/map/cheese/preview.jpg share/wormux/map/cheese/sky.jpg +share/wormux/map/christmas/config.xml +share/wormux/map/christmas/flocon.png +share/wormux/map/christmas/map.png +share/wormux/map/christmas/preview.jpg +share/wormux/map/christmas/sky.jpg +share/wormux/map/country/config.xml +share/wormux/map/country/map.png +share/wormux/map/country/preview.jpg +share/wormux/map/country/sky.jpg share/wormux/map/cowland/config.xml -share/wormux/map/cowland/cowland.png -share/wormux/map/cowland/cowland_bg.jpg +share/wormux/map/cowland/map.png share/wormux/map/cowland/nuage.png share/wormux/map/cowland/preview.jpg +share/wormux/map/cowland/sky.jpg +share/wormux/map/crystal/config.xml +share/wormux/map/crystal/crystal.png +share/wormux/map/crystal/preview.jpg +share/wormux/map/crystal/sky.jpg share/wormux/map/desert/config.xml share/wormux/map/desert/desert.png share/wormux/map/desert/desert_bg.jpg @@ -316,25 +419,45 @@ share/wormux/map/electronik/background.png share/wormux/map/electronik/config.xml share/wormux/map/electronik/preview.jpg share/wormux/map/electronik/sky.jpg +share/wormux/map/funkyIsland/clouds.png +share/wormux/map/funkyIsland/config.xml +share/wormux/map/funkyIsland/island.png +share/wormux/map/funkyIsland/island_bg.jpg +share/wormux/map/funkyIsland/preview.jpg share/wormux/map/goodandevil/config.xml share/wormux/map/goodandevil/goodandevil.png share/wormux/map/goodandevil/preview.jpg share/wormux/map/goodandevil/sky.jpg +share/wormux/map/greehills/config.xml +share/wormux/map/greehills/greenhills.png +share/wormux/map/greehills/greenhills_sky.jpg +share/wormux/map/greehills/preview.jpg +share/wormux/map/greehills/star.png share/wormux/map/grenouilles/config.xml share/wormux/map/grenouilles/grenouilles.png share/wormux/map/grenouilles/jungle.jpg share/wormux/map/grenouilles/nuage.png share/wormux/map/grenouilles/preview.jpg -share/wormux/map/halloween/confetis.png share/wormux/map/halloween/config.xml -share/wormux/map/halloween/halloween.png -share/wormux/map/halloween/noir_lune.jpg +share/wormux/map/halloween/map.png share/wormux/map/halloween/preview.jpg +share/wormux/map/halloween/sky.jpg +share/wormux/map/halloween/wp.png share/wormux/map/hell/bones.png share/wormux/map/hell/config.xml share/wormux/map/hell/hell.png share/wormux/map/hell/hellsky.jpg share/wormux/map/hell/preview.jpg +share/wormux/map/hive/BG.jpg +share/wormux/map/hive/FG.png +share/wormux/map/hive/config.xml +share/wormux/map/hive/part_effect_strip.png +share/wormux/map/hive/preview.jpg +share/wormux/map/icebergs/config.xml +share/wormux/map/icebergs/map.png +share/wormux/map/icebergs/preview.jpg +share/wormux/map/icebergs/sky.jpg +share/wormux/map/icebergs/wp.png share/wormux/map/island/config.xml share/wormux/map/island/island.png share/wormux/map/island/preview.jpg @@ -344,21 +467,29 @@ share/wormux/map/leafs/birds.png share/wormux/map/leafs/config.xml share/wormux/map/leafs/front.png share/wormux/map/leafs/preview.jpg +share/wormux/map/lonely_island/config.xml +share/wormux/map/lonely_island/map.png +share/wormux/map/lonely_island/preview.jpg +share/wormux/map/lonely_island/sky.jpg +share/wormux/map/lonely_island/wind_particules.png share/wormux/map/map.dtd share/wormux/map/monkeybubbleworld/config.xml share/wormux/map/monkeybubbleworld/feuille.png share/wormux/map/monkeybubbleworld/monkeybubbleworld.png share/wormux/map/monkeybubbleworld/preview.jpg share/wormux/map/monkeybubbleworld/sky.jpg -share/wormux/map/noel/bleu.jpg -share/wormux/map/noel/config.xml -share/wormux/map/noel/nege-anim.png -share/wormux/map/noel/noel.png -share/wormux/map/noel/preview.jpg +share/wormux/map/moon-4m/config.xml +share/wormux/map/moon-4m/map.png +share/wormux/map/moon-4m/preview.jpg +share/wormux/map/moon-4m/sky.jpg share/wormux/map/paradis/config.xml share/wormux/map/paradis/decor_paradis.png share/wormux/map/paradis/decor_paradis_BG.jpg share/wormux/map/paradis/paradis_preview.jpg +share/wormux/map/pillars/BG.jpg +share/wormux/map/pillars/FG.png +share/wormux/map/pillars/config.xml +share/wormux/map/pillars/preview.jpg share/wormux/map/pirates/config.xml share/wormux/map/pirates/islands.jpg share/wormux/map/pirates/pirates.png @@ -367,63 +498,118 @@ share/wormux/map/prehistorik/config.xml share/wormux/map/prehistorik/fond.jpg share/wormux/map/prehistorik/prehistorik.png share/wormux/map/prehistorik/preview.jpg +share/wormux/map/pumpkins/config.xml +share/wormux/map/pumpkins/feuille.png +share/wormux/map/pumpkins/map.png +share/wormux/map/pumpkins/preview.jpg +share/wormux/map/pumpkins/sky.jpg share/wormux/map/qingqong/config.xml share/wormux/map/qingqong/preview.jpg share/wormux/map/qingqong/qingqong.png share/wormux/map/qingqong/sky.jpg -share/wormux/map/space/config.xml -share/wormux/map/space/lune.jpg -share/wormux/map/space/preview.jpg -share/wormux/map/space/space.png +share/wormux/map/random/config.xml +share/wormux/map/random/palm-tree.png +share/wormux/map/random/preview.jpg +share/wormux/map/random/sky.jpg +share/wormux/map/random/texture.png +share/wormux/map/random/tresor1.png +share/wormux/map/random/tresor2.png +share/wormux/map/random_map.jpg +share/wormux/map/randomamoebas/config.xml +share/wormux/map/randomamoebas/preview.jpg +share/wormux/map/randomamoebas/sky.jpg +share/wormux/map/randomamoebas/texture.png +share/wormux/map/space2/config.xml +share/wormux/map/space2/map.png +share/wormux/map/space2/preview.jpg +share/wormux/map/space2/sky.jpg +share/wormux/map/tic-tac-toe/BG.jpg +share/wormux/map/tic-tac-toe/FG.png +share/wormux/map/tic-tac-toe/config.xml +share/wormux/map/tic-tac-toe/part_effect_strip.png +share/wormux/map/tic-tac-toe/preview.jpg +share/wormux/map/towers/config.xml +share/wormux/map/towers/map.png +share/wormux/map/towers/preview.jpg +share/wormux/map/towers/sky.jpg share/wormux/map/vulcano/background.png share/wormux/map/vulcano/config.xml share/wormux/map/vulcano/preview.jpg share/wormux/map/vulcano/sky2.jpg -share/wormux/map/wildwestdv/backgr.jpg share/wormux/map/wildwestdv/config.xml +share/wormux/map/wildwestdv/map.png share/wormux/map/wildwestdv/preview.jpg -share/wormux/map/wildwestdv/wildwestdv.png -share/wormux/menu/img/arrow-left.png -share/wormux/menu/img/arrow-right.png -share/wormux/menu/img/audio_label.png -share/wormux/menu/img/background.png -share/wormux/menu/img/background_credits.png -share/wormux/menu/img/background_network.png -share/wormux/menu/img/background_options.png -share/wormux/menu/img/background_play.png -share/wormux/menu/img/big_left.png -share/wormux/menu/img/big_right.png -share/wormux/menu/img/button.png -share/wormux/menu/img/cancel.png -share/wormux/menu/img/check.png -share/wormux/menu/img/display_energy.png -share/wormux/menu/img/display_name.png -share/wormux/menu/img/display_wind_particles.png -share/wormux/menu/img/down.png -share/wormux/menu/img/fullscreen.png -share/wormux/menu/img/ico_maps.png -share/wormux/menu/img/ico_skins.png -share/wormux/menu/img/ico_sounds.png -share/wormux/menu/img/ico_weapons.png -share/wormux/menu/img/loading.png -share/wormux/menu/img/map_label.png -share/wormux/menu/img/minus.png -share/wormux/menu/img/mode_label.png -share/wormux/menu/img/music_enable.png -share/wormux/menu/img/plus.png -share/wormux/menu/img/scroll_on_border.png -share/wormux/menu/img/send_txt.png -share/wormux/menu/img/skin01.png -share/wormux/menu/img/skin02.png -share/wormux/menu/img/sound_effects_enable.png -share/wormux/menu/img/teams_label.png -share/wormux/menu/img/timing_end_turn.png -share/wormux/menu/img/timing_turn.png -share/wormux/menu/img/title.png -share/wormux/menu/img/up.png -share/wormux/menu/img/validate.png -share/wormux/menu/img/video_label.png +share/wormux/map/wildwestdv/sky.jpg +share/wormux/menu/annulus_background.png +share/wormux/menu/annulus_foreground.png +share/wormux/menu/audio_label.png +share/wormux/menu/background.png +share/wormux/menu/background_credits.png +share/wormux/menu/background_help.png +share/wormux/menu/background_network.png +share/wormux/menu/background_options.png +share/wormux/menu/background_play.png +share/wormux/menu/big_left.png +share/wormux/menu/big_right.png +share/wormux/menu/button.png +share/wormux/menu/cancel.png +share/wormux/menu/check.png +share/wormux/menu/config_label.png +share/wormux/menu/disabled_back.png +share/wormux/menu/disabled_front.png +share/wormux/menu/display_energy.png +share/wormux/menu/display_name.png +share/wormux/menu/display_wind_particles.png +share/wormux/menu/down.png +share/wormux/menu/enabled.png +share/wormux/menu/fps.png +share/wormux/menu/fullscreen.png +share/wormux/menu/i_backtobattle.png +share/wormux/menu/i_credits.png +share/wormux/menu/i_help.png +share/wormux/menu/i_network.png +share/wormux/menu/i_options.png +share/wormux/menu/i_play.png +share/wormux/menu/i_quit.png +share/wormux/menu/i_update.png +share/wormux/menu/ico_maps.png +share/wormux/menu/ico_skins.png +share/wormux/menu/ico_sounds.png +share/wormux/menu/ico_weapons.png +share/wormux/menu/left.png +share/wormux/menu/loading.png +share/wormux/menu/map_label.png +share/wormux/menu/minus.png +share/wormux/menu/mode_label.png +share/wormux/menu/music_enable.png +share/wormux/menu/plus.png +share/wormux/menu/podium.png +share/wormux/menu/refresh.png +share/wormux/menu/resolution.png +share/wormux/menu/right.png +share/wormux/menu/scroll_on_border.png +share/wormux/menu/send_txt.png +share/wormux/menu/sound_effects_enable.png +share/wormux/menu/sound_frequency.png +share/wormux/menu/team_number.png +share/wormux/menu/teams_label.png +share/wormux/menu/timing_end_turn.png +share/wormux/menu/timing_turn.png +share/wormux/menu/up.png +share/wormux/menu/validate.png +share/wormux/menu/video_label.png +share/wormux/music/ingame/Mike_Errecart.-.Monkey-bubble.ogg +share/wormux/music/ingame/Olivier_Militon.-.Apnee.ogg +share/wormux/music/ingame/Olivier_Militon.-.Apnee2.ogg +share/wormux/music/ingame/Olivier_Militon.-.Etrange_epouvantable.ogg +share/wormux/music/ingame/Olivier_Militon.-.Like_a_rock.ogg +share/wormux/music/ingame/Olivier_Militon.-.Vers_solitaire.ogg +share/wormux/music/ingame/Olivier_Militon.-.Vogue_a_lame.ogg +share/wormux/music/ingame/fear.m3u +share/wormux/music/ingame/funfair.m3u share/wormux/music/ingame/ingame.m3u +share/wormux/music/ingame/monkey.m3u +share/wormux/music/ingame/sea.m3u share/wormux/music/menu/Olivier_Militon.-.Le_Calumet.ogg share/wormux/music/menu/Olivier_Militon.-.Le_Calumet_F.ogg share/wormux/music/menu/menu.m3u @@ -434,6 +620,7 @@ share/wormux/object/bonus_box.png share/wormux/object/dark_smoke.png share/wormux/object/fire.png share/wormux/object/ill_bubble.png +share/wormux/object/medkit.png share/wormux/object/pink_star.png share/wormux/object/smoke.png share/wormux/object/smoke2.png @@ -459,8 +646,7 @@ share/wormux/sound/default/out_01.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_01.ogg -share/wormux/sound/default/step_02.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 @@ -477,44 +663,111 @@ 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/profile.dtd +share/wormux/sound/share/box_hitting_ground.ogg +share/wormux/sound/share/character_change.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/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/step.ogg share/wormux/sound/share/victory.ogg +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/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/supertux_flying.ogg +share/wormux/sound/share/weapon/teleport_land.ogg +share/wormux/sound/share/weapon/teleport_start.ogg +share/wormux/team/beastieteam/dead.png share/wormux/team/beastieteam/flag.png +share/wormux/team/beastieteam/flag64.png share/wormux/team/beastieteam/team.xml +share/wormux/team/firefoxteam/dead.png share/wormux/team/firefoxteam/flag.png +share/wormux/team/firefoxteam/flag64.png share/wormux/team/firefoxteam/team.xml +share/wormux/team/gnuteam/dead.png share/wormux/team/gnuteam/flag.png +share/wormux/team/gnuteam/flag64.png share/wormux/team/gnuteam/team.xml +share/wormux/team/konqiteam/dead.png share/wormux/team/konqiteam/flag.png +share/wormux/team/konqiteam/flag64.png share/wormux/team/konqiteam/team.xml +share/wormux/team/nupikteam/dead.png share/wormux/team/nupikteam/flag.png +share/wormux/team/nupikteam/flag64.png share/wormux/team/nupikteam/team.xml +share/wormux/team/oooteam/dead.png share/wormux/team/oooteam/flag.png +share/wormux/team/oooteam/flag64.png share/wormux/team/oooteam/team.xml +share/wormux/team/phpteam/dead.png share/wormux/team/phpteam/flag.png +share/wormux/team/phpteam/flag64.png share/wormux/team/phpteam/team.xml +share/wormux/team/snortteam/dead.png share/wormux/team/snortteam/flag.png +share/wormux/team/snortteam/flag64.png share/wormux/team/snortteam/team.xml +share/wormux/team/spipteam/dead.png share/wormux/team/spipteam/flag.png share/wormux/team/spipteam/flag.svg +share/wormux/team/spipteam/flag64.png share/wormux/team/spipteam/team.xml share/wormux/team/team.dtd +share/wormux/team/thunderbirdteam/dead.png share/wormux/team/thunderbirdteam/flag.png +share/wormux/team/thunderbirdteam/flag64.png share/wormux/team/thunderbirdteam/team.xml +share/wormux/team/tuxteam/dead.png share/wormux/team/tuxteam/flag.png +share/wormux/team/tuxteam/flag64.png share/wormux/team/tuxteam/team.xml +share/wormux/team/wilberteam/dead.png share/wormux/team/wilberteam/flag.png +share/wormux/team/wilberteam/flag64.png share/wormux/team/wilberteam/team.xml +share/wormux/team/workraveteam/dead.png share/wormux/team/workraveteam/flag.png +share/wormux/team/workraveteam/flag64.png share/wormux/team/workraveteam/team.xml +share/wormux/uninstall.xpm share/wormux/weapon/air_attack/air_attack.png share/wormux/weapon/air_attack/air_attack_ico.png share/wormux/weapon/air_attack/air_attack_plane.png @@ -529,10 +782,12 @@ share/wormux/weapon/baseball/baseball.png share/wormux/weapon/baseball/baseball_hit.png share/wormux/weapon/baseball/baseball_ico.png share/wormux/weapon/bazooka/baz_cible.png -share/wormux/weapon/bazooka/bazooka.png share/wormux/weapon/bazooka/bazooka_auto_ico.png share/wormux/weapon/bazooka/bazooka_ico.png +share/wormux/weapon/bazooka/brown_bazooka.png +share/wormux/weapon/bazooka/green_bazooka.png share/wormux/weapon/bazooka/missile.png +share/wormux/weapon/bazooka/yellow_bazooka.png share/wormux/weapon/blowtorch/blowtorch.png share/wormux/weapon/blowtorch/blowtorch_ico.png share/wormux/weapon/blowtorch/fire.png @@ -541,6 +796,10 @@ share/wormux/weapon/bounce_ball/bounce_ball_ico.png share/wormux/weapon/cluster_bomb/cluster.png share/wormux/weapon/cluster_bomb/clusterbomb.png share/wormux/weapon/cluster_bomb/clusterbomb_ico.png +share/wormux/weapon/cluzooka/cluster.png +share/wormux/weapon/cluzooka/cluz_ico.png +share/wormux/weapon/cluzooka/dark_bazooka.png +share/wormux/weapon/cluzooka/missile.png share/wormux/weapon/construct/construct_icon.png share/wormux/weapon/construct/construct_icon_mini.png share/wormux/weapon/construct/construct_spr.png @@ -549,9 +808,18 @@ share/wormux/weapon/disco_grenade/disco_grenade_ico.png share/wormux/weapon/dynamite/dynamite.png share/wormux/weapon/dynamite/dynamite_ani.png share/wormux/weapon/dynamite/dynamite_ico.png +share/wormux/weapon/flamethrower/flame.png +share/wormux/weapon/flamethrower/flame_bullet.png +share/wormux/weapon/flamethrower/flame_ico.png +share/wormux/weapon/footbomb/bilson.png +share/wormux/weapon/footbomb/footbomb_ico.png share/wormux/weapon/gnu/gnu.png share/wormux/weapon/gnu/gnu_ico.png share/wormux/weapon/gnu/gnulauncher.png +share/wormux/weapon/grapple/grapple.png +share/wormux/weapon/grapple/grapple_hook.png +share/wormux/weapon/grapple/grapple_ico.png +share/wormux/weapon/grapple/grapple_node.png share/wormux/weapon/grenade/grenade.png share/wormux/weapon/grenade/grenade_ico.png share/wormux/weapon/gun/gun.png @@ -566,10 +834,6 @@ share/wormux/weapon/mine/mine.png share/wormux/weapon/mine/mine_anim.png share/wormux/weapon/mine/mine_ico.png share/wormux/weapon/mine/mine_impact.png -share/wormux/weapon/ninja_rope/ninjahook.png -share/wormux/weapon/ninja_rope/ninjanode.png -share/wormux/weapon/ninja_rope/ninjarope.png -share/wormux/weapon/ninja_rope/ninjarope_ico.png share/wormux/weapon/parachute/parachute.png share/wormux/weapon/parachute/parachute_ico.png share/wormux/weapon/polecat/polecat.png @@ -583,31 +847,10 @@ share/wormux/weapon/shotgun/shotgun.png share/wormux/weapon/shotgun/shotgun_ico.png share/wormux/weapon/skip_turn/skipturn.png share/wormux/weapon/skip_turn/skipturn_ico.png +share/wormux/weapon/snipe_rifle/gun_fire.png share/wormux/weapon/snipe_rifle/snipe_rifle.png share/wormux/weapon/snipe_rifle/snipe_rifle_ico.png share/wormux/weapon/snipe_rifle/snipe_rifle_laser.png -share/wormux/weapon/sound/airhammer.ogg -share/wormux/weapon/sound/alleluia.ogg -share/wormux/weapon/sound/baseball.ogg -share/wormux/weapon/sound/commit_suicide.ogg -share/wormux/weapon/sound/dynamite.ogg -share/wormux/weapon/sound/dynamite_exp.ogg -share/wormux/weapon/sound/dynamite_fuze.ogg -share/wormux/weapon/sound/grenade_bounce.ogg -share/wormux/weapon/sound/gun.ogg -share/wormux/weapon/sound/holly_grenade_bounce.ogg -share/wormux/weapon/sound/jetpack.ogg -share/wormux/weapon/sound/load.ogg -share/wormux/weapon/sound/m16.ogg -share/wormux/weapon/sound/mine_beep.ogg -share/wormux/weapon/sound/pistolet.ogg -share/wormux/weapon/sound/ricoche1.ogg -share/wormux/weapon/sound/ricoche2.ogg -share/wormux/weapon/sound/ricoche3.ogg -share/wormux/weapon/sound/riot_bomb_exp.ogg -share/wormux/weapon/sound/shotgun.ogg -share/wormux/weapon/sound/teleport_land.ogg -share/wormux/weapon/sound/teleport_start.ogg share/wormux/weapon/suicide/suicide.png share/wormux/weapon/suicide/suicide_ico.png share/wormux/weapon/supertux/superman.png @@ -619,35 +862,38 @@ share/wormux/weapon/teleportation/teleportation.png share/wormux/weapon/teleportation/teleportation_ico.png share/wormux/weapons.dtd share/wormux/weapons.xml -share/wormux/wormux.desktop share/wormux/wormux.svg +share/wormux/wormux_128x128.icns share/wormux/wormux_128x128.png share/wormux/wormux_128x128.xpm share/wormux/wormux_256x256.png share/wormux/wormux_32x32.png share/wormux/wormux_32x32.xpm +share/wormux/wormux_default_config.xml @dirrm share/wormux/weapon/teleportation @dirrm share/wormux/weapon/syringe @dirrm share/wormux/weapon/supertux @dirrm share/wormux/weapon/suicide -@dirrm share/wormux/weapon/sound @dirrm share/wormux/weapon/snipe_rifle @dirrm share/wormux/weapon/skip_turn @dirrm share/wormux/weapon/shotgun @dirrm share/wormux/weapon/riot_bomb @dirrm share/wormux/weapon/polecat @dirrm share/wormux/weapon/parachute -@dirrm share/wormux/weapon/ninja_rope @dirrm share/wormux/weapon/mine @dirrm share/wormux/weapon/m16 @dirrm share/wormux/weapon/lowgrav @dirrm share/wormux/weapon/jet_pack @dirrm share/wormux/weapon/gun @dirrm share/wormux/weapon/grenade +@dirrm share/wormux/weapon/grapple @dirrm share/wormux/weapon/gnu +@dirrm share/wormux/weapon/footbomb +@dirrm share/wormux/weapon/flamethrower @dirrm share/wormux/weapon/dynamite @dirrm share/wormux/weapon/disco_grenade @dirrm share/wormux/weapon/construct +@dirrm share/wormux/weapon/cluzooka @dirrm share/wormux/weapon/cluster_bomb @dirrm share/wormux/weapon/bounce_ball @dirrm share/wormux/weapon/blowtorch @@ -671,6 +917,7 @@ share/wormux/wormux_32x32.xpm @dirrm share/wormux/team/firefoxteam @dirrm share/wormux/team/beastieteam @dirrm share/wormux/team +@dirrm share/wormux/sound/share/weapon @dirrm share/wormux/sound/share/menu @dirrm share/wormux/sound/share @dirrm share/wormux/sound/francais @@ -681,38 +928,56 @@ share/wormux/wormux_32x32.xpm @dirrm share/wormux/music/menu @dirrm share/wormux/music/ingame @dirrm share/wormux/music -@dirrm share/wormux/menu/img @dirrm share/wormux/menu @dirrm share/wormux/map/wildwestdv @dirrm share/wormux/map/vulcano -@dirrm share/wormux/map/space +@dirrm share/wormux/map/towers +@dirrm share/wormux/map/tic-tac-toe +@dirrm share/wormux/map/space2 +@dirrm share/wormux/map/randomamoebas +@dirrm share/wormux/map/random @dirrm share/wormux/map/qingqong +@dirrm share/wormux/map/pumpkins @dirrm share/wormux/map/prehistorik @dirrm share/wormux/map/pirates +@dirrm share/wormux/map/pillars @dirrm share/wormux/map/paradis -@dirrm share/wormux/map/noel +@dirrm share/wormux/map/moon-4m @dirrm share/wormux/map/monkeybubbleworld +@dirrm share/wormux/map/lonely_island @dirrm share/wormux/map/leafs @dirrm share/wormux/map/island +@dirrm share/wormux/map/icebergs +@dirrm share/wormux/map/hive @dirrm share/wormux/map/hell @dirrm share/wormux/map/halloween @dirrm share/wormux/map/grenouilles +@dirrm share/wormux/map/greehills @dirrm share/wormux/map/goodandevil +@dirrm share/wormux/map/funkyIsland @dirrm share/wormux/map/electronik @dirrm share/wormux/map/easterisland @dirrm share/wormux/map/desert +@dirrm share/wormux/map/crystal @dirrm share/wormux/map/cowland +@dirrm share/wormux/map/country +@dirrm share/wormux/map/christmas @dirrm share/wormux/map/cheese @dirrm share/wormux/map/champignon @dirrm share/wormux/map/catacombes @dirrm share/wormux/map/battlenight @dirrm share/wormux/map/banquise +@dirrm share/wormux/map/bankiz @dirrm share/wormux/map/arbre -@dirrm share/wormux/map/araignee @dirrm share/wormux/map/aquarium @dirrm share/wormux/map @dirrm share/wormux/interface/cursors @dirrm share/wormux/interface +@dirrm share/wormux/help/es +@dirrm share/wormux/help/en +@dirrm share/wormux/help/ca +@dirrm share/wormux/help +@dirrm share/wormux/gfx/water @dirrm share/wormux/gfx @dirrm share/wormux/game_mode @dirrm share/wormux/font @@ -731,4 +996,6 @@ share/wormux/wormux_32x32.xpm @dirrm share/wormux/body/beastieteam @dirrm share/wormux/body @dirrm share/wormux +@comment in xdg-dirs: @dirrm share/pixmaps +@dirrm share/locale/cpf/LC_MESSAGES @comment in xdg-dirs: @dirrm share/applications diff --git a/games/wormux/distinfo b/games/wormux/distinfo index abe4dc701a0..c265ec6426a 100644 --- a/games/wormux/distinfo +++ b/games/wormux/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/02/02 16:08:48 drochner Exp $ +$NetBSD: distinfo,v 1.2 2008/06/02 16:57:37 drochner Exp $ -SHA1 (wormux-0.7.9.tar.gz) = 70ffc7e7edc0292122ce609eb82c0111987bbd12 -RMD160 (wormux-0.7.9.tar.gz) = 4943248ab65c933f2c70908aa4b1f08705ad2a0e -Size (wormux-0.7.9.tar.gz) = 31674094 bytes -SHA1 (patch-aa) = 0269f7b36caeb4699d8e1f82cd624db152f87d20 +SHA1 (wormux-0.8.tar.bz2) = e23d06daa1b7a7f5c3400f0b2354541f91bb9c68 +RMD160 (wormux-0.8.tar.bz2) = 9df989b1a3b2730844c836cef97888648b963571 +Size (wormux-0.8.tar.bz2) = 56824903 bytes +SHA1 (patch-aa) = db3da706e2f2dc5f6e6ef278ccf6cc51961ba929 diff --git a/games/wormux/patches/patch-aa b/games/wormux/patches/patch-aa index dbef69f68c1..5e6054d8702 100644 --- a/games/wormux/patches/patch-aa +++ b/games/wormux/patches/patch-aa @@ -1,32 +1,67 @@ -$NetBSD: patch-aa,v 1.1.1.1 2007/02/02 16:08:48 drochner Exp $ +$NetBSD: patch-aa,v 1.2 2008/06/02 16:57:37 drochner Exp $ ---- src/map/tileitem.cpp.orig 2007-01-28 15:03:48.000000000 +0100 +--- src/map/tileitem.cpp.orig 2008-05-16 00:47:34.000000000 +0200 +++ src/map/tileitem.cpp -@@ -125,15 +125,15 @@ void TileItem_AlphaSoftware::Dig(const P - while ( (uint) y <= center.y + radius + EXPLOSION_BORDER_SIZE&& y < CELL_SIZE.y ) +@@ -136,40 +136,42 @@ void TileItem_AlphaSoftware::Dig(const P + buf += y * line_size; + + //Empties each line of the tile horizontaly that are in the circle +- while ( (uint) y <= center.y + radius + EXPLOSION_BORDER_SIZE&& y < CELL_SIZE.y ) ++ for (; (uint)y <= center.y + radius + EXPLOSION_BORDER_SIZE && y < CELL_SIZE.y; ++ buf += line_size, y++) { //Abscisse distance from the center of the circle to the circle -- int dac = center.y - y; -+ int dac = y - center.y; + int dac = center.y - y; - //Angle on the circle +- //Angle on the circle - float angle = asin( (float)dac / (float)radius); -+ float angle = asin( (float)dac / (float)(radius + EXPLOSION_BORDER_SIZE)); ++ //Darken the border of the removed ground ++ int bstart_x, bend_x, blenght; ++ blenght = lrint(sqrt((radius + EXPLOSION_BORDER_SIZE) * (radius + EXPLOSION_BORDER_SIZE) ++ - dac * dac)); ++ ++ if ((uint)abs(dac) > radius) { ++ bstart_x = center.x - blenght; ++ bend_x = center.x + blenght; ++ Darken(bstart_x, bend_x, buf, bpp); ++ continue; ++ } //Zone of the line which needs to be emptied - int start_x, end_x, lenght; - lenght = (int) ((float) radius * cos (angle)); +- int start_x, end_x, lenght; +- lenght = (int) ((float) radius * cos (angle)); - lenght = lenght > 0 ? lenght : - lenght; -+// lenght = lenght > 0 ? lenght : - lenght; - start_x = center.x - lenght; - lenght *= 2; - end_x = start_x + lenght; -@@ -144,7 +144,7 @@ void TileItem_AlphaSoftware::Dig(const P - int bstart_x, bend_x, blenght; - angle = asin( (float)dac / (float)(radius + EXPLOSION_BORDER_SIZE)); - blenght = (int) ((float) (radius + EXPLOSION_BORDER_SIZE) * cos (angle)); +- start_x = center.x - lenght; +- lenght *= 2; +- end_x = start_x + lenght; +- Empty(start_x, end_x, buf, bpp); ++ int lenght; ++ lenght = lrint(sqrt(radius * radius - dac * dac)); + +- //Darken the border of the removed ground + // Left half of the circle +- int bstart_x, bend_x, blenght; +- angle = asin( (float)dac / (float)(radius + EXPLOSION_BORDER_SIZE)); +- blenght = (int) ((float) (radius + EXPLOSION_BORDER_SIZE) * cos (angle)); - blenght = blenght > 0 ? blenght : - blenght; -+// blenght = blenght > 0 ? blenght : - blenght; bstart_x = center.x - blenght; - bend_x = bstart_x + (blenght - lenght/2); +- bend_x = bstart_x + (blenght - lenght/2); ++ bend_x = center.x - lenght; + Darken(bstart_x, bend_x, buf, bpp); + + // Right half of the circle +- bstart_x = center.x + lenght/2 + 1; +- bend_x = bstart_x + (blenght - lenght/2); ++ bstart_x = center.x + lenght; ++ bend_x = center.x + blenght; Darken(bstart_x, bend_x, buf, bpp); + +- buf += line_size; +- y++; ++ int start_x, end_x; ++ start_x = center.x - lenght; ++ end_x = center.x + lenght; ++ Empty(start_x, end_x, buf, bpp); + } + } + |