diff options
author | snj <snj> | 2004-03-07 07:32:17 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-07 07:32:17 +0000 |
commit | 5f52861def1346da279e484746024bba71301b00 (patch) | |
tree | cfaf769fa8f04a7622cf73616711a06dedc76fd2 /games/ltris | |
parent | 6ca008f179afe6048bea63cc9250bb6f3d091500 (diff) | |
download | pkgsrc-5f52861def1346da279e484746024bba71301b00.tar.gz |
Update to 1.0.6. Changes:
* Fixed a two-player bug where the wrong guy won if lines were sent
* Option to modify audio buffer size to fix sound problems
* Guiding lines implemented in addition to the helping shadow
* Option for asynchron collision check that allows to move a block
below others though 'smooth drop' is enabled
* Fixed security holes created by improper use of sprintf
* Windows manager's close button works
* Expert mode with unbalanced properties for next block to make it
difficult to fit
* In mode 'figures' tiles and lines are no longer added while game is
paused
* In expert mode there is now a 50% chance of balanced properties
* If the next new block is the same as the current block the random
selection is repeated only once (instead of until different), thus
there may be several equal blocks in a row now
* Option added to give all players the same blocks in the same order
for a multiplayer game when expert mode is off
Diffstat (limited to 'games/ltris')
-rw-r--r-- | games/ltris/Makefile | 5 | ||||
-rw-r--r-- | games/ltris/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 019e5f68380..dfca1eff519 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/03/07 07:19:57 snj Exp $ +# $NetBSD: Makefile,v 1.10 2004/03/07 07:32:17 snj Exp $ # -DISTNAME= ltris-1.0.1 -PKGREVISION= 5 +DISTNAME= ltris-1.0.6 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/} diff --git a/games/ltris/distinfo b/games/ltris/distinfo index 09b3cbb0172..ef9d841ac2b 100644 --- a/games/ltris/distinfo +++ b/games/ltris/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/05/05 22:45:38 rh Exp $ +$NetBSD: distinfo,v 1.2 2004/03/07 07:32:17 snj Exp $ -SHA1 (ltris-1.0.1.tar.gz) = 70b56551d3db7b8b136d27795f310bb3d345ed69 -Size (ltris-1.0.1.tar.gz) = 553656 bytes +SHA1 (ltris-1.0.6.tar.gz) = 16a01e14c1da9c3d2372f0676ed1ed5aa2c917da +Size (ltris-1.0.6.tar.gz) = 563007 bytes SHA1 (patch-aa) = 82bd010a0cd9ba171186fce7db3798a2fc55fb89 SHA1 (patch-ab) = 45af5307f130a6f1ad7efd318f0bc420a6364020 |