Joshua Kwan [Fri, 16 Jan 2004 02:32:33 +0000 (02:32 +0000)]
solaris
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@121
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 16 Jan 2004 02:02:40 +0000 (02:02 +0000)]
don't use on BSD and Linux, setenv(3) is BSD 4.3
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@120
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 16 Jan 2004 02:00:47 +0000 (02:00 +0000)]
mysetenv() for portability
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@119
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 16 Jan 2004 01:37:33 +0000 (01:37 +0000)]
init a struct flock
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@118
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 12 Jan 2004 17:32:47 +0000 (17:32 +0000)]
solaris portability fixes
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@117
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 12 Jan 2004 17:24:14 +0000 (17:24 +0000)]
union wait is deprecated on any unix worth shit. don't use it. ever.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@116
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Wed, 7 Jan 2004 14:53:08 +0000 (14:53 +0000)]
Copy /etc/localtime (so gremlins will steal intrinsics at appropriate times).
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@115
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Wed, 7 Jan 2004 13:37:30 +0000 (13:37 +0000)]
Some fixes and changes, partly relating to FreeBSD.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@114
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Wed, 7 Jan 2004 12:00:41 +0000 (12:00 +0000)]
Don't call getpwuid(3)/getgrgid(3) on uids/gids in the config file. The uid/gid
doesn't need to be in /etc/passwd or /etc/group anyway, and this reduces
storage of sensitive information in dgamelaunch's memory space.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@113
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Tue, 6 Jan 2004 19:04:07 +0000 (19:04 +0000)]
fix a buffer overflow
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@112
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Tue, 6 Jan 2004 15:51:51 +0000 (15:51 +0000)]
SIGWINCH problems seem to be fixed now.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@111
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Tue, 6 Jan 2004 14:27:56 +0000 (14:27 +0000)]
Reset SIGWINCH to default before starting game to prevent that window resizes
during play cause disconnects.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@110
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Tue, 6 Jan 2004 14:01:08 +0000 (14:01 +0000)]
Make sure we don't forget the SIGWINCH problem.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@109
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Tue, 6 Jan 2004 13:43:11 +0000 (13:43 +0000)]
Some buglets.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@108
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Tue, 6 Jan 2004 13:35:38 +0000 (13:35 +0000)]
Some fixes to simplemail. It appears to work for me now.
To keep it simple, 'm' quits out of watching.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@107
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Tue, 6 Jan 2004 13:33:36 +0000 (13:33 +0000)]
Add code to test simplemail.
(nitpick) #include lines style(9) compliant again.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@106
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Tue, 6 Jan 2004 13:16:31 +0000 (13:16 +0000)]
Same snprintf size bug again.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@105
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Tue, 6 Jan 2004 13:11:07 +0000 (13:11 +0000)]
snprintf() size argument was 1 too small, so MAIL variable always missed
last char.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@104
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Tue, 6 Jan 2004 06:53:02 +0000 (06:53 +0000)]
wrap at 80, add some helpful install tips
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@103
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Tue, 6 Jan 2004 05:03:30 +0000 (05:03 +0000)]
fix case where argv[1] == ENOENT
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@102
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Tue, 6 Jan 2004 05:03:19 +0000 (05:03 +0000)]
stop using indent for a while, breaks small checkins
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@101
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Tue, 6 Jan 2004 02:08:53 +0000 (02:08 +0000)]
Here's a better fix
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@100
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Tue, 6 Jan 2004 01:57:49 +0000 (01:57 +0000)]
fix truncation of any banner stuff after appending $VERSION
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@99
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Tue, 6 Jan 2004 01:38:11 +0000 (01:38 +0000)]
version 1.3.10.1 doesn't allude to how much new crap is in this release.
call this 1.4. seriously
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@98
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 23:27:18 +0000 (23:27 +0000)]
y.tab.c, lex.yy.c instead of y.tab.o lex.yy.o
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@97
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 23:26:16 +0000 (23:26 +0000)]
add io.c to the 4-BSD stuff
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@96
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 17:44:30 +0000 (17:44 +0000)]
#include <string.h>
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@95
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 17:37:21 +0000 (17:37 +0000)]
this should really be strncmp
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@94
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 17:31:01 +0000 (17:31 +0000)]
scratch one off
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@93
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 17:27:49 +0000 (17:27 +0000)]
some fixes
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@92
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Mon, 5 Jan 2004 16:10:30 +0000 (16:10 +0000)]
Replace use of signal() by sigaction(). signal() is not very consistent.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@91
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Mon, 5 Jan 2004 14:03:38 +0000 (14:03 +0000)]
Ignore nethackstub binary and ktrace.out (output of ktrace syscall tracer).
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@90
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Mon, 5 Jan 2004 14:01:03 +0000 (14:01 +0000)]
Simple stub to test SIGHUP etc. stuff in an easier way.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@89
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Mon, 5 Jan 2004 13:16:23 +0000 (13:16 +0000)]
Replace dgamelaunch with $(NAME) in a few places.
Add dependency for y.tab.o so it will be built automatically.
Replace flex command by lex, bison -y by yacc.
Change the install target a bit (although I don't use it myself).
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@88
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 09:19:58 +0000 (09:19 +0000)]
remove y.tab.* and lex.yy.*
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@87
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 09:18:39 +0000 (09:18 +0000)]
works!
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@86
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 02:58:48 +0000 (02:58 +0000)]
fix number handling
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@85
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 01:57:25 +0000 (01:57 +0000)]
Quick fix
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@84
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 01:55:08 +0000 (01:55 +0000)]
It kind of works now. However, we must beware the static buffers that we made
before. They might no longer be enough.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@83
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Mon, 5 Jan 2004 01:25:38 +0000 (01:25 +0000)]
First try at the config file system. Still need to change usage of all
the macros, currently, this has no effect on dgamelaunch's functionality.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@82
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Sun, 4 Jan 2004 23:33:10 +0000 (23:33 +0000)]
Added copyright lines to COPYING, completely rewrote README. Feedback appreciated.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@81
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 22:49:29 +0000 (22:49 +0000)]
reindentation
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@80
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Sun, 4 Jan 2004 20:16:59 +0000 (20:16 +0000)]
Stupid pointless TODO: in comment
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@79
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Sun, 4 Jan 2004 16:42:08 +0000 (16:42 +0000)]
Make dgl-create-chroot.conf file clearer in the comments.
Add example dgl-create-chroot.conf file.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@78
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 12:16:05 +0000 (12:16 +0000)]
Fix problem with people entering initial blank password.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@77
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 12:07:38 +0000 (12:07 +0000)]
replace two big conditionals with isalnum(3) calls
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@76
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 12:07:26 +0000 (12:07 +0000)]
update Changelog
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@75
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 07:35:14 +0000 (07:35 +0000)]
Ok, readd strlcat.c, use strlcat instead of strncat
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@74
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 06:00:16 +0000 (06:00 +0000)]
knock one off
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@73
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Sun, 4 Jan 2004 02:56:09 +0000 (02:56 +0000)]
Provide some feedback to the user that he has a stale game.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@72
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 02:54:01 +0000 (02:54 +0000)]
fix some typos, add the crew to the copyright blurb
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@71
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 02:35:40 +0000 (02:35 +0000)]
ok, now it works
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@70
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Jilles Tjoelker [Sun, 4 Jan 2004 02:31:00 +0000 (02:31 +0000)]
Terminate if user chooses not to kill a hung game, and don't delete lockfile
in that case.
Move purge_stale_locks() call to before final endwin() in main().
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@69
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 02:28:57 +0000 (02:28 +0000)]
check for . and ..
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@68
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 02:20:54 +0000 (02:20 +0000)]
oops, big bug
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@67
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 02:19:12 +0000 (02:19 +0000)]
Reindent, and add some error handling for kill
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@66
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 02:03:26 +0000 (02:03 +0000)]
Move gen_inprogress_lock() call to ttyrec.c, with the pid of nethack, and
purge_stale_locks() to remove all stale lockfiles.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@65
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Sun, 4 Jan 2004 01:54:45 +0000 (01:54 +0000)]
Added cscope.out and error.log
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@64
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Sun, 4 Jan 2004 01:45:21 +0000 (01:45 +0000)]
graceful_exit, does nothing but please deprecate exit().
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@63
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 01:14:36 +0000 (01:14 +0000)]
update Changelog, screw libiberty
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@62
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 01:05:22 +0000 (01:05 +0000)]
use strlcpy
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@61
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 01:00:18 +0000 (01:00 +0000)]
always pass F_SETLK to fcntl even when unlocking
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@60
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 00:59:48 +0000 (00:59 +0000)]
Add strlcpy.c back and fix some locking issues (replace all with fcntl)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@59
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sun, 4 Jan 2004 00:21:39 +0000 (00:21 +0000)]
Revamp the simplemail support
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@58
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 22:35:09 +0000 (22:35 +0000)]
Oops, I had an old version in the repository.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@57
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Sat, 3 Jan 2004 21:57:22 +0000 (21:57 +0000)]
See comments in file (use diff if you can't find them)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@56
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Sat, 3 Jan 2004 21:50:40 +0000 (21:50 +0000)]
modifications by jilles@stack.nl (in #nethack.) Commiting by proxy.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@55
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 20:38:05 +0000 (20:38 +0000)]
Got the array sizes backwards.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@54
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 20:19:38 +0000 (20:19 +0000)]
Add this
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@53
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 04:01:42 +0000 (04:01 +0000)]
> and < not d and u
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@52
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 03:54:16 +0000 (03:54 +0000)]
typo
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@51
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 03:51:29 +0000 (03:51 +0000)]
fix some errors pointed out by jilles and paxed
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@50
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 02:10:35 +0000 (02:10 +0000)]
use an ARRAY_SIZE macro if available, if not, #define it
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@49
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 02:10:23 +0000 (02:10 +0000)]
add a sample 'classic' inetd line
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@48
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 00:31:47 +0000 (00:31 +0000)]
usage() is useless
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@47
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 00:30:47 +0000 (00:30 +0000)]
remove -Wno-unused-parameter and -W, former is not supported by older gccs
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@46
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Sat, 3 Jan 2004 00:26:48 +0000 (00:26 +0000)]
Update COPYING to show all licenses represented in source, amend ChangeLog
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@45
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 21:00:54 +0000 (21:00 +0000)]
fix linux now :)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@44
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 20:47:53 +0000 (20:47 +0000)]
works
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@43
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 20:39:02 +0000 (20:39 +0000)]
use setgroups()
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@42
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 20:37:53 +0000 (20:37 +0000)]
erp
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@41
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 20:36:49 +0000 (20:36 +0000)]
reindent
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@40
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 20:36:55 +0000 (20:36 +0000)]
more BSD fixes
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@39
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 20:31:30 +0000 (20:31 +0000)]
First round of BSD fixes. Not done yet.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@38
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 11:59:50 +0000 (11:59 +0000)]
Update all of the administrivia to reflect current state
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@37
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 06:15:30 +0000 (06:15 +0000)]
caught_sighup has no real purpose, get rid of it
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@36
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 06:14:34 +0000 (06:14 +0000)]
add function prototypes, fix up arguments of catch_sighup
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@35
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Fri, 2 Jan 2004 04:35:46 +0000 (04:35 +0000)]
offload to populate_games function some junk in inprogressmenu. allow infinite
ongoing games.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@34
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Thu, 1 Jan 2004 20:57:36 +0000 (20:57 +0000)]
More todo.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@33
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Thu, 1 Jan 2004 20:47:47 +0000 (20:47 +0000)]
More stuff to do.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@32
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Thu, 1 Jan 2004 20:18:32 +0000 (20:18 +0000)]
New bug, possibly.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@31
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Thu, 1 Jan 2004 19:57:58 +0000 (19:57 +0000)]
Added `tags' to makefile exclusions. Also, everything is indented now
per `make dist'.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@30
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Thu, 1 Jan 2004 19:32:48 +0000 (19:32 +0000)]
add Makefile deps
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@29
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Thu, 1 Jan 2004 19:02:17 +0000 (19:02 +0000)]
Updated documentation in README to save us time in the future.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@28
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Thu, 1 Jan 2004 02:06:19 +0000 (02:06 +0000)]
use strchr instead of strstr where appropriate. oops.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@27
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Thu, 1 Jan 2004 02:06:07 +0000 (02:06 +0000)]
tweak some rm's
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@26
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Brett Carrington [Wed, 31 Dec 2003 20:21:00 +0000 (20:21 +0000)]
I renamed it to 'bannerfile', 'banfile' is ambigous (perhaps for a future
banner users file?) Also made LOC_BANNER in the header and updated the
chroot script to include the banner and default-rc files.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@25
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Wed, 31 Dec 2003 19:47:49 +0000 (19:47 +0000)]
I can't stand it anymore, reindenting with 2 spaces,
also add a dgl-banner file that has a $VERSION token that one can put
anywhere, replace VER[1-7] and VERLINES
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@24
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Wed, 31 Dec 2003 19:00:38 +0000 (19:00 +0000)]
todo
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@23
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e
Joshua Kwan [Wed, 31 Dec 2003 18:58:20 +0000 (18:58 +0000)]
allow $(optimize) to be overriden easily
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@22
db0b04b0-f4d1-0310-9a6d-
de3e77497b0e