summaryrefslogtreecommitdiffstats
path: root/hunt/huntd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-3/+3
|
* Get all the games compiling for iOSCameron Katri2021-02-221-7/+11
|
* convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg2019-09-291-2/+2
|
* apply -Wno-error=implicit-fallthrough on files that have fallthrumrg2019-02-041-1/+8
| | | comments but are missed by the current checker.
* Reduce ifdefs by making a common function to talk to either syslogd ordholland2014-03-291-2/+2
| | | stderr.
* Flush unwanted file.dholland2014-03-291-2/+2
|
* Split hunt and huntd's includes, instead of incestuously sharing a piledholland2014-03-291-1/+3
| | | | | | | | | | | | of external data and function declarations between the two programs. Common constants and defines now go in hunt_common.h. Stuff that belongs only to hunt is in hunt/hunt_private.h. Stuff that belongs only to huntd is in huntd/hunt.h. Copy some declarations that are used in both programs under the same names (but are not actually the same objects) from huntd/hunt.h to hunt/hunt_private.h. Move others that are only used in hunt. Remove some entirely unused material, and tidy up standard includes.
* remove stubbed-out functiondholland2014-03-291-2/+2
|
* Rip out the code that broadcasts talk requests to the localdholland2014-03-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | hunt-players mailing list. In this day and age it doesn't even begin to work: even if you were to have such a mailing list locally, sendmail wouldn't expand it for you, the addresses you got back wouldn't be talk-requestable addresses, talk requests don't cross NAT or firewalls safely, talk doesn't support ipv6, and nobody runs talkd anyway. It doesn't make sense to try to replace it with some other kind of notify scheme either; there might still be a multiuser machine somewhere with enough simultaneous users that broadcasting something akin to talk requests locally might make sense, and where a nontrivial number of the users actually play hunt, but probably not, and if so those users are likely to be better off using wall(1) anyway. Nowadays games will be set up by looking for people in chat or by emailing or texting friends. Theoretically someone could set up an internet hunt metaserver for finding hunt games, but that would be something entirely different anyway and I doubt there's demand.
* build hunt.mrg1997-10-041-0/+8