From 65eb9a89bc4f1344a3a487cf793e94cefe5d6921 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Tue, 20 Oct 2009 15:51:29 +0000 Subject: [PATCH] Prep for 1.5.1 git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@509 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Changelog | 3 +++ TODO | 18 ++++++++++++++++++ configure.ac | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index eee8c12..f07e96d 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +1.5.1 (2010/??/??) + * Allow sorting the watching-menu by any column. + 1.5.0 (2009/10/18) * Merge the dgl-wall functionality into dgamelaunch itself. * Allow any number of games per dgl installation without recompile. diff --git a/TODO b/TODO index f374d10..ee11653 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,21 @@ +-allow the admin to config the watching menu: + -top banner + -bottom banner + -remove and reorder the columns: + watch_title = " Name Game Size Start date & time Idle" + this doesn't allow hiliting the sorted title, though... + watch_columns = "0) 1 2 3 4 5 6" + where the numbers correspond to the columns, everything else + is passed through. the columns have default widths. + col 0=selectletter, 1=playername, 2=gamenum, 3=termsize, 4=startdate, + 5=starttime, 6=idletime + -set default sort method + +-allow admin to set per-game "extra info" file, + extrainfofile = "/nh343/var/extrainfo/%n.xtranfo" + contents of which are shown in the watching menu as info-column. + the game is responsible for updating the contents of that file. + -update virus to the newest version. -allow changing the name where the ttyrecs are saved, like ttyrec_fn = "%rttyrec/%n/%g/%p.ttyrec" diff --git a/configure.ac b/configure.ac index 53cc73d..c0ca781 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Use autoconf 2.53 dnl (Things tend to break across versions, they're neither upwards nor dnl downward compatible. Blame GNU.) -AC_INIT(dgamelaunch, [1.5.0]) +AC_INIT(dgamelaunch, [1.5.1]) AC_PREREQ(2.53) AC_CONFIG_HEADER(config.h) -- 2.47.3