Skip to content

Commit c8b0460

Browse files
committed
Split TODO into separate file.
1 parent c9f47c7 commit c8b0460

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,5 @@ There are two components to this project.
66
- NefsLib - a C# library for working with NeFS archives.
77
- NefsEdit - a Windows Forms application that uses NefsLib.
88

9-
## TODO
10-
- Add a recent files list.
11-
- Console logging performance issues.
12-
- Allow associating .nefs files with the app, and allow opening an archive via command line.
13-
- Add protection against saving over an archive in a game's directory (or always force a "Save As").
14-
- Fix sorting by id in debug view (and allow resetting sorting order?)
15-
- Extracting non-compressed files from encrypted archives?
16-
- Check if the part 6 field has a flag indicating if data is encrypted.
17-
- Fix verifying hash for game.dat headers.
18-
- Fix part 3 writing. Need to append bytes to end to get on a 4 byte boundary (?)
19-
209
## Acknowledgements
2110
Special thanks to [@Gigi1237]( https://github.com/Gigi1237 ) for encryption work.

TODO.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# TODO
2+
- Add a recent files list.
3+
- Console logging performance issues.
4+
- Allow associating .nefs files with the app, and allow opening an archive via command line.
5+
- Add protection against saving over an archive in a game's directory (or always force a "Save As").
6+
- Fix sorting by id in debug view (and allow resetting sorting order?)
7+
- Extracting non-compressed files from encrypted archives?
8+
- Check if the part 6 field has a flag indicating if data is encrypted.
9+
- Fix verifying hash for game.dat headers.
10+
- Fix part 3 writing. Need to append bytes to end to get on a 4 byte boundary (?)

0 commit comments

Comments
 (0)