Commit Graph

320 Commits

Author SHA1 Message Date
blitzmann
9e67ad032c Removed print debugging. 2014-03-08 22:51:45 -05:00
blitzmann
06bd15079d Improvements to update logic 2014-03-08 22:39:29 -05:00
blitzmann
85f632bd20 Fixed infinite loop 2014-03-04 14:33:48 -05:00
blitzmann
b320c6ae77 Merge branch 'master' into fleet 2014-03-03 11:20:06 -05:00
blitzmann
83cc3fd28a Merge pull request #47 from blitzmann/onlUpdate
Update notifications
2014-03-02 23:45:43 -05:00
blitzmann
25c9bfe4d4 Check to see if release version is actually higher than current version (shouldn't really happen, but who knows) 2014-03-02 22:45:18 -05:00
blitzmann
354b732c2c Fit choice works and is properly applied. Dragging and setting via context from ship browser does not. 2014-02-22 21:11:59 -05:00
blitzmann
b910982994 Bug fix and more work 2014-02-22 01:14:33 -05:00
blitzmann
7579f3c3e1 Fixed cases where fit.booster column might contain null instead of bool 2014-02-20 23:56:50 -05:00
blitzmann
3842913fe1 Added booster fit toggling in database, menu label toggling, and migration code 2014-02-20 23:26:26 -05:00
blitzmann
48963167fe Reverts previous commit and introduces better way to filter ships 2014-02-17 23:29:02 -05:00
blitzmann
4095365518 Hotfix for issue #48 2014-02-17 22:44:40 -05:00
blitzmann
9c792fc9a7 Pre-release notifications suppressed by default 2014-02-16 18:09:49 -05:00
blitzmann
c0b4e73629 Added logic for notification suppression, along with other tweaks. Did not worry too much on how to handle pre-releases. 2014-02-16 01:26:13 -05:00
blitzmann
024637432c Added settings for update notification suppression. 2014-02-15 21:58:48 -05:00
blitzmann
7ced595cca Custom dialog implemented. 2014-02-15 00:55:04 -05:00
blitzmann
d7dda83314 More work on update notification. Displays debug popup now. 2014-02-13 22:52:36 -05:00
blitzmann
6ee474a8ff Started work on update notification. Successfully prints out alert to stdout if version from GitHub is not the same as internal version. 2014-02-13 22:28:56 -05:00
DarkPhoenix
d97764586f Re-publish festival items 2014-01-21 23:31:18 +04:00
DarkPhoenix
053e6b1780 Update everything to 653401, which is likely to be final Rubicon release 2013-11-19 00:31:12 +04:00
Eugen Beck
bb76e9b3b4 Added "Remove Drone Stack" to drone context menu 2013-09-22 14:19:24 +02:00
DarkPhoenix
8014c8d0a5 Merge branch 'master' into singularity 2013-08-31 15:32:10 +04:00
DarkPhoenix
d936088451 Finalize Ody 1.1 current changes with AT prize ships 2013-08-24 01:03:20 +04:00
DarkPhoenix
942649c589 Add effects for most of new items 2013-08-23 01:27:52 +04:00
DarkPhoenix
5c073dc83f Handle renames of items and groups 2013-08-21 01:07:27 +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
DarkPhoenix
30db872b72 Update references & remove ishukone scorp from visibility 2013-05-11 18:27:52 +04:00
DarkPhoenix
712626fa0c Update market svc & references to submodules 2013-05-05 18:55:39 +04:00
DarkPhoenix
a7ab9cb42d Update eos ref & add civilian missile back to market tree 2013-03-18 02:44:34 +04:00
DarkPhoenix
ab1f7f7859 Update market service to be on par with 1.1 2013-03-13 22:18:16 +01:00
Sakari Orisi
e4c8a3802e Changes for final 1.1.13 release 2013-03-10 11:09:43 +01:00
Sakari Orisi
cbf0bcb53c Return None if the key isn't found, not an exception 2012-12-09 21:20:10 +01:00
Sakari Orisi
d648718de6 Fix some market group handling breaking with the addition of the salvage drones market group (which CCP messed up) 2012-12-05 21:46:16 +01:00
sakari
1762c875d5 Update release number 2012-08-08 18:09:16 +02:00
Corollax
31065f3437 Revert "Fix the forced market groups"
This reverts commit caf881ad2c.
2012-08-05 14:07:02 +03:00
Corollax
caf881ad2c Fix the forced market groups
All of these now have a proper market group, so we can clean up that mess.
At least a little bit, anyway :)

I also updated the refs to eos and staticdata.
2012-08-05 13:40:45 +03:00
Corollax
b343d8b120 Tons of error checking and cleanup
getIconsByMarketGroup() was badly broken. I've added various error checking
routines and fixed a runaway memory allocation freeze in the event that
no icons can be found.

The cause of that problem remains, however. Still working on it.
2012-07-25 23:45:14 +03:00
Erik Snoeijs
3270432f0b Add html export support 2012-07-08 13:51:40 +02:00
DarkPhoenix
88814e14ac Update Eos in pyfa and remove target breaker market group overrides 2012-05-15 18:56:34 +04:00
DarkPhoenix
49b0798248 Update staticdata & remove small targeting amplifier from market overrides 2012-05-15 18:43:49 +04:00
DarkPhoenix
70c538b793 Add small targeting amplifier rig to overrides, update staticdata and eos in pyfa 2012-05-12 20:10:29 +04:00
DarkPhoenix
7703e3f013 Add target breaker to ecm bursts for now 2012-05-12 19:17:59 +04:00
DarkPhoenix
61344f5874 Fix bug in market group icon code 2012-05-12 16:41:47 +04:00
DarkPhoenix
38393ad2b9 Update eos, staticdata in pyfa & make UI adjustments to add implants export 2012-05-12 15:29:22 +04:00