]> skyeroc.xyz Git - dgamelaunch/commitdiff
Prep for 1.5.1
authorPasi Kallinen <paxed@alt.org>
Tue, 20 Oct 2009 15:51:29 +0000 (15:51 +0000)
committerPasi Kallinen <paxed@alt.org>
Tue, 20 Oct 2009 15:51:29 +0000 (15:51 +0000)
git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@509 db0b04b0-f4d1-0310-9a6d-de3e77497b0e

Changelog
TODO
configure.ac

index eee8c12f42e25e3e7d2a4271bc465a1f6e1f3a64..f07e96d138ca431126764390aa860fbc656cc6da 100644 (file)
--- 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 f374d10e8d6b4bfaebf440c37219b8ed57803d62..ee1165375d2ba1cb1a85feac6395cb9464a94f4c 100644 (file)
--- 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"
index 53cc73da85b9c43b9b9c48beebe06a432c8c4622..c0ca7819ecc79820ddcc2da6eb5f71845bdad9f9 100644 (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)