aboutsummaryrefslogtreecommitdiff
path: root/games/digger-vgl
Commit message (Collapse)AuthorAgeFilesLines
* - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directoryStanislav Sedov2006-09-201-0/+1
| | | | | | | | | | | | | | | | | | | structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor) Notes: svn path=/head/; revision=173460
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149325
* Chase checksum: a CR was removed from a copyright notice.Kris Kennaway2005-07-101-2/+2
| | | | Notes: svn path=/head/; revision=138818
* Add possibility to switch vty's and suspend it while playing theKirill Ponomarev2005-02-212-0/+150
| | | | | | | | | | game. PR: ports/48426 Submitted by: Eugene Grosbein <eugen at grosbein dot pp.ru> Notes: svn path=/head/; revision=129468
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Fix build on -currentKirill Ponomarev2003-10-151-0/+4
| | | | Notes: svn path=/head/; revision=91302
* update games/digger-vgl: 1.0 -> 20020314Daichi GOTO2003-08-0512-362/+18
| | | | | | | | PR: 55243 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=86332
* Let be hohest: I really don't have a time now to properly maintain allMaxim Sobolev2003-07-291-1/+1
| | | | | | | | these great pieces of software, so that let others with more free time to take over them. Notes: svn path=/head/; revision=85841
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Update version number of SDL shared library.Maxim Sobolev2003-01-021-1/+1
| | | | Notes: svn path=/head/; revision=72210
* Chase increase of libSDL version number.Maxim Sobolev2002-04-171-1/+1
| | | | Notes: svn path=/head/; revision=57807
* Merge in numerous local fixes:Maxim Sobolev2001-09-227-16/+104
| | | | | | | | | | | | | | | - when outputing character to the screen check that we actually have a character for the charcode supplied. This fixes potential segfault when user types in some character that isn't in the table; - don't hog all CPU time when playing level completion sound. This also makes level completion sound much more less jerky; - by default use sdl12 library instead of sdl10, because sdl10 is at the end of its lifecycle and would be retired RSN. Bump PPORTREVISION to indicate that major changes were made. Notes: svn path=/head/; revision=48086
* Add several patches for the sdl version of digger. These patches fix the gameMaxim Sobolev2001-09-133-0/+210
| | | | | | | | | | | when used with SDL-1.2.x and also add some new functionality (ability to switch to/from fullscreem mode). Since files being patched aren't used right now the PORTREVISION remains the same. Prompted by: Luqman Hakim <dbz@telkom.net> Notes: svn path=/head/; revision=47796
* Move:Maxim Sobolev2001-04-091-1/+1
| | | | | | | | | | devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12 Repo-copy by: asami Notes: svn path=/head/; revision=41125
* ONLY_FOR_ARCHS=i386 (alphas don't have libvgl yet).Maxim Sobolev2001-03-111-0/+2
| | | | | | | Submitted by: http://havk.org/alpha/ Notes: svn path=/head/; revision=39579
* Fix build if WITH_SOUND is defined.Maxim Sobolev2000-11-291-1/+1
| | | | | | | Prompted by: Donald J . Maddox <dmaddox@sc.rr.com> Notes: svn path=/head/; revision=35503
* Catch up <machine/console.h> disappearance.Maxim Sobolev2000-11-283-0/+33
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35486
* Whitespace-only:Maxim Sobolev2000-11-011-11/+11
| | | | | | | Make indentation uniform across my ports. Notes: svn path=/head/; revision=34558
* New port of Digger - a VGL version of the famous Digger game. AFAIK it is theMaxim Sobolev2000-05-226-0/+79
fist full-blown game with VGL support ;). Very suitable it you have nothing to do while your computer assembling bits of 'make buildworld' (the game uses only about 5% CPU on my P133 laptop). PR: 18112 Submitted by: me Notes: svn path=/head/; revision=28679