DarkPhoenix
|
8114765236
|
Merge branch 'master' into spoolup
|
2019-03-18 16:04:45 +03:00 |
|
DarkPhoenix
|
c6c364c451
|
Change runtime of combat rig sec modifier
|
2019-03-16 13:55:13 +03:00 |
|
DarkPhoenix
|
42383cef03
|
Add effect which increases rig strength if system is not hi-sec
|
2019-03-16 13:29:47 +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 |
|
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 |
|
Indiction
|
e6309bb8bb
|
Copy Enums to const.py
Switching to IntEnum where necessary.
|
2019-03-07 00:14:48 +01: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
|
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 |
|
DarkPhoenix
|
ca46984a6b
|
Fix issue with replace method
|
2018-12-14 17:10:27 +03:00 |
|
DarkPhoenix
|
fe063cf19a
|
Make sure that modules are put onto their proper place during EFT import, not to the end
|
2018-12-14 16:56:51 +03:00 |
|
DarkPhoenix
|
3bdb12cc5d
|
Make sure reps are running late (so that they all get modified before actually applying effect)
|
2018-12-14 13:49:17 +03:00 |
|
DarkPhoenix
|
6f8fca7525
|
Implement spoolup parameters fetcher and rely on it for misc column stats
|
2018-12-14 08:15:05 +03:00 |
|
DarkPhoenix
|
03e8b8522b
|
Mark spoolup values with asterisk
|
2018-12-13 14:11:03 +03:00 |
|
DarkPhoenix
|
7a8baac5bd
|
Rework way we pass spoolup options, so that it's possible to prefer passed values or on-module values as needed
|
2018-12-13 13:54:53 +03:00 |
|
DarkPhoenix
|
74ebd3415c
|
Calculate sustainable tank adjustments for prespool/fullspool values too
|
2018-12-13 09:17:59 +03:00 |
|
DarkPhoenix
|
de752cbe0a
|
Add prespool/fullspool support to non-sustainable tank calculation
|
2018-12-12 15:48:30 +03:00 |
|
DarkPhoenix
|
25c5abffee
|
Introduce new attributes which store prespool and postspool armor reps, and modify effects affecting it
|
2018-12-12 15:10:38 +03:00 |
|
DarkPhoenix
|
ec1a2035cd
|
Update effect comments
|
2018-12-12 13:04:51 +03:00 |
|
DarkPhoenix
|
e6b2d15468
|
Fetch spoolup time for gun's misc value from spoolup calculator
|
2018-12-12 12:36:31 +03:00 |
|
DarkPhoenix
|
10572c7dbd
|
Expose spoolup time to caller
|
2018-12-12 10:31:20 +03:00 |
|
DarkPhoenix
|
e83e081548
|
Calculate amount of cycles for spoolup
|
2018-12-12 10:20:17 +03:00 |
|