From owner-cvs-all@FreeBSD.ORG Tue Jan 6 19:12:24 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D35E916A4CE; Tue, 6 Jan 2004 19:12:24 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 830AC43D3F; Tue, 6 Jan 2004 19:12:23 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i073CN0B093003; Tue, 6 Jan 2004 19:12:23 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i073CNM5093002; Tue, 6 Jan 2004 19:12:23 -0800 (PST) (envelope-from edwin) Message-Id: <200401070312.i073CNM5093002@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 6 Jan 2004 19:12:23 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/games/bomberclone Makefile distinfo pkg-plist ports/games/bomberclone/files patch-Makefile.in patch-configure X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 03:12:25 -0000 edwin 2004/01/06 19:12:23 PST FreeBSD ports repository Modified files: games/bomberclone Makefile distinfo pkg-plist games/bomberclone/files patch-Makefile.in patch-configure Log: Update to version 0.11.0 Version 0.11.0 ============== 2004-01-06 - Added Programm options to the game. For more information run BomberClone with -help. - Compiler Flag added for disabling debuging. Compiler Flags -ggdb and -O0 won'T be set no more. ./configure --disable-debug - Added smal help screen in the multiplayer selection screen. - Fixed: If the player is move on a field where is currently an explosion then will the player die. - wrote new OpenGameCache Server for this game and other games. This server is working almost the same way as BCMServ did. Except that there is no Broadcasted chat for now (but i will enable this soon again). OGC Link: http://bomberclone.sourceforge.net/OpenGameCache/ - Menuhandling complete rewritten and changed. GUI created for menus: lists, buttons, check boxes labels and other things created. -new menugraphics made by DJ Mirage. -mapmenu written by Patty -the bad response form the game to users action should be fixed. - FullScreen switching from within the game by pressing (F8 Works for some Reason only in Linux) - Changed part of the Networkhandling to detect who is the Game Server. - AI Players can join network games. - Changed all positions and framenumbers to float. Together with this i can drop the hard 20ms gameloop limitation. So the game will be able to run on slower systems and compare the loss of frames. - some more music tracks added to the game. DJ Mirage made a page where people could upload some songs. - BomberClone music file "cinderella_clown.mod" thanks to Psycho (http://www.moods.2xs.de/) Submitted by: edwin@mavetju.org Revision Changes Path 1.8 +1 -11 ports/games/bomberclone/Makefile 1.7 +1 -1 ports/games/bomberclone/distinfo 1.6 +7 -7 ports/games/bomberclone/files/patch-Makefile.in 1.4 +3 -3 ports/games/bomberclone/files/patch-configure 1.6 +163 -101 ports/games/bomberclone/pkg-plist