pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/bomberclone Update bomberclone to 0.11.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/257999e72f7d
branches: trunk
changeset: 476945:257999e72f7d
user: snj <snj%pkgsrc.org@localhost>
date: Wed Jun 23 15:48:41 2004 +0000
description:
Update bomberclone to 0.11.3.
The ChangeLog has this to say about it:
- in-game menus, like the "Quit Game" question, and an End Round menu.
- menu handling changed some internal things, so it is possible to create
more menus at a time. it is possible to write own menuloops.
(this is used in the new playerselection screen and playermenu screen.)
- new player selection screen, needed because of the second local player.
- password protection for own games so they can be listed on the OGC but
only people with the password will be able to join.
- user-defined keyboad settings.
- the server can now kick players from the game
- programm parameters for automatic joining/hosting a game, using ogc, port
configuation and debug mode.
- Fixed: respawning of the player will continue and
finish when we go into Hurry Mode.
- Fixed: bombs will start ticking when another special
is taken or the player died.
- Fixed: statusbar will forced to update if a player
finished respawning.
- Fixed: number of items which have been dropped. If not
all items could been set a debug message will be printed
into the console or stdout.txt.
- Fixed: items can not anymore droped on bombs.
- Fixes the issue of it making incorrect assumptions
about the initial range of bombs and placing players in
unsafe positions.
diffstat:
games/bomberclone/Makefile | 7 +++----
games/bomberclone/PLIST | 10 +++++++++-
games/bomberclone/distinfo | 6 +++---
3 files changed, 15 insertions(+), 8 deletions(-)
diffs (75 lines):
diff -r 8b5216d8c1b8 -r 257999e72f7d games/bomberclone/Makefile
--- a/games/bomberclone/Makefile Wed Jun 23 15:44:11 2004 +0000
+++ b/games/bomberclone/Makefile Wed Jun 23 15:48:41 2004 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2004/03/07 00:08:40 snj Exp $
-#
+# $NetBSD: Makefile,v 1.11 2004/06/23 15:48:41 snj Exp $
-DISTNAME= bomberclone-0.11.2
+DISTNAME= bomberclone-0.11.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/}
EXTRACT_SUFX= .tar.bz2
@@ -12,9 +11,9 @@
CONFLICTS= bomberclone-data-[0-9]*
+GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
-GNU_CONFIGURE= yes
.include "../../audio/SDL_mixer/buildlink3.mk"
.include "../../devel/SDL/buildlink3.mk"
diff -r 8b5216d8c1b8 -r 257999e72f7d games/bomberclone/PLIST
--- a/games/bomberclone/PLIST Wed Jun 23 15:44:11 2004 +0000
+++ b/games/bomberclone/PLIST Wed Jun 23 15:48:41 2004 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.5 2004/03/07 00:08:40 snj Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/06/23 15:48:41 snj Exp $
bin/bomberclone
include/bomberclone/basic.h
+include/bomberclone/bomb.h
include/bomberclone/bomberclone.h
include/bomberclone/chat.h
include/bomberclone/flyingitems.h
include/bomberclone/font.h
include/bomberclone/gfx.h
+include/bomberclone/keyb.h
include/bomberclone/keybinput.h
include/bomberclone/map.h
include/bomberclone/menu.h
@@ -13,6 +15,8 @@
include/bomberclone/network.h
include/bomberclone/ogcache-client.h
include/bomberclone/packets.h
+include/bomberclone/player.h
+include/bomberclone/single.h
include/bomberclone/sound.h
include/bomberclone/sysfunc.h
include/bomberclone/udp.h
@@ -148,6 +152,10 @@
share/bomberclone/tileset/supermario/block.png
share/bomberclone/tileset/supermario/stone.png
share/bomberclone/tileset/supermario/stonebackup.png
+share/bomberclone/tileset/tricked/background.png
+share/bomberclone/tileset/tricked/block.png
+share/bomberclone/tileset/tricked/dead.wav
+share/bomberclone/tileset/tricked/stone.png
share/bomberclone/tileset/uccia_garbage/background.png
share/bomberclone/tileset/uccia_garbage/block.png
share/bomberclone/tileset/uccia_garbage/dead.wav
diff -r 8b5216d8c1b8 -r 257999e72f7d games/bomberclone/distinfo
--- a/games/bomberclone/distinfo Wed Jun 23 15:44:11 2004 +0000
+++ b/games/bomberclone/distinfo Wed Jun 23 15:48:41 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2004/03/07 00:08:40 snj Exp $
+$NetBSD: distinfo,v 1.6 2004/06/23 15:48:41 snj Exp $
-SHA1 (bomberclone-0.11.2.tar.bz2) = 31dbe42513f00f9fa61e476c733666d5c2ae49a7
-Size (bomberclone-0.11.2.tar.bz2) = 7726938 bytes
+SHA1 (bomberclone-0.11.3.tar.bz2) = 9c0f7dc79efd13c05e4739a36251eab1a7307c68
+Size (bomberclone-0.11.3.tar.bz2) = 7910603 bytes
SHA1 (patch-aa) = b80396a7ad0a9e2fc1a4b32a4da845f07cbf28a7
SHA1 (patch-ab) = 5f4d7769d12042271226123abd763d85e1aff196
Home |
Main Index |
Thread Index |
Old Index