Commit Graph

5 Commits

Author SHA1 Message Date
129f6b4fc2 Cleaned up a bunch of warnings and errors 2020-04-03 16:40:52 -06:00
a9fcc715d2 Removed unused imports from Wabbajack.Common.CSP 2019-11-21 15:26:25 +01:00
133fa2febd Async VFS Implementation (#171)
* New VFS implementation can load/save/analyze files. All in a immutable, lock free (mostly) async parallel manner.

* VFS indexing is complete

* Can stage files

* Can extract VirtualFiles into PortableFiles and create contexts from PortableFiles

* Code cleanup
2019-11-14 15:22:53 -07:00
29e6d577d2 Break the Channel interface into Read/Write/Close ports (#169) 2019-11-11 22:14:04 -07:00
d9ca38cdff Make BSA Routines async (#168)
* Make BSA routines async
2019-11-11 21:35:07 -07:00