diff --git a/Makefile b/Makefile index 5a7386b..f71895e 100644 --- a/Makefile +++ b/Makefile @@ -12,12 +12,12 @@ qrbytes: qrbytes.c qrcodes.inc: qrcodes.pl qrbytes curl -sL http://asciiexpress.net/gameserver/links.html | \ - sort | \ + sort -t\" -k 5 | \ ./qrcodes.pl >$@ titles.inc: titles.pl curl -sL http://asciiexpress.net/gameserver/links.html | \ - sort | \ + sort -t\" -k 5 | \ ./titles.pl >$@ gameserverclient: gameserverclient.s titles.inc qrcodes.inc diff --git a/c_ballblazer_selected.tiff b/c_ballblazer_selected.tiff index 82fd074..251a44d 100644 Binary files a/c_ballblazer_selected.tiff and b/c_ballblazer_selected.tiff differ diff --git a/c_gameserverdisk_mainscreen.tiff b/c_gameserverdisk_mainscreen.tiff index 63489dc..d2c70d1 100644 Binary files a/c_gameserverdisk_mainscreen.tiff and b/c_gameserverdisk_mainscreen.tiff differ diff --git a/demo.sh b/demo.sh index 14444e2..c4ff516 100755 --- a/demo.sh +++ b/demo.sh @@ -37,7 +37,7 @@ else fi DOWN=$((LINE - 1)) -TITLE=$(curl -sL http://asciiexpress.net/gameserver/links.html | sort | head -$LINE | tail -1 | awk -F\" '{print $4}') +TITLE=$(curl -sL http://asciiexpress.net/gameserver/links.html | sort -t\" -k 5 | head -$LINE | tail -1 | awk -F\" '{print $4}') echo echo -n "${TITLE}..." diff --git a/quick.scrp b/quick.scrp index 4a1d4aa..b2d3bd9 100644 --- a/quick.scrp +++ b/quick.scrp @@ -8,6 +8,7 @@ on run argv set my_down to item 6 of argv as number set my_demo to item 7 of argv as number + -- tell application "/Applications/Virtual ][/7.6/Virtual ][.app" tell application "Virtual ][" activate -- may need delay for this error: execution error: Virtual ][ got an error: Connection is invalid. (-609) diff --git a/quick.sh b/quick.sh index 14444e2..c4ff516 100755 --- a/quick.sh +++ b/quick.sh @@ -37,7 +37,7 @@ else fi DOWN=$((LINE - 1)) -TITLE=$(curl -sL http://asciiexpress.net/gameserver/links.html | sort | head -$LINE | tail -1 | awk -F\" '{print $4}') +TITLE=$(curl -sL http://asciiexpress.net/gameserver/links.html | sort -t\" -k 5 | head -$LINE | tail -1 | awk -F\" '{print $4}') echo echo -n "${TITLE}..." diff --git a/test.scrp b/test.scrp index f4336ed..8f238f0 100644 --- a/test.scrp +++ b/test.scrp @@ -60,8 +60,8 @@ on run argv -- normal speed set speed to regular - -- down arrow 17x and return - repeat 17 times + -- down arrow 16x and return + repeat 16 times type key down arrow delay 0.03 end repeat