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:
parent
add9a7fa49
commit
65eb9a89bc
|
@ -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
18
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"
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue