C# library to handle Elite Dangerous player journals
Properties | ||
.gitignore | ||
Credits.cs | ||
DockedEntry.cs | ||
edjournal.csproj | ||
edjournal.sln | ||
EliteDangerous.cs | ||
Entry.cs | ||
Events.cs | ||
FSDJumpEntry.cs | ||
JournalException.cs | ||
JournalFile.cs | ||
JournalStream.cs | ||
LICENCE.txt | ||
MarketSellEntry.cs | ||
MissionCompletedEntry.cs | ||
MultiSellExplorationDataEntry.cs | ||
packages.config | ||
PlayerJournal.cs | ||
README.md | ||
RedeemVoucherEntry.cs | ||
SellMicroResourcesEntry.cs |
EDJournal
EDJournal is a common library meant to ease the parsing of the Elite Dangerous player journal. It is used by projects such as NonaBGS, as well as others on this site.
It is by no means complete, and still requires a lot of work to properly handle all kinds of events.