Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed printf format errors. | bde | 1998-06-30 | 1 | -1/+1 |
| | |||||
* | Change long variables to time_t if they are passed to time() or localtime() | jb | 1998-05-09 | 1 | -3/+3 |
| | | | | be reference. | ||||
* | Fix longstanding bug: it was impossible to save to the same file twice | ache | 1997-09-24 | 1 | -2/+5 |
| | | | | since it was deleted on exit. | ||||
* | Fix revoke to use setgid instead of setuid,since games uid changed to | ache | 1997-09-24 | 1 | -2/+4 |
| | | | | gid and this place overlooked | ||||
* | Revoke privs before shell exit | ache | 1997-09-24 | 4 | -14/+16 |
| | | | | | | | Includes cleanup Use getlogin() Fix names in FILES section Convert to random() | ||||
* | Install empty rogue.scores file to prevent it owned by | ache | 1997-09-24 | 1 | -0/+4 |
| | | | | first user who run rogue | ||||
* | Many places in the code NULL is used in integer context, where | phk | 1997-09-18 | 1 | -2/+2 |
| | | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no> | ||||
* | If not on a tty, don't do "--more--" processing. Someday, I will get | jkh | 1996-11-07 | 1 | -0/+2 |
| | | | | rogomatic to work with this version. :) | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 6 | -12/+12 |
| | |||||
* | Add missing "noflush" option from standard rogue | ache | 1995-01-04 | 3 | -6/+14 |
| | |||||
* | Allow to save/restore files (was games user suid problem) | ache | 1994-10-03 | 1 | -2/+12 |
| | |||||
* | Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcap | rgrimes | 1994-09-11 | 1 | -2/+2 |
| | |||||
* | Bring in the 4.4 Lite games directory, modulo man page changes and segregation | jkh | 1994-09-04 | 30 | -0/+13292 |
of the x11 based games. I'm not going to tag the originals with bsd_44_lite and do this in two stages since it's just not worth it for this collection, and I've got directory renames to deal with that way. Bleah. Submitted by: jkh |