diff options
author | adam <adam@pkgsrc.org> | 2004-04-27 13:08:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-04-27 13:08:40 +0000 |
commit | 68adeac1f2240072a7752ca553245a89e1c88688 (patch) | |
tree | 50d9bbd8b6c2451fb8f88f06cc91f726651dec68 /games | |
parent | c0c15badcf187d75f8127c589f05fa429ba1292d (diff) | |
download | pkgsrc-68adeac1f2240072a7752ca553245a89e1c88688.tar.gz |
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 (limited to 'games')
-rw-r--r-- | games/foobillard/Makefile | 4 | ||||
-rw-r--r-- | games/foobillard/distinfo | 8 | ||||
-rw-r--r-- | games/foobillard/patches/patch-aa | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index 9bb97cab841..6dceb9bb584 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -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 --git a/games/foobillard/distinfo b/games/foobillard/distinfo index a313875af91..30c74122ef3 100644 --- a/games/foobillard/distinfo +++ b/games/foobillard/distinfo @@ -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 --git a/games/foobillard/patches/patch-aa b/games/foobillard/patches/patch-aa index d5b1a27b8ce..0e6af912bbe 100644 --- a/games/foobillard/patches/patch-aa +++ b/games/foobillard/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/09/25 04:41:39 xtraeme Exp $ #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 @@ $NetBSD: patch-aa,v 1.1.1.1 2003/09/25 04:41:39 xtraeme Exp $ 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); |