mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-16 04:26:37 +00:00
MiRCART-python/IrcMiRCARTBot.py: updated.
assets/text/TODO: updated.
This commit is contained in:
parent
375324be9b
commit
7d80e5331f
@ -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 <local hostname>]" \
|
||||
if len(argv) < 1 or len(argv) > 6:
|
||||
print("usage: {} [-4|-6] [-l <local hostname>] " \
|
||||
"<IRC server hostname> " \
|
||||
"[<IRC server port; defaults to 6667>] " \
|
||||
"[<IRC bot nick name; defaults to pngbot>] " \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user