blitzmann
ed6f00a893
Added column for fighter abilities, fixed some fighter bugs, added some context menus to them
2016-04-28 00:29:25 -04:00
blitzmann
b15f9766c1
* Show fighter bay resources in fighter pane
...
* Give fighters a state
* Include some toggled stats on the resources pane
* Add some decent icons for fighter stuff
2016-04-28 00:10:01 -04:00
blitzmann
af9a9c5698
More fighter work. Basic abilities now work correctly.
2016-04-17 13:28:12 -04:00
blitzmann
708425c67a
Toggle fighter abilities in fighter context menu
2016-04-17 02:16:58 -04:00
blitzmann
e7118f637c
Merge branch 'charImplants' into singularity
...
# Conflicts:
# eos/db/saveddata/fit.py
# gui/builtinContextMenus/itemStats.py
2016-04-12 20:16:53 -04:00
blitzmann
3177713447
Add preliminary (database/gui) fighter support. No effects / calculations.
2016-04-04 23:32:03 -04:00
blitzmann
94f73241ea
Implement implant set application in character implants.
2016-03-20 23:45:42 -04:00
blitzmann
443c917c6b
Get context menus working for character implants
2016-03-19 18:23:34 -04:00
blitzmann
7c787cd13b
Recalc fit when changing implant source
2016-03-19 15:42:49 -04:00
blitzmann
0b858d6e94
Clean up call to checkStates
2016-03-18 23:51:55 -04:00
aacn500
18775286c0
only check states when first loading a fit from db
2016-03-17 11:56:00 +00:00
Resin Neublem
ceb7eb15c3
Make exporting charges a preference
...
Some users don't want to export equiped charges because it might
conflict with their cargo hold (don't need 2x of the same type of script)
They just be equipping the items to see the different stats
2016-01-16 13:45:13 -05:00
blitzmann
3d26a31ee2
Add option to disable gauge animations (primarily for osx 10.11 users, see #438 )
2016-01-09 12:36:55 -05:00
blitzmann
343d605a84
Fitting file import improvements:
...
- Blank files don't cause crash
- If error happens during processing, notify user
2016-01-03 21:45:19 -05:00
blitzmann
ef1228eb32
Ensure that utf-8 is tested when importing fits
2016-01-03 13:24:05 -05:00
Neugeniko
dde8b1f802
Added detection of Unicode BOM (Byte Order Mark) to determine the encoding used in imported files.
2015-11-14 01:00:32 +11:00
blitzmann
9269c54434
Implement exporting in CREST format
2015-10-18 01:33:39 -04:00
blitzmann
a33ec89e87
Fix issue that caused fits that were supposed to open in the background to calculate. Unfortunately this fix breaks the tab snapshot, will have to figure that out later
2015-10-09 18:32:03 -04:00
blitzmann
37b158439d
Fix #359
2015-09-28 20:32:55 -04:00
blitzmann
a08bb2494b
Fix system effect states
2015-09-22 21:45:32 -04:00
Will Wykeham
7f100353e2
Make variations menu actually swap out module
...
Functional, but not handling multiple selections well
2015-08-16 18:30:27 +01:00
DarkPhoenix
121a81ce70
Remove few debugging prints
2015-08-11 15:59:38 +03:00
blitzmann
cc59612fa4
Debug logging when flag is set
2015-07-23 16:58:55 -04:00
blitzmann
9de3600d7f
Fix self-boosting
2015-07-23 01:38:51 -04:00
blitzmann
f591ecba10
Fix use case where gang boosts were not being applied when projections were added/removed.
2015-07-14 16:15:52 -04:00
blitzmann
63fce4be17
Handle self projections by creating a copy of the fit. Due to the way effects are calculated, we would have double effects implemented if not for the copy
2015-07-11 16:28:09 -04:00
blitzmann
86ee5292d8
Fix fit copying and deleting fits not being reflected in other fits.
2015-07-11 12:43:47 -04:00
blitzmann
4216904736
Remove function to remove projected fits correctly. This is now handled by proper DB relationships
2015-07-10 15:46:42 -04:00
blitzmann
496e9b56b5
Handle use case of invalid fit's mucking things up
2015-07-10 15:46:15 -04:00
blitzmann
68dddf2810
Fix for init projected fit. Took a long time to figure out what was happening.
2015-07-10 11:58:15 -04:00
blitzmann
c17e03d8d0
Fixes critical design issue when it comes to projected fits. Disabled some of the more advanced functionality (projection amount and active) to cope to development. Crash still happens occasionally when adding projected fit for unknown reasons - not 100% reproducable yet
2015-07-09 17:53:41 -04:00
blitzmann
c17bce55bb
Lots of stuff
...
- Added logging and replaced Timer class with more useful one
- Move projected fit loop out of runtimes
- Eliminate recursions from Fit.clear()
- Clean up overall fit calc logic
2015-07-09 10:43:39 -04:00
blitzmann
06e4a7e80f
Support changing amount of projected fits
2015-07-07 13:49:39 -04:00
blitzmann
b95a10d284
Add active column. Looping the fit to apply it x amount of times doesn't seem to work. Probably because it's been flagged calculated and returns early
2015-07-07 13:49:38 -04:00
blitzmann
9ef182aa99
First working prototype of toggleable projected fits. Creates a new association object that stores projection-specific information. GUI hasn't been touched (need to show state), and there are a lot of variables that I need to rename.
2015-07-07 13:49:35 -04:00
Ryan Holmes
a339ae1c55
Merge pull request #312 from blitzmann/dbCorruption
...
Fixes for database rot
2015-07-05 13:08:11 -04:00
blitzmann
bfdc2161e0
Add shortcut cues as toggle in prefs
2015-07-04 00:52:44 -04:00
blitzmann
dd48815f30
Offline rigs, closes #100
2015-07-03 14:05:57 -04:00
blitzmann
ca08f8d8da
Handle fits with invalid ships by removing and deleting them when loaded.
2015-07-02 15:03:56 -04:00
blitzmann
717080b58c
Handle invalid implants and boosters. Uses a different method to ensure implant and booster slot is not duplicated. Still need to modify existing databases to remove Booster table constraint. Reverts a previous commit: "Gracefully handle invalid boosters in database (both itemIDs that don't exist as well as non-booster items). Implants need a little more work" ( aaa5a6ae18)
2015-07-02 00:48:32 -04:00
blitzmann
e6def6f5f9
Fix #299 - fit not recalculated after module states change upon module append
2015-06-24 00:40:13 -04:00
Bryon Roche
557f32ab91
Implement support for loading utf-16 XML.
...
Such XML is generated by software like jEveAssets's owned ships->fitting
export tool.
Without such detection, pyfa will go and try to import those as DNA
fits, with all the ensuing hilarity, thus the DNA import debug code as
well.
2015-04-22 05:05:48 -07:00
blitzmann
30d2ab23ad
Initial support for import stage in shipBrowser. Few bugs, see issue #93
2015-02-08 16:14:52 -05:00
blitzmann
3a9e1f8b85
Fix XML export
2015-01-17 13:41:49 -05:00
Ryan Holmes
0ff69068c0
Merge pull request #241 from cockroach/master
...
Make tab tooltips optional
2015-01-10 20:13:35 -06:00
blitzmann
059af217aa
Fix #246
2015-01-08 15:04:22 -05:00
Stefan Ott
0ed91e4079
Fixed code formatting
2015-01-02 17:04:10 +01:00
Stefan Ott
9c2a667635
Made tab tooltips optional
2015-01-02 16:55:05 +01:00
blitzmann
c59b818677
Add wx.ProgressDialog to HTML export, along with some documentation and silent try-except in HTML export
2014-12-19 00:13:06 -05:00
blitzmann
26e50f2e8a
Implement ProgressDialog for fit file imports (EVE XML / EFT cfg).
...
To make it simpler, changed the way fits are imported and saved from a per-file basis (process file->save fits->process file->save fits) to a per-batch basis (process file->process file -> save all fits).
2014-12-17 21:36:42 -05:00