DarkPhoenix
161c4629cf
Do not paint subsystems with red when restrictions are disabled
2019-04-30 01:31:35 +03:00
DarkPhoenix
966763aaa4
Make toggling ignore of restrictions undoable
2019-04-30 00:44:54 +03:00
DarkPhoenix
4eb8973c31
Rework how effect-blocking modules (scram) work to properly support undoing
2019-04-29 20:25:28 +03:00
DarkPhoenix
5c44df7f21
Unfuck state change for passive modules
2019-04-22 19:36:45 +03:00
DarkPhoenix
cecb8f69a3
Change behavior of module state switching
2019-04-20 21:49:13 +03:00
DarkPhoenix
327ad78eb8
Fix insert for boosters as well
2019-04-20 19:31:44 +03:00
DarkPhoenix
4c04fd93ae
Make sure position is returned as None in case the module cannot be found on passed fit
2019-04-17 22:37:44 +03:00
DarkPhoenix
f4f92b0821
Copy spoolup settings of modules when copying fit
2019-04-17 22:26:41 +03:00
DarkPhoenix
9fd70a4ba9
Avoid using modPosition where possible
2019-04-17 16:14:30 +03:00
DarkPhoenix
5457c31148
Use already existing method in module validator
2019-04-17 10:03:49 +03:00
DarkPhoenix
bc4c35665e
Change the way dragging from cargo to modules is handled
2019-04-16 02:10:02 +03:00
DarkPhoenix
64bba0cfdb
Rework cargo to module command
2019-04-16 01:41:19 +03:00
Ryan Holmes
549353dba1
Merge pull request #1885 from pyfa-org/issue1870
...
Implement fixes for #1870 - undo the Module.toDummy that happens when…
2019-03-20 18:01:30 -04:00
Ryan Holmes
a74cdc59bd
Implement fixes for #1870 - undo the Module.toDummy that happens when replacing a module, but the new module doesn't fit. And shuffle around the logic that dictates if a module / item fits onto a particular ship to allow us to ask a fit if a base item can fit based on low-level attributes that don't change
2019-03-17 22:03:39 -04:00
DarkPhoenix
579081393b
Merge branch 'master' into price_optimize
2019-03-16 01:47:18 +03:00
Ryan Holmes
90e275e386
Remove unused import
2019-03-14 14:25:11 -04: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
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
d96146034a
Fix replacing of modules
2019-03-03 09:46:27 +03:00
blitzmann
f8e6474b39
Some slight tweaks to work done by @tonycoz for #1839
2019-03-02 17:21:46 -05:00
DarkPhoenix
6f8fca7525
Implement spoolup parameters fetcher and rely on it for misc column stats
2018-12-14 08:15:05 +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
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
DarkPhoenix
2749426a7c
Change tooltips
2018-12-12 08:43:54 +03:00
DarkPhoenix
0a23c3cabb
Add spoolup support to misc column tooltips
2018-12-12 00:32:50 +03:00
DarkPhoenix
5a0670838d
Expose spooled up value to stats panels
2018-12-11 23:15:46 +03:00
DarkPhoenix
4f0f8fcdfc
Rework internal interfaces to be able to specify spoolup in more flexible manner and carry output dps types
2018-12-11 17:39:03 +03:00
DarkPhoenix
2d9dcc624c
Make sure spoolup function works with non-spoolup arguments passed to it
2018-12-10 14:53:46 +03:00
DarkPhoenix
3228c7f74d
Add separate spoolup calculator
2018-12-10 13:50:22 +03:00
DarkPhoenix
29fde786fb
Merge branch 'spoolup_support'
2018-12-10 09:19:40 +03:00
blitzmann
d404d10bfe
Fix exclusive abyssal weathers items ( #1794 )
2018-12-01 23:01:13 -05:00
blitzmann
194c159379
Create a new property on Module, returns if module is projected (or None if it's not attached to a fit). Fix issues with setting charges on projected modules because the command was always looking at the literal modules on the fit (instead of projected)
2018-12-01 20:50:40 -05:00
DarkPhoenix
f39ba27a13
Add backend support for damage stats separation (prespool and postspool)
2018-11-02 13:30:38 +03:00
blitzmann
31c3101d6d
Remove redundant parenthesis
2018-09-16 01:11:16 -04:00
blitzmann
b4b8a158f5
Bunch of import optimizations
2018-09-16 00:05:36 -04:00
blitzmann
1f9024a740
Move getProposedStatefrom fit service to module class
2018-07-25 22:23:50 -04:00
blitzmann
65c568bd95
Move some module state mapping definitions to the module file and add deprecation flags some sFit functions (will be moving to module / commands)
2018-07-25 22:02:51 -04:00
blitzmann
b57bede510
tox fixes
2018-07-15 02:51:53 -04:00
blitzmann
39f7ecdf5c
Merge branch 'mutaplasmids'
...
# Conflicts:
# eve.db
2018-06-21 00:22:57 -04:00
blitzmann
8f16fc5c1e
Merge branch 'master' into mutaplasmids
...
# Conflicts:
# eve.db
2018-06-17 12:52:49 -04:00
blitzmann
8bf9a9881f
Add some invalidation logic to module for Abyysal modules without base or mutaplasmid
2018-06-17 12:23:05 -04:00
blitzmann
710739696a
Incorporate mutaplasmids within module copy
2018-06-16 23:25:27 -04:00
blitzmann
6fdcce12a3
Merge branch 'icons-1621' into v2.2.0b1
...
# Conflicts:
# eos/db/__init__.py
# eos/db/gamedata/__init__.py
# eos/db/gamedata/item.py
# eos/gamedata.py
# eve.db
2018-06-12 21:43:28 -04:00
blitzmann
e19d231eba
Merge branch 'master' into v2.2.0b1
...
# Conflicts:
# eve.db
2018-06-12 21:41:04 -04:00