blitzmann
bd53785667
Allow all 5 and 0 to change skills from affecting skill menu
2015-09-14 20:35:36 -04:00
blitzmann
f2b4400834
Do auto-save when editing in character editor.
2015-09-14 20:30:12 -04:00
blitzmann
9ae5cfbab2
Revert "Fix API stuff. This should theoretically work, but it's untested."
...
This reverts commit 1402ceec63 .
2015-09-13 16:57:22 -04:00
blitzmann
045031e8ae
Revert "Fix character rename, delete, and copy."
...
This reverts commit c72f049ccd .
Conflicts:
service/character.py
2015-09-13 16:55:32 -04:00
blitzmann
1584586fd2
Try a different approach to temp skill levels
2015-09-13 16:51:36 -04:00
blitzmann
1402ceec63
Fix API stuff. This should theoretically work, but it's untested.
2015-09-12 13:15:59 -04:00
blitzmann
0b9cdaa944
Change the way skills are loaded. We now load all skills when character is created, instead of just creating character and loading skills on demand. This fixes a bug in which new characters were not saving their skills to the database.
2015-09-12 10:59:44 -04:00
blitzmann
89c011d37e
Minor modifications.
2015-09-12 10:30:51 -04:00
blitzmann
c72f049ccd
Fix character rename, delete, and copy.
2015-09-09 23:12:59 -04:00
blitzmann
ca34217f3b
Added character saving.
...
Deleting characters is broken for now due to using wrong session, but I believe creating character works. Further tests needed
2015-09-09 20:33:15 -04:00
blitzmann
182104a010
Fix #109
2015-07-19 16:20:42 -04:00
blitzmann
0060f58e3d
Support evemon character imports.
2015-07-11 10:17:02 -04: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
fa5edbb804
Fix reference to old eveapi
2014-08-14 22:52:55 -04:00
blitzmann
ed1b9854a0
Modify eveapi to work with pyfa service, move all character API calls from EOS to Character service and use new network service
2014-08-14 11:44:50 -04:00
blitzmann
df046769ff
Add GUI support for changing affected skills
2014-05-27 16:26:14 -04:00
blitzmann
4dc4679d03
Fix for refresh API button
...
This fix enables and disabled the API refresh button on main view.
Button is disable by default, and only enabled when both of the
following are true:
- Character is user created (no All 0/All 5), and
- Character has api data in database (including default character),
otherwise it obviously wouldn't work
2013-08-10 01:22:39 -04:00
blitzmann
7dce615933
Improvements to Character API
...
This commit adds default character and characters retrieved from API to
the DB, opening the door for "quick update" of API data (we now have api
details and character to update).
2013-08-06 13:01:30 -04:00
Martin Falatic
f53e6f8533
Added the character import enhancement (reads native EVE CCP XML)
...
Character class inherits from 'object' now for consitency
(as fit class does)
Strings updated for consistency (e.g., 'EvE' -> 'EVE')
Minor cleanup of the previous skills exporter enhancement
Moved character change/update event bindings to globalEvents (as fit changes are) for better re-use
2013-06-22 18:24:04 -07:00
Martin Falatic
fa64ed904d
Fixed skills exporter to remove duplicates that confuse EVEMon
2013-06-20 00:44:19 -07:00
Martin Falatic
67ed8818d8
Cleaned up. Supports txt, xml and emp (gzipped xml)
2013-06-15 17:50:53 -07:00
Martin Falatic
961fbaef69
Fix broken commit with better parameter passing; cleanup
2013-06-15 16:29:26 -07:00
Martin Falatic
3390c06b5d
Able to export XML that works with EVEMon
2013-06-13 05:19:02 -07:00
HomeWorld
0a1ac49c97
Moved getProxySettings from service.character to service.settings
2011-12-23 22:13:39 +02:00
HomeWorld
c51a1400e1
Fixed the the way proxy settings is sent to eveapi
2011-12-23 22:02:39 +02:00
HomeWorld
5d2519ec18
Fixed a little mistake in service.character.apiFetch
2011-12-23 20:30:32 +02:00
HomeWorld
6b30eeaba1
Make use of proxy settings in service.character api stuff
2011-12-23 20:26:15 +02:00
DarkPhoenix
f9af29a335
Add getCharacter method
2011-11-22 21:52:14 +04:00
DarkPhoenix
4be9ae60e1
Add all5-getters for pyfa
2011-11-21 21:39:58 +04:00
HomeWorld
2173560546
Proper try/except block for service.character.charList - catch all errors
2010-12-04 20:30:36 +02:00
cncfanatics
887ad4d9f6
Prettify the missing skills tooltip a bit by also displaying the item
...
requiring said skills
2010-11-02 10:04:21 +01:00
cncfanatics
661dfc66a1
Add requiredSkills tooltip
2010-10-31 00:08:27 +02:00
cncfanatics
4655035d77
When opening the character editor, always select the currently used
...
character by default
2010-10-30 19:37:06 +02:00
cncfanatics
887462e4db
Make character & damagePattern global across all fits
2010-10-30 16:40:26 +02:00
cncfanatics
e05ded882c
Fix changing characters not udpating stats right away as well as
...
unlearning not working
2010-10-29 13:01:26 +02:00
cncfanatics
341bd9ca04
Hide unpublished skill groups
2010-10-15 07:01:37 +02:00
DarkPhoenix
3a1e188d87
Remove non-published skills from character sheet
2010-10-15 01:01:58 +04:00
cncfanatics
d1401dae6c
Fix a traceback when unlearning skills
2010-10-14 20:28:09 +02:00
cncfanatics
0a07aba7ca
Fix bug #102 : saved API details not being displayed
2010-10-11 23:14:58 +02:00
cncfanatics
89a0ccf513
Fix a bug with incorrect handling of "Unlearn" and "Level 0"
2010-10-07 08:04:33 +02:00
cncfanatics
60d3ae7a8a
Finish first complete implementation of character implant editor: needs
...
polishing
2010-09-30 15:10:10 +02:00
cncfanatics
993c79f4f5
Rename controller to service
2010-09-18 12:31:22 +02:00