From 7d80e5331f0453efc822c9ef66dae0e9b8906ea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Wed, 6 Feb 2019 19:10:35 +0100 Subject: [PATCH] MiRCART-python/IrcMiRCARTBot.py: updated. assets/text/TODO: updated. --- MiRCART-python/IrcMiRCARTBot.py | 4 ++-- assets/text/TODO | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/MiRCART-python/IrcMiRCARTBot.py b/MiRCART-python/IrcMiRCARTBot.py index 04f0bd4..8e25125 100755 --- a/MiRCART-python/IrcMiRCARTBot.py +++ b/MiRCART-python/IrcMiRCARTBot.py @@ -276,8 +276,8 @@ def main(optdict, *argv): if __name__ == "__main__": optlist, argv = getopt(sys.argv[1:], "46l:") optdict = dict(optlist) - if len(argv) < 1 or len(argv) > 4: - print("usage: {} [-4|-6] [-l ]" \ + if len(argv) < 1 or len(argv) > 6: + print("usage: {} [-4|-6] [-l ] " \ " " \ "[] " \ "[] " \ diff --git a/assets/text/TODO b/assets/text/TODO index ea6fa13..3d86910 100644 --- a/assets/text/TODO +++ b/assets/text/TODO @@ -1,12 +1,13 @@ 1) feature: animation; Blender mIRCart Python importer plugin 2) feature: {bold,italic,underline} attributes -3) feature: draw w/ keyboard instead of [LR]MB -4) feature: {line,measuring} tool -5) feature: multiplayer realtime editing -6) feature: status bar w/ position, etc. -7) feature: zoom {in,out} (esp. on Android) -8) reimplement: ANSI (maybe,) {save,upload} as PNG & gallery, cutoff (print line #(s) affected, tunably,) shaders (maybe) -9) releases: provide signed release APK +3) feature: comic editor/generator * +4) feature: draw w/ keyboard instead of [LR]MB +5) feature: {line,measuring} tool +6) feature: multiplayer realtime editing +7) feature: status bar w/ position, etc. +8) feature: zoom {in,out} (esp. on Android) +9) reimplement: ANSI (maybe,) {save,upload} as PNG & gallery, cutoff (print line #(s) affected, tunably,) shaders (maybe) +10) releases: provide signed release APK In progress: 1) each newly created & modified(!) ascii is assigned an ascii UUID, if not present already