You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is currently a mess: enormous scripts with global variables and so on.
This has to be fixed to make this project more maintainable (06/01/2023 as suggested by Haruma):
no class for json encoding (11/12/2023).
move the conversion functions to libraries (07/01/2023).
raise errors from the error that caused it to provide a better error message (10/01/2023)
split up rton2json and json2rton (21/01/2023).
split up rijndael (21/01/2023).
no global variables (21/01/2023).
split unpack.py (21/01/2023)
split up patch.py (21/01/2023)
more comments (27/01/2023)
split up pyvz2.io (29/01/2023)
use functions for all colour formatting (02/02/2023)
split up max.py (Feb 7, 2023)
type annotations (Mar 3, 2023)
The text was updated successfully, but these errors were encountered:
The code is currently a mess: enormous scripts with global variables and so on.
This has to be fixed to make this project more maintainable (06/01/2023 as suggested by Haruma):
The text was updated successfully, but these errors were encountered: