blitzmann
f52f39984f
Add api view back to character editor (non functioning)
2018-03-12 21:13:18 -04:00
blitzmann
be19b7414a
Make a relation between characters and sso chars
2018-03-11 19:39:58 -04:00
blitzmann
75f9a0252a
Start working on character to SSO character mapping
2018-03-11 17:38:51 -04:00
blitzmann
5169c35d5c
Implement SSO Character delete, Remove some unused character logout code (still need to hook this up with character delete functionality)
2018-03-11 16:50:12 -04:00
blitzmann
bbdf1ee6cc
More tweaks / error handling for esi
2018-03-11 15:31:41 -04:00
blitzmann
6c6e8a9972
Do some error handling
2018-03-11 14:47:57 -04:00
blitzmann
30c1ab125c
Increase esipy requirement
2018-03-10 17:58:47 -05:00
blitzmann
8276746dad
Do custom EsiPY prefix, change sso endpoint to look at pyfa.io instead of localhost
2018-03-10 15:46:23 -05:00
blitzmann
5560ef4d34
Merge branch 'test-3' into esi
...
# Conflicts:
# eos/saveddata/character.py
# service/character.py
# service/eveapi.py
# service/pycrest/eve.py
2018-03-10 15:32:21 -05:00
blitzmann
fac31f7254
Merge branch 'py3-requests-proxy' of git://github.com/minlexx/Pyfa into minlexx-py3-requests-proxy
2018-03-10 12:10:54 -05:00
blitzmann
1efcc8d3ef
style
2018-03-10 12:09:51 -05:00
Neugeniko
03c2088e6b
Implement effect for Standup Warp Disruption Burst Projector.
...
Make active so we can see its effect on capacitor.
2018-03-10 10:08:22 +11:00
Neugeniko
5c20ee7ade
Correct the structure guidance enhancers to apply bonuses to relevant charges.
2018-03-10 00:50:58 +11:00
Neugeniko
04c62aabea
Redefine scrambler operation.
...
If we are projecting effects, modify warpScrambleStatus all the time, and turn off modules requiring 'High Speed Maneuvering' (MWDs) or "Micro Jump Drive Operation" (MJD etc) if a scrambling script is loaded.
2018-03-07 15:29:31 +11:00
Neugeniko
0994158abd
Redefne structure mounted disruptor operation
...
If we are projecting effects, modify warpScrambleStatus all the time, and turn off modules requiring 'High Speed Maneuvering' (MWDs) or "Micro Jump Drive Operation" (MJD etc) if a scrambling script is loaded.
2018-03-07 15:27:53 +11:00
Neugeniko
77a66a66ea
Redefine Warp Disruption Field Generators operation
...
If we are applying effects onto our self, disallowAssistance all the time, and go into low mass/high sig etc mode when no script is loaded.
If we are projecting effects, modify warpScrambleStatus all the time, and turn off modules requiring 'High Speed Maneuvering' (MWDs) or "Micro Jump Drive Operation" (MJD etc) if a scrambling script is loaded.
2018-03-07 15:25:57 +11:00
Alexey Minnekhanov
0b615b578a
Bring back proxy settings in network preferences view
2018-03-05 18:02:34 +03:00
Alexey Minnekhanov
53f07db5fe
Network: apply proxy settings for requests library call
2018-03-05 16:24:00 +03:00
Alexey Minnekhanov
4d4815d6af
Network: change User-Agent header from "urllib" to "requests" with version
2018-03-05 16:16:06 +03:00
blitzmann
b296e0709c
Merge branch 'master' into test-3
2018-03-05 00:07:28 -05:00
blitzmann
373e0a390b
Don't multiple HP of structure, instead assign it. Fixes #1460
2018-03-04 19:42:28 -05:00
blitzmann
222037ff40
Remove proxy support for the time being
2018-03-04 18:10:40 -05:00
blitzmann
4fac10ccb7
Fix update checker, migrate to requests package for all network stuff. The eveapi package is probably not going to work with caching and whatnot, but pyfa doesn't use it and XML API is EOL anyway
2018-03-04 18:08:34 -05:00
blitzmann
7956ca0409
Merge remote-tracking branch 'origin/master' into test-3
...
# Conflicts:
# config.py
2018-03-04 16:47:08 -05:00
Ryan Holmes
5b27d0559f
Merge pull request #1464 from pyfa-org/release/v1.35.2
...
Bump version
2018-03-04 16:44:28 -05:00
blitzmann
85157fdf85
Bump version
2018-03-04 16:44:00 -05:00
blitzmann
caf8e7f2d6
Test something on mac
2018-03-03 17:40:40 -05:00
blitzmann
124bb027ab
Use bs4.UnicodeDammit to handle different encodings for file imports (fits only for now, can look into expanding for other file import types)
2018-03-03 14:21:55 -05:00
blitzmann
d5ca14ca52
Remove encoding checks for eft import ( #1459 )
2018-03-03 00:50:56 -05:00
blitzmann
99982aa547
Merge branch 'master' into test-3
2018-03-02 00:17:54 -05:00
blitzmann
3f4493c0ea
Another fix for #1403
2018-03-02 00:17:33 -05:00
blitzmann
cdb604b29f
Merge remote-tracking branch 'origin/py3' into test-3
2018-03-01 23:42:29 -05:00
blitzmann
d3b8cebc8a
Merge branch 'master' into test-3
2018-03-01 23:42:22 -05:00
Ryan Holmes
7d245660bc
Merge pull request #1455 from pyfa-org/issue/1451
...
Don't fail when trying to project a module that can't be projected.
2018-03-01 23:41:50 -05:00
blitzmann
b1e40427a3
Tox
2018-03-01 23:41:39 -05:00
blitzmann
73925df24b
Don't fail when trying to project a module that can't be projected.
2018-03-01 23:24:00 -05:00
Ryan Holmes
04fbd3b548
Merge pull request #1454 from Neugeniko/py3
...
Resolves issue #1453 with xmlparser.ParseFile(file) wanting bytes.
2018-03-01 20:59:08 -05:00
Neugeniko
d9dd94d6c3
Update character.py
...
Resolves issue #1453 with xmlparser.ParseFile(file) wanting bytes.
2018-03-02 12:00:11 +11:00
blitzmann
963353a1dc
Merge branch 'master' into test-3
2018-03-01 00:40:40 -05:00
Ryan Holmes
3411dcfd91
Merge pull request #1446 from pyfa-org/issue/1445-master
...
Issue/1445 master
2018-03-01 00:30:24 -05:00
blitzmann
ae6434affb
Fix issue with importing EVE API XML
2018-03-01 00:30:08 -05:00
blitzmann
f773e0a935
fix misplaced parentheses
...
(cherry picked from commit 2a60216a92d39bb200c26bce8573484f54a80dc5)
2018-03-01 00:26:52 -05:00
blitzmann
7ab3ad9e08
Don't delete and recreate skills when updating char sheet. Instead, get each individual skill and change level.
...
(cherry picked from commit 55c79c1bafaa9a1b159b73a72c6480f7e8d6cb6b)
2018-03-01 00:26:47 -05:00
blitzmann
3f3a82ca6c
Merge branch 'py3' of https://github.com/pyfa-org/Pyfa into test-3
2018-02-28 22:02:22 -05:00
blitzmann
e902cc5780
Add event.skip() to fit rename textCtrl focus loss
2018-02-28 22:00:48 -05:00
Ryan Holmes
fcb6952119
Merge pull request #1444 from Neugeniko/py3
...
Ensure graph frame unbinds its event handlers.
2018-02-27 21:09:10 -05:00
Neugeniko
3eecd57979
Update graphFrame.py
2018-02-28 03:17:37 +11:00
blitzmann
6e73b9fefd
Tox
2018-02-27 00:52:15 -05:00
blitzmann
f0b0285f77
Merge branch 'development' of https://github.com/pyfa-org/Pyfa into development
2018-02-27 00:46:10 -05:00
blitzmann
e706a015b3
Merge branch 'issue/1397' into development
2018-02-27 00:45:53 -05:00