Ryan Holmes
25bbf3dc03
Move export logic from mainframe to export dialog, and introducing ui blocking for price optimization
2019-03-19 11:34:10 -04:00
DarkPhoenix
8063647bba
Merge branch 'master' into price_optimize
2019-03-19 08:42:06 +03:00
DarkPhoenix
8114765236
Merge branch 'master' into spoolup
2019-03-18 16:04:45 +03:00
DarkPhoenix
a35f04cd9a
Merge branch 'master' into price_optimize
2019-03-16 13:55:35 +03:00
DarkPhoenix
c6c364c451
Change runtime of combat rig sec modifier
2019-03-16 13:55:13 +03:00
DarkPhoenix
8dcc3f2b51
Merge branch 'master' into price_optimize
2019-03-16 13:30:35 +03:00
DarkPhoenix
42383cef03
Add effect which increases rig strength if system is not hi-sec
2019-03-16 13:29:47 +03:00
DarkPhoenix
579081393b
Merge branch 'master' into price_optimize
2019-03-16 01:47:18 +03:00
Ryan Holmes
2290281024
Merge pull request #1869 from IndictionEve/Code_Cleanup_Enums
...
Code cleanup enums #1862
2019-03-15 18:06:49 -04:00
DarkPhoenix
768b0b3a3a
Merge branch 'master' into price_optimize
2019-03-15 01:41:28 +03:00
Ryan Holmes
90e275e386
Remove unused import
2019-03-14 14:25:11 -04:00
Ryan Holmes
8e98af8517
Performance improvement when collecting counts for categories. Instead of making n calls for each category to sql, we get a grouped count by shipID, then process this in python, which is much faster.
2019-03-14 14:15:01 -04:00
Ryan Holmes
9a16c579eb
fixing various imports to point to eos.const instead of old locations
2019-03-14 12:50:20 -04:00
Indiction
8b864692fb
Moved non-EOS enum to new service/const.py. Renamed FittingAttrGroup
...
to GuiAttrGroup
2019-03-12 23:17:25 +01:00
Indiction
afa8c3c53a
Replaced eos.enum by enum. Removed unused enum import.
...
Found another Enum to move.
2019-03-09 18:59:43 +01:00
Indiction
bd33efa875
Changed FittingSlot to IntEnum
2019-03-09 18:45:28 +01:00
Indiction
f58c8ec4f9
Added unique to rest except Fittingslot
2019-03-09 15:18:10 +01:00
Indiction
aaec82e493
Added unique to current IntEnums
...
Renamed PortMultiBuyItemType to PortMultiBuyOptions
2019-03-09 12:30:05 +01:00
Indiction
6333a0c74b
Adding descriptions to enums.
...
Renaming Enums into more useful names.
2019-03-07 22:30:51 +01:00
DarkPhoenix
41711706c0
Merge branch 'master' into price_optimize
2019-03-07 13:13:17 +03:00
Indiction
e6309bb8bb
Copy Enums to const.py
...
Switching to IntEnum where necessary.
2019-03-07 00:14:48 +01:00
DarkPhoenix
257df58c3a
Get rid of idea of "better" replacements
...
It turned out to be maintenance hell and it's just hard to find all the dual-action attributes (like crash vs GD sig attr, AB cycle time modification vs rep cycle time modification etc)
2019-03-06 00:43:19 +03:00
DarkPhoenix
b03860e765
Add implant, booster and cargo support to fit price optimization
2019-03-03 19:57:59 +03:00
DarkPhoenix
647c093451
Add drones and fighters to fit optimization
2019-03-03 10:00:23 +03:00
DarkPhoenix
d96146034a
Fix replacing of modules
2019-03-03 09:46:27 +03:00
Ryan Holmes
986ae16eaf
Allow global spoolup value to be editable via preferences
2019-03-02 21:31:13 -05:00
blitzmann
f8e6474b39
Some slight tweaks to work done by @tonycoz for #1839
2019-03-02 17:21:46 -05:00
Ryan Holmes
8d0c2c18d2
Merge branch 'master' into colour-item-list
2019-03-02 15:27:54 -05:00
Tony Cook
af17a4f1c9
make slot a property for item and use that for the item list bg
2019-03-01 19:51:30 +11:00
blitzmann
e665161dc8
Merge remote-tracking branch 'origin/master' into attrGroup
...
# Conflicts:
# eve.db
2019-02-28 18:51:52 -05:00
DarkPhoenix
ed24e7a2a3
Add validity override of 2 hours for prices
2019-02-25 08:43:27 +03:00
DarkPhoenix
704042b4b7
Change the way we work with prices
2019-02-19 19:02:50 +03:00
DarkPhoenix
509849fbf5
Fix EHE issue
2019-02-19 13:12:18 +03:00
DarkPhoenix
09421db28e
Update effects after database update
2019-02-17 01:05:09 +03:00
DarkPhoenix
449c7d6aa2
Add two more columns to gamedata to hold info about better items
2019-02-16 14:06:23 +03:00
DarkPhoenix
7dd1c63898
Return 0 price even if price has not been fetched
2019-02-13 16:19:01 +03:00
DarkPhoenix
3ed949395e
Flush prices rather than commit, it takes much less time and still satisfies our needs
2019-02-13 15:56:15 +03:00
DarkPhoenix
6ebc90b8aa
Remove flush as it's part of commit according to sqlalchemy docs
2019-02-13 15:30:08 +03:00
DarkPhoenix
cbd1a34c68
Round cpu/pg like EVE does
...
To work around some fits where pyfa shows that items do not fit when they actually do
2019-02-13 13:14:18 +03:00
DarkPhoenix
e0c389a643
Do not show (!) for fetches which will always fail (e.g. abyssal mods). Also restore commit as it was a threat synchornization mechanism
2019-02-13 13:07:54 +03:00
DarkPhoenix
591dcffa43
Do not try to fetch price for items which contain no market group according to CCP data
2019-02-13 00:54:56 +03:00
DarkPhoenix
b0317ea560
Fix mistype
2019-02-12 19:07:59 +03:00
DarkPhoenix
dfc0a896c4
Do not commit price right away when creating the object
2019-02-12 12:10:17 +03:00
blitzmann
d6825fb8b7
#1832 Add stacking penalty to Inertial Stabilizers
2019-01-01 20:56:05 -05:00
DarkPhoenix
17313bd67b
Assume RRs work at 100% efficiency, even if they are projected from self
2018-12-19 23:46:30 +03:00
DarkPhoenix
0480673460
Fix neurotoxin implant not affecting armor amount affected by x-instinct
2018-12-17 12:55:57 +03:00
DarkPhoenix
d0992ed56f
Change how excessive mods are stored on import
2018-12-14 18:40:32 +03:00
DarkPhoenix
af37ec21e9
Fix EFT import bug another way
2018-12-14 18:32:45 +03:00
DarkPhoenix
51ef3ec758
Revert "Make sure that modules are put onto their proper place during EFT import, not to the end"
...
This reverts commit fe063cf19a .
2018-12-14 18:14:50 +03:00
DarkPhoenix
f66da9870e
Revert "Fix issue with replace method"
...
This reverts commit ca46984a6b .
2018-12-14 18:14:41 +03:00