C# library to handle Elite Dangerous player journals
Go to file
2021-08-27 19:33:01 +02:00
Properties initial release 2021-08-25 18:24:44 +02:00
.gitignore update ignore 2021-08-25 18:26:24 +02:00
BountyEntry.cs add new entry types for the AFK app 2021-08-26 11:29:11 +02:00
Credits.cs initial release 2021-08-25 18:24:44 +02:00
DockedEntry.cs initial release 2021-08-25 18:24:44 +02:00
edjournal.csproj add a few more entries for the AFK build 2021-08-27 12:11:03 +02:00
edjournal.sln initial release 2021-08-25 18:24:44 +02:00
EliteDangerous.cs initial release 2021-08-25 18:24:44 +02:00
Entry.cs add a few more entries for the AFK build 2021-08-27 12:11:03 +02:00
Events.cs add a few more entries for the AFK build 2021-08-27 12:11:03 +02:00
FSDJumpEntry.cs initial release 2021-08-25 18:24:44 +02:00
HullDamageEntry.cs add a few more entries for the AFK build 2021-08-27 12:11:03 +02:00
JournalException.cs initial release 2021-08-25 18:24:44 +02:00
JournalFile.cs fix journal file so that it only reports on brand new events 2021-08-27 19:33:01 +02:00
JournalStream.cs fix journal file so that it only reports on brand new events 2021-08-27 19:33:01 +02:00
LICENCE.txt initial release 2021-08-25 18:24:44 +02:00
MarketSellEntry.cs initial release 2021-08-25 18:24:44 +02:00
MissionAcceptedEntry.cs add new entry types for the AFK app 2021-08-26 11:29:11 +02:00
MissionCompletedEntry.cs initial release 2021-08-25 18:24:44 +02:00
MissionRedirectedEntry.cs add new entry types for the AFK app 2021-08-26 11:29:11 +02:00
MultiSellExplorationDataEntry.cs initial release 2021-08-25 18:24:44 +02:00
packages.config initial release 2021-08-25 18:24:44 +02:00
PlayerJournal.cs fix journal file so that it only reports on brand new events 2021-08-27 19:33:01 +02:00
README.md initial release 2021-08-25 18:24:44 +02:00
RedeemVoucherEntry.cs initial release 2021-08-25 18:24:44 +02:00
SellMicroResourcesEntry.cs initial release 2021-08-25 18:24:44 +02:00
ShieldStateEntry.cs add new entry types for the AFK app 2021-08-26 11:29:11 +02:00
ShipTargetedEntry.cs add new entry types for the AFK app 2021-08-26 11:29:11 +02:00
UnderAttackEntry.cs add new entry types for the AFK app 2021-08-26 11:29:11 +02:00

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.

Useful Resources