MiRCART-python/IrcMiRCARTBot.py: updated.

assets/text/TODO: updated.
This commit is contained in:
Lucio Andrés Illanes Albornoz 2019-02-06 19:10:35 +01:00
parent 375324be9b
commit 7d80e5331f
2 changed files with 10 additions and 9 deletions

View File

@ -276,7 +276,7 @@ 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:
if len(argv) < 1 or len(argv) > 6:
print("usage: {} [-4|-6] [-l <local hostname>] " \
"<IRC server hostname> " \
"[<IRC server port; defaults to 6667>] " \

View File

@ -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