blitzmann
e848cec815
Fix dirty skill indicator (* instead of blue text). Need to get a different icon working for those. Remove debugging prints()
2017-11-16 01:20:38 -05:00
blitzmann
ce8f1d385d
Better fix for broken Entity Editor Validation
2017-11-15 21:43:36 -05:00
blitzmann
90e338b969
Fix for broken Entity Editor Validation
2017-11-14 00:07:12 -05:00
blitzmann
1978f5cb92
Test validator stuff
2017-11-13 22:45:12 -05:00
blitzmann
979bc494f0
deprecation
2017-11-13 22:29:58 -05:00
blitzmann
cc9b6ea04b
More deprecation fixes
2017-11-13 00:18:24 -05:00
blitzmann
8cbb327659
Fix bug that caused race image to not appear in fitting tab
2017-11-12 23:58:30 -05:00
Ryan Holmes
2f6e306f8e
Merge pull request #1336 from pyfa-org/release/v1.33.2
...
Release/v1.33.2
2017-11-12 16:59:03 -05:00
blitzmann
065747f425
bump release
2017-11-12 16:54:28 -05:00
blitzmann
c4f41fb5fa
Update to 1209099 and rename old komodo skill
2017-11-12 16:52:56 -05:00
Ryan Holmes
e4f3ed05cc
Merge pull request #1328 from burnsypet/wcs-display
...
Display warp core strength on warp speed tooltip
2017-11-12 15:38:25 -05:00
Ryan Holmes
0e84d6c557
Merge branch 'development' into wcs-display
2017-11-12 15:34:17 -05:00
blitzmann
c384848870
Merge branch 'master' into development
...
Conflicts:
config.py
2017-11-12 15:33:59 -05:00
blitzmann
1fc9b2941d
Add spac file for mac
2017-11-12 13:43:19 -05:00
blitzmann
e9be07f281
Rename pyfa.spec to pyfa-win.spec
2017-11-12 13:17:16 -05:00
blitzmann
df7dc30e7e
Write out git version information to a file, use in about box, remove all the other stuff until I can format it correctly
2017-11-12 13:13:38 -05:00
blitzmann
d0235f6d93
Fix market browser meta filtering
2017-11-12 12:00:24 -05:00
blitzmann
de646cf252
Have a noticeable message show up (currently prints for everything, should restrict to only beta builds)
2017-11-12 02:30:15 -05:00
blitzmann
21838f2d9a
Fix issue with pyinstaller not bundling required DLLs when building on Windows 10 / Python >= 3.5
2017-11-12 02:15:15 -05:00
blitzmann
266398b1de
Get some things working for pyinstaller
2017-11-12 00:14:45 -05:00
blitzmann
0cc646bab9
Fix gauge resetting to 0 each time (should figure out how to utilize the existing set range and value, but for now this works)
2017-11-05 02:29:58 -05:00
blitzmann
cebca64e5e
Fix CREST stuff
2017-11-05 01:43:39 -05:00
blitzmann
bd0de82a8e
remove repo version of FloatSpin, go with wx bundled version
2017-11-05 01:10:22 -05:00
blitzmann
0f5ae8d9b6
Fix delete fix (renamed MiddleDown to MiddleIsDown)
2017-11-05 01:03:14 -05:00
blitzmann
5ae7805bb1
Fix ammo picker
2017-11-05 01:54:19 -04:00
blitzmann
6a382c4445
More tweaks to getModifiedItemAttr and fix deprecation warning
2017-11-05 01:51:19 -04:00
blitzmann
3b0c8b6117
Fix Racks having a CPU and Power value of 0
2017-11-04 18:32:26 -04:00
blitzmann
0e1e4cad6d
Fix a few more deprecation warnings
2017-11-04 18:24:18 -04:00
blitzmann
e0b92198b0
Fix deprecation warnings
2017-11-04 18:20:54 -04:00
blitzmann
ce3b94696a
Make sure getModifiedItemAttr always returns an int, unless otherwise wanting None
...
In py2, you could compare None to an int and it would always be less than. Unfortunately in py3, this is no longer the case. Returning getModifiedItemAttr as 0 allows us to not do a huge refactor.
2017-11-04 18:20:00 -04:00
oaao
cacf286176
[fix] eos - remove Komodo thermalDamage double-dipping
2017-11-02 04:41:57 -04:00
burnsypet
a02bbe3964
Removed traces
2017-11-01 23:31:17 +00:00
burnsypet
866d410695
Added logic for WDFG MWD scrambling
2017-11-01 23:27:34 +00:00
burnsypet
ea6f31c021
Added disruption effect for WDFG
2017-11-01 22:55:05 +00:00
burnsypet
d522fff511
Add projected warp strength to scrams
...
Changes to effects:
Added warp strength projected effects to all kinds of warp disruption
modules except for WDFG (this will need some more thinking). Fixed
a bug where warp disruptors appeared to reduce the warp strength of
the ship they were fitted to
Changes to targetingMiscView*.py:
Replaced abs() with multiplication by -1 where appropriate
2017-10-30 21:05:46 +00:00
Ryan Holmes
ca27cd3250
bump stable release ( #1329 )
2017-10-29 18:54:46 -04:00
burnsypet
20a1618e41
Display warp core strength as warp speed tooltip
...
Changes to antiwarpscramblingpassive.py:
Fixed a typo of "warmScrambleStatus" to "warpScrambleStatus"
Changes to targetingMiscViewMinimal.py:
Extended existing tooltip to include warp core strength. Warp core
strength is none for ships that do not have a hull bonus (venture etc.)
or do not have any warp core stabs fitted so logic is added to
default value to 0.
Changes to targetingMiscViewFull.py:
As above.
2017-10-29 20:40:39 +00:00
Alex
2830729cb4
Merge pull request #1 from pyfa-org/master
...
Updating fork with bugfixes from master
2017-10-29 20:21:34 +00:00
Ryan Holmes
c0e15f61c6
Merge pull request #1322 from burnsypet/issue-1315
...
Stop applying neut resistance twice
2017-10-29 15:27:27 -04:00
blitzmann
4355f35eef
Revert "Stop applying neut resistance twice" and instead remove the resistance application from addDrain()
...
This reverts commit 7b32fe08ac .
2017-10-29 15:07:05 -04:00
Ryan Holmes
029e61edaf
Merge branch 'master' into issue-1315
2017-10-29 12:36:29 -04:00
Ryan Holmes
b18f82505b
Merge pull request #1327 from pyfa-org/bug1316
...
Bug1316
2017-10-29 12:25:00 -04:00
blitzmann
f8a65de47f
tox fix
2017-10-29 12:23:45 -04:00
blitzmann
e5a0ef1877
Re-work menu spawning for Command and Projected views to be a bit more straightforward and allow spawning up context menu when right clicking the DummyEntry ( #1316 )
2017-10-29 12:22:15 -04:00
Ryan Holmes
8647fe460c
Merge pull request #1326 from pyfa-org/133bugfixes
...
133bugfixes
2017-10-28 22:44:27 -04:00
blitzmann
a4950e9015
Remove the rifter test as it's not properly mocked out and recent balancing passes have since made it useless
2017-10-28 22:36:00 -04:00
blitzmann
82d50cfa0d
Fix effect that used to only be for skill, but is now for a booster ( #1324 )
2017-10-28 21:04:51 -04:00
blitzmann
efea46006a
Better include all missiles in the MISC column ( #1325 )
2017-10-28 20:37:29 -04:00
blitzmann
d9800dcf19
Fix some effects for #1320
2017-10-28 19:45:09 -04:00
blitzmann
266b3ce985
Set Victor and Virtuso to not published, and fix bug which allowed user fits to return in search even if ship isn't published ( #1310 )
2017-10-28 19:25:19 -04:00