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/foobillard/Makefile | |
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/foobillard/Makefile')
-rw-r--r-- | games/foobillard/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |