]> skyeroc.xyz Git - dgamelaunch/log
dgamelaunch
18 years agoImprove the conversion script
Pasi Kallinen [Fri, 28 Dec 2007 12:41:46 +0000 (12:41 +0000)]
Improve the conversion script

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@380 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoUpdate TODO
Pasi Kallinen [Fri, 28 Dec 2007 12:02:58 +0000 (12:02 +0000)]
Update TODO

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@379 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoUpdate Changelog
Pasi Kallinen [Fri, 28 Dec 2007 11:53:19 +0000 (11:53 +0000)]
Update Changelog

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@378 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoFix the sqlite3 addition: Newly registered nicks shouldn't interfere with already...
Pasi Kallinen [Fri, 28 Dec 2007 10:01:35 +0000 (10:01 +0000)]
Fix the sqlite3 addition: Newly registered nicks shouldn't interfere with already registered ones.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@377 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoRemove some fixme-comments which are done already.
Pasi Kallinen [Thu, 27 Dec 2007 23:48:25 +0000 (23:48 +0000)]
Remove some fixme-comments which are done already.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@376 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoWhen the sqlite db is locked, retry up to ten times, sleeping one second between...
Pasi Kallinen [Thu, 27 Dec 2007 23:44:09 +0000 (23:44 +0000)]
When the sqlite db is locked, retry up to ten times, sleeping one second between tries.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@375 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoAdd a shell script to convert the old flat-text database to sqlite database.
Pasi Kallinen [Thu, 27 Dec 2007 19:54:05 +0000 (19:54 +0000)]
Add a shell script to convert the old flat-text database to sqlite database.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@374 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoAllow SQLite for the user login database, instead of the flat text file.
Pasi Kallinen [Thu, 27 Dec 2007 19:52:48 +0000 (19:52 +0000)]
Allow SQLite for the user login database, instead of the flat text file.
Define USE_SQLITE3 in the config.h, and define DGL_SQLITE_DB as the
database file to be used.  Note that sqlite must have write access to
the directory where the db file is.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@373 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoSimplify the watching-screen sorting.
Pasi Kallinen [Tue, 25 Dec 2007 16:27:30 +0000 (16:27 +0000)]
Simplify the watching-screen sorting.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@372 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoChangelog update
Pasi Kallinen [Mon, 24 Dec 2007 23:17:24 +0000 (23:17 +0000)]
Changelog update

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@371 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoTODO update
Pasi Kallinen [Mon, 24 Dec 2007 18:11:26 +0000 (18:11 +0000)]
TODO update

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@370 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoAllow sorting the watching-screen names by either name or idle-time. (Based slightly...
Pasi Kallinen [Mon, 24 Dec 2007 18:09:15 +0000 (18:09 +0000)]
Allow sorting the watching-screen names by either name or idle-time. (Based slightly on a patch by Dragonizer)

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@369 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years ago1.4.7
Joshua Kwan [Sat, 22 Dec 2007 22:39:54 +0000 (22:39 +0000)]
1.4.7

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@368 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agorelease 1.4.7
Joshua Kwan [Sat, 22 Dec 2007 21:05:21 +0000 (21:05 +0000)]
release 1.4.7

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@364 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

18 years agoAdd some TODO stuff
Pasi Kallinen [Sat, 22 Dec 2007 21:04:03 +0000 (21:04 +0000)]
Add some TODO stuff

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@363 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agofix typo
Joshua Kwan [Thu, 5 Jul 2007 04:05:41 +0000 (04:05 +0000)]
fix typo

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@362 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoFix a bug; inprogress-dir is now configurable, so use that string length for str...
Pasi Kallinen [Mon, 11 Jun 2007 19:40:51 +0000 (19:40 +0000)]
Fix a bug; inprogress-dir is now configurable, so use that string length for str alloc instead of assuming it's 11 chars.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@361 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoConfig-file variable allow_new_nicks
Pasi Kallinen [Mon, 9 Apr 2007 16:42:14 +0000 (16:42 +0000)]
Config-file variable allow_new_nicks

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@360 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoUpdate TODO ideas
Pasi Kallinen [Mon, 9 Apr 2007 12:57:45 +0000 (12:57 +0000)]
Update TODO ideas

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@359 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoFix segfault when no mkdir or chdir defined
Pasi Kallinen [Fri, 6 Apr 2007 23:13:06 +0000 (23:13 +0000)]
Fix segfault when no mkdir or chdir defined

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@358 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoUpdate TODO
Pasi Kallinen [Mon, 2 Apr 2007 18:35:56 +0000 (18:35 +0000)]
Update TODO

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@357 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoUpdate example config file
Pasi Kallinen [Sun, 1 Apr 2007 16:06:50 +0000 (16:06 +0000)]
Update example config file

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@356 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoAdd new config file value 'mkdir', and allow variables in mkdir and chdir
Pasi Kallinen [Sun, 1 Apr 2007 12:09:42 +0000 (12:09 +0000)]
Add new config file value 'mkdir', and allow variables in mkdir and chdir

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@355 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoWatching menu shows what game the players are playing
Pasi Kallinen [Sun, 1 Apr 2007 10:11:38 +0000 (10:11 +0000)]
Watching menu shows what game the players are playing

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@354 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoExpand the example config file
Pasi Kallinen [Sat, 31 Mar 2007 21:31:52 +0000 (21:31 +0000)]
Expand the example config file

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@353 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agolockfile is global, not per-game variable
Pasi Kallinen [Sat, 31 Mar 2007 21:29:45 +0000 (21:29 +0000)]
lockfile is global, not per-game variable

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@352 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agopasswd file is global config, not per-game
Pasi Kallinen [Sat, 31 Mar 2007 21:18:32 +0000 (21:18 +0000)]
passwd file is global config, not per-game

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@351 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoAdd 'chdir' per-game config variable, which defines the dir where dgl will chdir...
Pasi Kallinen [Sat, 31 Mar 2007 21:05:12 +0000 (21:05 +0000)]
Add 'chdir' per-game config variable, which defines the dir where dgl will chdir to before executing the game.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@350 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoFix watching, thanks to Jilles!
Pasi Kallinen [Sat, 31 Mar 2007 16:21:58 +0000 (16:21 +0000)]
Fix watching, thanks to Jilles!

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@349 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoFix inprogress file name truncation
Pasi Kallinen [Sat, 31 Mar 2007 15:17:26 +0000 (15:17 +0000)]
Fix inprogress file name truncation

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@348 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoAllow setting max nick length in the dgl config file, while still retaining backwards...
Pasi Kallinen [Sat, 31 Mar 2007 11:10:07 +0000 (11:10 +0000)]
Allow setting max nick length in the dgl config file, while still retaining backwards compatibility with old-style, up to 20-char
long nicks.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@347 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoUpdate Changelog
Pasi Kallinen [Thu, 29 Mar 2007 20:25:35 +0000 (20:25 +0000)]
Update Changelog

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@346 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

19 years agoAllow more than one game per dgl installation.
Pasi Kallinen [Thu, 29 Mar 2007 20:14:55 +0000 (20:14 +0000)]
Allow more than one game per dgl installation.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@345 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

20 years agofix all sorts of stuff with dgl-create-chroot
Joshua Kwan [Sun, 9 Jul 2006 07:04:09 +0000 (07:04 +0000)]
fix all sorts of stuff with dgl-create-chroot

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@344 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agoUpdate svn info, use $(DESTDIR)
Joshua Kwan [Sun, 2 Jan 2005 10:31:59 +0000 (10:31 +0000)]
Update svn info, use $(DESTDIR)

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@343 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agoone more dummy commit
Joshua Kwan [Sun, 12 Sep 2004 09:05:06 +0000 (09:05 +0000)]
one more dummy commit

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@342 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agodummy commit to check bdb import
Joshua Kwan [Sun, 12 Sep 2004 09:01:59 +0000 (09:01 +0000)]
dummy commit to check bdb import

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@341 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agodummy commit to check bdb import
Joshua Kwan [Sun, 12 Sep 2004 09:01:59 +0000 (09:01 +0000)]
dummy commit to check bdb import

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@340 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agodummy commit to check bdb import
Joshua Kwan [Sun, 12 Sep 2004 09:01:59 +0000 (09:01 +0000)]
dummy commit to check bdb import

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@339 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agouse a copy of the environment variable instead of the actual spot on the heap
Joshua Kwan [Sun, 12 Sep 2004 08:58:32 +0000 (08:58 +0000)]
use a copy of the environment variable instead of the actual spot on the heap

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@338 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agoUse select() if kevent() does not work, e.g. file on msdosfs.
Jilles Tjoelker [Sat, 28 Aug 2004 21:30:54 +0000 (21:30 +0000)]
Use select() if kevent() does not work, e.g. file on msdosfs.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@337 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agoUse kqueue() if available (FreeBSD) to improve watching.
Jilles Tjoelker [Mon, 23 Aug 2004 14:00:29 +0000 (14:00 +0000)]
Use kqueue() if available (FreeBSD) to improve watching.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@336 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agoDescribe recent commits.
Jilles Tjoelker [Mon, 23 Aug 2004 13:08:51 +0000 (13:08 +0000)]
Describe recent commits.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@335 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years ago* Make sure curses will redraw the watch list after 'm' has been used
Jilles Tjoelker [Mon, 23 Aug 2004 12:59:33 +0000 (12:59 +0000)]
* Make sure curses will redraw the watch list after 'm' has been used
* ^L and ^R will redraw the entire screen in the watch list

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@334 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agoUse one select() call to both delay and detect keypresses.
Jilles Tjoelker [Mon, 23 Aug 2004 12:43:59 +0000 (12:43 +0000)]
Use one select() call to both delay and detect keypresses.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@333 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years ago* Clean up a bit
Jilles Tjoelker [Mon, 23 Aug 2004 12:30:24 +0000 (12:30 +0000)]
* Clean up a bit
* Close the ttyrec file when watching is done

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@332 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

21 years agoMaking watching more efficient:
Jilles Tjoelker [Sun, 22 Aug 2004 22:32:10 +0000 (22:32 +0000)]
Making watching more efficient:
* Don't uselessly read the ttyrec file at the start.
* Toggle the ttyrec file between buffered and non-buffered. Non-buffered I/O
  via stdio can be very inefficient.
* Keep stdout buffered, and flush it when waiting for a key or more ttyrec
  data.

Tested somewhat on my FreeBSD 4 machine.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@331 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoamend Changelog for 1.4.6
Joshua Kwan [Sat, 3 Jul 2004 23:35:16 +0000 (23:35 +0000)]
amend Changelog for 1.4.6

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@329 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agouse libgen.h
Joshua Kwan [Sat, 3 Jul 2004 23:34:13 +0000 (23:34 +0000)]
use libgen.h

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@328 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agosetproctitle for teh lunix
Joshua Kwan [Sat, 3 Jul 2004 19:19:28 +0000 (19:19 +0000)]
setproctitle for teh lunix

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@327 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agono more editors/*
Joshua Kwan [Wed, 30 Jun 2004 03:39:39 +0000 (03:39 +0000)]
no more editors/*

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@326 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoUse setproctitle(3), if available, to hide autologin password and show logged
Jilles Tjoelker [Mon, 28 Jun 2004 19:41:06 +0000 (19:41 +0000)]
Use setproctitle(3), if available, to hide autologin password and show logged
in user and whether they are playing.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@325 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoInclude config.h in ttyrec.c (tried to use STREAMS on FreeBSD)
Jilles Tjoelker [Mon, 28 Jun 2004 12:39:23 +0000 (12:39 +0000)]
Include config.h in ttyrec.c (tried to use STREAMS on FreeBSD)

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@324 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agosane default for terminfo
Joshua Kwan [Wed, 23 Jun 2004 17:46:17 +0000 (17:46 +0000)]
sane default for terminfo

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@323 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoupdate
Joshua Kwan [Tue, 22 Jun 2004 16:37:33 +0000 (16:37 +0000)]
update

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@322 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agohide all extra arguments, because they're probably -p
Joshua Kwan [Tue, 22 Jun 2004 16:36:09 +0000 (16:36 +0000)]
hide all extra arguments, because they're probably -p

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@321 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agochange the logic a bit..
Joshua Kwan [Mon, 21 Jun 2004 01:20:56 +0000 (01:20 +0000)]
change the logic a bit..

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@320 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agouse $CC -xM for dependencies on solaris, if you are using cc
Joshua Kwan [Mon, 21 Jun 2004 00:59:51 +0000 (00:59 +0000)]
use $CC -xM for dependencies on solaris, if you are using cc

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@319 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agouse cp -L for terminfo
Joshua Kwan [Sun, 20 Jun 2004 08:32:06 +0000 (08:32 +0000)]
use cp -L for terminfo

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@318 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoadd svn-commit.tmp
Joshua Kwan [Fri, 18 Jun 2004 21:45:52 +0000 (21:45 +0000)]
add svn-commit.tmp

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@317 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoadd exec_prefix
Joshua Kwan [Fri, 18 Jun 2004 21:45:04 +0000 (21:45 +0000)]
add exec_prefix

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@316 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agowoohoo
Joshua Kwan [Fri, 18 Jun 2004 21:43:49 +0000 (21:43 +0000)]
woohoo

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@315 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoall workie
Joshua Kwan [Fri, 18 Jun 2004 21:41:52 +0000 (21:41 +0000)]
all workie

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@314 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoautogen
Joshua Kwan [Fri, 18 Jun 2004 21:40:18 +0000 (21:40 +0000)]
autogen

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@313 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoadd a autogen.sh, ignore it during make dist
Joshua Kwan [Fri, 18 Jun 2004 21:39:06 +0000 (21:39 +0000)]
add a autogen.sh, ignore it during make dist

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@312 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agostuff
Joshua Kwan [Fri, 18 Jun 2004 21:37:57 +0000 (21:37 +0000)]
stuff

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@311 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agotcc doesn't like
Joshua Kwan [Fri, 18 Jun 2004 21:37:06 +0000 (21:37 +0000)]
tcc doesn't like

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@310 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agofix everything!
Joshua Kwan [Fri, 18 Jun 2004 21:16:50 +0000 (21:16 +0000)]
fix everything!

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@309 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agobleh
Joshua Kwan [Fri, 18 Jun 2004 20:06:22 +0000 (20:06 +0000)]
bleh

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@308 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years ago* Add comment recommending autoconf 2.53
Jilles Tjoelker [Fri, 18 Jun 2004 18:51:53 +0000 (18:51 +0000)]
* Add comment recommending autoconf 2.53
* Prefer -lcurses to -lncurses and don't try to find initscr in -ltermcap
* Still not works properly on Solaris (but I needed a few patches earlier
  anyway)

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@307 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agobum da bum
Joshua Kwan [Fri, 18 Jun 2004 18:18:13 +0000 (18:18 +0000)]
bum da bum

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@306 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoautoconfize
Joshua Kwan [Fri, 18 Jun 2004 18:17:02 +0000 (18:17 +0000)]
autoconfize

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@305 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agovarious fixes
Joshua Kwan [Fri, 18 Jun 2004 18:16:22 +0000 (18:16 +0000)]
various fixes

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@304 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agostuff
Joshua Kwan [Fri, 18 Jun 2004 18:04:36 +0000 (18:04 +0000)]
stuff

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@303 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agos/withval/configfile/
Joshua Kwan [Fri, 18 Jun 2004 17:58:35 +0000 (17:58 +0000)]
s/withval/configfile/

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@302 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoautoconfize
Joshua Kwan [Fri, 18 Jun 2004 17:57:29 +0000 (17:57 +0000)]
autoconfize

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@301 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agovarious fixes
Joshua Kwan [Thu, 17 Jun 2004 16:42:56 +0000 (16:42 +0000)]
various fixes

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@300 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoupdate
Joshua Kwan [Mon, 14 Jun 2004 18:08:28 +0000 (18:08 +0000)]
update

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@298 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoassert
Joshua Kwan [Mon, 14 Jun 2004 18:06:25 +0000 (18:06 +0000)]
assert

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@297 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agowtf?
Joshua Kwan [Mon, 14 Jun 2004 08:43:51 +0000 (08:43 +0000)]
wtf?

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@296 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoBe more clear that GNU Make is required.
Jilles Tjoelker [Sun, 13 Jun 2004 16:10:12 +0000 (16:10 +0000)]
Be more clear that GNU Make is required.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@295 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoupdate VERSION to 1.4.5
Joshua Kwan [Sun, 13 Jun 2004 03:09:30 +0000 (03:09 +0000)]
update VERSION to 1.4.5

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@294 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agominor stuff
Joshua Kwan [Sun, 13 Jun 2004 03:07:33 +0000 (03:07 +0000)]
minor stuff

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@293 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agopretty serious bugfix
Joshua Kwan [Sun, 13 Jun 2004 03:05:47 +0000 (03:05 +0000)]
pretty serious bugfix

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@292 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoadd USER-authentication support
Joshua Kwan [Sat, 12 Jun 2004 00:11:18 +0000 (00:11 +0000)]
add USER-authentication support

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@291 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoUm, I committed code to copy the savefile some time ago.
Jilles Tjoelker [Fri, 4 Jun 2004 17:18:30 +0000 (17:18 +0000)]
Um, I committed code to copy the savefile some time ago.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@290 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoNULLify me if login fails
Joshua Kwan [Thu, 22 Apr 2004 15:04:15 +0000 (15:04 +0000)]
NULLify me if login fails

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@289 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoMerge J. Ali Harlow's patch for NhExt support, with a few changes.
Jilles Tjoelker [Wed, 21 Apr 2004 16:22:55 +0000 (16:22 +0000)]
Merge J. Ali Harlow's patch for NhExt support, with a few changes.

Tested a little whether nethack still works.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@288 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agomove junk around, genericize things
Joshua Kwan [Sat, 3 Apr 2004 19:27:42 +0000 (19:27 +0000)]
move junk around, genericize things

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@287 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoChange clear() to erase() for less flicker when refreshing watch list.
Jilles Tjoelker [Sun, 21 Mar 2004 16:53:07 +0000 (16:53 +0000)]
Change clear() to erase() for less flicker when refreshing watch list.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@286 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoSome small updates for dgl-create-chroot.conf.example.* and ^W in mygetnstr().
Jilles Tjoelker [Sat, 20 Mar 2004 19:48:56 +0000 (19:48 +0000)]
Some small updates for dgl-create-chroot.conf.example.* and ^W in mygetnstr().

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@285 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoImplement ^W for delete word.
Jilles Tjoelker [Sat, 20 Mar 2004 19:36:57 +0000 (19:36 +0000)]
Implement ^W for delete word.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@284 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoUpdate the date.
Jilles Tjoelker [Wed, 17 Mar 2004 14:05:44 +0000 (14:05 +0000)]
Update the date.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@283 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoAdd possibility to backup the savefile before starting nethack.
Jilles Tjoelker [Wed, 17 Mar 2004 14:04:31 +0000 (14:04 +0000)]
Add possibility to backup the savefile before starting nethack.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@282 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoYet another idea of mine
Jilles Tjoelker [Wed, 17 Mar 2004 13:53:44 +0000 (13:53 +0000)]
Yet another idea of mine

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@281 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoWait only 1/10 instead of 1 second between processes.
Jilles Tjoelker [Wed, 17 Mar 2004 13:51:31 +0000 (13:51 +0000)]
Wait only 1/10 instead of 1 second between processes.
(yes I know sleep x.y is not portable but waiting so long is so annoying)

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@280 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoShow more author information and websites
Jilles Tjoelker [Mon, 15 Mar 2004 14:23:11 +0000 (14:23 +0000)]
Show more author information and websites

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@279 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agonethack destroys the game if you send SIGHUP while it's at "Restoring
Jilles Tjoelker [Sun, 14 Mar 2004 23:33:15 +0000 (23:33 +0000)]
nethack destroys the game if you send SIGHUP while it's at "Restoring
save file...--More--"

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@278 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoRemoved the XXX comment, works fine on Mac OS X 10.3.2
Brett Carrington [Sat, 13 Mar 2004 00:41:39 +0000 (00:41 +0000)]
Removed the XXX comment, works fine on Mac OS X 10.3.2

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@277 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

22 years agoReset offset if necessary
Jilles Tjoelker [Fri, 12 Mar 2004 16:40:57 +0000 (16:40 +0000)]
Reset offset if necessary

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@276 db0b04b0-f4d1-0310-9a6d-de3e77497b0e