Skip to content

Commit

Permalink
Split TODO into separate file.
Browse files Browse the repository at this point in the history
  • Loading branch information
victorbush committed Apr 4, 2020
1 parent c9f47c7 commit c8b0460
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,5 @@ There are two components to this project.
- NefsLib - a C# library for working with NeFS archives.
- NefsEdit - a Windows Forms application that uses NefsLib.

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

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

0 comments on commit c8b0460

Please sign in to comment.