Ebag333
0056b704d4
Add other projector effects. Only allow it to affect the specific attribute it's modifying.
2017-01-02 03:18:54 -08:00
Ebag333
c1ead5fe27
change method for retreiving count
2017-01-02 00:29:44 -08:00
blitzman
85a89339a7
Cleaned up database corruption stuff
2017-01-02 00:58:54 -05:00
Ryan Holmes
55f82c48bc
Merge pull request #929 from Ebag333/Character_Import_Sanitization
...
Add some sanity checks and validation of imported character data
2017-01-02 00:38:48 -05:00
Ebag333
f4761e099b
Don't let people rename built in chars
2017-01-01 13:17:39 -08:00
Ebag333
be3696deba
Add some sanity checks and validation of incoming data
2017-01-01 12:47:28 -08:00
Ebag333
cd41e9e9be
Change to use skill rather than group, and modify correct attribute
2017-01-01 03:08:38 -08:00
Resin Neublem
d6db30b7fc
We weren't setting user selection in all branches
...
I heavily refactored the button click handler to make it a little easier to understand
2016-12-28 19:54:37 -05:00
Ryan Holmes
fd066c2150
Merge branch 'Ebag333-EFTBoosterImports' into development
2016-12-28 17:46:33 -05:00
Ebag333
f9ba95b3de
Check the ness to see if it's an implant, booster, or something else.
...
Log it if it's something else and don't try and import it. This prevents
a bad line from failing the entire import, and (hopefully) we know about
it.
2016-12-27 12:32:52 -08:00
Ebag333
7ee4d1d588
Try loading item as a booster if implant fails.
2016-12-26 23:29:22 -08:00
Ebag333
cef5842344
Database validation and cleanup
2016-12-26 21:54:52 -08:00
Resin Neublem
a7b6647135
Remembers user's meta filtering choices
...
There is a lot of logic that overwrites the user's choices of meta
filtering on every search.
That's a little too clever. Especially if the user is looking for
different variations of a certain meta.
If a user wants to include the other meta buttons they can re-add them
after filtering.
Extra care has to be taken with Windows. If a button is Enabled=False AND
SetValue=True, then it looks like it's Enabled=True, but clicking it
doesn't do anything. So we handle that logic in it's own class
closes: https://github.com/pyfa-org/Pyfa/issues/818
2016-12-19 22:39:56 -05:00
Ebag333
bef17e53c6
Recreating wheels
2016-12-19 00:11:55 -08:00
Ebag333
d4b6099d6e
Handle unicode, utf8, and windows-1252
...
(cherry picked from commit 0d4f24a )
2016-12-18 14:11:55 -08:00
blitzman
ff60538e21
Revert "Merge branch 'Ebag333-UnicodePaths' into development"
...
This reverts commit 8a6ef788b3 , reversing
changes made to cf91ae7627 .
2016-12-18 15:56:06 -05:00
Ryan Holmes
50c6133046
Revert "Remembers user's meta filtering choices"
2016-12-18 10:09:55 -05:00
Ryan Holmes
b7d7b80544
Merge pull request #829 from resinneublem/remember-user-filters
...
Remembers user's meta filtering choices
2016-12-18 10:07:15 -05:00
blitzman
2b9342692d
working commit
2016-12-18 09:45:26 -05:00
blitzman
a24e247f1b
Merge branch 'master' into development
...
Conflicts:
eos/effects/usemissiles.py
eos/saveddata/fit.py
2016-12-18 09:24:39 -05:00
blitzman
3396056dae
bump dev
2016-12-18 09:19:47 -05:00
blitzman
366d6c8971
bump stable
2016-12-18 08:00:19 -05:00
blitzman
14bf7ddf7a
fix renders (revert back to previous ones)
2016-12-18 07:52:49 -05:00
blitzman
30cce09063
actually fix database
2016-12-18 06:27:37 -05:00
blitzman
9a50ebfc47
fix database
2016-12-18 05:51:22 -05:00
blitzman
0f05b60c20
Fix for #901
2016-12-18 05:47:56 -05:00
blitzman
4f8493d1bb
Merge branch 'Ebag333-Patch_1105543'
2016-12-16 21:27:19 -05:00
blitzman
58dd629956
update db
2016-12-16 21:27:11 -05:00
blitzman
936b746954
update headers
2016-12-16 21:19:00 -05:00
blitzman
ef14bfac58
Merge branch 'Patch_1105543' of https://github.com/Ebag333/Pyfa into Ebag333-Patch_1105543
2016-12-16 21:16:07 -05:00
blitzman
291f73b661
fix for #905
2016-12-16 20:59:54 -05:00
blitzman
3d9dae0d52
fuuu
2016-12-16 20:50:36 -05:00
blitzman
017c37c4af
Fix for #892
2016-12-16 20:49:42 -05:00
blitzman
ee0c852ddb
Fix titan effects and issue in which all warefarebuffs may not get run (range too short). This should also shore up ( #897 )
2016-12-16 20:17:20 -05:00
blitzman
d63627a37b
More cleanup
2016-12-16 19:26:54 -05:00
blitzman
b1c9e70f95
Merge branch 'command-refactor'
2016-12-16 19:20:44 -05:00
blitzman
3ac2fd870f
clean up
2016-12-16 19:20:30 -05:00
Ebag333
af7272cd10
fix dual reference back to same object
2016-12-15 17:08:59 -08:00
Ebag333
d7c71f5d47
fix some, missed import references.
2016-12-15 16:17:10 -08:00
Ebag333
c858fc2859
Remove an inline import. Fix a reference that is missing.
2016-12-15 15:39:19 -08:00
Ebag333
f76f44e9f3
Fix port references, imports, and add some logging
2016-12-15 15:20:29 -08:00
Ebag333
4fb07cc1d0
Bunch of pep8 and inspection cleanup
2016-12-15 12:43:19 -08:00
Ebag333
658a87cbc0
Single line change to fix most (all??) of the problems
2016-12-15 12:10:03 -08:00
Ebag333
956fa7a8b7
Fixing some issues due to import cleanup
2016-12-14 13:06:13 -08:00
blitzman
0ebb992354
more clean up
...
(cherry picked from commit f198ff1 )
2016-12-14 12:44:42 -08:00
blitzman
37f8253836
oops
...
(cherry picked from commit 0a28fb6 )
2016-12-14 12:26:22 -08:00
blitzman
200ff5a1a4
Fix titan command effects
...
(cherry picked from commit 7875c2a )
2016-12-14 12:26:08 -08:00
blitzman
0d44cbf74a
clean up path stuff
...
(cherry picked from commit d3e360b )
2016-12-14 12:24:35 -08:00
Stefan Dresselhaus
bb216aa6ed
wrong index in tuple.
...
Array looks normally so:
(RunTime, Value, etc., etc.)
("normal", -10, ..., ...)
I guess "RunTime" got added and this is an artifact as it is rarely
called.
Fixes Orca-Mining-Boost onto itself and other ships.
(cherry picked from commit 0ba88d0 )
2016-12-14 12:22:41 -08:00
Stefan Dresselhaus
eccf405ba8
fixed parameters in call when adding neuts to structures.
...
(cherry picked from commit 4f77dff )
2016-12-14 12:22:28 -08:00