Ryan Holmes
|
f5531b458b
|
Fix up focus for ship browser, allowing space or enter to work to open up new stage
|
2017-06-12 00:28:06 -04:00 |
|
Ryan Holmes
|
a7c89f7b40
|
break out market browser to individual class files
|
2017-06-11 17:54:36 -04:00 |
|
Ryan Holmes
|
048ae0205c
|
Breakout shipBrowser into individual class files
|
2017-06-11 17:32:43 -04:00 |
|
Ryan Holmes
|
e6a0784466
|
space to select fit when it's focus'd
|
2017-06-11 15:43:01 -04:00 |
|
blitzmann
|
53d15425f3
|
tab / tab+shift to change focus of ship browser items
|
2017-06-09 01:27:28 -04:00 |
|
Ryan Holmes
|
a79257271e
|
bump to stable 1.29.4 (#1228)
|
2017-06-08 22:22:30 -04:00 |
|
Ryan Holmes
|
94256876e4
|
Add tooltip for alpha clones to explain functionality (#1227)
See #1219
|
2017-06-08 22:13:46 -04:00 |
|
Ryan Holmes
|
d319b74d7a
|
Fix exception when double clicking CREST fit browser hull (#1226)
|
2017-06-08 21:58:20 -04:00 |
|
petosorus
|
acb7c0878e
|
Basic skill reqs export
|
2017-06-07 11:17:13 +02:00 |
|
blitzmann
|
47fcbefe8b
|
Finish off user-selectable booster side effects - effects are applied correctly now and each has their own display name. Implements #642
|
2017-06-05 00:18:36 -04:00 |
|
blitzmann
|
c2cb5d763f
|
Implement selectable booster side effects and persist them to the database, very much based on the fighter ability code. Still need to name them and enable the effects.
This also removes the old boosterActiveSideEffect table definition (migration script to drop table still needs to be written)
|
2017-06-04 23:33:11 -04:00 |
|
Ryan Holmes
|
208148b670
|
Fix issue with fit deletion (#1211)
* bump dev
* Fix issue with deleted fit not being removed from database cache (#1207). Also, include some error handling around the our commit stuff
|
2017-06-02 00:30:58 -04:00 |
|
blitzmann
|
cf02c74272
|
bump dev
|
2017-06-01 00:33:46 -04:00 |
|
blitzmann
|
f77cd0b834
|
Merge branch 'master' into development
|
2017-06-01 00:32:06 -04:00 |
|
Ryan Holmes
|
461f5219e5
|
bump release (#1204)
|
2017-05-31 23:51:46 -04:00 |
|
Ryan Holmes
|
373ead8da6
|
Add structure painter / web to dps graph (#1203) (#1202)
|
2017-05-31 23:14:17 -04:00 |
|
Ryan Holmes
|
3371086d54
|
Fix for #1193 - compounded bonuses during recursive command / projected fittings (#1197)
* Teak calculated logic
* test
* clear() on every calculation if it's not already calculated
* tox fix
|
2017-05-31 00:01:59 -04:00 |
|
Ryan Holmes
|
45c3533501
|
Make some extra logging statements and stuff to troubleshoot fit deletion bugs (#1199)
|
2017-05-30 22:57:52 -04:00 |
|
Ryan Holmes
|
4286f2ea5a
|
Add stacking penalties to armor and shield resist command links (#1198)
|
2017-05-30 22:44:01 -04:00 |
|
Ryan Holmes
|
344546a583
|
Merge pull request #1196 from jasconius/mactest
updated drag and drop behavior to not trigger a suspected wx bug on Mac
|
2017-05-30 22:26:59 -04:00 |
|
Michael Ryan
|
46f61ecfa3
|
address travis errors
|
2017-05-30 21:07:02 -05:00 |
|
Ryan Holmes
|
2ec9c5addb
|
Merge pull request #1194 from petosorus/pricing-pane-1158
Pricing pane 1158
|
2017-05-30 21:42:05 -04:00 |
|
Michael Ryan
|
d09f21fe15
|
updated drag and drop behavior to not trigger a suspected wx bug on Mac
|
2017-05-30 20:18:32 -05:00 |
|
petosorus
|
33410f0618
|
Formatting
|
2017-05-30 15:51:48 +02:00 |
|
petosorus
|
2c98baade8
|
Price options labels + total computing in minimal
|
2017-05-29 15:24:21 +02:00 |
|
petosorus
|
380f90d065
|
Price options in context menu
|
2017-05-24 17:30:55 +02:00 |
|
petosorus
|
1781c6dcf0
|
total computation + settings
|
2017-05-24 16:27:32 +02:00 |
|
Ryan Holmes
|
cff3d0ee95
|
Don't process removeModule is ctrl / cmd key is active (#1190)
|
2017-05-22 01:50:13 -04:00 |
|
Ryan Holmes
|
d1fc2dd6ec
|
Fix issue with calculateSustainableTank not considering remote ancil modules (from https://forums.eveonline.com/default.aspx?g=posts&m=6948134#post6948134) (#1189)
|
2017-05-22 00:55:35 -04:00 |
|
Ryan Holmes
|
218712835e
|
Merge pull request #1188 from pyfa-org/bug/evemon-char
EVEMon import fix
|
2017-05-22 00:41:12 -04:00 |
|
Ebag333
|
5a60cff9a1
|
Fixes EVEMon import. Security status was added, but wasn't handled in the EVEMon import. Also, default secstatus to 0 if it's somehow missing.
|
2017-05-22 00:29:29 -04:00 |
|
Ryan Holmes
|
18554e3186
|
Fix a bunch of item swapping mechanisms (see #1186) (#1187)
|
2017-05-21 20:31:12 -04:00 |
|
Ryan Holmes
|
2e2303c9aa
|
Update some migrations to consider new schema (#1185)
* Update some migrations to consider new schema
* tox
|
2017-05-20 02:44:26 -04:00 |
|
blitzmann
|
fbf455c9fe
|
Fix for fighter prices (#1178)
|
2017-05-18 22:28:09 -04:00 |
|
blitzmann
|
00dcda6fad
|
Check if projected / command thing actually exist before attempting to remove it
|
2017-05-18 22:22:02 -04:00 |
|
blitzmann
|
3be7538daa
|
Bump dev
|
2017-05-18 22:22:02 -04:00 |
|
Ryan Holmes
|
9e0638c54c
|
Merge pull request #1175 from pyfa-org/bumprelease
Bumprelease
|
2017-05-16 22:12:29 -04:00 |
|
blitzmann
|
a5ff46fbd1
|
Bump stable
|
2017-05-16 21:34:09 -04:00 |
|
Ebag333
|
6900938208
|
Set all strings to be unicode when referencing fit.name. This won't catch all conversion errors, but it should catch most.
|
2017-05-16 21:33:45 -04:00 |
|
blitzmann
|
4887817142
|
Revert "Set all strings to be unicode when referencing fit.name. This won't catch all conversion errors, but it should catch most. (#1168)"
This reverts commit da33a372cb. Was squashed by mistake, commit author was lost
|
2017-05-16 21:33:28 -04:00 |
|
Ryan Holmes
|
0d721b55a7
|
Fix for when factor reload when module doesn't have a cycle time (#1171) (#1173)
|
2017-05-16 00:09:51 -04:00 |
|
Ryan Holmes
|
65f71b6f6b
|
Fix exception with character implants, and don't show implant set menu if there aren't any (#1172)
|
2017-05-15 22:59:47 -04:00 |
|
Ryan Holmes
|
89b508d0f6
|
Merge pull request #1170 from pyfa-org/bug/char_fixes
Various character fixes
|
2017-05-14 23:05:18 -04:00 |
|
Ryan Holmes
|
6344f7a975
|
Merge branch 'master' into bug/char_fixes
|
2017-05-14 22:56:34 -04:00 |
|
blitzmann
|
11eea37aa7
|
Remove duplication of Character.ro property
|
2017-05-14 22:50:18 -04:00 |
|
blitzmann
|
bff44c46f8
|
Fix character list sorting (https://forums.eveonline.com/default.aspx?g=posts&m=6940327#post6940327)
|
2017-05-14 22:44:02 -04:00 |
|
blitzmann
|
7a0ea759ef
|
Fix issue with character copy, as well as instantiating character with duplicate skills (since Skill has a backref to charactrer, it's automatically added to the characters skill list. No more need for the append())
|
2017-05-14 22:24:05 -04:00 |
|
blitzmann
|
f9419977c0
|
Instantiate skills with a character (may help to solve https://forums.eveonline.com/default.aspx?g=posts&m=6939299#post6939299)
|
2017-05-14 20:55:48 -04:00 |
|
Ryan Holmes
|
da33a372cb
|
Set all strings to be unicode when referencing fit.name. This won't catch all conversion errors, but it should catch most. (#1168)
|
2017-05-14 20:52:06 -04:00 |
|
blitzmann
|
0db141d0a6
|
Fix exception when reverting character skills
|
2017-05-14 02:26:32 -04:00 |
|