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
blitzmann
25e30672fe
Start conversion of various wait dialogs to wx.ProgresDialog. Implemented new wx.ProgresDialog for fitting backup
2014-12-15 20:01:03 -05:00
blitzmann
d5ce666d8d
Fix #225 - set mode whenever the ship is set.
2014-12-10 21:54:26 -05:00
blitzmann
022a929399
Fix initial mode assignment
2014-12-02 12:31:10 -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
c903dff8ad
Removed debugging prints
2014-09-15 18:02:49 -04:00
blitzmann
1ab76a7170
Commit initial work for effect DPS / Target resists
2014-09-03 00:49:53 -04:00
blitzmann
c7042f314b
Code consistency
2014-07-31 00:14:29 -04:00
blitzmann
b3b62fcecc
Introduces empty group filtering to ship browser stage 1
2014-07-30 00:40:55 -04:00
blitzmann
3c5538109d
Instead of passing fitID to export service, pass the fit itself. Fixes #122
2014-06-11 18:56:40 -04:00
Anton Vorobyov
2ea0c57be5
Merge pull request #99 from blitzmann/issue-63
...
Fixes #63
2014-06-03 00:34:58 +04:00
blitzmann
5a1e39180a
Set rack separation/labels and compact needed skills as default
...
Also refresh fit after modifying compact skills to take affect immediately.
2014-06-02 09:32:59 -04:00
blitzmann
b7e2b62562
Improved fitting window import; revert addition of staticmethod's in fit service
2014-05-23 18:58:09 -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
blitzmann
3bd66f174d
Added skill prereq tooltip compact option to preferences
2014-05-18 01:45:28 -04:00
blitzmann
f9c141fa25
Adds import support for fitting window copy. Resolves #91
...
This requires us to pass an active fit to use as a base for the modules, as the format does not include ship information. Features:
* If active fit has modules, makes a new fit using same ship
* Does basic dummy checking. As the format doesn't include ship info, it will probably be common for someone to accidentally try to import a Legion fit to a Rifter by mistake. Import logic checks module legality for fit and, if fails, silently halts import without saving.
2014-05-14 23:39:47 -04:00
blitzmann
b783f0641c
Load fleet data of projected fits
2014-05-10 22:49:12 -04:00
blitzmann
6992537750
Fix regression
2014-05-07 17:44:47 -04:00
blitzmann
d9e61a3305
Improved on drag/drop for cargo and fitting views. Can now copy rather than swap
2014-05-07 17:18:01 -04:00
blitzmann
0c42848d52
Fix recalc after module clone. Enforce module restrictions.
2014-05-07 15:53:03 -04:00
blitzmann
294f51ae5d
Add support for drag and drop between pyfa displays which explicitly support it (some other tweaks as well)
2014-05-07 11:21:50 -04:00