blitzmann
85608616dd
readjust some mode logic
2014-12-10 22:04:12 -05:00
blitzmann
d5ce666d8d
Fix #225 - set mode whenever the ship is set.
2014-12-10 21:54:26 -05:00
DarkPhoenix
20b2f1e5fc
Merge branch 'singularity'
2014-12-09 23:39:57 +03:00
blitzmann
2e460adbc9
Add drone volleys
2014-12-04 21:08:41 -05:00
blitzmann
337db326fd
Add Mode and separation to fitting list.
...
Todo: A few exceptions are thrown when trying to remove mode via double click, spawn context menu, move to a different position, etc. All simply because Mode is not a Module. Will need to add try-except blocks to cover these instances
2014-12-02 14:33:47 -05:00
blitzmann
022a929399
Fix initial mode assignment
2014-12-02 12:31:10 -05:00
blitzmann
2a7e35ff6f
Fix exception with non-t3-dessys context menu
2014-12-02 02:15:01 -05:00
blitzmann
23a71e7448
Implement service layer mode setter. Modes now have basic support and testing.
...
Also decided to have two separate functions that return the mode items as Items or Modes. Returning them as Items makes it easier to check if provided modeID from user database is valid (since we cannot easily map the modeID to create a Mode), returning as Modes allows us to easily use them for setters. There's probably a better way to do this, but w/e
2014-11-30 16:43:15 -05:00
blitzmann
081e32da6f
Various event binding fixes for context menus. It's still a mess, but it's not as bad of a mess.
2014-11-30 01:14:47 -05:00
blitzmann
7100e8997b
Merge branch 'master' into singularity
2014-11-29 21:53:22 -05:00
blitzmann
8df7593223
Moved compat.py to new dir utils/ and also added timer class
2014-11-29 20:47:53 -05:00
blitzmann
88ee1d60be
Fix loading of mode, and add some (untested) setting functions
2014-11-29 02:58:43 -05:00
blitzmann
dda1494b90
Added method to check/get modes, and start GUI integration (simple context menu)
2014-11-28 01:23:44 -05:00
blitzmann
f53384c4c2
Preliminary backend support for tactical destroyer modes.
...
* Modifies fits table to add "mode" column, which contains typeID of mode for fit
* Introduces Mode type, similar to Ship and Module type
* Includes effects for Amarr Tactical Destroyer Propulsion Mode
Still a lot to do: GUI switching, constraints on which ships get modes, etc
2014-11-27 23:23:24 -05:00
DarkPhoenix
15087a290a
Add proper support of attribute value limit
...
This fixes issue with blighted/polarized weapons getting resistances down to negative values
2014-11-07 12:49:34 +03:00
blitzmann
23906d5824
Fix #126
2014-10-14 00:10:47 -04:00
blitzmann
c9f33f200d
Fix #119
2014-09-29 16:20:59 -04:00
Ryan Holmes
b5f2df58ce
Merge pull request #168 from blitzmann/161-effDps
...
Implement effective DPS
2014-09-19 19:18:20 -04:00
blitzmann
c903dff8ad
Removed debugging prints
2014-09-15 18:02:49 -04:00
blitzmann
cc770898d9
Fixes issue where cargo is not copied with fit
2014-09-14 17:46:14 -04:00
blitzmann
bb16e649af
Added message to damage profile export
2014-09-03 18:45:04 -04:00
blitzmann
035443b4ff
We now use EFT-style import/exports for damage profiles.
...
Also, percentages now shown next to damage amount instead of foot (where notifications are going)
2014-09-03 14:56:44 -04:00
blitzmann
f0473f1eab
Added support to show errors for resist imports, as well as many improvements to GUI logic.
2014-09-03 12:52:05 -04:00
blitzmann
a95eabac7b
TargetResists: drones work. Also cleaned up redundancy in module.damageStats()
2014-09-03 01:37:59 -04:00
blitzmann
1ab76a7170
Commit initial work for effect DPS / Target resists
2014-09-03 00:49:53 -04:00
Ryan Holmes
b1bf14de29
Merge pull request #155 from blitzmann/network
...
Network service, other things - Resolves #135
2014-08-19 16:50:32 -04:00
blitzmann
e8041470c8
Remove / disable debugging prints
2014-08-17 23:40:22 -04:00
blitzmann
0881abae7b
Moves price fetching to new service as well as removes old and defunct c0rporation price source (along with much of the price fetching logic used to support multiple sources)
2014-08-17 21:47:07 -04:00
blitzmann
ed1b9854a0
Modify eveapi to work with pyfa service, move all character API calls from EOS to Character service and use new network service
2014-08-14 11:44:50 -04:00
blitzmann
d29b4d91e9
Adds "Chance to Jam" to Sensor Strength tooltip
2014-08-07 22:47:59 -04:00
blitzmann
dd27c3c805
Set files to 644 besides pyfa.py and scripts
2014-07-30 21:23:27 -04:00
blitzmann
0b64dad408
Merge pull request #125 from akosiaris/damagetypesimport_blankline_fix
...
Fix blank lines in damage types import
2014-06-14 22:55:23 -04:00
blitzmann
55847adb41
Merge branch 'akosiaris_miningyeild'
2014-06-12 19:22:50 -04:00
Alexandros Kosiaris
9de7585d33
Fix blank lines in damage types import
...
If the text variable contains blank lines like for example ending with a
newline character or having two consecutive newline characters the
fields dict is empty and DamagePattern fails with an Exception.
This closes #124
2014-06-11 11:02:58 +03:00
DarkPhoenix
a946c9c9ed
Merge branch 'master' into singularity
2014-06-03 00:36:13 +04:00
Anton Vorobyov
2ea0c57be5
Merge pull request #99 from blitzmann/issue-63
...
Fixes #63
2014-06-03 00:34:58 +04:00
DarkPhoenix
08f22172a6
Merge branch 'master' into singularity
2014-06-01 21:31:50 +04:00
DarkPhoenix
4ea69201ea
Remove debugging print
2014-06-01 19:09:30 +04:00
Anton Vorobyov
07692584cf
Merge pull request #110 from blitzmann/issue-101
...
Add "Change affecting skill" context menu, resolves #101
2014-06-01 19:06:19 +04:00
DarkPhoenix
239fec48e8
Merge branch 'master' into singularity
2014-06-01 17:04:52 +04:00
Anton Vorobyov
faff60c5e0
Merge pull request #97 from blitzmann/issue-67
...
Fixes #67
2014-06-01 16:51:09 +04:00
DarkPhoenix
c9dca6cd2a
Implement remaining changes - besides new modules and ships
2014-05-31 19:16:15 +04:00
blitzmann
de9ae5c78c
Ensure that we load all skills for a character and some minor tweaks.
2014-05-29 12:59:53 -04:00
Alexandros Kosiaris
d08b1c8284
Calculate mining yields for module/drone
...
Following the weaponStats paradigm, add mining yield information
throughout the drone/module modules
2014-05-28 17:47:25 +03:00
Alexandros Kosiaris
28cfaf1702
Add mining yield view
...
Add a panel for displaying the mining yield. Display miner and drone
yield. Only create the frontend in this commit.
2014-05-28 17:47:25 +03:00
blitzmann
749934b89d
Fix #106
2014-05-27 19:35:51 -04:00
blitzmann
45fca2a87d
All things that can affect attribute from current fit/ships is included in modifiedAttributeDict.
...
The previous method was to only add those that change a value. This adds things can can affect it, and then pass a new `used` flag to the dict to show if it's used or not.
2014-05-25 14:48:40 -04:00
blitzmann
fbc336b038
Moved item override and fit porting to services.
...
Also sprinkled static methods around Fit service and other PEP8 goodness because why not.
2014-05-22 21:00:42 -04:00
DarkPhoenix
9dea4a26bf
Remove nos immunity from ewar immune ships as well
2014-05-22 01:05:35 +04:00
Anton Vorobyov
0ea8a7a921
Merge pull request #77 from blitzmann/issue-69
...
Fix #69 - Neut on triage/siege/bastion
Not all exclusions are added, i will add the rest in later commits.
2014-05-22 00:45:14 +04:00