Ryan Holmes
01db1efdf7
Merge pull request #336 from blitzmann/regSkills
...
Register skills when applying ship bonuses
2015-07-23 15:58:07 -04:00
blitzmann
e74e2615ad
Merge remote-tracking branch 'origin/projections'
2015-07-23 15:46:32 -04:00
blitzmann
9de3600d7f
Fix self-boosting
2015-07-23 01:38:51 -04:00
blitzmann
5a4f526b2b
Fix fit copying
2015-07-22 14:27:44 -04:00
blitzmann
17733d5951
Added missing tactical mode calculations... whoops
2015-07-22 13:02:08 -04:00
blitzmann
0a1f324053
Fix Advanced Spaceship Command skill and resists for Occator
2015-07-21 12:27:46 -04:00
blitzmann
182104a010
Fix #109
2015-07-19 16:20:42 -04:00
blitzmann
90c883da67
Fix some syntax errors.
2015-07-19 15:51:03 -04:00
blitzmann
d496637614
Add ship skill bonuses to modified modules. Modify effect files for new skill parameter. Enable affecting skill menu.
2015-07-19 14:19:24 -04:00
blitzmann
71b258a8f5
Merge fit attributes with ship
2015-07-17 16:32:42 -04:00
blitzmann
cd7579a4bf
Fix #332 - offline rigs calculated in calibration stats
2015-07-17 00:01:31 -04:00
blitzmann
d6199a58c2
Separate projected fits from list of affectors. Also, show when affected module is projected. Still need to clean up affector tree stuff
2015-07-16 23:59:37 -04:00
blitzmann
3ad5aaac89
Fix #331 - gang boosts not applied to self projection
2015-07-15 16:52:09 -04:00
blitzmann
3bed268d81
Fix use case for downgrading and adding a row with NULL
2015-07-14 19:13:56 -04:00
blitzmann
9a1b0f07c0
Added documentation on why projections don't respect the __calculated flag which gang boosts do
2015-07-14 16:32:10 -04:00
blitzmann
c571fdc5e6
Fit fit alterations with self projections
2015-07-13 19:29:23 -04:00
DarkPhoenix
6f944fc7db
Stacking penalize missile flight time rigs
2015-07-12 02:12:59 +03:00
blitzmann
63fce4be17
Handle self projections by creating a copy of the fit. Due to the way effects are calculated, we would have double effects implemented if not for the copy
2015-07-11 16:28:09 -04:00
blitzmann
86ee5292d8
Fix fit copying and deleting fits not being reflected in other fits.
2015-07-11 12:43:47 -04:00
blitzmann
0060f58e3d
Support evemon character imports.
2015-07-11 10:17:02 -04:00
blitzmann
23b458534f
Remove unneeded collection class for projected fits
2015-07-10 23:22:58 -04:00
blitzmann
2256efacb0
Do migration stuff for projected fits
2015-07-10 16:40:00 -04:00
blitzmann
28a5318e3b
Merge branch 'master' into toggleProjectionFit
...
Conflicts:
config.py
2015-07-10 16:09:00 -04:00
blitzmann
496e9b56b5
Handle use case of invalid fit's mucking things up
2015-07-10 15:46:15 -04:00
blitzmann
68dddf2810
Fix for init projected fit. Took a long time to figure out what was happening.
2015-07-10 11:58:15 -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
c17e03d8d0
Fixes critical design issue when it comes to projected fits. Disabled some of the more advanced functionality (projection amount and active) to cope to development. Crash still happens occasionally when adding projected fit for unknown reasons - not 100% reproducable yet
2015-07-09 17:53:41 -04:00
blitzmann
af9f64db5f
Move the chain into the runtime loop, otherwise projections won't work for some odd reason.
2015-07-09 14:48:15 -04:00
blitzmann
d885bd4636
Bump dev and Fix #321 - oversight in tactical mode selection
2015-07-09 11:48:11 -04:00
blitzmann
c17bce55bb
Lots of stuff
...
- Added logging and replaced Timer class with more useful one
- Move projected fit loop out of runtimes
- Eliminate recursions from Fit.clear()
- Clean up overall fit calc logic
2015-07-09 10:43:39 -04:00
blitzmann
c92911b79a
Work around for lack of flag_modified() support
2015-07-08 10:54:26 -04:00
blitzmann
b95a10d284
Add active column. Looping the fit to apply it x amount of times doesn't seem to work. Probably because it's been flagged calculated and returns early
2015-07-07 13:49:38 -04:00
blitzmann
2bca3ddcc8
GUI support (also made regular checkboxes pretty for drones/implant/etc)
2015-07-07 13:49:37 -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
DarkPhoenix
bfe3b4a26d
Add new entosis offline mass penalty
2015-07-07 15:10:37 +03:00
DarkPhoenix
2b3f3773e5
Merge branch 'master' into singularity
2015-07-06 01:39:50 +03:00
Ryan Holmes
a339ae1c55
Merge pull request #312 from blitzmann/dbCorruption
...
Fixes for database rot
2015-07-05 13:08:11 -04:00
blitzmann
3773d1c28e
Improvements to fit initializations and logging
2015-07-05 12:57:04 -04:00
blitzmann
7959593c6c
Improve object initialization and add support for logging the errors.
2015-07-05 00:31:52 -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
DarkPhoenix
8ae5a96047
Merge branch 'master' into singularity
2015-07-04 12:45:15 +03:00
blitzmann
5991d19b3e
Allow Subsystems as modules.
2015-07-04 00:32:28 -04:00
blitzmann
3de6b63325
Fix oversight when creating a new database
2015-07-03 14:18:11 -04:00
DarkPhoenix
5608676dc8
Merge branch 'master' into singularity
2015-07-03 12:37:08 +03:00
DarkPhoenix
86ab1f7444
Ignore python pyc files and rely on index within file rather than just on amount of files
2015-07-03 12:36:17 +03:00
DarkPhoenix
8f51642f70
Merge branch 'master' into singularity
2015-07-03 12:13:53 +03:00
blitzmann
de71123a48
Merge branch 'pricing'
2015-07-03 02:38:23 -04:00
blitzmann
874cf4ef0a
Use old price information if update fails. Add "(!)" to show that price is out of date
2015-07-03 02:37:52 -04:00
blitzmann
87e5929cb1
DB migration is triggered by number of upgrade files found, rather than number in config.py. This allows us to remove the db version variable in config.py and not worry about it.
2015-07-02 19:35:53 -04:00
blitzmann
84b1e0ac41
Migrate boosters table to new schema that drops the UNIQUE constraint (causes issues and is unneeded)
2015-07-02 19:34:02 -04:00