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,8 +276,8 @@ def main(optdict, *argv):
if __name__ == "__main__": if __name__ == "__main__":
optlist, argv = getopt(sys.argv[1:], "46l:") optlist, argv = getopt(sys.argv[1:], "46l:")
optdict = dict(optlist) 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>]" \ print("usage: {} [-4|-6] [-l <local hostname>] " \
"<IRC server hostname> " \ "<IRC server hostname> " \
"[<IRC server port; defaults to 6667>] " \ "[<IRC server port; defaults to 6667>] " \
"[<IRC bot nick name; defaults to pngbot>] " \ "[<IRC bot nick name; defaults to pngbot>] " \

View File

@ -1,12 +1,13 @@
1) feature: animation; Blender mIRCart Python importer plugin 1) feature: animation; Blender mIRCart Python importer plugin
2) feature: {bold,italic,underline} attributes 2) feature: {bold,italic,underline} attributes
3) feature: draw w/ keyboard instead of [LR]MB 3) feature: comic editor/generator *
4) feature: {line,measuring} tool 4) feature: draw w/ keyboard instead of [LR]MB
5) feature: multiplayer realtime editing 5) feature: {line,measuring} tool
6) feature: status bar w/ position, etc. 6) feature: multiplayer realtime editing
7) feature: zoom {in,out} (esp. on Android) 7) feature: status bar w/ position, etc.
8) reimplement: ANSI (maybe,) {save,upload} as PNG & gallery, cutoff (print line #(s) affected, tunably,) shaders (maybe) 8) feature: zoom {in,out} (esp. on Android)
9) releases: provide signed release APK 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: In progress:
1) each newly created & modified(!) ascii is assigned an ascii UUID, if not present already 1) each newly created & modified(!) ascii is assigned an ascii UUID, if not present already