blitzmann
|
1e621ee133
|
Fix issue when module is loaded with invalid item causing crash due to no item being available (incorrect logic)
|
2016-04-03 02:04:52 -04:00 |
|
blitzmann
|
fe64e2e24c
|
Fix module states when loading from database with an incorrect state (see #529)
|
2016-03-10 23:55:12 -05:00 |
|
Will Wykeham
|
7f100353e2
|
Make variations menu actually swap out module
Functional, but not handling multiple selections well
|
2015-08-16 18:30:27 +01:00 |
|
blitzmann
|
23b458534f
|
Remove unneeded collection class for projected fits
|
2015-07-10 23:22:58 -04:00 |
|
blitzmann
|
28a5318e3b
|
Merge branch 'master' into toggleProjectionFit
Conflicts:
config.py
|
2015-07-10 16:09:00 -04:00 |
|
blitzmann
|
4c17f38b1a
|
Fix for #324 - do not reset itemID automatically upon removal due to way modules are swapped.
|
2015-07-09 18:36:11 -04:00 |
|
blitzmann
|
c92911b79a
|
Work around for lack of flag_modified() support
|
2015-07-08 10:54:26 -04:00 |
|
blitzmann
|
9ef182aa99
|
First working prototype of toggleable projected fits. Creates a new association object that stores projection-specific information. GUI hasn't been touched (need to show state), and there are a lot of variables that I need to rename.
|
2015-07-07 13:49:35 -04:00 |
|
blitzmann
|
aaa60cbc14
|
Fix instance where some items were being re-added due to lack of return. Also, implement some basic logging.
|
2015-07-05 00:28:55 -04:00 |
|
blitzmann
|
e1ce672569
|
Move flag_modified to HandledList.remove() so that it takes care of all our use cases. Give fits an itemID like everything else so that projected fits can be removed correctly by this logic. No reason for them to be special snowflakes.
|
2015-07-02 11:22:26 -04:00 |
|
blitzmann
|
717080b58c
|
Handle invalid implants and boosters. Uses a different method to ensure implant and booster slot is not duplicated. Still need to modify existing databases to remove Booster table constraint. Reverts a previous commit: "Gracefully handle invalid boosters in database (both itemIDs that don't exist as well as non-booster items). Implants need a little more work" (aaa5a6ae18)
|
2015-07-02 00:48:32 -04:00 |
|
blitzmann
|
51696c509f
|
Merged Cargo and Drone collection class (essentially the same). Utilized SQLAlchemy's flag_modified() to force SA to update DB (in this case, remove the entry)
|
2015-07-01 20:54:40 -04:00 |
|
blitzmann
|
4a5ae9f6f1
|
Handle invalid cargo. Noticed that cargo nor drones are removed from the database with these methods. Not sure why - projected drones and modules are correctly removed in similar ways
|
2015-07-01 15:21:27 -04:00 |
|
blitzmann
|
fa9f324f78
|
Handle invalid drones
|
2015-07-01 14:55:05 -04:00 |
|
blitzmann
|
bcc77f11cd
|
Handle invalid projected drones
|
2015-07-01 14:50:08 -04:00 |
|
blitzmann
|
f737f292e3
|
Refine appending projected modules. Ensure that module can actually be projected, and also ensure that we only have 1 system effect running at a time. Invalid modules are removed at earliest opportunity as we are later accessing attributes that may not be there for corrupted data.
|
2015-07-01 13:34:19 -04:00 |
|
blitzmann
|
fa2b1e3821
|
Handle invalid modules. This streamlines the module init code from both program and database sources. When loading from the database, we ensure that the module item is actually an item. If not, we set a flag to delete it (which is picked up by the collection class)(can't use exceptions as there's no place to catch them)
|
2015-07-01 02:20:56 -04:00 |
|
blitzmann
|
aaa5a6ae18
|
Gracefully handle invalid boosters in database (both itemIDs that don't exist as well as non-booster items). Implants need a little more work
|
2015-06-30 13:51:49 -04:00 |
|
blitzmann
|
dd27c3c805
|
Set files to 644 besides pyfa.py and scripts
|
2014-07-30 21:23:27 -04:00 |
|
blitzmann
|
5df7e193e7
|
Cargo works, but needs a more TLC
|
2014-03-30 17:12:32 -04:00 |
|
DarkPhoenix
|
fd36a0b172
|
Replace submodules with actual files
Submodules never were actually useful
|
2013-06-10 22:12:34 +04:00 |
|