summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cgram: allow navigation with KEY_PPAGE and KEY_NPAGErillig2021-04-131-8/+12
* cgram: rewrite completely, fixing bugs and stylerillig2021-04-131-179/+286
* cgram: WARNS=6, use int for all coordinatesrillig2021-04-131-47/+44
* cgram: consistently use char for charactersrillig2021-04-131-12/+41
* cgram: fix undefined behavior when pressing function keysrillig2021-04-131-1/+1
* cgram: adjust style to survive lint's strict bool moderillig2021-04-131-16/+17
* cgram: sort includesrillig2021-04-131-5/+6
* cgram: indentrillig2021-04-131-262/+286
* cgram: fix Home key for cursor navigationrillig2021-04-131-1/+1
* Fix circle depCameron Katri2021-04-091-1/+1
* Fix darwin-amd64Cameron Katri2021-04-061-0/+1
* Use PREFIX nowCameron Katri2021-03-2887-222/+281
* Get all the games compiling for iOSCameron Katri2021-02-22152-107873/+237505
* - Don't allocate memory dynamically on the stack (for SSP)christos2021-01-081-44/+57
* set the cursor to invisiblejmcneill2021-01-021-1/+2
* trailing whitespacejmcneill2021-01-021-17/+17
* Markup/typo fixes.wiz2021-01-021-4/+3
* Add testpat(6) to games.nat2021-01-024-2/+519
* speed limit 80dholland2020-12-061-3/+8
* speed limit 80dholland2020-12-061-9/+24
* roundsleep(): Too many zeros; tv_nsec should be compared withrin2020-11-211-1/+1
* Avoid common symbols. Use __dead.joerg2020-11-125-7/+9
* Comment out debugging build (it still randomly crashes though) pointed outchristos2020-11-111-2/+2
* use strchr, strrchr, random, more lint removal, savefile in /var/games/warpchristos2020-11-1111-93/+36
* no need for -lcompatchristos2020-11-111-16/+4
* - use termioschristos2020-11-117-41/+45
* Fix the old leftover license notekamil2020-11-111-11/+27
* remove error(1) commentschristos2020-11-101-2/+0
* Antivaxer support.christos2020-11-101-6/+0
* can't have config.h and config.H in case-preserving but case-folding file-sys...christos2020-11-101-92/+0
* don't segv if the terminal is too big.christos2020-11-101-0/+2
* pray-tell where are you trying to write?christos2020-11-101-1/+1
* Time warp forward 34 years so that it compiles (but not work)christos2020-11-1034-973/+708
* Remove the smap.* fileskamil2020-11-108-3186/+0
* Integrate Warp Kit into the NetBSD buildkamil2020-11-1016-80/+135
* Reset CVS keywordskamil2020-11-1033-643/+66
* Add Warp Kit, Version 7.0 by Larry Wallkamil2020-11-0961-0/+12785
* Restore the catman joke.dholland2020-11-091-1/+1
* Revert to the original phrasing, but remove the man 8 section reference.kamil2020-11-091-1/+1
* catman(8) is a past thingkamil2020-11-081-1/+1
* Add one.simonb2020-10-301-0/+3
* rain(6): Make the default delay useful for modern terminalsnia2020-10-142-11/+12
* worms(6): Use a reasonable default delay for non-1980s terminals.nia2020-10-142-6/+6
* - remove duplicate commentchristos2020-10-121-3/+3
* more clarifications.christos2020-10-121-4/+8
* mention hex numberschristos2020-10-111-2/+5
* Remove is_hex_str() (trying to guess if a number was hex or not). It is notchristos2020-10-111-27/+3
* From gson@christos2020-10-111-31/+42
* - for readability when the exponent < 10 don't prefix it with 0x (from kre)christos2020-10-071-8/+19
* PR/55695: Andreas Gustafsson: factor(6) -h option doesn't always workchristos2020-10-051-3/+41