Merge branch 'master' of evefit.org:pyfa

This commit is contained in:
Lucas Thode
2010-10-25 08:09:00 -05:00
7 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ class ModuleAmmoPicker(ContextMenu):
d = charge.getAttribute("%sDamage" % type)
if d > 0:
damage += d
return (-range - falloff, charge.name.rsplit()[-2:], damage, charge.name)
MISSILE_ORDER = ["em", "thermal", "kinetic", "explosive"]
@@ -114,7 +114,7 @@ class ModuleAmmoPicker(ContextMenu):
for item in items:
m.AppendItem(item)
self.addSeperator(m, "High Damage")
self.addSeperator(m, "Short Range")
elif hardpoint == Hardpoint.MISSILE:
self.charges.sort(key=self.missileSorter)
type = None

View File

@@ -50,7 +50,7 @@ class FirepowerViewFull(StatsView):
counter = 0
for damageType, image in (("weapon", "turret") , ("drone", "droneBay")):
for damageType, image in (("weapon", "turret") , ("drone", "droneDPS")):
baseBox = wx.BoxSizer(wx.HORIZONTAL)
if counter == 1:
sizerFirepower.AddSpacer( ( 40, 0), 1, 0, 5 )

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 839 B

After

Width:  |  Height:  |  Size: 637 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
icons/droneCount_big.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
icons/droneDPS_big.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB