Athanasius
141609e7fb
docs: RELEASING.md: github adds the Source Code files itself
2020-06-17 00:15:17 +01:00
Athanasius
381c039a31
docs: RELEASING.md: Mostly have the actual release procedure documented now.
...
There's a 'TODO' for generating the zip and tar.gz source files.
2020-06-17 00:15:17 +01:00
Athanasius
ade048d1fc
docs: RELEASING.md: How to update edmarketconnector.xml
2020-06-17 00:15:17 +01:00
Athanasius
4459e19b47
docs: RELEASING.md: Clarify the py2exe version requirements.
...
0.9.3.2 will work, due to a hack in setup.py.
0.9.4.0 is pre-release and works with or without that hack.
2020-06-17 00:15:17 +01:00
Athanasius
e008986490
docs: RELEASING.md: site-packages corrected.
...
This had been listing importlib_metadata, and its dependency zipp,
because it's a dependency of newer 'keyring'. As we're hard-coding an
older 'keyring' without that dependency we don't need to list them here.
2020-06-17 00:15:17 +01:00
Athanasius
69b585ac1d
docs: RELEASING.md: Reminder to check the .exe and .msi actually work.
2020-06-17 00:15:17 +01:00
Athanasius
806bea5b5c
docs: RELEASING.md: Expand on how to run the py2exe command
2020-06-17 00:15:17 +01:00
Athanasius
4c7cc84a8b
docs: RELEASING.md: Move site-packages list to after python/py2exe
2020-06-17 00:15:17 +01:00
Athanasius
38fc256cb0
docs: RELEASING.md: Document specific versions of site-packages modules
2020-06-17 00:15:17 +01:00
Athanasius
6d138dddd4
docs: RELEASING.md: It works with Python 3.7.7
2020-06-17 00:15:17 +01:00
Athanasius
5d8e0e4c5a
docs: RELEASING.md update for checking later versions
...
* WiX Toolset 3.11.2
* WinSparkle 0.7.0
NB: There's a need for a specific/older version of two python modules:
certifi and keyring, else running EDMarketConnector.exe doesn't work.
2020-06-17 00:15:17 +01:00
Athanasius
ba0fbd3ef3
docs: RELEASING.md fuilly fleshed out.
...
Unless I'm mistaken about the source of some necessary software/files,
or someone can only find a later/different version of them, this should
now serve as an easy guide to making EDMC releases.
2020-06-17 00:15:17 +01:00
Athanasius
d385a3c362
Initial empty RELEASING.md
2020-06-17 00:15:17 +01:00
Athanasius
0f154415ac
README.md: Notice added about change of maintainer.
2020-06-16 22:22:59 +01:00
Jonathan Harris
f514ed7a64
Fix Detailed Surface Scanner rating
2019-12-01 18:41:14 +00:00
Jonathan Harris
416545d0ab
Update Polish translation
2019-11-04 12:27:48 +00:00
Jonathan Harris
838ad16ac5
Add Agronomic Treatment introduced for an community goal
2019-10-27 15:36:24 +00:00
Jonathan Harris
ba9954dd7b
Document multithreading in more detail
2019-10-07 14:12:58 +01:00
Jonathan Harris
034c0b5bd2
Send SAASignalsFound events to EDDN
2019-10-03 19:22:58 +01:00
Jonathan Harris
e9a23c67dc
Send correct opponentName for Interdicted and Interdiction events
...
Fixes #459
2019-10-02 18:50:06 +01:00
Jonathan Harris
8c2775f6d8
Appear on task bar in dark mode on Linux
...
and so enable minimize button.
Maybe addresses #440
2019-09-30 17:35:22 +01:00
Jonathan Harris
c5df83eb32
Update translations
2019-09-26 00:15:00 +01:00
Jonathan Harris
d64889c819
Release 3.43
rel-343
2019-09-24 22:49:03 +01:00
Jonathan Harris
b81c4cf6c5
More control over widget colors
...
Documented mechanism to apply theme to dynamically created widgets.
Allow widgets to override theme colors. Fixes #444
2019-09-24 00:08:46 +01:00
Jonathan Harris
630da89831
Increase transparent theme font size
...
Fixes #416
2019-09-22 18:52:07 +01:00
Jonathan Harris
a31ecc9618
Fix for invoking npm on Windows
...
Fixes #454
2019-09-22 15:51:22 +01:00
Jonathan Harris
edefca8307
Add 3.5 commodity and modules
2019-09-21 18:28:28 +01:00
Jonathan Harris
bf40b98819
Handle inability to get system language
...
Fixes #451
2019-09-21 18:11:22 +01:00
Jonathan Harris
e9c53b73f9
Fix Krait Phantom Bulkead Masses
2019-09-21 16:42:19 +01:00
Jonathan Harris
c6385d7463
Ignore voicepacks in outfitting
...
Fixes #452
2019-09-21 16:08:24 +01:00
Athanasius
ac03fc583e
Updates "EDMC.py -p <cmdr name>" for multi-account support. ( #450 )
2019-09-18 15:24:07 +01:00
Jonathan Harris
4125ac6b90
Workaround for Int_DroneControl_ResourceSiphon
2019-09-15 01:14:29 +01:00
Jonathan Harris
7fe08f61b3
Handle non-ASCII station names
2019-09-14 20:02:54 +01:00
Jonathan Harris
09de1adc91
Make replay file line-buffered ( #448 )
...
Squashed commit of the following:
commit d42bb0add648ba52e56dd03a48ef9e1d09fdbda0
Author: Jonathan Harris <jonathan@marginal.org.uk>
Date: Fri Sep 13 19:36:14 2019 +0100
Use line buffering when creating replay file.
commit 1b6e499e2c306b66708a9fd210d1db1771c4c78f
Author: Athanasius <github@miggy.org>
Date: Thu Sep 12 17:30:59 2019 +0100
Use line buffering for replay file.
By default it takes a lot of data being written to the file for it to
be flushed. Or exiting EDMC. So, let's reduce the chances of data
loss.
2019-09-13 19:46:20 +01:00
Jonathan Harris
02d4da30d5
Don't give error if system coordinates unknown
...
Fixes #446
2019-09-13 19:46:05 +01:00
Athanasius
59b738fbf0
eddn cmdr_data not actually checking 'send to EDDN' option. ( #445 )
2019-09-13 19:45:20 +01:00
Jonathan Harris
86cd6c0f2c
Document Journal location under Wine
2019-08-18 05:38:10 +01:00
Jonathan Harris
610f689504
Document Arch Linux
2019-08-17 18:41:49 +01:00
Jonathan Harris
f19fde1f77
Tidy
2019-08-14 18:37:08 +01:00
Jonathan Harris
17dc663cea
Document Linux Steam Play and Wine setup
...
Fixes #437
2019-08-14 18:28:32 +01:00
Jonathan Harris
f6a8e67e90
Add more dashboard flags
2019-08-09 20:04:22 +01:00
Lysergia
7b291ede3d
Set the WM_CLASS Name of the Root Window ( #430 )
...
This allows manipulation of the main window by window managers & desktop
environments.
2019-07-21 01:46:00 +01:00
Jonathan Harris
d8b5884b05
Notify plugins of Inara ship, system and station IDs
...
Fixes #425
2019-07-06 15:28:48 +01:00
Jonathan Harris
cd73383986
Release 3.42
rel-342
2019-06-19 12:25:10 +01:00
Jonathan Harris
169c8e09b4
Run from source without obtaining a CLIENT_ID
2019-06-19 12:24:22 +01:00
Jonathan Harris
a6ce9edc1d
Fix running under Wine
2019-06-19 12:09:26 +01:00
Jonathan Harris
de9760c4d2
Update EDSY URL
2019-06-19 09:31:48 +01:00
Jonathan Harris
c5d2df3e28
Add masses for advanced multi-cannon
2019-06-19 09:31:20 +01:00
Jonathan Harris
365fe448da
Add advanced multi-cannon from "Bridging the Gap"
2019-06-01 19:25:10 +01:00
Jonathan Harris
2dd6c4d008
Support not always on top with dark theme on Linux
...
Fixes #421
2019-05-28 00:06:33 +01:00