C# library to handle Elite Dangerous player journals
Go to file
2022-01-21 19:42:20 +01: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 complete DockedEntry 2021-11-17 20:54:58 +01:00
edjournal.csproj move mission names to XML file 2022-01-21 19:42:20 +01: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 new entry subclass for MarketBuy 2022-01-12 16:19:26 +01:00
Events.cs add a new entry subclass for MarketBuy 2022-01-12 16:19:26 +01: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
HumanReadableMissionName.cs move mission names to XML file 2022-01-21 19:42:20 +01: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
LocationEntry.cs add location message 2021-11-15 18:39:12 +01:00
MarketBuyEntry.cs add a new entry subclass for MarketBuy 2022-01-12 16:19:26 +01: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 fix bug in name generation 2021-11-16 18:43:43 +01:00
MissionFailedEntry.cs rework human readable names 2021-11-12 22:23:12 +01:00
MissionNames.xml move mission names to XML file 2022-01-21 19:42:20 +01: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 parse faction for vouchers 2021-10-07 08:52:19 +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