summaryrefslogtreecommitdiff
path: root/games/ltris
AgeCommit message (Collapse)AuthorFilesLines
2005-03-27PKGREVISION bump for glut dependency removal (SDL/buildlink3.mk).wiz1-1/+2
2005-02-23Add RMD160 digests.agc1-1/+2
2005-01-12Changes 1.0.7:adam5-51/+46
- added missing newlines which caused SDL error message not to be seen (30/05/14 P.H) - added range check for the starting level to prevent abnormally high scores when setting this level too high (30/05/14 P.H) - configure option --with-hiscore-path has been replaced with autoconf option --localstatedir (04/06/14 M.S.) - data files will be installed to $datadir/ltris instead of $datadir/games/ltris (04/06/14 M.S.)
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-03-07Update to 1.0.6. Changes:snj2-6/+5
* 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
2004-03-07Use bl3.snj1-4/+4
2003-12-08Bump PKGREVISION for libogg (or, in 5 cases, libao) updates.wiz1-2/+2
2003-08-30"It's" stands for "it is" (or "it has"). The apostrophe is not usedreed1-1/+1
for a possessive (like her, his, whose, their, and its). Note that I didn't check for proper use of "its" (when it should be "it is" or "it has" instead). I also saw over 15 other grammar or punctuation problems, but not fixed in this commit.
2003-07-26Bump revision due to SDL update, and sync versions in buildlink files wherejmmv1-2/+2
needed. This is required because esound has been droped as a dependancy.
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-03User SDL_mixer/SDL_image instead of SDL-mixer/SDL-image.wiz1-2/+3
Bump PKGREVISION.
2002-08-28buildlink1 -> buildlink2jlam1-2/+2
2002-08-27buildlink1 -> buildlink2jlam1-4/+5
2002-05-05Initial import of ltris-1.0.1, an SDL-based Tetris clone. Provided byrh6-0/+92
<xs@kittenz.org>, thanks! Closes PR pkg/16668.