C# library to handle Elite Dangerous player journals
Go to file
2021-09-28 15:08:42 +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
CommitCrimeEntry.cs add a few more entries to the library 2021-09-02 16:18:02 +02:00
Credits.cs fix 0 credit being shown with M suffix 2021-08-28 00:56:32 +02:00
DiedEntry.cs add a few more entries to the library 2021-09-02 16:18:02 +02:00
DockedEntry.cs initial release 2021-08-25 18:24:44 +02:00
edjournal.csproj implement faction kill bonds 2021-09-28 14:14:37 +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 implement faction kill bonds 2021-09-28 14:14:37 +02:00
Events.cs implement faction kill bonds 2021-09-28 14:14:37 +02:00
FactionKillBondEntry.cs implement faction kill bonds 2021-09-28 14:14:37 +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 add better entry for MarketSell 2021-09-28 15:08:42 +02:00
MissionAbandonedEntry.cs handle mission abandoned 2021-08-27 20:05:31 +02:00
MissionAcceptedEntry.cs add target faction to mission accepted 2021-08-28 00:10:24 +02:00
MissionCompletedEntry.cs implement faction kill bonds 2021-09-28 14:14:37 +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 make LINQ statement simpler 2021-08-27 22:15:56 +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