Prep for 1.5.1

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@509 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2009-10-20 15:51:29 +00:00
parent add9a7fa49
commit 65eb9a89bc
3 changed files with 22 additions and 1 deletions

View File

@ -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.

18
TODO
View File

@ -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"

View File

@ -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)