Commit graph

99 commits

Author SHA1 Message Date
bf31991875 0.7! 2021-01-29 14:50:33 +01:00
700df6e98f updated to latest pyEDSM 2021-01-28 17:24:20 +01:00
fbfaeac64f spansh.py: exclude carriers from outdated stations list
fixes #8
2020-12-09 17:54:13 +01:00
a7a44a34b2 updated to latest pyEDSM 2020-10-28 10:24:53 +01:00
baf0a69396 fixed finding cmdr with hidden system/coords 2020-10-21 03:37:41 +02:00
bf592168c1 explorationtools.py: fixed finding cmdr with hidden activity time 2020-09-29 11:09:49 +02:00
ebfa86e163 fixed version number … 2020-07-18 17:15:34 +02:00
9e52b9772f 0.6! 2020-07-18 17:06:08 +02:00
4b8bf96c1c spansh.py: fixed tripping over missing parameter 2020-07-12 03:20:19 +02:00
0176f70c86 spansh.py: now takes minimum age of data as argument
Still defaults to 1 year.

fixes #6
2020-07-10 14:21:26 +02:00
ceccb497dd spansh.py: changed output format for old stations search
Instead of a time stamp it will now say “(<x> days ago)”.

kind of see #7
2020-07-10 14:14:58 +02:00
e5dcb465fb properly fixed the Discord invite … 2020-07-01 11:34:16 +02:00
20ba6320a5 release 0.5 2020-07-01 11:30:06 +02:00
e306bd1585 Merge branch 'master' into develop 2020-07-01 11:29:47 +02:00
6b0205e2c1 CHANGELOG: forget adding stuff here … 2020-07-01 11:26:00 +02:00
718194ccec edts.py: proper handling for malformed system names 2020-07-01 10:23:48 +02:00
92eb2c9008 edts.py: added script to pull from Alot’s hosted EDTS API
fixes #4
2020-07-01 09:41:00 +02:00
0179369fc1 spansh.py: fixed oldstation search results for partial system name
fixes #3
2020-06-29 09:25:16 +02:00
79bc2d49d4 updated Makefile 2020-06-22 02:34:44 +02:00
c9101ae669 Merge branch 'develop' 2020-06-18 23:32:52 +02:00
efa20d3801 spansh.py: removed leftover debug print 2020-05-04 20:24:59 +02:00
3d4e25866a README: fixed Discord invite 2020-04-24 10:22:42 +02:00
4a639f5a0e README: fixed Discord invite 2020-04-24 10:22:28 +02:00
d2f01f1456 Merge branch 'release/0.4' into develop 2020-03-09 22:08:48 +01:00
cc28fb9314 Merge branch 'release/0.4' 2020-03-09 22:08:42 +01:00
c9f6ef1bc0 added CHANGELOG 2020-03-09 22:08:33 +01:00
fec66bfebb spansh.py: added systemexists subcommand 2020-03-09 22:00:38 +01:00
5704593f4f spansh.py: fixed “nothing found” exit code 2020-03-09 18:15:25 +01:00
0054b5ae6c spansh.py: rudimentary error handling 2020-03-09 18:12:26 +01:00
07a6db2595 spansh.py: misc fixes 2020-03-09 17:59:35 +01:00
15a8deca65 spansh.py: added --parsable format to nearestsystem 2020-03-09 17:59:08 +01:00
07ca9ec406 spansh.py: added nearestsystem subcommand
Used to get the nearest system in the database, e.g. for plotting
a neutron route.

Useful since the elastic search powering the plotter might be behind
current EDDN data, so having a system in EDDN/EDSM doesn’t necessarily
mean it’s already available in the router.
2020-03-09 17:42:45 +01:00
19e8cbfdff spansh.py: added short output format
To both station and systems list. Replaces the `--systemlist` switch.
2020-03-08 00:59:55 +01:00
adec36ded9 fixed docs typo 2020-03-05 14:46:29 +01:00
7ee4b28c59 spansh.py: refactoring and cleanup
It’s now a bit less quick & dirty. Still has no error handling beyond
“works” or “doesn’t work”.
2020-03-05 14:12:54 +01:00
cf3fb80238 spansh.py: now exits with (3) if nothing found 2020-03-04 20:42:57 +01:00
95f5de2377 added spansh.py for Spansh API related shenanigans 2020-03-04 18:07:56 +01:00
0f30584bf3 added LICENSE; no idea why that wasn’t versioned … 2020-03-04 18:06:00 +01:00
8567aeb767 updated Makefile; now only a single .exe per script 2020-01-17 16:04:45 +01:00
8be1f17587 updated to latest pyEDSM 2020-01-16 19:33:21 +01:00
13510f9824 findcommander now gives a date for the known position 2020-01-16 18:51:43 +01:00
6c4437db6a don’t we all like the litte bugs you introduce on the side? 2020-01-15 22:58:33 +01:00
ea0785a639 … or just do it right in the first place 2020-01-15 09:19:36 +01:00
fad3bd4adb redirected usage text to stderr 2020-01-15 09:09:15 +01:00
c23e9ad58b updated to current pyEDSM 2020-01-13 22:54:18 +01:00
16a903ac22 updated Makefile
now I hopefully won’t forget to pull new dependencies before building
the Windows binaries …
2020-01-13 22:25:58 +01:00
b3810ac0c7 updated to current pyEDSM 2020-01-13 22:23:48 +01:00
355b53c24c updated README with pyEDSM’s requirements
That will aaaaall go away once I decide to properly package that …
2020-01-13 21:33:54 +01:00
37555b0a2e added findsystem command 2020-01-13 21:23:41 +01:00
bfad499050 added rounding option to distancebetween 2020-01-09 21:37:42 +01:00