index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
games
Age
Commit message (
Expand
)
Author
2016-01-07
Remove unnecessary headers and sort the remaining alphabetically
mestre
2016-01-06
Forgot to remove this file on my previous commit
mestre
2016-01-06
Remove unnecessary header files from phantasia(6)
mestre
2016-01-06
ansify
tb
2016-01-06
Last step of ansification of phantasia:
tb
2016-01-06
Ansify the bulk of phantasia. No binary change on amd64. Based
tb
2016-01-06
Ansify map.c.
tb
2016-01-06
Use return instead of exit from main.
tb
2016-01-04
More cleanup and sorting on header section
mestre
2016-01-04
More headers removal and sorted the remaining alphabetically.
mestre
2016-01-03
About 13 years ago when the idiom srandom(time()), and sometimes
mestre
2016-01-01
don't declar main. from Michal Mazurek
Ted Unangst
2015-12-31
Include only needed header files per each source file
mestre
2015-12-31
Include only needed header files per each source file
mestre
2015-12-31
Remove unused file
mestre
2015-12-31
Include only needed header files per each source file
mestre
2015-12-31
Include only needed header files per each source file
mestre
2015-12-31
Include only needed header files per each source file
mestre
2015-12-30
Michal Mazurek pointed out on tech@ that the factor.6 manual needs a bit
tb
2015-12-28
Build most of games/ with -Werror-implicit-function-declaration.
tb
2015-12-28
update the us army democracy excerpt to more closely
Jason McIntyre
2015-12-28
andy finkel confimed himself as the originator of the rigged demo quote;
Jason McIntyre
2015-12-27
remove unused variables
Charles Longeau
2015-12-27
remove unused variable
Charles Longeau
2015-12-26
Set 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-25
Declare usage() functions as __dead void, if they don't return, on games sect...
mestre
2015-12-25
Apply some more KNF to the declaration of functions, but keep style to the re...
mestre
2015-12-24
Function prototypes and a little bit of KNF.
tb
2015-12-18
KNF: add a missing space after an 'if'.
tb
2015-12-16
Use __progname instead of hand-rolled parsing of argv[0].
tb
2015-12-16
Use __progname instead of hand-rolled parsing of argv[0].
tb
2015-12-15
Cleanup: pwd.h is no longer needed.
tb
2015-12-15
Replace 'arc4random() % range' by 'arc4random_uniform(range)'.
tb
2015-12-09
include err.h for err()
Jonathan Gray
2015-12-06
Use __progname instead of manually handling argv[0].
Tobias Stoeckmann
2015-12-06
pledge "getpw" is not needed here.
tb
2015-12-06
Treat quiz the same way as the other games and try to preserve the look
tb
2015-12-05
add missing #include "hack.h"
tb
2015-12-04
Tweak alignment of ENVIRONMENT and FILES.
tb
2015-12-04
put FILES into a similar format as ENVIRONMENT;
Jason McIntyre
2015-12-04
cleanup: remove pwd.h, delete a stray comment and a const qualifier
tb
2015-12-04
Drop pledge("getpw") and pwd.h and use the now usual
tb
2015-12-04
assume modern curses and unifdef ancient feature tests
Ted Unangst
2015-12-02
Drop the argument passing between backgammon and teachgammon.
tb
2015-12-02
KNF: I forgot to join two lines.
tb
2015-12-02
treat getenv("HOME") safely also when LOGGING is defined. from mestre.
tb
2015-12-02
add const and remove unused variable.
tb
2015-12-01
Make sure "exec" rights are dropped asap in all code paths.
tb
2015-12-01
Answering "yes" to the question "Do you want to see the rules of the game?"
tb
[prev]
[next]