-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Many changes #1
Many changes #1
Conversation
barncastle
commented
May 25, 2019
- Added a solution file and some new projects
- Unit Test (can remove was just for testing... funnily enough)
- DBFileReaderLib
- Added DBFileReaderLib so the lib supports reading
- Supports all DB types and now DBCache.bin
- purposely segregated as per @Marlamin's request
- Fixes
- Added a field accessor for DBCDRows
revert project frameworks to netstandard2.0
Minor note, neither DBCD or DBFileReaderLib can be compiled as Release due to missing I also just pushed a new version of DBDefsLib that doesn't try to open files for writing when reading. |
Crashes when parsing soundkitname.db2 from 8.2.0.30669 and possibly more builds. Issue seems to be centered around stringTable reading. Crashes on line 59/60 of WDC3Reader.cs with |
@Marlamin these should be fixed with the above two commits |
change indexer to return a single record instead of an IEnumerable change DBCDStorage to concrete it's records on load for better performance