blitzman
|
4ba11d832a
|
Tox fixes, because it's a thing we do now
|
2017-02-16 23:12:25 -05:00 |
|
blitzman
|
66d78fed2c
|
Add indication in character name of alpha status
|
2017-02-16 23:09:27 -05:00 |
|
blitzman
|
6f733394f7
|
Fix ICS / Mining Boost skill bonus (#892)
|
2017-02-16 00:26:11 -05:00 |
|
blitzman
|
de50bbb16f
|
Update effect files
|
2017-02-15 21:14:40 -05:00 |
|
blitzman
|
e835cb7f8c
|
update database
|
2017-02-15 21:12:05 -05:00 |
|
blitzman
|
7fea0c9431
|
Add migration script for #728
|
2017-02-15 21:01:58 -05:00 |
|
blitzman
|
c406102995
|
remove redundant inits
|
2017-02-14 20:30:34 -05:00 |
|
blitzman
|
0dc3eda99f
|
Merge branch 'development' of https://github.com/pyfa-org/Pyfa into development
|
2017-02-13 23:27:40 -05:00 |
|
blitzman
|
401d0d58d5
|
Merge branch 'development'
|
2017-02-11 21:42:48 -05:00 |
|
Ebag333
|
9ec6a829c2
|
Revert the revert of the revert.....or something.
|
2017-02-11 09:47:23 -08:00 |
|
Ebag333
|
096842de44
|
Tox fixes, and catching a few things lost in the merge.
|
2017-02-11 09:23:23 -08:00 |
|
blitzman
|
0cba428c81
|
Merge branch 'master' of https://github.com/pyfa-org/Pyfa
|
2017-02-11 10:48:11 -05:00 |
|
blitzman
|
bdee8f662c
|
Merge remote-tracking branch 'ebag/SorryNotSorryBlitzmann' into SorryNotSorryBlitzmann
|
2017-02-11 10:46:59 -05:00 |
|
blitzman
|
62bb550afd
|
Add shortcut indication for fitting search tooltip
|
2017-02-11 10:15:01 -05:00 |
|
Ebag333
|
3562577521
|
Tox fix, and catch an extra shadowing
|
2017-02-10 12:06:23 -08:00 |
|
Ebag333
|
2b45a16872
|
Refactor most of the shadowing from outer scopes. This is a super simple change, just changing the variable used inside (mostly) lambdas.
|
2017-02-10 11:50:04 -08:00 |
|
blitzman
|
72ebafe925
|
Remove redundant init
|
2017-02-10 00:37:45 -05:00 |
|
blitzman
|
134365c764
|
Reverts commit de87c9, and instead uses the mod variable to access the method needed.
Conflicts:
service/fit.py
|
2017-02-10 00:29:40 -05:00 |
|
Ebag333
|
df9daf9b4b
|
Fix typo
|
2017-02-09 14:08:55 -08:00 |
|
Ebag333
|
64070a0798
|
Revert commit 7865219164 This causes too much grief as we are getting a lot of default values from the database. These *SHOULD* be defined, but will have to be done later.
|
2017-02-09 09:36:16 -08:00 |
|
Ebag333
|
dd9924a7a7
|
Fix issues where we assume something can exist when it may not.
|
2017-02-09 07:22:09 -08:00 |
|
Ebag333
|
579a13da44
|
Tox fixes
|
2017-02-09 00:59:22 -08:00 |
|
Ebag333
|
7865219164
|
Add a ton of default values
|
2017-02-09 00:56:33 -08:00 |
|
Ebag333
|
f2c84692a9
|
Clean up a bunch of unused variables
|
2017-02-09 00:22:14 -08:00 |
|
Ebag333
|
11d7f9d029
|
Make modules static if they do not use self.
|
2017-02-09 00:04:41 -08:00 |
|
Ebag333
|
72633825cf
|
Formatting and layout changes
|
2017-02-08 23:32:51 -08:00 |
|
Ebag333
|
9a137bb158
|
Convert old style classes to new
|
2017-02-08 23:06:39 -08:00 |
|
Ebag333
|
32944f4c9c
|
More import fixes
|
2017-02-08 22:47:02 -08:00 |
|
Ebag333
|
7a2feb9152
|
Fix a bunch of calls to functions that pass the wrong type of parameter, the wrong number, etc.
|
2017-02-08 22:20:56 -08:00 |
|
Ebag333
|
3b91ec8c06
|
Move check for module state being valid out of effectHandlerHelpers and into service\fit. We can't have it there because of cyclical imports. Plus we're already checking the module state here, so makes lots of sense to merge them.
|
2017-02-08 21:24:24 -08:00 |
|
Ebag333
|
3e916e42f2
|
pyCharm inspection fixes. Mostly variable refernce issues
|
2017-02-08 17:55:20 -08:00 |
|
Ebag333
|
de87c992d7
|
Remove calling es_Module from effectHandlerHelpers, this causes a circular import. Instead pass in from fit.
|
2017-02-08 16:50:41 -08:00 |
|
Ebag333
|
e5fb90f017
|
Fix commit message. LOTS of fixes for flake8.
|
2017-02-08 14:22:56 -08:00 |
|
Ebag333
|
e18deb5eeb
|
Roll up #967 and #974
Takes the import fixes and cleanup out of those and rolls it into this
one
|
2017-02-08 13:12:54 -08:00 |
|
Ryan Holmes
|
25182de365
|
Merge branch 'master' into development
Conflicts:
gui/builtinViewColumns/baseName.py
|
2017-02-08 13:58:37 -05:00 |
|
Ryan Holmes
|
c90efb8d0a
|
Fix emAmount > {type}Amount, some formatting tweaks
|
2017-02-08 09:41:59 -05:00 |
|
blitzman
|
8a9d2a032e
|
Revert the try... except, see #960
|
2017-02-08 00:00:16 -05:00 |
|
Ryan Holmes
|
b1b3ff2637
|
Merge pull request #960 from Ebag333/Fueled_Booster_Misc_Column_Improvements
Add extra info for misc column for fueled boosters (cap, shield, and armor)
|
2017-02-07 23:59:07 -05:00 |
|
Ryan Holmes
|
752f9e77f5
|
Merge pull request #971 from Ebag333/ToxFixes2
Some additional Tox tweaks
|
2017-02-07 23:28:42 -05:00 |
|
blitzman
|
e52db0b2f5
|
Merge branch 'AncientDatabaseRepair' of https://github.com/Ebag333/Pyfa
Conflicts:
service/prefetch.py
|
2017-02-07 23:26:06 -05:00 |
|
blitzman
|
84867c6e67
|
fix oops
|
2017-02-07 19:22:31 -05:00 |
|
blitzman
|
f7d7b3fe5e
|
Merge branch 'EosImportCleanup' of https://github.com/Ebag333/Pyfa into development
Conflicts:
eos/db/gamedata/metaData.py
eos/db/gamedata/queries.py
eos/db/saveddata/queries.py
eos/saveddata/fleet.py
eos/types.py
eve.db
gui/builtinContextMenus/amount.py
gui/builtinViewColumns/ammo.py
gui/builtinViewColumns/ammoIcon.py
gui/builtinViewColumns/capacitorUse.py
service/port.py
|
2017-02-07 19:22:26 -05:00 |
|
blitzman
|
ca311e5dec
|
Line endings again
|
2017-02-07 19:07:22 -05:00 |
|
blitzman
|
3ccd4ad2ca
|
Revert "Convert remaining files to CRLF"
This reverts commit a8ab876053.
|
2017-02-07 19:05:45 -05:00 |
|
Ryan Holmes
|
a8ab876053
|
Convert remaining files to CRLF
|
2017-02-07 11:01:40 -05:00 |
|
Ebag333
|
aafc850dbd
|
Adhere to standards
|
2017-02-05 20:09:00 -08:00 |
|
Ebag333
|
be66ff1eec
|
Tox fixes
|
2017-02-05 15:39:07 -08:00 |
|
blitzman
|
c2038a6cf2
|
Change from UPDATE to DELETE for null damage pattern and target resist names
|
2017-01-29 19:04:57 -05:00 |
|
blitzman
|
082ac233ad
|
Merge branch 'MissingDamageTargetProfileNames' of https://github.com/Ebag333/Pyfa into development
Conflicts:
service/prefetch.py
|
2017-01-29 15:04:56 -05:00 |
|
blitzman
|
5d46fe7e4d
|
Merge branch 'master' into development
Conflicts:
gui/builtinContextMenus/amount.py
gui/builtinStatsViews/priceViewFull.py
service/fit.py
service/prefetch.py
|
2017-01-29 15:02:22 -05:00 |
|