aboutsummaryrefslogtreecommitdiff
path: root/games/freebsd-games/files
Commit message (Collapse)AuthorAgeFilesLines
* Patch so freebsd-games no longer needs to link against libcompat. It stillSam Lawrance2006-04-168-7/+95
| | | | | | | | | | requires the old sgtty headers, though. PR: ports/68260 (based on) Submitted by: Stephen J. Roznowski <sjr@comcast.net> Notes: svn path=/head/; revision=159693
* - Update US presidents for quiz(6) after 25 yearsVolker Stolz2004-12-221-0/+175
| | | | | | | | | | | | (gosh, and we really need yet another update I think!) - Bump PORTREV accordingly PR: ports/43177 Submitted by: Philipp Mergenthaler Approved by: maintainer silence Notes: svn path=/head/; revision=124826
* - Fix segfault when saving game in adventurePav Lucistnik2004-10-112-0/+22
| | | | | | | | PR: ports/72165 Submitted by: Joel Ray Holveck <joelh@piquan.org> Notes: svn path=/head/; revision=118649
* . Fix the build for gcc 3.4:Greg Lewis2004-06-213-0/+75
| | | | | | | | | | "'lrint' is a gcc3.4 builtin and gcc3.4 is unhappy if we use that for anything else." Obtained from: DragonFly (dillon) Notes: svn path=/head/; revision=111943
* - Fix hack(1) runningKirill Ponomarev2004-03-121-0/+13
| | | | | | | | PR: ports/64113 Submitted by: schweikh Notes: svn path=/head/; revision=103761
* Fix the inverted logic in battlestar's initialization, which led toPeter Pentchev2004-01-131-0/+11
| | | | | | | a coredump shortly after starting a game from the beginning. Notes: svn path=/head/; revision=98089
* . Install hack as setgid games so it can chdir into /var/games/hackdir.Greg Lewis2003-11-201-0/+13
| | | | | | | | | | | I'm somewhat uncomfortable with this change in that it possibly provides for setgid games exploits if anyone finds a vulnerability in hack. PR: 59443 Submitted by: Mark Laws <mdl@60hz.org> Notes: svn path=/head/; revision=94513
* . Have hack look in the correct location for itself. Fixes theGreg Lewis2003-11-201-0/+13
| | | | | | | | | | "Can't get status of hack" error and exit. PR: 59443 Submitted by: Mark Laws <mdl@60hz.org> Notes: svn path=/head/; revision=94511
* Bunch 'o fixes for the BSD games, many from NetBSD.Mark Murray2003-11-1119-365/+0
| | | | | | | | Submitted by: "Stephen J. Roznowski" <sjr@comcast.net> PR: 12727 Notes: svn path=/head/; revision=93725
* . Treat carriage returns the same as linefeeds when entering data. ThisGreg Lewis2003-09-102-0/+39
| | | | | | | | | allows the Enter key to work correctly when entering a name. PR: 34759 Notes: svn path=/head/; revision=88918
* adventure.6 man-page, add section AUTHORSEdwin Groothuis2003-09-081-0/+11
| | | | | | | | | | | Bring in the AUTHORS section for the adventure man-page. Found in OpenBSD tree, rev 1.2 of adventure.6 PR: ports/41167 Submitted by: Anders Andersson <anders@hack.org> Notes: svn path=/head/; revision=88742
* . Only #define HUNGER_STR_LEN once.Greg Lewis2003-08-211-2/+1
| | | | Notes: svn path=/head/; revision=87467
* . Fix a potential buffer overflow in restoring rogue save files.Greg Lewis2003-08-218-0/+195
| | | | | | | | | PR: 43886 Obtained from: NetBSD Pointed out by: blackend Notes: svn path=/head/; revision=87465
* . Fix a spelling error in a game message.Greg Lewis2003-08-211-0/+13
| | | | | | | | PR: 45701 Submitted by: Ben Rosengart <gnats@narcissus.net> Notes: svn path=/head/; revision=87464
* . Enable rogue.Greg Lewis2003-08-141-0/+37
| | | | Notes: svn path=/head/; revision=86940
* fix games/freebsd-games: Trivial fix to unbreak it on -CURRENTDaichi GOTO2003-07-286-0/+71
PR: 54873 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=85712