f8c6ad47beAdded intermediate object files, virus, and ee executables to gitignore.
kenkeiras
2014-02-11 19:09:55 -0500
ce52452e42Update Makefile.in
Steve Wills
2013-10-04 04:09:16 +0000
389c137df9Allow repeat prefix for move paragraph forward/backward command
Pasi Kallinen
2013-05-25 12:36:02 +0300
3c17a9b1bfFix string search commands, so they don't crash when command repeat prefix is too big.
Pasi Kallinen
2013-05-25 12:32:41 +0300
f9ca114072Minor code improvement
Pasi Kallinen
2013-05-25 12:01:25 +0300
ffc8d8bc1cFix most of the commands that would crash if you gave a too big command repeat prefix number.
Pasi Kallinen
2013-05-25 11:36:23 +0300
d54512a31fAdd a -c option (login shell command) with an error message. (from Edoardo Spadolini)
Pasi Kallinen
2013-03-04 17:26:06 +0200
4d16194de8Change the shared memory key to the password file. (from Edoardo Spadolini)
Pasi Kallinen
2013-03-04 17:08:49 +0200
1a08194dfePrevent input of non-ascii characters (from Edoardo Spadolini)
Pasi Kallinen
2013-03-04 17:03:53 +0200
768cddff32Add config option "flowcontrol" to disable XON/XOFF.
Pasi Kallinen
2012-12-18 18:34:06 +0200
d30dbda897Virus: Fix dot command segfault
Pasi Kallinen
2012-12-15 19:42:54 +0200
9bd76d6c15Add default_term configuration option. If the user's TERM is something unknown, dgl will use the default_term instead.
Pasi Kallinen
2012-12-15 01:17:20 +0200
7a565e5e14Add some missing signal blocking, perhaps this will fix the jammed shared memory block in watching menu.
Pasi Kallinen
2012-09-09 19:51:01 +0300
934c992319Remove brace hilite, text auto indent, etc. from virus
Pasi Kallinen
2012-06-10 16:56:19 +0300
2407611518Allow 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.
Pasi Kallinen
2012-06-04 18:11:56 +0300
f29618c783Change 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.
root
2012-06-03 09:45:58 +0300
820cecae54Add the err.h include
Pasi Kallinen
2012-05-21 23:05:43 +0300
7c0741110eEnsure valid values in watching
Pasi Kallinen
2012-03-17 12:17:02 +0200
3ef04ef269Convert svn:ignore properties to .gitignore.
git-svn-migrate
2011-12-11 17:46:34 +0200
bb5507b983Allow defining the login db in config file also when using sqlite.
Pasi Kallinen
2011-10-13 16:13:53 +0000
a6ab367469Update TODO
Pasi Kallinen
2011-10-12 15:35:44 +0000
3f402d4bbdFix ee's check for ERR input (bhaak).
Pasi Kallinen
2011-10-12 14:50:37 +0000
97967299eaA very primitive Unicode conversion of ee. This introduces a 1MB file limit due to a lame static buffer in one place. (Adam Borowski <kilobyte@angband.pl>)
Pasi Kallinen
2011-10-12 14:49:01 +0000
b5d3e6257bAllow getting the server time and date via banner variables: bannervars = [ "$DATETIME" = timeformat("%F %T") ]
Pasi Kallinen
2011-10-12 14:34:40 +0000
5a0c90fa0fMake bannerstrmangle able to handle arbitrarily long strings.
Pasi Kallinen
2011-10-11 18:05:11 +0000
6e6d773dd1README and Changelog update.
Pasi Kallinen
2011-10-11 16:48:21 +0000
85d39473fbAlways draw the whole banner.
Pasi Kallinen
2011-10-11 15:50:59 +0000
228be4b554Document commandline parameters and environment variables
Pasi Kallinen
2011-10-10 19:28:28 +0000
4098176edcDocument error codes. Make all error conditions return unique error codes.
Pasi Kallinen
2011-10-10 19:06:20 +0000
d770f8ed96Add "duration" watch-mode column, which shows time since the game was started.
Pasi Kallinen
2011-10-10 17:50:41 +0000
b42d170041Add configurable default filemode.
Pasi Kallinen
2011-10-09 19:09:43 +0000
acfbf2781d...except ncurses prevents using escape sequences. Grh.
Pasi Kallinen
2011-10-09 18:01:59 +0000
6bce15fd41Add $ESC(code), which allows changing text color and attributes in banners.
Pasi Kallinen
2011-10-09 17:47:24 +0000
1b0489d50fDocument $INCLUDE()
Pasi Kallinen
2011-10-09 16:36:58 +0000
0ba0998eceReplace server_id with generic configurable string replacements usable in banners.
Pasi Kallinen
2011-10-09 15:31:34 +0000
78e94fa5deAdd %t string formatting, for the TTYREC of the last played game. (Edoardo Spadolini <kerio00@gmail.com>)
Pasi Kallinen
2011-10-07 14:41:21 +0000
76be23aa5cAdd option -i <name> to initialize a player externally. (Marc H. Thoben <root@develz.org>)
Pasi Kallinen
2011-10-03 15:53:34 +0000
8e076008d1Tweak output of -s slightly. (Marc H. Thoben <root@develz.org>)
Pasi Kallinen
2011-10-03 15:49:14 +0000
3b189f61d9Add option -s to show active players. (Marc H. Thoben <root@develz.org>)
Pasi Kallinen
2011-10-03 15:45:46 +0000
b2ffeb7c3etry to not stomp all over ncurses' WINCH handler (Jesse Luehrs <doy@tozt.net>)
Pasi Kallinen
2011-10-03 15:42:30 +0000
6942ccae67Stop reinitializing curses inside a signal handler (doy).
Pasi Kallinen
2011-10-03 15:40:03 +0000
e29747ab89Set a more sane default filemode. (Marc H. Thoben <root@develz.org>)
Pasi Kallinen
2011-10-03 15:37:26 +0000
ae54e1ae83Ignore some more spurious vt100 G-charset switches in IBM mode.
Pasi Kallinen
2011-10-03 15:36:03 +0000
cc6cf14b6fBlindly assume the user's terminal can do Unicode or be switched into it.
Pasi Kallinen
2011-10-03 15:34:01 +0000
eae0ddf649Allow querying the game via --print-charset if encoding is "ask". (Adam Borowski <kilobyte@angband.pl>)
Pasi Kallinen
2011-10-03 15:31:15 +0000
d497cb4529Convert ancient encodings on the game's output.
Pasi Kallinen
2011-10-03 15:28:49 +0000
e2af2199f4Fix watch_columns shift/reduce conflict: watch_columns was being used in both a standalone rule and as a KeyType. (Darshan Shaligram <scintilla@gmail.com>)
Pasi Kallinen
2011-10-03 14:50:35 +0000
6439b5788bDocument the watch_columns option. (Darshan Shaligram <scintilla@gmail.com>)
Pasi Kallinen
2011-10-03 14:49:22 +0000
2004c0e472Accept escape to go back in menus. (Darshan Shaligram <scintilla@gmail.com>)
Pasi Kallinen
2011-10-03 14:47:50 +0000
9fc78de52eBugfix: when using sqlite and registering a nick with length longer or equal to max_newnick_len, it may have succeeded even if such a nick already existed.
Pasi Kallinen
2011-10-03 13:47:19 +0000
11dfabda89Fix the "unlink" command so it actually works.
Pasi Kallinen
2011-08-31 14:42:37 +0000
b1e40ba5b7Add per-game "postcommand" hook, executed right after the game ends.
Pasi Kallinen
2011-08-31 14:36:22 +0000