C# library to handle Elite Dangerous player journals
Go to file
2022-02-26 13:17:30 +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 get localised name for victim 2022-02-12 16:08:49 +01:00
Credits.cs no decimal digits unless we actually have one 2022-01-26 09:59:57 +01:00
CrimeTypes.cs update crime entry 2022-01-23 16:43:16 +01:00
DiedEntry.cs add a few more entries to the library 2021-09-02 16:18:02 +02:00
DockedEntry.cs provide system address for lookup of system specific influence gains 2022-01-27 23:19:10 +01:00
edjournal.csproj provide detailed faction information from Location and FSDJump 2022-02-12 19:49:11 +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 SearchAndRescue event 2022-02-09 08:56:25 +01:00
Events.cs add SearchAndRescue event 2022-02-09 08:56:25 +01:00
Faction.cs provide detailed faction information from Location and FSDJump 2022-02-12 19:49:11 +01:00
FactionKillBondEntry.cs implement faction kill bonds 2021-09-28 14:14:37 +02:00
FSDJumpEntry.cs provide detailed faction information from Location and FSDJump 2022-02-12 19:49:11 +01: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 don't fail on empty lines 2022-01-22 13:19:58 +01: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 provide detailed faction information from Location and FSDJump 2022-02-12 19:49:11 +01:00
MarketBuyEntry.cs change types to long 2022-01-26 09:39:58 +01:00
MarketSellEntry.cs provide localised cargo name for market sell 2022-01-21 20:43:29 +01:00
MissionAbandonedEntry.cs also change other mission ids 2022-02-14 17:46:53 +01:00
MissionAcceptedEntry.cs refactor MissionAccepted 2022-02-14 17:44:41 +01:00
MissionCompletedEntry.cs missionids seem to require ulong 2022-02-14 17:45:41 +01:00
MissionFailedEntry.cs also change other mission ids 2022-02-14 17:46:53 +01:00
MissionNames.xml more mission names 2022-02-26 13:17:30 +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 fix voucher entry with multiple factions 2022-02-12 19:04:23 +01:00
SearchAndRescueEntry.cs add SearchAndRescue event 2022-02-09 08:56:25 +01:00
SellExplorationDataEntry.cs add new message for single cartographic selling 2022-01-22 13:17:44 +01:00
SellMicroResourcesEntry.cs initial release 2021-08-25 18:24:44 +02:00
SellOrganicDataEntry.cs add SellOrganicData event 2022-02-07 16:21:44 +01:00
ShieldStateEntry.cs add new entry types for the AFK app 2021-08-26 11:29:11 +02:00
ShipTargetedEntry.cs refactor ShipTargeted for murders 2022-02-11 13:06:47 +01: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