Skip to content

Commit 7088657

Browse files
committed
changed colors, fixed a few small things
1 parent 563b805 commit 7088657

104 files changed

Lines changed: 10941 additions & 307 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1.33 KB
Binary file not shown.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux.zip renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux.zip

7.84 MB
Binary file not shown.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Externals/revzip.so renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Externals/revzip.so

File renamed without changes.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Externals/tsNet-x86.so renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Externals/tsNet-x86.so

File renamed without changes.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/Howstr_Desktop_Beta renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/Howstr_Desktop_Beta

13.6 MB
Binary file not shown.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/archiveomatic.livecodescript renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/archiveomatic.livecodescript

File renamed without changes.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux_x64/software/displayerang.livecode renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/displayerang.livecode

Lines changed: 96 additions & 50 deletions
Large diffs are not rendered by default.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/easyJSON.livecode renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/easyJSON.livecode

File renamed without changes.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_Linux/software/filephile.livecode renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/filephile.livecode

File renamed without changes.

Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017APR17_2006/Howstr_Desktop_Beta_2017APR17_2006_MacOSX/Howstr_Desktop_Beta.app/Contents/Resources/_MacOS/software/grapherrific.livecode renamed to Howstr_Desktop_Beta/Howstr_Desktop_Beta/Howstr_Desktop_Beta_2017MAY23_1021_Linux/software/grapherrific.livecode

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -902,6 +902,10 @@ command adjList @pMain,@pShort
902902
repeat for each key tDoc in pMain
903903
put pMain[tDoc][0]["pointerTags"] into pShort[tDoc][0]["pointerTags"]
904904
end repeat
905+
-- hacky way to track states that should export with a weight of 1
906+
if pMain[1][0]["onlyone"] is not empty then
907+
put pMain[1][0]["onlyone"] into pShort[1][0]["onlyone"]
908+
end if
905909
end adjList
906910

907911
command topoSort @pShort,@pTopo,@pNoViz,@pNotes

0 commit comments

Comments
 (0)