27 Commits

Author SHA1 Message Date
Pasi Kallinen
2407611518 Allow printing raw string.
Add escape codes to string substitutions.
Some mode docs in the example config file.
Make chroot creation script fail with message when no sqlite3.
2012-06-04 18:11:56 +03:00
root
f29618c783 Change maximum banner line length to 256.
Add color and attribute changing commands to banners: $ATTR()
Fix chroot creation script failing if no nethack binary exists.
2012-06-03 09:45:58 +03:00
Pasi Kallinen
643bebe6ab Don't assume sudo is passwordless.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@580 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2011-01-14 21:08:44 +00:00
Pasi Kallinen
0321c2713c Remove the internal text editor and all the support code; now compiles virus and ee as standalone executables.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@575 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2010-05-18 20:39:32 +00:00
Pasi Kallinen
4caec176f1 chroot creation script should handle statically linked binaries.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@534 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2010-03-13 19:08:31 +00:00
Pasi Kallinen
dde7cc68b4 Change the chroot creation script to use the symlink trick for the nethack binary too.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@482 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2009-10-18 09:58:21 +00:00
Pasi Kallinen
6e5bfc4c19 Add the watchmenu help file to the chroot create script
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@481 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2009-10-18 09:47:02 +00:00
Pasi Kallinen
39456b7a75 Make dgl-create-chroot -script work again.
Change the dgldir directory layout; all rcfiles, dumps and ttyrecs are now under dgldir/userdata/USERNAME/


git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@466 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2009-10-17 17:34:36 +00:00
Joshua Kwan
ee906001f2 fix all sorts of stuff with dgl-create-chroot
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@344 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2006-07-09 07:04:09 +00:00
Joshua Kwan
a39ceb7ae3 sane default for terminfo
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@323 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-06-23 17:46:17 +00:00
Joshua Kwan
366737941c use cp -L for terminfo
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@318 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-06-20 08:32:06 +00:00
Joshua Kwan
9f4e5c65c7 various fixes
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@300 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-06-17 16:42:56 +00:00
Jilles Tjoelker
88811726d0 Provide 3 example configs instead of 1.
Revert brettcar's changes to dgl-create-chroot and put them in the macosx
example.
The macosx example is probably incomplete.


git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@274 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-03-10 12:46:22 +00:00
Brett Carrington
9eca87a1ed PLEASE LOOK AT THE DGL-CREATE-CHROOT SCRIPT
before you run it again. Same with the Makefile.
Most important change is in dgamelaunch.c


git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@271 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-03-10 00:18:30 +00:00
Joshua Kwan
ffd088ad61 subdirs was a bad idea. back it out
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@175 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-01-26 16:49:57 +00:00
Joshua Kwan
6d9107f99d tweak some stuff to reflect the new directory organization
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@171 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-01-26 08:44:18 +00:00
Jilles Tjoelker
d80186d75f Copying terminal data files (as opposed to directories) works again now.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@124 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-01-16 21:44:36 +00:00
Jilles Tjoelker
1a081cc170 Solaris compatibility.
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@123 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2004-01-16 16:36:33 +00:00
Jilles Tjoelker
1540973c6e 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
2004-01-07 14:53:08 +00:00
Jilles Tjoelker
118c4a51a6 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
2004-01-04 16:42:08 +00:00
Brett Carrington
9cc1e781ee 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
2004-01-03 21:50:40 +00:00
Brett Carrington
3e9ec53de4 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
2003-12-31 20:21:00 +00:00
Joshua Kwan
a569c5f333 use uid 5/60, games/games under Debian
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@18 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2003-12-31 07:16:52 +00:00
Joshua Kwan
ade29a3309 tweaked for some Debianisms that should be default anyway
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@17 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2003-12-31 02:39:10 +00:00
Joshua Kwan
7971e5b99a chown /var/mail
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@12 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2003-12-31 00:51:18 +00:00
Brett Carrington
6f642ea6bf Puts dgamelaunch in /usr/sbin
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@6 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2003-12-30 22:58:55 +00:00
Joshua Kwan
6d7ebbd526 initial commit
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@2 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
2003-12-30 21:32:15 +00:00