X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=yarrg%2Fwhere-vessels;h=219126db0c4951127df67bf0210716130b332793;hb=1cceda60563a883b6260cf6ac2279e031806f2de;hp=2e625c1e12e12815ec9ad13a3acf9ec51e0fc4d4;hpb=27d9c020c52e2ad3d6e8ae5c4b113f062ec01251;p=ypp-sc-tools.web-live.git diff --git a/yarrg/where-vessels b/yarrg/where-vessels index 2e625c1..219126d 100755 --- a/yarrg/where-vessels +++ b/yarrg/where-vessels @@ -254,8 +254,8 @@ proc vesselclasses-init {} { merchbrig fm mb {Merchant Brig} warbrig gm wb {War Brig} xebec hm xe Xebec - warfrig im wf {War Frigate} merchgal jm mg {Merchant Galleon} + warfrig im wf {War Frigate} grandfrig km gf {Grand Frigate} } set vc_codes {} @@ -267,24 +267,38 @@ proc vesselclasses-init {} { load-icon $abbrev } - load-icon unlocked - load-icon locked - load-icon battle - load-icon borrow - load-icon query - load-icon ours - load-icon dot + load-icon atsea + foreach a {battle borrow dot} { + foreach b {ours dot query} { + load-icon-combine $a $b + } + } } proc load-icon {icon} { image create bitmap icon/$icon -file icons/$icon.xbm } -proc code2abbrev-lock {lockown} { +proc load-icon-combine {args} { + set cmd {} + set delim "pnmcat -lr " + foreach icon $args { + append cmd $delim " <(xbmtopbm icons/$icon.xbm)" + set delim " <(pbmmake -white 1 1)" + } + append cmd " | pbmtoxbm" + debug "load-icon-combine $cmd" + image create bitmap icon/[join $args +] -data [exec bash -c $cmd] +} + +proc code-lockown2icon {lockown} { manyset [split $lockown ""] lock notown - append abbrev [lindex {* + -} $lock] - append abbrev [lindex {= - ?} [regsub {\D} $notown 2]] -} + return icon/[ + lindex {battle borrow dot} $lock + ]+[ + lindex {ours dot query} $notown + ] +} proc canvas-horiz-stack {xvar xoff y bind type args} { upvar 1 $xvar x @@ -306,12 +320,19 @@ proc code2canvas {code canvas x yvar qty qtylen bind} { incr stackx 2 set imy [expr {$y+2}] - append qty [lindex {? {}} $inport] + if {!$inport} { incr qtylen -1 } + if {$qtylen<=0} { set qtylen {} } set qty [format "%${qtylen}s" $qty] set qtyid [canvas-horiz-stack stackx 0 $y $bind \ text -anchor nw -font fixed -text $qty] + if {!$inport} { + canvas-horiz-stack stackx 0 $imy $bind \ + image -anchor nw -image icon/atsea + incr stackx + } + canvas-horiz-stack stackx -1 $imy $bind \ image -anchor nw -image icon/$vc_code2abbrev($class) @@ -321,15 +342,9 @@ proc code2canvas {code canvas x yvar qty qtylen bind} { $subclass } - manyset [split $lockown ""] lock notown - incr stackx canvas-horiz-stack stackx 0 $imy $bind \ - image -anchor nw -image icon/[lindex {battle dot locked} $lock] - incr stackx - canvas-horiz-stack stackx 0 $imy $bind \ - image -anchor nw -image icon/[lindex {ours dot query} \ - [regsub {\D} $notown 2]] + image -anchor nw -image [code-lockown2icon $lockown] incr stackx if {[string length $xabbrev]} { @@ -372,8 +387,7 @@ proc show-report-decode {code} { switch -exact $notown { 0 { report-set own "Yours" } 1 { report-set own "Other pirate's" } - U { report-set own "Owner not known" } - M { report-set own "Missing from notes" } + 2 { report-set own "Owner not specified in notes" } default { report-set own "?? $notown" } } @@ -402,19 +416,18 @@ proc filter-says-yes/size {codel} { proc filter-values/lockown {} { foreach lv {0 1 2} { - foreach ov {0 1 X} { + foreach ov {0 1 2} { lappend vals "$lv$ov" } } return $vals } -proc filter-map/lockown {lockown} { return [code2abbrev-lock $lockown] } +proc filter-icon/lockown {lockown} { return [code-lockown2icon $lockown] } proc filter-default/lockown {lockown} { return [regexp {^[01]|^2[^1]} $lockown] } proc filter-says-yes/lockown {codel} { set lockown [lindex $codel 3] - regsub -all {\D} $lockown X lockown upvar #0 filter_lockown($lockown) yes return $yes } @@ -582,13 +595,13 @@ proc vessel {vin} { set notown 1 } } else { - set notown U + set notown 2 } append abbrev $xabbrev set notes_used($vid) 1 } else { - set notown M + set notown 2 lappend note_missings [list $island $realname $vid] } @@ -1055,9 +1068,8 @@ proc invoke_notes {} { #---------- main program ---------- -vesselclasses-init - parseargs +vesselclasses-init argdefaults httpclientsetup where-vessels load-chart