1048 Commits

Author SHA1 Message Date
912fa0e064
WIP: FSSSignalDiscovered event support 2022-06-13 22:35:58 +03:00
Athanasius
9a8ca522e6
docs/Developers: Fix two minor typos 2022-06-13 10:33:13 +01:00
Athanasius
93b7dc07c2
Merge branch 'master' into live 2022-06-01 12:53:34 +01:00
Athanasius
12882b17da
Merge branch 'beta' 2022-06-01 12:52:03 +01:00
Athanasius
beeb73a6fb
Merge pull request #189 from EDCD/enhancement/188/augmentations-crosschecks
schemas: Ensure need for cross-checks on all augmentations is documented
2022-06-01 12:50:58 +01:00
Athanasius
85031ba2b0
schemas/template: Update template for StarSystem default & cross-checks
* New schemas will need to use `StarSystem`, not `SystemName` or `System`, if
  applicable, so have that example here.
* Any such augmentations need the cross-check mandating.
2022-05-31 13:21:49 +01:00
Athanasius
c3149f06bc
schemas/journal: Better word StarSystem and StarPos Augmentation docs
And also include the MUST about cross-checks.
2022-05-29 15:41:13 +01:00
Athanasius
bc628bff6f
schemas/journal: All relevant events already have SystemAddress
So there's no need to document it as an augmentation.  This was an error
based on examining the EDMC code.
2022-05-29 15:37:44 +01:00
Athanasius
e78ecc4ae7
schemas/scanbarycentre: Senders MUST apply cross-check on augmentations 2022-05-29 15:07:36 +01:00
Athanasius
c47699f11a
schemas/navbeaconscan: Senders MUST apply cross-check on augmentations 2022-05-29 15:05:01 +01:00
Athanasius
209a02a3bb
schemas/fssdiscoveryscan: Senders MUST apply cross-check on StarPos augmentation 2022-05-29 15:03:17 +01:00
Athanasius
fbdd531372
schemas/fssallbodiesfound: Senders MUST apply cross-check on StarPos augmentation 2022-05-29 15:00:44 +01:00
Athanasius
509521dd83
schemas/codexentry: Senders MUST apply cross-check on StarPos augmentation 2022-05-29 14:57:54 +01:00
Athanasius
3b84e851b8
schemas/approachsettlement: Senders MUST apply cross-checks on augmentations 2022-05-29 14:48:42 +01:00
Athanasius
d10b081be4
docs: Outline rules and caveats about data Augmentations
* Many will need a location cross-check.
* Call out this need in the fssbodysignals README.
2022-05-29 14:17:30 +01:00
Athanasius
370cef676f schemas/fssbodysignals: Use StarSystem not SystemName
This matches what's done in other schemas, and allows for use of common
code in EDMC.
2022-05-29 12:36:53 +00:00
Athanasius
bad1e3610b Merge branch 'beta' of github.com:EDCD/EDDN into beta 2022-05-29 11:19:28 +00:00
Athanasius
8e5b17acdd schemas/fssbodysignals: Augment also with SystemName (as per schema) 2022-05-29 11:18:53 +00:00
Athanasius
70a04a4f77
docs/Developers: Call out that Listeners need to pay attention to Augmentations 2022-05-29 12:05:05 +01:00
Athanasius
2aa605a2b3
Merge pull request #186 from spansh/fssbodysignals-body-name
Added BodyName field to FSSBodySignals
2022-05-25 16:48:11 +01:00
Gareth Harper
cda25f4882 added missing BodyName field 2022-05-25 15:46:13 +00:00
Athanasius
497a7603f3 Merge branch 'develop' into beta 2022-05-25 14:59:47 +00:00
Athanasius
a497c8463b Merge branch 'develop' of github.com:EDCD/EDDN into develop 2022-05-25 14:57:43 +00:00
Athanasius
3464c1b1cd
Merge pull request #185 from spansh/fssbodysignals
added fss body signals journal event
2022-05-25 15:56:08 +01:00
Gareth Harper
b9e624a351 make gateway use new schema 2022-05-25 14:39:55 +00:00
Gareth Harper
bece26156e added fss body signals journal event 2022-05-25 14:39:55 +00:00
Athanasius
91c6ef0108 scripts/eddn-report-log-errors: Handle non-parsable softwareVersion 2022-04-24 10:08:19 +00:00
Athanasius
de6551002f eddn-report-log-errors: fix #! line 2022-03-23 08:20:55 +00:00
Tobias Speicher
522189ec36
refactor: replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated

Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
2022-03-22 10:02:41 +01:00
Athanasius
61661926bc eddn-report-log-errors: New EDAOS shipyard/2 error 2022-03-20 09:12:56 +00:00
Athanasius
26dac58ceb eddn-report-log-errors: Some EDD 15.0.0.0 reported issues 2022-03-12 08:32:57 +00:00
Athanasius
1d15c546a8 scripts/eddn-report: Add Moonlight/1.3.4/Scan case 2022-02-27 18:58:32 +00:00
Athanasius
de277c88c7
scripts/eddn-report-log-errors: Re-sync with develop 2022-02-27 18:55:22 +00:00
Athanasius
18840d9f82
Merge branch 'develop' 2022-02-27 18:47:48 +00:00
Athanasius
7b3dc68ad4 Merge branch 'develop' of github.com:EDCD/EDDN into develop 2022-02-27 18:37:02 +00:00
Athanasius
78c71ce3ee
Merge pull request #183 from jcjveraa/develop
Add a very simple Java subscription example with JeroMQ 0.52
2022-02-27 18:29:30 +00:00
JelleV
aeeab4f4d2 Update SimpleJavaEDDNSubscribe.java 2022-02-27 17:42:59 +01:00
JelleV
47091574a3 A simple Java subscribe example with jermq 2022-02-27 17:41:35 +01:00
Athanasius
6607e3eb45 scripts/eddn-report-log-errors: EDSM/1.0.3: Materials as dict 2022-02-22 15:43:59 +00:00
Athanasius
2b141bf8ac scripts/eddn-report-log-errors: New 'EDSM'/1.0.3/journal/Scan error
* Also corrects the conditionals to both skip this and always log
  anything else.
2022-02-21 10:15:53 +00:00
Athanasius
a93c342550 scripts/eddn-report-log-errors: Ensure only 'known' things aren't printed
* Bump EDMC version to 5.3.0
* Use matching *for* known things and `pass`, and ensure there's an
  "else print" everywhere to catch unknown things.
2022-02-20 10:55:42 +00:00
Athanasius
b38659a6f8 Merge branch 'develop' of github.com:EDCD/EDDN into develop 2022-02-20 08:30:56 +00:00
Athanasius
dfead5b2ab scripts/eddn-report-log-errors: Don't print for 'old' G19s Companion 2022-02-20 08:30:05 +00:00
Athanasius
153edc27d4
Merge branch 'master' into live 2022-02-19 11:42:27 +00:00
Athanasius
d0cbae6b7a
Merge branch 'master' of github.com:EDCD/EDDN 2022-02-19 11:41:53 +00:00
Athanasius
447bf42fec
Merge branch 'develop' into beta 2022-02-19 11:39:33 +00:00
Athanasius
42866fdda9
approachesettlement/1: Add no-MarketID samples for testing 2022-02-19 11:38:56 +00:00
Athanasius
77a2d41d96
approachsettlement/1: Allow MarketID to be optional & document why 2022-02-19 11:29:19 +00:00
Athanasius
8c2a5dca6f scripts/eddn-report-log-errors: Use fileinput & update for latest
* Use fileinput, makes it easy to use '-' as 'stdin please'.
* EDDLite 2.0.0.0: Bad date-time
* EDMC >= 5.2.4: approachsettelement/1 issues
2022-02-18 18:07:14 +00:00
Athanasius
05d5d0215a scripts/eddn-report-log-errors: Use a semantic_version comparison
Hardcoding to only **equal** to 'current known latest version' requires
maintenance on any new release of a Sender.  So leverage
`semantic_version.Version.coerce('<version>')` instead so we catch "this
or later versions".
2022-02-17 11:06:01 +00:00