Ryan Holmes
|
a67c28a4c9
|
Merge branch 'development' into feature/commandmenu
|
2017-03-26 14:43:12 -04:00 |
|
blitzman
|
d928df9c69
|
Move useStaticAdaptiveArmorHardener to the EOSSettings. Not moving force reload for now
|
2017-03-26 14:28:13 -04:00 |
|
blitzman
|
b18bb200a9
|
Merge branch 'development' into MorePreferences
|
2017-03-26 13:52:59 -04:00 |
|
Ryan Holmes
|
df587892a3
|
Merge branch 'development' into feature/commandmenu
|
2017-03-26 12:27:52 -04:00 |
|
Ryan Holmes
|
1ffcdc92f2
|
Merge pull request #1031 from Ebag333/tooltip_capacitor_neut_resistance
Tooltip for capacitor neut resistance
|
2017-03-26 12:16:41 -04:00 |
|
blitzman
|
6c1d949cef
|
Proof of concept for gathering fits based on modules that are fit
|
2017-03-23 00:38:23 -04:00 |
|
Ebag333
|
301e874cd4
|
Add a ton of logging to the fitting service
|
2017-03-17 16:05:09 -07:00 |
|
Ebag333
|
99f939026f
|
Refactor some logic in modifiedAttributeDict
|
2017-03-09 12:14:23 -08:00 |
|
Ebag333
|
ff5d40dcd3
|
Add additional logging to services
|
2017-02-28 10:32:03 -08:00 |
|
Ebag333
|
9a284bc740
|
Add preference to disable ship browser tooltip popup.
|
2017-02-27 14:33:18 -08:00 |
|
Ebag333
|
d67573f83a
|
Add more functionality to preferences window.
|
2017-02-27 12:05:38 -08:00 |
|
blitzmann
|
767cb46d40
|
Merge branch 'development' into More_Variations
Conflicts:
gui/builtinContextMenus/metaSwap.py
|
2017-02-26 02:24:38 -05:00 |
|
blitzman
|
7115cd178c
|
Merge branch 'development' into LogBook_v2
Conflicts:
config.py
eos/saveddata/fit.py
gui/bitmapLoader.py
gui/graphFrame.py
gui/utils/exportHtml.py
pyfa.py
service/crest.py
service/price.py
service/server.py
|
2017-02-25 18:21:07 -05:00 |
|
blitzman
|
4ba11d832a
|
Tox fixes, because it's a thing we do now
|
2017-02-16 23:12:25 -05:00 |
|
blitzman
|
bcd045ae4e
|
tweak
|
2017-02-15 21:01:36 -05:00 |
|
Ebag333
|
a865028420
|
Remove litter.
|
2017-02-15 15:42:46 -08:00 |
|
Ebag333
|
489637ec67
|
Handle this at a lower level.
|
2017-02-15 09:20:22 -08:00 |
|
blitzman
|
0dc3eda99f
|
Merge branch 'development' of https://github.com/pyfa-org/Pyfa into development
|
2017-02-13 23:27:40 -05:00 |
|
Ebag333
|
be9eaa0859
|
Fix timer, make logging less annoying when at Info or higher level. Only show command bonus logspam if there is any.
|
2017-02-13 13:25:42 -08:00 |
|
blitzman
|
c9c29da803
|
Avoid fit recalc when setting state has no effect
|
2017-02-11 23:55:19 -05:00 |
|
Ebag333
|
3b185e1bcb
|
Roll up all changes from #962 as the base has been massively changed by code cleanups. Rename our logging to a universal pyfalog to avoid shadowing either Logging or Logbook loggers
|
2017-02-11 11:51:53 -08:00 |
|
Ebag333
|
096842de44
|
Tox fixes, and catching a few things lost in the merge.
|
2017-02-11 09:23:23 -08:00 |
|
blitzman
|
5c91f29efb
|
Merge branch 'price-system-selection' of git://github.com/petosorus/Pyfa into petosorus-price-system-selection
Conflicts:
gui/builtinPreferenceViews/pyfaGeneralPreferences.py
gui/builtinStatsViews/priceViewFull.py
service/fit.py
service/price.py
|
2017-02-11 11:36:35 -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 |
|
petosorus
|
aaece725aa
|
Saving price system preference
|
2017-02-09 23:26:31 +01: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
|
7865219164
|
Add a ton of default values
|
2017-02-09 00:56:33 -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
|
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 |
|
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 |
|
Ebag333
|
8095b4852b
|
Clean up another broken reference. Fix broken XML export.
|
2017-01-24 21:34:24 -08:00 |
|
blitzman
|
85131e6166
|
oh god this isn't gonna work
Merge branch 'ebag_importchanges' into test_import
Conflicts:
config.py
eos/db/saveddata/queries.py
eos/effects/chargebonuswarfarecharge.py
eos/effects/elitebonuscommandshipinformationhiddencs3.py
eos/effects/elitebonuslogisticremotearmorrepairoptimalfalloff1.py
eos/effects/energydestabilizationnew.py
eos/effects/iceharvestingdroneoperationdurationbonus.py
eos/effects/miningforemanstrengthbonus.py
eos/effects/modulebonuswarfarelinkarmor.py
eos/effects/modulebonuswarfarelinkinfo.py
eos/effects/modulebonuswarfarelinkmining.py
eos/effects/modulebonuswarfarelinkshield.py
eos/effects/modulebonuswarfarelinkskirmish.py
eos/effects/moduletitaneffectgenerator.py
eos/effects/remotehullrepair.py
eos/effects/rolebonusremotearmorrepairoptimalfalloff.py
eos/effects/shipbonusforceauxiliarya4warfarelinksbonus.py
eos/effects/shipmodesmallmissiledamagepostdiv.py
eos/effects/structureenergyneutralizerfalloff.py
eos/effects/structuremoduleeffectstasiswebifier.py
eos/effects/structurerigmaxtargets.py
eos/effects/subsystembonusamarrdefensiveinformationwarfarehidden.py
eos/effects/subsystembonuscaldaridefensiveinformationwarfarehidden.py
eos/effects/subsystembonusgallentedefensiveinformationwarfarehidden.py
eos/effects/techtwocommandburstbonus.py
eos/saveddata/fighter.py
eos/saveddata/fit.py
eos/saveddata/module.py
eve.db
gui/bitmapLoader.py
gui/builtinContextMenus/itemStats.py
gui/builtinStatsViews/miningyieldViewFull.py
gui/builtinViewColumns/misc.py
gui/builtinViews/__init__.py
gui/builtinViews/fittingView.py
gui/contextMenu.py
gui/graphFrame.py
gui/itemStats.py
gui/mainFrame.py
gui/marketBrowser.py
service/__init__.py
service/character.py
service/fit.py
service/port.py
service/prefetch.py
service/pycrest/eve.py
service/settings.py
|
2017-01-23 21:06:12 -05:00 |
|
Ebag333
|
3774e3bca0
|
add variations for drones, fighters, boosters, and implants
|
2017-01-12 01:24:26 -08:00 |
|
blitzman
|
468a4644d6
|
Merge branch 'development'
Conflicts:
eos/db/saveddata/queries.py
|
2017-01-10 22:42:01 -05:00 |
|
Ebag333
|
3c31391ec9
|
Burn types with fire
|
2017-01-09 22:36:19 -08:00 |
|
blitzman
|
5cbffcf3ac
|
Handle counting number of fits per ship category more efficiently (see #819)
|
2017-01-03 01:32:12 -05:00 |
|
Ebag333
|
4fb07cc1d0
|
Bunch of pep8 and inspection cleanup
|
2016-12-15 12:43:19 -08:00 |
|
blitzman
|
0ebb992354
|
more clean up
(cherry picked from commit f198ff1)
|
2016-12-14 12:44:42 -08:00 |
|
Ebag333
|
7532bcda08
|
Clean up some stuff left over from cherry picks
|
2016-12-14 10:42:04 -08:00 |
|
Ebag333
|
627977ab51
|
Purging fleet bonuses from code base
(cherry picked from commit 68f4570)
|
2016-12-14 10:18:19 -08:00 |
|
Ebag333
|
28404cd8bb
|
bajillion pep8 fixes to pass tox
|
2016-12-13 23:31:39 -08:00 |
|
Ebag333
|
be53dedb18
|
Large pep8 compliance to make work for Tox
|
2016-12-13 21:23:01 -08:00 |
|
Ebag333
|
57f930c83e
|
Cherry pick commits from @a-tal
|
2016-12-13 20:35:03 -08:00 |
|
a-tal
|
d3b6bc1c93
|
so many pep8 fixes
(cherry picked from commit bee125d)
|
2016-12-13 20:16:44 -08:00 |
|
blitzman
|
f198ff1773
|
more clean up
|
2016-12-12 00:49:47 -05:00 |
|
blitzman
|
95b3f0a21c
|
Merge branch 'Remove-Command-Boosts' of https://github.com/Ebag333/Pyfa into Ebag333-Remove-Command-Boosts
Conflicts:
eos/db/saveddata/fleet.py
eos/db/saveddata/queries.py
gui/additionsPane.py
|
2016-12-12 00:41:47 -05:00 |
|