1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 19:07:38 +03:00

3456 Commits

Author SHA1 Message Date
A_D
11ec6bfe49
Start implementing addCommanderTravelLand 2021-05-31 11:33:05 +02:00
Athanasius
dc5bd55104
Merge pull request #1129 from EDCD/dependabot/pip/develop/pywin32-301
build(deps-dev): bump pywin32 from 300 to 301
2021-05-31 08:23:28 +01:00
Athanasius
c1aece30d6
Merge pull request #1128 from EDCD/dependabot/pip/develop/certifi-2021.5.30
build(deps): bump certifi from 2020.12.5 to 2021.5.30
2021-05-31 08:21:54 +01:00
dependabot[bot]
fbee13e8a6
build(deps-dev): bump pywin32 from 300 to 301
Bumps [pywin32](https://github.com/mhammond/pywin32) from 300 to 301.
- [Release notes](https://github.com/mhammond/pywin32/releases)
- [Changelog](https://github.com/mhammond/pywin32/blob/master/CHANGES.txt)
- [Commits](https://github.com/mhammond/pywin32/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 06:19:28 +00:00
dependabot[bot]
5713c7fe31
build(deps): bump certifi from 2020.12.5 to 2021.5.30
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2021.5.30.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2020.12.05...2021.05.30)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 06:19:17 +00:00
Athanasius
a013f7ecf2
Merge pull request #1123 from A-UNDERSCORE-D/fix/imports
Cleanup imports where possible, remove incase imports
2021-05-28 14:08:10 +01:00
A_D
a022b150ac
Removed threading 2021-05-28 14:58:13 +02:00
A_D
29b10464f7
Removed http 2021-05-28 14:47:26 +02:00
A_D
35c45269ac
threading isnt a package, apparently 2021-05-28 14:46:54 +02:00
A_D
bda440df3b
Moved packages to packages section 2021-05-28 14:46:54 +02:00
A_D
fe90f1f0b3
Cleaned up imports, removed incase imports
closes EDCD/EDMarketConnector#569
2021-05-28 14:46:51 +02:00
Athanasius
f3b8df6548
Merge pull request #1117 from A-UNDERSCORE-D/fix/491-configurable-coriolis-link
Add configuration option for coriolis.io instance to use
2021-05-28 13:16:43 +01:00
A_D
57abeb0dcf
newline 2021-05-28 13:18:09 +02:00
A_D
90e3238e10
added forwardslash to title 2021-05-28 13:14:49 +02:00
A_D
2dd80e8314
Set dropdown default to currently selected option 2021-05-28 13:09:42 +02:00
A_D
4c658577f4
Forgot to re-localise when reading from conf 2021-05-28 13:05:49 +02:00
A_D
82c5292d0a
Fixed formatting 2021-05-28 12:11:51 +02:00
A_D
d8d90f14c0
Fixed _ being redefined 2021-05-28 12:06:57 +02:00
A_D
9edc86c2d8
Fixed auto switching between localised and unlocalised 2021-05-28 11:57:16 +02:00
A_D
37b37eae56
Fixed localisation 2021-05-28 11:51:14 +02:00
A_D
ebb5ac49bc
Added reset buttons for links 2021-05-28 11:51:14 +02:00
A_D
d0272fd298
Fixed 'default' vs 'auto' 2021-05-28 11:51:14 +02:00
A_D
10de03298b
added selector for alpha/beta/auto URL targeting
closes EDCD/EDMarketConnector#823
2021-05-28 11:51:13 +02:00
A_D
be6e9e6b4e
Added support for choosing coriolis URL
Closes EDCD/EDMarketConnector#491
2021-05-28 11:51:10 +02:00
Athanasius
170128198f appversion: post-release bump to 5.0.5-beta0 2021-05-27 18:18:04 +01:00
Athanasius
0a8bf11f3f Merge branch 'release-5.0.4' into develop 2021-05-27 18:05:39 +01:00
Athanasius
2ba8cf1ea8 Release 5.0.4: appversion and changelog Release/5.0.4 2021-05-27 17:53:58 +01:00
Athanasius
8a4e937a47
Merge pull request #1120 from EDCD/fix/1119/suit-name-unknown
Suits: Set edmcName in suits from CAPI, and ensure displayed
2021-05-27 17:46:40 +01:00
Athanasius
72242764fd Suits: Set edmcName on CAPI data for all suits. 2021-05-27 17:33:56 +01:00
Athanasius
c48fe4cdfb Suits: Set edmcName in CurrentSuit from CAPI, and ensure displayed 2021-05-27 17:28:52 +01:00
Athanasius
e58ee3dbce prefs: Plugins 'open', use config.plugin_dir_path, not the Tk var 2021-05-27 16:35:36 +01:00
Athanasius
186668ef4d appversion: post-release bump to 5.0.4-beta0 2021-05-27 15:31:38 +01:00
Athanasius
6bac280a43 Release 5.0.3: No longer an -rc1 Release/5.0.3 2021-05-27 15:05:59 +01:00
Athanasius
00ba3b5a41 Translations: Latest from OneSky 2021-05-27 14:30:17 +01:00
Athanasius
8a3351869f Release 5.0.3: appversion and changelog 2021-05-27 14:17:08 +01:00
Athanasius
b11486c64c PLUGINS.md: Document new language/gameversion/gamebuild state fields. 2021-05-27 13:57:28 +01:00
Athanasius
4c11a67715
Merge pull request #1114 from EDCD/enhancement/magic-comments
Add HACK/MAGIC/WORKAROUND comments
2021-05-27 13:40:53 +01:00
Athanasius
efcf5dda2c appversion 'DIRTY': Separator must be . 2021-05-27 12:46:46 +01:00
Athanasius
e5699d3eec
Merge pull request #1116 from A-UNDERSCORE-D/fix/1115-double-backpack-update
Update MicroResource tracking for gameversion 4.0.0.200
2021-05-27 12:06:50 +01:00
A_D
6a1a2673ec
Update MicroResource tracking for 4.0.0.200
This updates our TransferMicroResources handler with the changes from
v4.0.0.200, and BackPack handler to also handle Backpack as the event
name.

Additionally Fixed various events
  (CollectItems, DropItems, TransferMicroResources)
  doubling up BackpackChange work, thus causing offset counts.

Fixes #1115
2021-05-27 12:51:43 +02:00
Athanasius
a3598a1c40 Suits: The symbol -> name code is a WORKAROUND 2021-05-27 11:31:06 +01:00
Athanasius
d982fc44af
Merge pull request #1112 from EDCD/fix/1111/engineerprogress-with-one-engineer
EngineerProgress: Progress can be for a single engineer, no array
2021-05-27 11:26:19 +01:00
Athanasius
aed1a22245
Merge pull request #1108 from EDCD/fix/1102/frontier-non-localised-suit-names
Suits: Ensure a succinct and sane name for Suits in UI
2021-05-27 11:22:19 +01:00
Athanasius
e9973d239a Suits: Comment out 'duplicate' PT-BR shortnames
They're the same key, and value, as the ES ones.  PyCharm highlighted
this, flake8 did not complain.  There's a comment as to why they're
commented out, but still present in that form.
2021-05-27 11:09:52 +01:00
A_D
cd8319bfc6
Clarify size of giant 2021-05-27 11:18:31 +02:00
A_D
4643d95f26
Add HACK/MAGIC/WORKAROUND comments 2021-05-27 10:27:25 +02:00
Athanasius
4d5d9ae645 config: appversion: Use +DIRTY to ensure SemVer compliance.
It's also more succinct.  We know what it means.
2021-05-27 09:21:13 +01:00
Athanasius
6f100a3ebf EngineerProgress: Duh, we already checked for the array, this is the array-less form
This was never properly edited after copy/paste from the "we have an
array" form.
2021-05-26 16:17:20 +01:00
Athanasius
af5ffabd30 EngineerProgress: Cope with no Rank/RankProgress in 'single engineer' form
Yes, this isn't DRY, if we do the check a third time I'll pull it out
into a helper function.
2021-05-26 16:10:36 +01:00
Athanasius
c3b87df1b0 EngineerProgress: Progress can be for a single engineer, no array
This tweak means we'll look in the event itself instead, but still won't
cope with missing expected keys.  That's up next....
2021-05-26 16:07:34 +01:00