blitzmann
6fdcce12a3
Merge branch 'icons-1621' into v2.2.0b1
...
# Conflicts:
# eos/db/__init__.py
# eos/db/gamedata/__init__.py
# eos/db/gamedata/item.py
# eos/gamedata.py
# eve.db
2018-06-12 21:43:28 -04:00
blitzmann
e19d231eba
Merge branch 'master' into v2.2.0b1
...
# Conflicts:
# eve.db
2018-06-12 21:41:04 -04:00
blitzmann
d4d55c026a
tweak font sizes
2018-06-12 21:29:00 -04:00
blitzmann
3ebfe045c5
Catch a rare error with mutators that are kinda orphaned (not via module, but the mod doesn't have base or mutaplasmid)
2018-06-12 21:15:31 -04:00
blitzmann
75230a78a6
Do not explicitly add the mutator to the module. Setting the Mutator.module property is sufficient, and prevents from a duplicate one from being added with a None key.
2018-06-12 20:57:06 -04:00
blitzmann
fccd4b61f4
Recalc fit after a mutator change and 1 sec has passed. This allows for both gui animations to finish and prevent multiple quick changes form clogging everything up)
2018-06-12 01:55:40 -04:00
blitzmann
bceaa0d1d5
Get mutations to save
2018-06-11 23:44:34 -04:00
blitzmann
994521f654
Move some functionality tot he mutator object, and clean some stuff up
2018-06-11 23:09:21 -04:00
blitzmann
6a03ff59af
Attribute graph: add edge on neutral
2018-06-10 02:28:01 -04:00
blitzmann
f8b5adb31d
Determine validity via mod, not value (prevents weirdness with negatives)
2018-06-10 01:30:05 -04:00
blitzmann
e8b56b076b
Instantiate mutators when a mutated module is created / loaded from DB. Some bug fixes for a few things.
2018-06-10 01:10:53 -04:00
blitzmann
fe47ebd1f5
Merge branch 'attribute_gauge' of https://bitbucket.org/blitzmann/pyfa-playground into attribute_gauge
2018-06-09 20:35:08 -04:00
blitzmann
3b310e9b61
Tweaks to slider logic with respect to negative values
2018-06-09 20:34:59 -04:00
Ryan Holmes
07737a1f6d
more refactoring and bug fixes for gui
2018-06-09 11:03:04 -04:00
blitzmann
962789bf63
More tweaks
2018-06-09 09:49:32 -04:00
blitzmann
ab2d6dbf3a
Flesh out a lot of the small graphical specifics. Stilll needs a bit of work and a few bugs worked out, but I feel it's coming along.
2018-06-08 22:34:15 -04:00
blitzmann
542f2b3061
More tweaks
2018-06-07 19:38:40 -04:00
blitzmann
cc529d3499
Penalized drone velocity rigs ( #1630 )
2018-06-06 00:25:45 -04:00
blitzmann
aee225d11a
Only apply thermodynamics skill to modules with heatDamage attribute
2018-06-05 23:59:01 -04:00
Ryan Holmes
0b45438981
Merge pull request #1626 from WatchMeCalculate/Issue-#1519
...
Issue #1519 , on fitting restriction toggle, accurately keep valid modules
2018-06-05 20:26:16 -04:00
DarkPhoenix
d48f9354ec
Update database (vedmak fitting changes) and do relevant string updates
...
Also change jsontosql script to ignore fsdtypeoverrides which is no longer dumpable by phobos
2018-06-05 20:02:00 +03:00
blitzmann
58b422a6d9
Add a bunch of tests, and get it looking just right. Still need to do some general cleanup
2018-06-05 09:02:15 -04:00
blitzmann
b1dce3b7b6
Changes to attribute slider, and thinking about dropping it in support of a modified pyfa gauge
2018-06-04 22:55:34 -04:00
blitzmann
460ba81d44
Some tweaks to the attribute slider
2018-06-04 19:18:18 -04:00
Ryan Holmes
e01699f738
Add a SetValue method to the attribute slider
2018-06-04 17:24:49 -04:00
blitzmann
c9f555a860
Move the slider to another file (makes it easier to test), and adjust the logic so that the base value is always considered in the center, no matter the skew of the ranges
2018-06-04 02:53:14 -04:00
blitzmann
b3acc8fd21
Get a slider interface going for the items stats. Starting to come together!
2018-06-04 02:21:52 -04:00
blitzmann
3670f3289c
Convert a module to an abyssal with a mutaplasmid - saving to and loading from database confirmed.
2018-06-03 19:50:50 -04:00
blitzmann
04171b243b
Get the mutaplasmid context men working to display the mutaplasmids
2018-06-03 16:48:31 -04:00
blitzmann
20f57146c4
Merge branch 'master' into mutaplasmids
...
# Conflicts:
# eve.db
2018-06-03 16:31:20 -04:00
blitzmann
012c5f536b
Add mutaplasmid context menu
2018-06-03 16:29:00 -04:00
blitzmann
3fbd869821
Get some basic relationships added for mutaplasmids
2018-06-03 16:28:33 -04:00
blitzmann
19cf3c2036
Update various GUI things to show new location for ship icon
2018-06-02 14:54:59 -04:00
blitzmann
18bbe49c49
support renders
2018-06-02 14:34:00 -04:00
blitzmann
e806471b47
Run icon script to remove the clothing icons
2018-06-02 14:10:37 -04:00
blitzmann
59d56fc333
Remove clothing form the database
2018-06-02 14:04:34 -04:00
blitzmann
926299c20e
Add process for getting graphic ids from fsdbinary (not utilizing them yet)
2018-06-02 11:58:38 -04:00
blitzmann
e8d5e9f9f2
More icons fixes
2018-06-02 10:18:56 -04:00
WatchMeCalculate
a5b5cec919
Fixed flake8 issues
2018-06-01 13:08:25 -07:00
WatchMeCalculate
cbb8545c30
If module had previously violated fitting restrictions, but now is a valid module, recolor background
2018-06-01 02:22:29 -07:00
WatchMeCalculate
87660246b6
When re-enabling restrictions only delete incompatible modules
...
Hardpoints past limit will show up highlighted red.
2018-06-01 02:19:14 -07:00
WatchMeCalculate
cc586f6532
For modules with maxfitting, ensure on validity count, don't count itself
2018-06-01 02:18:03 -07:00
WatchMeCalculate
02103b6d2e
Refactor checking if Hardpoints has free spots into a function fit can use
2018-06-01 02:16:29 -07:00
blitzmann
94b1876cf1
icon script tweak
2018-05-31 21:36:22 -04:00
blitzmann
8bb3cbb25e
More icon fixes
2018-05-31 21:20:47 -04:00
blitzmann
5388ba7a70
Remove need for Icon class, references to it's DB relationship, and remove from DB. Also, add the files. All the files.
2018-05-31 21:13:12 -04:00
blitzmann
ff1d8109cd
Start updating the icons script. You can now point it at an EVE installation and an icons.json, which is generated via the icons.yaml from from the SDE (for now, unless we can figure out how to access that info form the res files. it's in CCPs format).
...
Lots of old stuff still here, needs cleanup. We no longer restrict the queries to certain categories / groups, seemed like extra logic to remember whenever new stuff is potentially added.
2018-05-31 21:09:35 -04:00
DarkPhoenix
408e1246c7
Reduce font size for chrome tabs
2018-05-31 14:47:38 +03:00
DarkPhoenix
051e601f14
Use system font for fitting pane
2018-05-31 13:26:54 +03:00
blitzmann
fb5849e43e
Bump version
2018-05-31 01:03:14 -04:00