summaryrefslogtreecommitdiffstats
path: root/rogue/room.c
Commit message (Collapse)AuthorAgeFilesLines
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-031-2/+3
| | | | - add __unreachable() after functions that can return but won't in this case, and thus can't be marked __dead easily
* sprinkle staticdholland2009-08-121-7/+13
|
* ANSIfy. Remove unnecessary casts. Clean up for -Wsign-compare. Make moredholland2008-01-141-48/+31
| | | | things file-static. Other minor tidyups, and fix a couple minor bugs found along the way.
* Whitespace/KNF nits.dholland2008-01-141-11/+11
|
* Comprehensive (or at least extensive) string handling cleanup for rogue.dholland2007-12-271-8/+13
| | | | | | | | This patch dates (mostly) back to 2002; the critical parts of it were handled back then by security-officer. As far as I know, there's nothing exploitable fixed herein. A slightly earlier version of this patch was reviewed by Christian Biere when I filed it as PR 34750.
* Coverity CID 2788: If no room gets returned, don't try to place a monster.christos2006-04-021-3/+3
|
* Coverity CID 1288: possible negative array indexjnemeth2006-03-301-2/+4
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* constify, per PR 6148hubertf1998-11-101-5/+5
|
* fix prototype, per PR#5867hubertf1998-09-111-2/+3
|
* WARNSify (not an insignificant task...)lukem1997-10-121-25/+48
|
* clean up import, NetBSD RCS Idscgd1995-04-221-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+649