This repository has been archived by the owner on Jun 28, 2019. It is now read-only.
Releases: srmo/eddiscovery-metallicity-scan
Releases · srmo/eddiscovery-metallicity-scan
PRE-ALPHA: Bugfix release and export functionality
This release fixes several bugs in how we determine the main stars.
We now assume the following:
- scanned body is 0.0 ls from arrival OR scanned body name equals a corresponding
FSSAllBodiesFound
event's systemName - and scanEvent
StarType
is not null
Names are sanitized by truncating the last two chars if the systemName ends with "<whitespace>A"
Also, the tool now creates two files in the <userhome>/tgms-logger
directory
fullscan.log
contains all system names that have been fully scanned and where the primary star is F,G,KpartialScansWithGas.log
contains all system names that have not been fully scanned but where the scanned primary star is F,G,K and there exists a gas body for this primary star
The partialScansWithGas is currently broken. Don't rely on those results
PRE-ALPHA: Test Release for Win-Binary
This is the first test on a manual release.
The image was built locally via gradle runtime
. It contains a stripped down JRE 11, created via the runtime
task.
It was manually uploaded.
Functionality of the logger is rudimentary and pre-alpha.
Almost no tests.
Next steps:
- get someone to test this
- attach automatic linux builds via circleCI
- find a way to create windows JREs via circleCI