aboutsummaryrefslogtreecommitdiff
path: root/games/bsdgames/files
Commit message (Collapse)AuthorAgeFilesLines
* Update to the sources from DragonflyBSD 4.6.1. We lost piano(6),Adam Weinberger2016-10-312-4/+18
| | | | | | | | | but gained two vitally important tools: colorbars(6), which displays a couple colors in the terminal, and hals_end(6), which displays a script of HAL's final words. Notes: svn path=/head/; revision=425015
* Fix potion mixing.Adam Weinberger2016-05-121-0/+10
| | | | | | | | | | | | | | | From PR: This routine is swapping the potion colors and because only 2/3 of the color swap code is there, many of the potions end up with the same color. PORTREVISION bump. PR: 209310 Submitted by: sjrbulk at verizon dot net Notes: svn path=/head/; revision=415066
* Update to sources from DragonFlyBSD 4.2.4.Adam Weinberger2015-08-155-176/+0
| | | | Notes: svn path=/head/; revision=394327
* Add two patches from DragonFlyBSD trunk:Adam Weinberger2015-03-242-0/+121
| | | | | | | | | | - 68420e59f12cf9c9fc14db0c493426150dd9ed95 Fix some typos in messages/manpages. (Sascha Wildner) - 890b6f4a25a31acb7bb5b8c16193dc5d404b0805 games: Fix real bugs on three games (found by gcc 5.0) (John Marino) Notes: svn path=/head/; revision=382165
* Fix a bounds-checking typo in trek. The number of sectors was being usedAdam Weinberger2014-12-121-0/+15
| | | | | | | | | | to check input for the quadrant, and NSECTS > NQUADS. PR: 195837 Submitted by: Kenji Rikitake Notes: svn path=/head/; revision=374594
* Update to 3.8.1. Along with this, savegame data is now inAdam Weinberger2014-07-225-39/+39
| | | | | | | | | | /usr/local/var/games instead of /var/games. This was necessary because @sample cannot operate outside of %%PREFIX%%, and previously the port would overwrite or remove previously saved games. This is easier, better and more hier(7)ful. Notes: svn path=/head/; revision=362545
* Stage, simplify, and put everything in /var/games as a @sample so thatAdam Weinberger2014-07-222-28/+0
| | | | | | | | | saved data is precious. Also, take maintainership, thank you uqs! Notes: svn path=/head/; revision=362541
* Fix battlestar(6), there was treachery afoot, see the newsflash.Ulrich Spörlein2012-05-251-0/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *BATTLESTAR NEWSFLASH*BATTLESTAR NEWSFLASH*BATTLESTAR NEWSFLASH* Battlestar Daily uncovers heinous sabotage scheme! Leaked mission radio protocols show losing grip on reality. In what flabbergasted experts describe as a 'highly efficient, covert thingie'-scheme, members of our forces involved in highly classified operations suffered a dramatic loss of vital sensorical capabilities, leading to desastrous results. From leaked radio recordings and its own sources involved in mission preparation and conduct, BD learned shocking details of failed missions. While sources insist, that missions parameters were in normal range at all times, the recordings reveal disoriented operatives, sobbingly crawling floors looking for gear like laser pistols, or panicking over loss of visuals after battles in space. 'Odd.', one expert is quoted saying after reviewing detailed mission protocols, clearly admitting to this being a deliberate act of sabotage. 'They need to adapt to this new threat.', says Vidad Gleirg, Battlestar senior consultant with Anagram & Partners, 'Quickly.'. BD has notified officials of the situation, and is awaiting responses. PR: ports/166319 Submitted by: Marco Steinbach <coco@executive-computing.de> Approved by: beat (mentor) Notes: svn path=/head/; revision=297396
* - Drop some empty filesMartin Wilke2010-02-021-0/+0
| | | | | | | | PR: 142990 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> Notes: svn path=/head/; revision=249138
* - Make it unbreak on -CURRENTTong LIU2009-12-171-40/+0
| | | | | | | | PR: ports/141673 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> (maintainer) Notes: svn path=/head/; revision=246052
* Fix installation and packaging of most of the BSD games.Martin Wilke2009-11-261-4/+6
| | | | | | | | | | | | | Their mode was fixed at 0550 which would only work, if your user happened to be in group games. Thanks to Lowell Gilbert! PR: 140894 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> (maintainer) Notes: svn path=/head/; revision=244788
* - Update to 2.4Martin Wilke2009-11-2136-807/+241
| | | | | | | | PR: 140478 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> (maintainer) Notes: svn path=/head/; revision=244615
* Fix build of hack and rogue with gcc 4.2Johan van Selst2007-05-283-4/+74
| | | | Notes: svn path=/head/; revision=192165
* Remove zero-length filesJuergen Lock2007-03-249-0/+0
| | | | | | | | Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=188144
* Convert freebsd-games to use termios.h instead of sgtty.hJuergen Lock2007-03-2335-222/+549
| | | | | | | | | PR: ports/110731 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Approved by: miwi (mentor) Notes: svn path=/head/; revision=188142
* 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