mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-16 12:36:38 +00:00
MiRCART-python/IrcMiRCARTBot.py: updated.
assets/text/TODO: updated.
This commit is contained in:
parent
375324be9b
commit
7d80e5331f
@ -276,7 +276,7 @@ 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>] " \
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user