summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2004-09-28typos and fixes which make the databases follow the format specifiedJason McIntyre
2004-09-17dothrow() calls bhit() w/ both null hit functions thus have to check before c...Michael Shalayeff
2004-08-21tweaks to sync w/ trek usd;Jason McIntyre
2004-08-21- add margin when formatting w/ -TasciiJason McIntyre
2004-08-20indent a display;Jason McIntyre
2004-08-20- improve SYNOPSIS (mark down punctuation)Jason McIntyre
2004-08-20missing apostrophe; from ray (PR #3899);Jason McIntyre
2004-07-13replace bad macro;Jason McIntyre
2004-07-10more ansi; khalek@linuxgamers.netTheo de Raadt
2004-07-09ansi; khalek@linuxgamers.netTheo de Raadt
2004-06-23halve the rice; sick of throwing out a giant pot every yearTheo de Raadt
2004-06-01missing apostrophe;Jason McIntyre
2004-05-23cats ld showed that there was a common size mismatch...Theo de Raadt
2004-04-30kill extra space at line start;Jason McIntyre
2004-04-27typo and remove some Ns hacks no longer needed;Jason McIntyre
2004-04-07Remove those option letters from the getopt string which do not have a caseAaron Campbell
2004-04-05Don't init curses until after option processing. pjanzen@ okAaron Campbell
2004-04-04.br workaround no longer necessary;Jason McIntyre
2004-02-20uppercase CRT;Jason McIntyre
2004-02-18document rot13;Jason McIntyre
2004-02-03ourtime should match prototype in extern.h 'change globals.h' deraad@Dale Rahn
2004-02-01add paper.txt target;Jason McIntyre
2004-01-21make rogue const-correct, and fix one write-strings issue.Marc Espie
2004-01-16ISO C police: log and expl are reserved for the C library.Marc Espie
2004-01-12sort options; add args to options description;Jason McIntyre
2004-01-10bonus points for completing rows, like most variants.Ted Unangst
2004-01-08Adjust delay based on terminal speed; ok tedu@Todd C. Miller
2004-01-02standard order for options;Jason McIntyre
2004-01-02Document that pressing return allows you to "fast forward" the game clock.Jason McIntyre
2004-01-02typo from Daniel Cavanagh;Jason McIntyre
2003-12-28Fix two obvious thinkos in va_end() usage.Marc Espie
2003-12-16bad printf; leopold-bloom@foni.netTheo de Raadt
2003-11-21printf(prompt) -> printf("%s", prompt)Otto Moerbeek
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-10-01Correct off-by-one.Chad Loder
2003-09-26check strdup for error. based on report from Jared Yanovich. ok deraadt@Ted Unangst
2003-09-26correct scanf sizes; anil aaron okTheo de Raadt
2003-09-26off by one in fscanf; from aaron@Anil Madhavapeddy
2003-09-26spelling, from jolan, and ispell.Bob Beck
2003-09-26Add recipes fortune file. Start with the Hackathon barbeque recipesBob Beck
2003-09-25Fix a couple obvious off-by-one writes. No objections from anyone.Aaron Campbell
2003-09-05add some spacing after displays;Jason McIntyre
2003-09-04put escapes in the right place;Jason McIntyre
2003-09-02escape punctuation;Jason McIntyre
2003-08-25pr3412: remove dups, from Morten Liebach. ok deraadt@Ted Unangst
2003-08-07unknwown->unknown, spotted by miod@. now that we have an otto@, theo.cJolan Luff
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-07-10add missing includesDavid Krause
2003-07-06convert a bunch of strn{cpy,cat}->strl{cpy,cat}Anil Madhavapeddy
2003-07-06add a comment that an strncpy should not be converted to an strlcpy;Anil Madhavapeddy