summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2016-01-07Remove unnecessary headers and sort the remaining alphabeticallymestre
2016-01-06Forgot to remove this file on my previous commitmestre
2016-01-06Remove unnecessary header files from phantasia(6)mestre
2016-01-06ansifytb
2016-01-06Last step of ansification of phantasia:tb
2016-01-06Ansify the bulk of phantasia. No binary change on amd64. Basedtb
2016-01-06Ansify map.c.tb
2016-01-06Use return instead of exit from main.tb
2016-01-04More cleanup and sorting on header sectionmestre
2016-01-04More headers removal and sorted the remaining alphabetically.mestre
2016-01-03About 13 years ago when the idiom srandom(time()), and sometimesmestre
2016-01-01don't declar main. from Michal MazurekTed Unangst
2015-12-31Include only needed header files per each source filemestre
2015-12-31Include only needed header files per each source filemestre
2015-12-31Remove unused filemestre
2015-12-31Include only needed header files per each source filemestre
2015-12-31Include only needed header files per each source filemestre
2015-12-31Include only needed header files per each source filemestre
2015-12-30Michal Mazurek pointed out on tech@ that the factor.6 manual needs a bittb
2015-12-28Build most of games/ with -Werror-implicit-function-declaration.tb
2015-12-28update the us army democracy excerpt to more closelyJason McIntyre
2015-12-28andy finkel confimed himself as the originator of the rigged demo quote;Jason McIntyre
2015-12-27remove unused variablesCharles Longeau
2015-12-27remove unused variableCharles Longeau
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-12-25- use strtonum(3) instead of atoi(3)Gleydson Soares
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-12-25Apply some more KNF to the declaration of functions, but keep style to the re...mestre
2015-12-24Function prototypes and a little bit of KNF.tb
2015-12-18KNF: add a missing space after an 'if'.tb
2015-12-16Use __progname instead of hand-rolled parsing of argv[0].tb
2015-12-16Use __progname instead of hand-rolled parsing of argv[0].tb
2015-12-15Cleanup: pwd.h is no longer needed.tb
2015-12-15Replace 'arc4random() % range' by 'arc4random_uniform(range)'.tb
2015-12-09include err.h for err()Jonathan Gray
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-12-06pledge "getpw" is not needed here.tb
2015-12-06Treat quiz the same way as the other games and try to preserve the looktb
2015-12-05add missing #include "hack.h"tb
2015-12-04Tweak alignment of ENVIRONMENT and FILES.tb
2015-12-04put FILES into a similar format as ENVIRONMENT;Jason McIntyre
2015-12-04cleanup: remove pwd.h, delete a stray comment and a const qualifiertb
2015-12-04Drop pledge("getpw") and pwd.h and use the now usualtb
2015-12-04assume modern curses and unifdef ancient feature testsTed Unangst
2015-12-02Drop the argument passing between backgammon and teachgammon.tb
2015-12-02KNF: I forgot to join two lines.tb
2015-12-02treat getenv("HOME") safely also when LOGGING is defined. from mestre.tb
2015-12-02add const and remove unused variable.tb
2015-12-01Make sure "exec" rights are dropped asap in all code paths.tb
2015-12-01Answering "yes" to the question "Do you want to see the rules of the game?"tb