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
DarkPhoenix
972c08e7e4
Remove AT13 prizes from ship list for now
2015-07-07 16:10:29 +03:00
DarkPhoenix
2b3f3773e5
Merge branch 'master' into singularity
2015-07-06 01:39:50 +03:00
Ryan Holmes
a339ae1c55
Merge pull request #312 from blitzmann/dbCorruption
...
Fixes for database rot
2015-07-05 13:08:11 -04:00
DarkPhoenix
8ae5a96047
Merge branch 'master' into singularity
2015-07-04 12:45:15 +03:00
blitzmann
bfdc2161e0
Add shortcut cues as toggle in prefs
2015-07-04 00:52:44 -04:00
blitzmann
3de6b63325
Fix oversight when creating a new database
2015-07-03 14:18:11 -04:00
blitzmann
dd48815f30
Offline rigs, closes #100
2015-07-03 14:05:57 -04:00
DarkPhoenix
8f51642f70
Merge branch 'master' into singularity
2015-07-03 12:13:53 +03:00
blitzmann
de71123a48
Merge branch 'pricing'
2015-07-03 02:38:23 -04:00
blitzmann
874cf4ef0a
Use old price information if update fails. Add "(!)" to show that price is out of date
2015-07-03 02:37:52 -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
DarkPhoenix
ec4a00cdfc
Merge branch 'master' into singularity
2015-06-25 12:12:33 +03:00
blitzmann
e6def6f5f9
Fix #299 - fit not recalculated after module states change upon module append
2015-06-24 00:40:13 -04:00
DarkPhoenix
21efd6d06a
CCP added faction 200mm plates back to the game
2015-06-22 22:22:35 +03:00
blitzmann
9e96aac04d
Fix situation in which module prices are fetched individually (which the price column). Instead, have them wait in a queue that is processed when the entire fit is called and calculated (with the price pane). Also adds a little refresh icon to know that prices are updating and it's not just blank (might change)
2015-06-04 14:10:27 -05:00
DarkPhoenix
1694d74afa
Add Carnyx tiericide module upgrade/import paths
2015-06-02 23:27:08 +03:00
DarkPhoenix
9c9f1dcefa
Get faction 200mm plates back
2015-06-02 19:37:32 +03:00
Anton Vorobyov
ac881ac371
Merge pull request #276 from kainz/master
...
Support fits exported from jEveAssets
2015-04-28 18:30:20 +03:00
DarkPhoenix
024e0ad4f5
Support proper migration for ishukone scorp (which is skin for regular scorp now)
2015-04-28 18:19:58 +03:00
DarkPhoenix
742abc3250
Remove bunch of chinese skinned ships
2015-04-28 18:05:15 +03:00
DarkPhoenix
294e213ac2
Remove support for vanity ships which were converted into base hulls in game
...
We do not need any DB conversion for them because we converted them into base hull during import time. Also it breaks import of old posted EFT-style fits with removed skinned ships, but i can't say we care alot about this case
2015-04-28 18:01:06 +03: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
DarkPhoenix
940035fa8c
Fix market groups of civilian modules
2015-04-13 15:48:35 +03:00
DarkPhoenix
04b3a687fc
Add new yacht to LIS category and add its render
2015-03-26 15:42:32 +03:00
blitzmann
222888984a
Update to 871030 SISI, also fix prep_data script for changes in Phobos / reverence
2015-03-23 18:00:38 -04:00
blitzmann
55f2f3bfe8
Merge remote-tracking branch 'blitzmann/singularity' into singularity
2015-02-14 01:33:08 -05:00
blitzmann
3e2053b2dd
Update 862583 sans database
2015-02-14 01:27:52 -05:00
blitzmann
30d2ab23ad
Initial support for import stage in shipBrowser. Few bugs, see issue #93
2015-02-08 16:14:52 -05:00
blitzmann
f4f028b843
Fix #258 : broken EFT cfg import
2015-02-07 22:59:55 -05:00
blitzmann
3a26790109
If in debug, publish ship mode items (makes it easy to find in market and look at stats).
...
Tweak effectsUsedBy.py to publish all modes in group rather than individually listing them.
2015-02-03 14:16:09 -05:00
blitzmann
3a9e1f8b85
Fix XML export
2015-01-17 13:41:49 -05:00
DarkPhoenix
68703f3db5
Put old innerzone names back
...
To make sure EFT fittings with these are imported & converted properly
2015-01-14 23:03:14 +03:00
blitzmann
d3def54b5a
Conversion pack for Proteus Module Tiericide + conversion helper script
2015-01-13 22:37:20 -05:00
DarkPhoenix
27d72ed909
Add vanity ship changes from proteus
2015-01-14 03:22:28 +03:00
DarkPhoenix
55e45b6bc1
Remove published chinese ships from visibility
2015-01-14 03:15:35 +03: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
Ryan Holmes
88b1426fe0
Merge pull request #232 from blitzmann/progress
...
Port custom wait dialog to wx.ProgressDialog
2015-01-08 12:15:05 -06: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
ea77e6851e
Fix #238
2014-12-31 20:07:36 -05:00
blitzmann
1c3f9ccf5b
Fix #240
2014-12-31 19:57:10 -05:00
blitzmann
18c86daea6
Do not include rigs in skill requirement checks
2014-12-30 21:08:55 -05: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
1b3c058eab
Put XML export in a try-except block so that a failed export of 1 fit doesn't crash the whole process
2014-12-13 20:12:24 -05:00
blitzmann
adcae42ae7
Goodbye CREST support, we hardly used ya! ( close #201 )
2014-12-13 19:03:22 -05:00