2016-03-12 |
dholland | snake(6) supports LCD displays too. (noted by tnn) |
commit | commitdiff | tree | snapshot |
2016-03-03 |
nat | Center game board on screen. OK from christos@. |
commit | commitdiff | tree | snapshot |
2015-11-06 |
christos | PR/50411: Rin Okuyama: fix two bugs: |
commit | commitdiff | tree | snapshot |
2015-08-17 |
dholland | remove cpp abuse |
commit | commitdiff | tree | snapshot |
2015-07-26 |
wiz | Use An in AUTHORS section. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
pgoyette | Sync descriptive text with actual game definition. |
commit | commitdiff | tree | snapshot |
2015-07-07 |
nat | Fixes color scheme white on black and black on white. |
commit | commitdiff | tree | snapshot |
2015-06-27 |
dholland | add one |
commit | commitdiff | tree | snapshot |
2015-06-25 |
dholland | Move game logic out of the file with the curses code. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
dholland | Abolish the foul practice of including every header... |
commit | commitdiff | tree | snapshot |
2015-06-13 |
dholland | add -b to usage, from leot |
commit | commitdiff | tree | snapshot |
2015-06-13 |
dholland | Fix the list of keys across the bottom so it fits on... |
commit | commitdiff | tree | snapshot |
2015-04-22 |
christos | PR/49850: Nikolai Lifanov: Document acronyms-o |
commit | commitdiff | tree | snapshot |
2015-04-22 |
wiz | Fix typo, remove trailing space. |
commit | commitdiff | tree | snapshot |
2015-04-21 |
christos | obey $ACRONYMDB like before |
commit | commitdiff | tree | snapshot |
2015-04-21 |
christos | Add -o flag. |
commit | commitdiff | tree | snapshot |
2015-04-03 |
snj | properly pluralize. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
dholland | Avoid runon sentences. |
commit | commitdiff | tree | snapshot |
2015-02-19 |
wiz | Use Pp (mdoc) instead of sp (roff). |
commit | commitdiff | tree | snapshot |
2015-02-19 |
mrg | add a 'down' key to tetris, defaulting to 'n'. it... |
commit | commitdiff | tree | snapshot |
2015-02-12 |
dholland | typo |
commit | commitdiff | tree | snapshot |
2015-02-07 |
wiz | Fix typo. From kspillner@OpenBSD, forwarded by jmc... |
commit | commitdiff | tree | snapshot |
2015-01-06 |
dholland | add something |
commit | commitdiff | tree | snapshot |
2014-12-29 |
jnemeth | PR/49513 - Henning Petersen -- tyop |
commit | commitdiff | tree | snapshot |
2014-12-29 |
jnemeth | PR/49513 - Henning Petersen -- tyop |
commit | commitdiff | tree | snapshot |
2014-12-05 |
jnemeth | PR/49451 - Ben Gergely -- add missing attribution |
commit | commitdiff | tree | snapshot |
2014-10-18 |
snj | English |
commit | commitdiff | tree | snapshot |
2014-10-18 |
snj | 1) "It's its" |
commit | commitdiff | tree | snapshot |
2014-10-04 |
wiz | usage police |
commit | commitdiff | tree | snapshot |
2014-10-02 |
ast | Imported and adapted from FreeBSD svn r272166 and r2722... |
commit | commitdiff | tree | snapshot |
2014-09-30 |
christos | adhere to stricter groff checking: |
commit | commitdiff | tree | snapshot |
2014-09-19 |
wiz | Sort sections. From Henning Petersen in PR 49222. |
commit | commitdiff | tree | snapshot |
2014-07-15 |
wiz | Bump date for -c (exactly one year after previous bump) |
commit | commitdiff | tree | snapshot |
2014-07-13 |
pgoyette | At suggestion of christos@, use -b for b&w rather than -c |
commit | commitdiff | tree | snapshot |
2014-07-13 |
pgoyette | Provide an option to restore traditional black-and... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
dholland | Reorg docs, part 1: |
commit | commitdiff | tree | snapshot |
2014-07-05 |
dholland | Rework /usr/share/doc. |
commit | commitdiff | tree | snapshot |
2014-06-14 |
mrg | remove remaining makefile support for GCC < 45 that... |
commit | commitdiff | tree | snapshot |
2014-06-11 |
christos | Add a little color. In order to minimize logic differen... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
skrll | Remove unused. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Use bool (not int) for a boolean return type. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Use the curses beep function instead of writing a beep... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | curses has printw, use it. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | don't use the preprocessor to rename curses functions... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | fix off-by-one |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Instead of #define STDIN 0, use STDIN_FILENO. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Remove SHORTLEN and LONGLEN defines; use sizeof() prope... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Naming reform for socket pieces, akin to what I did... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | I wish the socket API didn't require casts. Easy to... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | fix obvious mistake (seems to have been there since... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Tidy up list of broadcast addresses. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Clean up the handling of the list of hunt daemons. |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | use fewer globals |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | more cleanup |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | unexpose some globals that server.c previously required |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | name reform, fewer file statics |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | goto considered harmful |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | split off a bunch of the nastier network code into... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | When indexing an array with a char, cast it to unsigned... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Remove all the conditional compilation for INTERNET... |
commit | commitdiff | tree | snapshot |
2014-03-30 |
dholland | Clean up the names of the various pieces of socket... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | fix non-INTERNET build |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Er oops, fix previous. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Reduce ifdefs by making a common function to talk to... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | group external functions by where they come from |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | be consistent about whether functions are static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | handle compiled-in pathnames the customary way |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | make some globals static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Additional minor cleanup and remove a straggler data... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Group function declarations by which source file they... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | be consistent about whether functions are static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | sprinkle static |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Flush unwanted file. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Move definitions to the file they're used in. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | move a comment that should have gone with its symbol |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove tautological #if DEBUG. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Split hunt and huntd's includes, instead of incestuousl... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove unsafe and unnecessary pointer casts. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | catch up to huntd changes. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | tsort contents of file |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | const in unused code |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | remove stubbed-out function |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Rip out the code that broadcasts talk requests to the... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Remove empty header file. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Use setproctitle() instead of handrolled version. |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Make the code for issuing talk requests to find players... |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | don't declare own boolean type |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | use random(), not a handrolled 16-bit generator |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | Use getaddrinfo() instead of gethostbyname(). |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | typo in error message |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | const |
commit | commitdiff | tree | snapshot |
2014-03-29 |
dholland | simplify silly logic |
commit | commitdiff | tree | snapshot |
2014-03-28 |
apb | temp is a pointer, and tempmax, not sizeof(temp), is... |
commit | commitdiff | tree | snapshot |
2014-03-28 |
apb | If you are going to use memcpy instead of struct assign... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | Add note cautioning against bothering with WARNS=6... |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | fix signedness issue |
commit | commitdiff | tree | snapshot |
2014-03-23 |
dholland | gratuitous (but not harmful) changes to pass gcc48... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use ssize_t for read() results. Don't use int for lseek... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use ssize_t for read() results. Don't use int for lseek... |
commit | commitdiff | tree | snapshot |
2014-03-22 |
dholland | Use uid_t to hold getuid() results, and don't check... |
commit | commitdiff | tree | snapshot |
next |