chiark / gitweb /
use movpos+; more logs
authorian <ian>
Sun, 8 Jun 2008 22:49:10 +0000 (22:49 +0000)
committerian <ian>
Sun, 8 Jun 2008 22:49:10 +0000 (22:49 +0000)
hostside/TODO
hostside/gui

index b46f316b061b8b0d4cbeaaa0d607ae5bde990b01..ca3538c97829e50e3b8f1ae987ce0610b3e0d9fe 100644 (file)
@@ -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
index 663da155e252f1eaaab2e515718f213b6e74c81c..d386db5aae3a3cb7811413d13c4310bbf09c2d0a 100755 (executable)
@@ -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+}