CVS commit: src/games/warp

2021-04-13 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Apr 13 08:06:38 UTC 2021

Modified Files:
src/games/warp: term.h

Log Message:
avoid duplicating symbols in libterminfo.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/games/warp/term.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-21 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Sat Nov 21 09:24:02 UTC 2020

Modified Files:
src/games/warp: util.h

Log Message:
roundsleep(): Too many zeros; tv_nsec should be compared with
500 msec, not 5000. Raised by clang for ILP32 archs.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/games/warp/util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-12 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Nov 12 22:23:16 UTC 2020

Modified Files:
src/games/warp: intrp.c score.h sig.h util.c util.h

Log Message:
Avoid common symbols. Use __dead.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/games/warp/intrp.c
cvs rdiff -u -r1.4 -r1.5 src/games/warp/score.h src/games/warp/sig.h
cvs rdiff -u -r1.5 -r1.6 src/games/warp/util.c src/games/warp/util.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 11 20:04:02 UTC 2020

Modified Files:
src/games/warp: Makefile

Log Message:
Comment out debugging build (it still randomly crashes though) pointed out
by wiz


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/warp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 11 19:55:33 UTC 2020

Modified Files:
src/games/warp: config.h config.h.SH config.sh init.c intrp.c score.c
score.h sig.c term.c util.h warp.c

Log Message:
use strchr, strrchr, random, more lint removal, savefile in /var/games/warp
not /usr/share/games/warp...


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/warp/config.h src/games/warp/sig.c \
src/games/warp/util.h
cvs rdiff -u -r1.2 -r1.3 src/games/warp/config.h.SH
cvs rdiff -u -r1.1 -r1.2 src/games/warp/config.sh
cvs rdiff -u -r1.3 -r1.4 src/games/warp/init.c src/games/warp/score.h
cvs rdiff -u -r1.5 -r1.6 src/games/warp/intrp.c src/games/warp/score.c
cvs rdiff -u -r1.6 -r1.7 src/games/warp/term.c src/games/warp/warp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 11 19:54:54 UTC 2020

Modified Files:
src/games/warp: Makefile

Log Message:
no need for -lcompat


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/games/warp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 11 17:11:19 UTC 2020

Modified Files:
src/games/warp: Makefile config.h intrp.c score.c term.c term.h warp.h

Log Message:
- use termios
- enable setgid games
- enable savedir


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/games/warp/Makefile
cvs rdiff -u -r1.3 -r1.4 src/games/warp/config.h
cvs rdiff -u -r1.4 -r1.5 src/games/warp/intrp.c src/games/warp/score.c \
src/games/warp/term.h src/games/warp/warp.h
cvs rdiff -u -r1.5 -r1.6 src/games/warp/term.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-11 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Wed Nov 11 11:54:42 UTC 2020

Modified Files:
src/games/warp: warp.c

Log Message:
Fix the old leftover license note

Larry Wall: "I outgrew commercial-free licensing about 30 years ago."


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/games/warp/warp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 10 23:32:33 UTC 2020

Modified Files:
src/games/warp: play.c

Log Message:
remove error(1) comments


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/games/warp/play.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 10 23:03:22 UTC 2020

Modified Files:
src/games/warp: util.c

Log Message:
Antivaxer support.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/warp/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 10 22:56:49 UTC 2020

Removed Files:
src/games/warp: config.H

Log Message:
can't have config.h and config.H in case-preserving but case-folding 
file-systems.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r0 src/games/warp/config.H

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 10 22:52:32 UTC 2020

Modified Files:
src/games/warp: warp.c

Log Message:
pray-tell where are you trying to write?


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/warp/warp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 10 22:52:46 UTC 2020

Modified Files:
src/games/warp: term.c

Log Message:
don't segv if the terminal is too big.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/warp/term.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov 10 22:42:19 UTC 2020

Modified Files:
src/games/warp: bang.c bang.h config.H config.h config.h.SH init.c
init.h intrp.c intrp.h move.c move.h object.c object.h play.c
play.h score.c score.h sig.c sig.h sm.c term.c term.h them.c them.h
us.c us.h util.c util.h version.c version.h warp.c warp.h weapon.c
weapon.h

Log Message:
Time warp forward 34 years so that it compiles (but not work)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/games/warp/bang.c src/games/warp/bang.h \
src/games/warp/config.h src/games/warp/init.c src/games/warp/init.h \
src/games/warp/intrp.h src/games/warp/move.c src/games/warp/move.h \
src/games/warp/object.c src/games/warp/object.h src/games/warp/play.c \
src/games/warp/play.h src/games/warp/score.h src/games/warp/them.c \
src/games/warp/them.h src/games/warp/us.c src/games/warp/us.h \
src/games/warp/version.h src/games/warp/weapon.c src/games/warp/weapon.h
cvs rdiff -u -r1.1 -r1.2 src/games/warp/config.H src/games/warp/config.h.SH
cvs rdiff -u -r1.3 -r1.4 src/games/warp/intrp.c src/games/warp/score.c \
src/games/warp/sig.c src/games/warp/sig.h src/games/warp/sm.c \
src/games/warp/term.c src/games/warp/term.h src/games/warp/util.c \
src/games/warp/util.h src/games/warp/version.c src/games/warp/warp.c \
src/games/warp/warp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-10 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Nov 10 11:29:29 UTC 2020

Removed Files:
src/games/warp: smap.0 smap.1 smap.2 smap.3 smap.4 smap.5 smap.6 smap.7

Log Message:
Remove the smap.* files

They are generated during the build.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/games/warp/smap.0 src/games/warp/smap.1 \
src/games/warp/smap.2 src/games/warp/smap.3 src/games/warp/smap.4 \
src/games/warp/smap.5 src/games/warp/smap.6 src/games/warp/smap.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Tue Nov 10 00:02:11 UTC 2020

Modified Files:
src/games/warp: EXTERN.h INTERN.h bang.c bang.h init.c init.h intrp.c
intrp.h move.c move.h object.c object.h play.c play.h score.c
score.h sig.c sig.h sm.c term.c term.h them.c them.h us.c us.h
util.c util.h version.c version.h warp.c warp.h weapon.c weapon.h

Log Message:
Reset CVS keywords


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/games/warp/EXTERN.h src/games/warp/INTERN.h \
src/games/warp/bang.c src/games/warp/bang.h src/games/warp/init.c \
src/games/warp/init.h src/games/warp/intrp.c src/games/warp/intrp.h \
src/games/warp/move.c src/games/warp/move.h src/games/warp/object.c \
src/games/warp/object.h src/games/warp/play.c src/games/warp/play.h \
src/games/warp/score.c src/games/warp/score.h src/games/warp/sig.c \
src/games/warp/sig.h src/games/warp/sm.c src/games/warp/term.c \
src/games/warp/term.h src/games/warp/them.c src/games/warp/them.h \
src/games/warp/us.c src/games/warp/us.h src/games/warp/util.c \
src/games/warp/util.h src/games/warp/version.c src/games/warp/version.h \
src/games/warp/warp.c src/games/warp/warp.h src/games/warp/weapon.c \
src/games/warp/weapon.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/games/warp

2020-11-09 Thread Kamil Rytarowski
Module Name:src
Committed By:   kamil
Date:   Mon Nov  9 23:37:05 UTC 2020

Added Files:
src/games/warp: COPYRIGHT EXTERN.h INTERN.h Makefile README bang.c
bang.h config.H config.h config.h.SH config.sh filexp init.c init.h
intrp.c intrp.h move.c move.h object.c object.h patchlevel.h play.c
play.h score.c score.h sig.c sig.h sm.c smap.0 smap.1 smap.2 smap.3
smap.4 smap.5 smap.6 smap.7 smp.0 smp.1 smp.2 smp.3 smp.4 smp.5
smp.6 smp.7 term.c term.h them.c them.h us.c us.h util.c util.h
version.c version.h warp.c warp.doc warp.h warp.man warp.news
weapon.c weapon.h

Log Message:
Add Warp Kit, Version 7.0 by Larry Wall

Warp is a real-time space war game that doesn't get boring very quickly.
Read warp.doc and the manual page for more information.

games/warp originally distributed with 4.3BSD-Reno, is back to the BSD
world via NetBSD. Its remnants were still mentioned in games/Makefile.

Larry Wall, the original author and the copyright holder, generously
donated the game and copyright to The NetBSD Foundation, Inc.

Import the game sources as-is from 4.3BSD-Reno, with the cession
of the copyright and license to BSD-2-clause NetBSD-style.

Signed-off-by: Larry Wall 
Signed-off-by: Kamil Rytarowski 


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/games/warp/COPYRIGHT src/games/warp/EXTERN.h \
src/games/warp/INTERN.h src/games/warp/Makefile src/games/warp/README \
src/games/warp/bang.c src/games/warp/bang.h src/games/warp/config.H \
src/games/warp/config.h src/games/warp/config.h.SH \
src/games/warp/config.sh src/games/warp/filexp src/games/warp/init.c \
src/games/warp/init.h src/games/warp/intrp.c src/games/warp/intrp.h \
src/games/warp/move.c src/games/warp/move.h src/games/warp/object.c \
src/games/warp/object.h src/games/warp/patchlevel.h src/games/warp/play.c \
src/games/warp/play.h src/games/warp/score.c src/games/warp/score.h \
src/games/warp/sig.c src/games/warp/sig.h src/games/warp/sm.c \
src/games/warp/smap.0 src/games/warp/smap.1 src/games/warp/smap.2 \
src/games/warp/smap.3 src/games/warp/smap.4 src/games/warp/smap.5 \
src/games/warp/smap.6 src/games/warp/smap.7 src/games/warp/smp.0 \
src/games/warp/smp.1 src/games/warp/smp.2 src/games/warp/smp.3 \
src/games/warp/smp.4 src/games/warp/smp.5 src/games/warp/smp.6 \
src/games/warp/smp.7 src/games/warp/term.c src/games/warp/term.h \
src/games/warp/them.c src/games/warp/them.h src/games/warp/us.c \
src/games/warp/us.h src/games/warp/util.c src/games/warp/util.h \
src/games/warp/version.c src/games/warp/version.h src/games/warp/warp.c \
src/games/warp/warp.doc src/games/warp/warp.h src/games/warp/warp.man \
src/games/warp/warp.news src/games/warp/weapon.c src/games/warp/weapon.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.