pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/foobillard Changes 3.0a:
details: https://anonhg.NetBSD.org/pkgsrc/rev/357896a09836
branches: trunk
changeset: 474304:357896a09836
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 27 13:08:40 2004 +0000
description:
Changes 3.0a:
* 3.0 didnt work because of wrong data-directory (thx to Jens Granseuer)
Changes 3.0:
* directional lighting working again
* multitex check for table detail map (thx to Alan W. Irwin)
* commandline option for table detail map
* timeout for network-read
* snooker: white potted -> next !act player may place (thx to Peter Lord)
* more realistic near range ball reflection (in fresnel vertex program)
* correct VRPool keybindings for glut (press/release instead of toggle)
* more intuitive --enable-sdl/glut (thx to Mike Frysinger)
* fix: carambol: 2nd player uses yellow ball again
diffstat:
games/foobillard/Makefile | 4 ++--
games/foobillard/distinfo | 8 ++++----
games/foobillard/patches/patch-aa | 10 +++++-----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (58 lines):
diff -r e99570b997f7 -r 357896a09836 games/foobillard/Makefile
--- a/games/foobillard/Makefile Tue Apr 27 12:50:25 2004 +0000
+++ b/games/foobillard/Makefile Tue Apr 27 13:08:40 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2004/03/07 04:57:32 snj Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/27 13:08:40 adam Exp $
#
-DISTNAME= foobillard-2.9
+DISTNAME= foobillard-3.0a
CATEGORIES= games
MASTER_SITES= http://foobillard.sunsite.dk/dnl/
diff -r e99570b997f7 -r 357896a09836 games/foobillard/distinfo
--- a/games/foobillard/distinfo Tue Apr 27 12:50:25 2004 +0000
+++ b/games/foobillard/distinfo Tue Apr 27 13:08:40 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/03/07 04:57:32 snj Exp $
+$NetBSD: distinfo,v 1.3 2004/04/27 13:08:40 adam Exp $
-SHA1 (foobillard-2.9.tar.gz) = ff99211f27f86081d84fc451ffdd14641f43d308
-Size (foobillard-2.9.tar.gz) = 1136620 bytes
-SHA1 (patch-aa) = c795240b99d152355b8d4dbe5d1736daf5e50c57
+SHA1 (foobillard-3.0a.tar.gz) = 1caa51a201b55883640b5c5b1e9fde20fc71a095
+Size (foobillard-3.0a.tar.gz) = 1138477 bytes
+SHA1 (patch-aa) = 6606dbaefef1d811c5a7aa542884903ca606d514
diff -r e99570b997f7 -r 357896a09836 games/foobillard/patches/patch-aa
--- a/games/foobillard/patches/patch-aa Tue Apr 27 12:50:25 2004 +0000
+++ b/games/foobillard/patches/patch-aa Tue Apr 27 13:08:40 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.1.1.1 2003/09/25 04:41:39 xtraeme Exp $
+$NetBSD: patch-aa,v 1.2 2004/04/27 13:08:40 adam Exp $
---- src/billard3d.c.orig 2003-08-19 06:04:36.000000000 +0200
-+++ src/billard3d.c 2003-08-19 06:07:00.000000000 +0200
+--- src/billard3d.c.orig 2004-04-24 01:20:49.000000000 +0000
++++ src/billard3d.c
@@ -24,7 +24,14 @@
#include <string.h>
#include <math.h>
@@ -17,7 +17,7 @@
#ifndef USE_SDL
#include <GL/glut.h>
-@@ -4934,7 +4941,7 @@
+@@ -5000,7 +5007,7 @@ int main( int argc, char *argv[] )
/* config file */
load_config( &confv, &confc, argv, argc );
@@ -26,7 +26,7 @@
DPRINTF("processing option %d=%s\n",act_option,optarg);
process_option(act_option);
}
-@@ -5032,7 +5039,7 @@
+@@ -5098,7 +5105,7 @@ int main( int argc, char *argv[] )
fread( &ball_ball_snd.data[SOUND_NULLOFFS*2], 1, ball_ball_snd.len-SOUND_NULLOFFS*2*2 , f );
fclose(f);
Home |
Main Index |
Thread Index |
Old Index