Justin Swanson
|
5db84a6ee6
|
Replaced all File.OpenWrite calls /w .Open(FileMode.Create)
File.OpenWrite is equivalent to FileMode.OpenOrCreate, which caused errors when replacing a file that was larger previously
|
2020-01-18 14:52:09 -06:00 |
|
Timothy Baldridge
|
e32be75816
|
Don't use such a big BA2 file for recompression
|
2019-12-23 16:05:00 -07:00 |
|
Justin Swanson
|
bcd7c95caf
|
Merge branch 'master' into async-exploration
|
2019-12-12 19:49:40 -06:00 |
|
Timothy Baldridge
|
df4dcfa761
|
Use extension methods to get game metadata
|
2019-12-09 15:46:03 -07:00 |
|
Justin Swanson
|
63afc2dc9e
|
Remaining NexusAPI made async
|
2019-12-07 00:40:29 -06:00 |
|
Justin Swanson
|
a25fc9d1a9
|
Lots of NexusAPI refactored to async
|
2019-12-07 00:40:29 -06:00 |
|
Justin Swanson
|
43dc6953c5
|
AbstractDownloadState download made async
|
2019-12-07 00:40:22 -06:00 |
|
Justin Swanson
|
e9deda9f44
|
Large swap to make WorkQueue able to take Task work items
|
2019-12-06 22:47:49 -06:00 |
|
Timothy Baldridge
|
f67a235274
|
Logs and exceptions as classes
|
2019-12-04 16:17:02 -07:00 |
|
Timothy Baldridge
|
2afcb83456
|
Switch directory deleting back to use a shell process. It's the only 100% reliable method I've found.
|
2019-11-23 10:37:24 -07:00 |
|
Timothy Baldridge
|
8a680a8f14
|
Several fixes for compilation and caching.
|
2019-11-21 22:19:42 -07:00 |
|
erri120
|
abd2ef70d5
|
Fixed naming in Compression.BSA.Test
|
2019-11-21 16:41:46 +01:00 |
|
Timothy Baldridge
|
baab601f09
|
Rework Work queue to be non-static
|
2019-11-16 21:16:42 -07:00 |
|
Timothy Baldridge
|
11cd96693a
|
Compiles, working through the tests
|
2019-11-15 17:01:37 -07:00 |
|
Timothy Baldridge
|
0cb6f2fa69
|
Make File Extractor async
|
2019-11-11 22:33:32 -07:00 |
|
Timothy Baldridge
|
d9ca38cdff
|
Make BSA Routines async (#168)
* Make BSA routines async
|
2019-11-11 21:35:07 -07:00 |
|
Timothy Baldridge
|
df69068356
|
Fix broken tests on build server
|
2019-11-10 23:24:21 -07:00 |
|
Timothy Baldridge
|
c3daf2b1bc
|
Add unit tests for BSAs
|
2019-11-10 23:15:52 -07:00 |
|