DarkPhoenix
86e171f13d
Add condenser pack damage profiles
2022-03-30 21:49:25 +03:00
DarkPhoenix
20f222b9bf
Split team burner damage patterns into their separate group
2022-03-30 21:28:43 +03:00
DarkPhoenix
ee6b57ecc1
Rename burner damage profiles and fix sentinel profile
2022-03-19 12:59:53 +03:00
DarkPhoenix
031a3c2d3e
Fix IDs of new damage patterns
2020-11-27 18:03:18 +03:00
Neugeniko
c9f37457ab
Add new invasion damage profiles for drifters, rogue drones and sleepers.
2020-10-28 20:39:35 +11:00
DarkPhoenix
1172e5011e
Merge branch 'i18n' into singularity
2020-10-23 19:53:36 +03:00
DarkPhoenix
de63b11a80
Rename invasion profiles
2020-10-22 12:38:55 +03:00
DarkPhoenix
c162d96cc0
Rename triglavian profiles
2020-10-13 18:27:05 +03:00
DarkPhoenix
39b08baff0
Change damage pattern order
2020-09-23 13:30:07 +03:00
Neugeniko
0b9e6bf55d
Damage Changes from sisi to tq for "Depths of the Abyss' patch.
2020-09-15 21:31:08 +10:00
Neugeniko
c644d528e9
Update damage profiles for Abyss npcs and add new profiles for new abyss npcs, see Issue: #2265
2020-09-13 19:31:27 +10:00
zhaoweny
e536aa5f1c
i18n: special comments to mark strings containing '%' mean literally '%', not part of escape sequence
...
see also:
* https://github.com/vslavik/poedit/issues/645
* https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html
* https://www.gnu.org/software/gettext/manual/html_node/c_002dformat-Flag.html
2020-07-11 21:12:57 +08:00
zhaoweny
9868b219d7
i18n: deferred translation and category annotation for targetProfile and damagePattern
...
* use deferred translation annotation, to annotate strings in eos.db and translate on the GUI side
As @blitzmann said in #2222 , we should not include wx as a dependency for eos module.
* category annotation _c for taking '[]' out of string literals
2020-07-11 16:09:02 +08:00
blitzmann
7451ce147e
Create a dummy translation annotation for damage patterns, and do translations on the GUI side
2020-07-10 23:36:52 -04:00
zhaoweny
067f60bfcd
i18n: separate strings for simpler translation
2020-07-08 17:51:55 +08:00
zhaoweny
d4c9423c77
i18n: annotate targetProfile.py, damagePattern.py
...
Also init PyfaApp earlier for targetProfile.py and damagePattern.py localization
2020-07-08 14:42:05 +08:00
DarkPhoenix
9ddfcc894f
Make sure not to catch keyboard interrupts and system exits
2020-02-03 16:12:41 +03:00
Neugeniko
21389d84fc
Update Invasion Damage Profiles due to npc changes.
...
#2122
2020-01-21 23:17:37 +11:00
DarkPhoenix
6dd55e0cd4
Move sansha incursion and sleeper profile one level up, as there are not too many
2019-12-28 21:48:56 +03:00
Neugeniko
ef44b50980
Add Abyssal & Invasion Damage Profile
2019-12-29 00:26:39 +11:00
DarkPhoenix
36265aa2a3
Add comment about built-in pattern order
2019-12-07 15:52:10 +03:00
DarkPhoenix
a5d10c4a76
Change sorting of built-in damage profiles
2019-12-07 15:41:07 +03:00
DarkPhoenix
0063d2955e
Add info on invasion ships
2019-12-07 02:53:48 +03:00
DarkPhoenix
9787a18666
Fix issue with inability to right-click user-defined target profiles in graph window
2019-12-07 02:47:24 +03:00
DarkPhoenix
d8cd3197b5
Show short profile name in graphs
2019-12-07 02:43:53 +03:00
DarkPhoenix
e07c4f65ab
Allow to have square brackets in profile name
2019-12-07 02:19:24 +03:00
DarkPhoenix
c3108f773a
Use uniform as default resists profile, if no resist profile can be fetched
2019-12-07 01:29:15 +03:00
DarkPhoenix
ca4bac07da
Implement switching between user and builtin patterns
2019-12-07 01:17:41 +03:00
DarkPhoenix
4bd633a0d4
Process names on pattern objects themselves
2019-12-06 23:24:29 +03:00
DarkPhoenix
016e18cc89
Set negative IDs to all hardcoded entities
2019-12-06 20:04:56 +03:00
DarkPhoenix
4431753570
Reimplement switcher to use built-ins too and be multi-level
2019-12-06 17:59:44 +03:00
DarkPhoenix
6fdb57318c
Expose builtin target profiles to service
2019-12-06 17:14:12 +03:00
DarkPhoenix
649db019de
Add builtin fetcher for target profiles
2019-12-06 16:58:58 +03:00
DarkPhoenix
1d528be0ef
Add target profile builtins as well
2019-12-06 14:45:46 +03:00
DarkPhoenix
2d6f6df83d
Store built-in damage patterns in dictionary rather than in list
2019-12-06 14:25:27 +03:00
DarkPhoenix
6a3157a4c8
Add hardcoded damage patterns to damage pattern definition module
2019-12-06 02:47:11 +03:00
Alexander Maryanovsky
58f853de5b
Implemented copying the currently open fit stats to the clipboard.
2019-10-30 11:39:21 +02:00
DarkPhoenix
5b74c6c5e1
Update graph info when fit name changes
2019-07-07 02:33:54 +03:00
DarkPhoenix
de752cbe0a
Add prespool/fullspool support to non-sustainable tank calculation
2018-12-12 15:48:30 +03:00
blitzmann
f442632fbc
Fix importing damage profiles which included overwriting existing ones and then performing a delete on one of them. #1416
2018-02-24 01:49:09 -05:00
Ebag333
802e2afcc0
General cleanup of Eos. Reformats a bunch of files and cleans up unused code or code that's been commented out
2017-04-05 15:47:19 -07:00
Ebag333
ad76104033
Revert "Create variables before they are referenced. "
...
1dc15936ed
This is a problem for us. See #794 for more details.
2016-11-04 14:18:18 -07:00
Ebag333
1dc15936ed
Create variables before they are referenced.
...
Resolves attribute reference validation errors in pyCharm
2016-10-19 12:08:35 -07:00
Ebag333
f9f53a13c0
Reformatting eos.saveddata
2016-10-19 11:42:45 -07:00
blitzmann
c903dff8ad
Removed debugging prints
2014-09-15 18:02:49 -04:00
blitzmann
bb16e649af
Added message to damage profile export
2014-09-03 18:45:04 -04:00
blitzmann
035443b4ff
We now use EFT-style import/exports for damage profiles.
...
Also, percentages now shown next to damage amount instead of foot (where notifications are going)
2014-09-03 14:56:44 -04:00
blitzmann
dd27c3c805
Set files to 644 besides pyfa.py and scripts
2014-07-30 21:23:27 -04:00
Alexandros Kosiaris
9de7585d33
Fix blank lines in damage types import
...
If the text variable contains blank lines like for example ending with a
newline character or having two consecutive newline characters the
fields dict is empty and DamagePattern fails with an Exception.
This closes #124
2014-06-11 11:02:58 +03:00
DarkPhoenix
fd36a0b172
Replace submodules with actual files
...
Submodules never were actually useful
2013-06-10 22:12:34 +04:00