From: ian Date: Sun, 8 Jun 2008 22:49:10 +0000 (+0000) Subject: use movpos+; more logs X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=a2ce69859133856f3361abe2ebe78af2304e1294;p=trains.git use movpos+; more logs --- diff --git a/hostside/TODO b/hostside/TODO index b46f316..ca3538c 100644 --- a/hostside/TODO +++ b/hostside/TODO @@ -5,6 +5,7 @@ bugs extending front before reducing rear is sufficient this will not work if there are segments which are traversed more quickly than MARGIN_POLARISETIME + movpos++ when under train does not work - is ignored and gives ok want to document commands [!]movfeat and speed diff --git a/hostside/gui b/hostside/gui index 663da15..d386db5 100755 --- a/hostside/gui +++ b/hostside/gui @@ -126,7 +126,7 @@ proc report-problem {message} { proc widget-problem-report {} { global problem_reports report_problem_report - set problem_reports "\n\n\n\n" + set problem_reports "\n\n\n\n\n\n" label .problem-report -anchor w -justify left -takefocus 0 \ -border 2 -relief sunken -width 80 -textvariable problem_reports pack .problem-report -side top @@ -752,7 +752,7 @@ proc main {} { setting server railway {[[0-9a-z:].*} setting geometry {} {[-+]\d+[-+]\d+} setting posdeviation 10 {\d+} - setting movfeatcommand {movfeat++} {(?:!movfeat|movfeat\+?\+?)} + setting movfeatcommand {movfeat+} {(?:!movfeat|movfeat\+?\+?)} setting problemdisplayms 1000 {\d+} setting inputretryadd 5 {\d+} setting inputretrymax 15 {\d+}