Alex Barney
84cb7cd6b1
Check for duplicate Results when doing codegen
2020-03-23 09:37:50 -07:00
Alex Barney
1f4c904b04
Merge pull request #122 from Thealexbarney/multi-commit
...
Add IMultiCommitManager to FS server.
Recovering an interrupted commit is currently not implemented.
2020-03-23 09:19:10 -07:00
Alex Barney
f44b09ec1f
Add some Results
2020-03-23 09:10:55 -07:00
Alex Barney
95ef1c9529
Don't write to a read-only file
2020-03-22 17:52:27 -07:00
Alex Barney
8ead72ed84
Add OpenMultiCommitManager to IFileSystemProxy
2020-03-22 00:12:25 -07:00
Alex Barney
0ab96f67bf
Add new functions to existing classes deriving from IFileSystem
2020-03-21 23:37:32 -07:00
Alex Barney
ce54ae111c
Add MultiCommitManager
...
- Recovering from an interrupted commit isn't implemented yet
2020-03-21 22:44:38 -07:00
Alex Barney
d1110392b4
Add a function to specify that a returned Result is unused
2020-03-21 22:39:07 -07:00
Alex Barney
cd5d46c81b
Merge pull request #121 from Thealexbarney/open-filesystem
...
- Add OpenFileSystem in FileSystemProxy
- Add OpenHostFileSystem
- Add FS client shims for OpenHostFileSystem
2020-03-17 21:32:07 -07:00
Alex Barney
0e26c31a2f
Enable OpenHostFileSystem in FileSystemProxy and add XML docs
2020-03-16 15:07:09 -07:00
Alex Barney
f7957b4cc8
Remove some old code
2020-03-14 23:27:49 -07:00
Alex Barney
0c6447daac
Use U8StringBuilder instead of PathBuilder
2020-03-14 23:22:34 -07:00
Alex Barney
7b4df4671c
Add fs_Host shims
2020-03-14 00:18:42 -07:00
Alex Barney
a006816a2e
Allow opening directories with OpenFileSystem
2020-03-13 00:09:44 -07:00
Alex Barney
036e048208
Finish OpenFileSystemWithId enough to work with most content
2020-03-10 15:07:06 -07:00
Alex Barney
281fc8aac3
Add TryOpenNsp
2020-03-09 23:44:28 -07:00
Alex Barney
c79053eac3
Add more to OpenFileSystem
2020-03-09 23:44:28 -07:00
Alex Barney
a1eca88378
Add some of OpenFileSystemWithId
2020-03-09 23:44:28 -07:00
Alex Barney
d393c32e5b
Merge pull request #120 from Thealexbarney/utf8-strings
...
Use UTF-8 strings at more public API points.
There is still unnecessary UTF-16 to UTF-8 conversion internally. This PR is first focusing on the external interfaces.
2020-03-09 23:43:36 -07:00
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