DarkPhoenix
aa1ecd6bea
Add support for implants & boosters as well
2022-02-05 01:25:15 +03:00
DarkPhoenix
be73ffd929
Track changes to underlying modules in stats windows
2022-02-05 00:56:39 +03:00
DarkPhoenix
ea7a5b3c70
Implement drone mutation support with some exceptions
2021-10-25 23:34:08 +03:00
chwons
e0f65c2370
Update itemAttributes.py
2021-06-23 01:48:59 +09:00
blitzmann
a2f65e9d46
categoryName > name (this was caused by having name not be the literal data rather than the synonym)
2020-06-24 23:59:58 -04:00
zhaoweny
85c3158e98
i18n: unify FileDialog wildcard string annotations
2020-06-23 01:16:42 +08:00
zhaoweny
396640e5b1
i18n: annotate item stat views
2020-06-22 20:03:53 +08:00
DarkPhoenix
ec21f93d3c
Fix background color of panels behind buttons
2019-10-04 01:25:38 +03:00
DarkPhoenix
34a6fdc07e
Rework more windows to use aux frame
2019-08-12 00:32:27 +03:00
DarkPhoenix
a028ebe198
Rework how we handle all modal dialogs
2019-08-10 01:56:43 +03:00
Glenn Barr
4c739308f9
Amend typo on attribute tab on module stats window
2019-04-16 16:16:36 +01:00
DarkPhoenix
a270dc44d2
Show attribute even if it's zero, if its base value is non-zero
2019-04-15 23:37:08 +03:00
DarkPhoenix
6a2bdade80
Fix attr tab original value column fetching module attributes for charges
2019-03-29 01:09:52 +03:00
Ryan Holmes
d922bf8913
fix bad resets
2019-03-21 20:30:37 -04:00
Ryan Holmes
1603201166
Add "Can fit" grouping
2019-03-21 19:47:31 -04:00
Ryan Holmes
3c98aad4ba
Autosize the item attribute columns ( #1878 ).
2019-03-17 19:35:19 -04:00
Ryan Holmes
2290281024
Merge pull request #1869 from IndictionEve/Code_Cleanup_Enums
...
Code cleanup enums #1862
2019-03-15 18:06:49 -04:00
Ryan Holmes
61da8be732
Few import fixes and some bug fixes
2019-03-14 14:46:01 -04:00
Indiction
8b864692fb
Moved non-EOS enum to new service/const.py. Renamed FittingAttrGroup
...
to GuiAttrGroup
2019-03-12 23:17:25 +01:00
Ryan Holmes
82c5ae1fe9
some clean up
2019-03-09 20:43:40 -05:00
Ryan Holmes
5c2df66335
#1867 Fix for the image list crash on linux
2019-03-09 20:38:58 -05:00
Indiction
afa8c3c53a
Replaced eos.enum by enum. Removed unused enum import.
...
Found another Enum to move.
2019-03-09 18:59:43 +01:00
Ryan Holmes
bfaad631bc
Fix crash in linux for attribute groupings
2019-02-28 20:24:07 -05:00
blitzmann
6fa1593ddc
Merge branch 'master' into attrGroup
...
# Conflicts:
# eos/gamedata.py
# eve.db
# gui/builtinItemStatsViews/itemAttributes.py
2018-12-01 23:15:35 -05:00
DarkPhoenix
dc2a4d4446
For abyssal modification range, show integer + 3 fraction digits, like CCP does
2018-11-19 14:59:34 +03:00
DarkPhoenix
f664a1cad3
Fix crash on opening mutated BCS stats
2018-11-15 16:19:20 +03:00
blitzmann
fd43f33871
fix bug where info was none
2018-10-28 17:03:40 -04:00
blitzmann
36bf4ef9ca
Some tweaks and fixes to the attribute grouping logic
2018-10-28 16:28:44 -04:00
blitzmann
38f1314c05
Continuing work on attribute grouping. Break out attribute add to list into a centralized function. create some utility lists of attributes that are grouped
2018-10-14 13:30:05 -04:00
blitzmann
46ece5da0c
Tweak to include human-readable rig sizes, and more tweaks to the attribute grouping definitions
2018-10-14 03:42:42 -04:00
blitzmann
d21ccef269
Start defining grouping in another file to keep it contained
2018-10-14 00:49:25 -04:00
blitzmann
c27032ef64
Define the attribute groupings for the new attributes panel, and build out the tree
2018-10-09 22:58:01 -04:00
blitzmann
7374b00883
Convert Attributes to HyperTreeList
2018-10-09 01:06:11 -04:00
blitzmann
39f7ecdf5c
Merge branch 'mutaplasmids'
...
# Conflicts:
# eve.db
2018-06-21 00:22:57 -04:00
blitzmann
15216453c9
Update item attributes panel when mutation changes ( #1644 )
2018-06-17 13:01:54 -04:00
blitzmann
154b07e0d6
Move the attribute unit translations from the GUI to the Unit class and tweak the display of mutator ranges to use this. Additionally, develop inverse functions to the value translations for eventual use in the mutator slider
2018-06-13 23:10:48 -04:00
blitzmann
6fdcce12a3
Merge branch 'icons-1621' into v2.2.0b1
...
# Conflicts:
# eos/db/__init__.py
# eos/db/gamedata/__init__.py
# eos/db/gamedata/item.py
# eos/gamedata.py
# eve.db
2018-06-12 21:43:28 -04:00
blitzmann
20f57146c4
Merge branch 'master' into mutaplasmids
...
# Conflicts:
# eve.db
2018-06-03 16:31:20 -04:00
blitzmann
5388ba7a70
Remove need for Icon class, references to it's DB relationship, and remove from DB. Also, add the files. All the files.
2018-05-31 21:13:12 -04:00
blitzmann
670f19ce95
fixed attribute export ( #1613 )
2018-05-27 16:25:10 -04:00
blitzmann
fabf759aa7
Start implementing support for mutaplasmids.
...
* There's a new table `mutators` that has an FK back to a module, and links to an attribute ID with it's new value
* Fixes an issue in the item state where the "base" value showed the literal base value for the attribute, regardless of override / mutators
* If there is an override and a mutated attribute, mutated value takes effect
2018-05-24 01:26:49 -04:00
Filip Sufitchi
18bb3bf246
Use list control length instead of sys.maxsize for platform compatibility
2018-03-31 16:28:59 -04:00
blitzmann
8b2cfe44f2
Merge remote-tracking branch 'origin/master' into test-3
...
# Conflicts:
# config.py
# eos/saveddata/fighter.py
2018-02-17 12:31:58 -05:00
blitzmann
12a526fa9e
Fix for some standup fighter errors
2018-02-17 11:59:51 -05:00
blitzmann
2936b88c3d
code cleanup
2017-11-27 21:05:06 -05:00
blitzmann
e032c9c5b1
fix item stats dialog
2017-11-23 22:48:37 -05:00
blitzmann
46b0aded03
fixes
2017-11-23 22:43:41 -05:00
blitzmann
6e112b9ed5
Fix issues with merge
2017-11-23 11:38:08 -05:00
blitzmann
7962aa7b1b
Reorganize file structure of item stats dialog box
2017-07-23 17:55:18 -04:00