OpenBSD CVS

src/games/hack/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / games / hack

Current tag: OPENBSD_2_8_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] COPYRIGHT  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] Makefile  1.10   25 years  millert   -lcurses, not termcap/termlib
[TXT] Makequest  1.2   25 years  millert   -lcurses, not termcap/termlib
[TXT] OWNER  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] Original_READ_ME  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] READ_ME  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] alloc.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] config.h  1.3   27 years  rahnds   Changes from NetBSD to compile games without warnings due to short being unsigne...
[TXT] data  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] date.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.edog.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.eshk.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.flag.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.func_tab.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.gen.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.gold.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.mkroom.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.monst.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.obj.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.objclass.h  1.2   26 years  kstailey   tabify
[TXT] def.objects.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.permonst.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.rm.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.trap.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] def.wseg.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.6  1.4   24 years  aaron   - remove all trailing whitespace * except when it is escaped with a `\' at ...
[TXT] hack.Decl.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.apply.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.bones.c  1.2   24 years  millert   use O_* defines for open(2) flags and include fcntl.h
[TXT] hack.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.cmd.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.do.c  1.2   24 years  millert   use O_* defines for open(2) flags and include fcntl.h
[TXT] hack.do_name.c  1.3   27 years  millert   r?index -> strr?chr
[TXT] hack.do_wear.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.dog.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.eat.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.end.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.engrave.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.fight.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.fix  1.2   26 years  kstailey   tabify
[TXT] hack.h  1.3   24 years  millert   use O_* defines for open(2) flags and include fcntl.h
[TXT] hack.invent.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.ioctl.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.lev.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.main.c  1.6   24 years  millert   use O_* defines for open(2) flags and include fcntl.h
[TXT] hack.makemon.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.mfndpos.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.mhitu.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.mklev.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.mkmaze.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.mkobj.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.mkshop.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.mon.c  1.3   27 years  millert   r?index -> strr?chr
[TXT] hack.monst.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.o_init.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.objnam.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.options.c  1.3   27 years  millert   r?index -> strr?chr
[TXT] hack.pager.c  1.5   23 years  millert   $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero
[TXT] hack.potion.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.pri.c  1.2   25 years  millert   curses has its own delay_output() function, so use that instead of own own
[TXT] hack.read.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.rip.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.rumors.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.save.c  1.2   24 years  millert   use O_* defines for open(2) flags and include fcntl.h
[TXT] hack.search.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.shk.c  1.4   26 years  kstailey   tabify
[TXT] hack.shknam.c  1.2   27 years  millert   prefer $LOGNAME over $USER. fix strncpy() usage.
[TXT] hack.steal.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.termcap.c  1.3   25 years  millert   curses has its own delay_output() function, so use that instead of own own
[TXT] hack.timeout.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.topl.c  1.3   27 years  millert   r?index -> strr?chr
[TXT] hack.track.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.trap.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.tty.c  1.3   23 years  pjanzen   printf() and %s pedantry, from itojun channelling kris@freebsd
[TXT] hack.u_init.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] hack.unix.c  1.6   24 years  millert   use O_* defines for open(2) flags and include fcntl.h
[TXT] hack.vault.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.version.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.wield.c  1.2   26 years  kstailey   tabify
[TXT] hack.wizard.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.worm.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.worn.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.zap.c  1.2   27 years  millert   r?index -> strr?chr
[TXT] help  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hh  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] makedefs.c  1.2   24 years  millert   use O_* defines for open(2) flags and include fcntl.h
[TXT] pathnames.h  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] rnd.c  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] rumors  1.1.1.1   28 years  deraadt   initial import of NetBSD tree
[TXT] hack.sh (in the Attic) [Hide]  1.1.1.1   28 years  deraadt   initial import of NetBSD tree