Alex Barney
328968c630
Use U8Span more in FilleSystemClient
2020-03-09 00:06:39 -07:00
Alex Barney
c141b72912
Use U8Span in IFileSystem instead of string
2020-03-08 01:00:02 -07:00
Alex Barney
396c3ef791
Merge pull request #119 from Thealexbarney/layered-fs-fixes
...
- Don't return duplicate entries when doing Directory.Read or Directory.GetEntryCount on a LayeredFileSystem
- Add tests for LayeredFileSystem
- Remove DirectoryEntryType.NotFound
2020-03-03 18:29:29 -07:00
Alex Barney
d6fede0893
Don't return duplicate entries in LayeredFS. Add tests
2020-03-03 18:19:11 -07:00
Alex Barney
1f6046ba63
Remove DirectoryEntryType.NotFound
2020-03-03 18:16:29 -07:00
Alex Barney
7ce9ea09e6
Misc build updates
2020-02-29 01:36:23 -07:00
Alex Barney
4d8ace968f
Bump version to 0.9.0
2020-02-28 23:58:29 -07:00
Alex Barney
88acededb1
Merge pull request #117 from Thealexbarney/result-codegen
...
- Define Results in a .csv file and generate C# code from that.
- Add a default Result name resolver to get a name from a Result value.
- Generate XML doc summaries for Results.
2020-02-27 23:50:19 -07:00
Alex Barney
24f293c27a
Add names to Results missing them
2020-02-27 23:31:38 -07:00
Alex Barney
14dd2190a5
Add a default, reflection-less Result name resolver
2020-02-27 11:33:39 -07:00
Alex Barney
53c8dceb87
Add XML docs and a header to the Result files
2020-02-26 14:45:58 -07:00
Alex Barney
27618bbc45
Indent results based on hierarchy
2020-02-26 00:55:53 -07:00
Alex Barney
07d8b7c21e
Add results found in a Unity game
2020-02-25 17:32:30 -07:00
Alex Barney
5345d2747e
Generate Results from a .csv file
2020-02-24 14:45:51 -07:00
Alex Barney
bd9ad55715
Merge pull request #116 from Thealexbarney/cache-storage
...
Add support for cache storage
2020-02-24 00:42:00 -07:00
Alex Barney
7bef4c6cd9
Combine common code in EnsureApplicationSaveData
2020-02-22 03:05:04 -07:00
Alex Barney
cfb79f5780
Add EnsureApplicationCacheStorage
2020-02-18 23:12:23 -07:00
Alex Barney
44ff25ee9b
Add cache storage and an emulated SD card
2020-02-13 17:21:24 -07:00
Alex Barney
4ff12ec21b
Fix AesXtsFileSystem
2020-02-12 03:04:04 -07:00
Alex Barney
ea8cc33003
Always allow opening directory savedata
2020-02-12 03:04:04 -07:00
Alex Barney
ecf7bcd8ad
Rewrite SubdirectoryFileSystem
2020-02-12 03:04:04 -07:00
Alex Barney
1c28c08c94
Add PathNormalizer
2020-02-12 03:04:04 -07:00
Alex Barney
cb6827e6c2
Add PathTool.IsSubpath
2020-02-12 03:04:04 -07:00
Alex Barney
bc11d7ceaf
Implement Nintendo's path normalization functions
2020-02-12 03:04:04 -07:00
Alex Barney
ac3c496018
Run common tests on xts and subdir filesystems
2020-02-12 03:04:04 -07:00
Alex Barney
3139f6900e
Add common IFileSystem tests
...
Change GetFileAttributes method signature
2020-01-29 17:33:42 -07:00
Alex Barney
de13c71a0d
Add some Result XML docs
2020-01-26 15:34:26 -07:00
Alex Barney
0040db1153
Add IResultLogger and IResultNameResolver
2020-01-26 15:34:26 -07:00
Alex Barney
5910b9f9c2
Add some results from Atmosphere
2020-01-26 15:34:26 -07:00
Alex Barney
9034c54318
Refactor the Result struct
2020-01-26 15:34:26 -07:00
Alex Barney
35b82f5d6e
Misc tweaks ( #111 )
...
- Use System.HashCode in GetHashCode methods
- Update master key revisions.
- Remove some unneeded utility functions
- Suppress a spurious ReSharper warning
2020-01-19 23:31:23 -07:00
Alex Barney
1ae973a346
Add InMemoryFileSystem
2020-01-19 14:55:34 -07:00
Alex Barney
da467a10b0
Add ToU8String method to U8Span. Add PathTools.GetFileName
2020-01-19 14:55:34 -07:00
Alex Barney
b742a37012
Rewrite MemoryStorage
2020-01-19 14:55:34 -07:00
Alex Barney
857bde67ee
Simplify CoreRT build
2020-01-17 00:20:24 -07:00
Alex Barney
3c7f1692b7
Create temporary savedata in EnsureApplicationSaveData
2020-01-13 21:31:18 -07:00
Alex Barney
5b0c81fcf9
Clean temp storage on FileSystemServer init
2020-01-13 21:31:18 -07:00
Alex Barney
5c1a7920d2
Open temp directory savedata properly
2020-01-13 21:31:18 -07:00
Alex Barney
9c402df18a
Add SaveDataIndexerLite
2020-01-13 21:31:18 -07:00
Alex Barney
6abe565de1
Add more savedata shim functions
2020-01-13 21:31:18 -07:00
Alex Barney
b868c8f51a
Cast enums to int before formatting in string
2020-01-03 22:06:18 -07:00
Alex Barney
76598cfac9
Filter savedata info rank correctly
2020-01-03 22:06:18 -07:00
Alex Barney
e8bef8af6a
Update SourceLink package/info and target .NET Core 3.1 with hactoolnet ( #106 )
...
Make hactoolnet target the LTS .NET Core version.
LibHac still targets .NET Core 3.0.
2019-12-30 23:05:29 -07:00
Alex Barney
5e4ea459cb
Update var usage based on ReSharper "when apparent" rules
2019-12-28 15:16:21 -07:00
Alex Barney
496250f094
hactoolnet: add nax0 support
2019-12-27 19:18:29 -07:00
Alex Barney
d68062c8b4
Fix keyblob key derivation regression
2019-12-26 23:16:46 -07:00
Alex Barney
70a879917a
hactoolnet: Print the key used to sign/verify savedata
2019-12-26 23:16:46 -07:00
Alex Barney
dd74f44297
hactoolnet: Improve save processing error messages
...
Return a message indicating keys may be missing when a commit fails after replacing files in a save.
2019-12-18 11:59:23 -06:00
Alex Barney
2b828bb50f
Use runtime instead of compile-time conditionals for result logging
2019-12-18 11:59:23 -06:00
Alex Barney
47f2f4954a
Ensure returned result codes are logged
2019-12-18 11:59:23 -06:00