Add save reading

Add lib lzokay to uncompress lzo data
Display character stats on hover
+ Minor bug fixes and improvements
This commit is contained in:
Qudix
2021-09-30 02:34:07 -05:00
parent ed23f47535
commit e748d945d9
3 changed files with 744 additions and 45 deletions
File diff suppressed because it is too large Load Diff
+1
View File
@@ -1 +1,2 @@
vdf==3.4
lzokay==1.0
+3 -1
View File
@@ -11,7 +11,6 @@ multi_line_output = 3
known_mobase = mobase
sections=FUTURE,STDLIB,THIRDPARTY,MOBASE,FIRSTPARTY,LOCALFOLDER
[mypy]
warn_return_any = True
warn_unused_configs = True
@@ -19,6 +18,9 @@ warn_unused_configs = True
[mypy-vdf.*]
ignore_missing_imports = True
[mypy-_lzokay.*]
ignore_missing_imports = True
[tox:tox]
skipsdist = true
envlist = py38-lint