forked from Solinur/CombatMetrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
583 lines (471 loc) · 40.8 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
0.5.6: 3,172 User
[*]When all data has been deleted the panel will now properly reset.
[*]You can now choose to hide the background for the live window
[*]You can no longer save or load fights multiple times. The save button will be greyed out for fights which are already among the saved fights, when trying to load a fight which is already loaded you will jump to the fight instead.
[*]Skills are now coloured by skill type. (note that this feature only works for new fights. Saved fights which were recorded previously will still shop up in the old way)
[*]Sometimes long-term buffs were shown to have been active > 100% even if they were active all the time. This has been fixed to a degree but might still appear due to lag. (Thanks to @Scootworks for reporting)
[*]Attempted to fix an issue with Blade of Woe causing problems with dps calculation
[*]Attempted to fix an issue where "empty" fights were being recorded.
[*]Attempted to fix an issue where the addon gets "stuck" in calculations
[*]Fixed a bug where the page buttons for the combat log were not hiding properly
[*]Fixed a bug where a fight would be named after a boss, when a boss was nearby but not participating in the fight.
0.5.7 3,243 (14.06.2016, 1:00)
[*]Fixed a bug that showed wrong colors for skills in fights with multiple targets
0.5.8 4,407 (22.06.2016, 2:00)
[*]Fixed a bug that appeared when no fights had been saved and a recent fight was selected in the overview.
[*]Combat log now correctly shows blocked and shielded hits.
[*]Attempted to fix an issue where the addon gets "stuck" in calculations.
Version 0.5.9 5,757 (29.06.2016, 1:12)
[*]Attempted to fix a bug that caused the game to crash after bossfights with multiple enemies.
Version 0.5.10 6,774 (02.07.2016, 1:12)
[*]Fixed an issue where the addon was still "stuck" in calculations for people who experienced this before the fix in version 0.5.8 and couldn't resolve it since (e.g. by resetting the SavedVariables).
[*]Added a slash command to toggle the main window.
0.6
[*]Added tracking of group buffs and debuffs that you apply to an enemy (It looks to me like it is not possible to track debuffs applied from group members)
[*]Added detailed tracking of resource drain/gain effects
[*]Added two more layouts for the live report ("Horizontal" and "Vertical"), in addition to the standard one which is called "Compact".
[*]Added several debug options. Most of them should not be needed for the average player but they might help in identifying bugs/problems.
[*]Added a scaling option for the live report window
[*]Added a scaling option for the fight report window
[*]Added little info tooltips to explain the function of the buttons (hope I didn't miss any)
[*]Added Major Force, Weapon Enchant Procs and some Set Procs to the Buffs tracking. They had to be added manually because, the tracking for them works different than for the other Buffs, which can be tracked directly via the API. Those Effects were taken from Srendarr, big thanks to @Phinix, check out his fantastic Addon if you haven't)
[*]Changed the way DPS is posted. There also is a new option which posts Boss DPS in bossfights and the Sum DPS in all other fights.
[*]Added API Compatibility for the Shadows of the Hist DLC (I have run a Dungeon without problems but I didn't thoroughly test everything yet)
[*]updated LibAddonMenu to version 2.0r20.2
0.6.1 9,587 (15.07.2016, 22:08)
[*]add indication when Boss DPS is shown
[*]Mark bosses in unit overview
[*]Slight change in Boss DPS post to chat format to indicate when boss dps is shown.
[*]removed forgotten debug output
[*]fixed a bug that caused a lua error
0.6.2
[*]Removed compatability with API 100015
[*]Updated LibAddonMenu to 2.0r21
[*]Added a timestamp to the Combat Start/end message in Chatlog
[*]Added digit grouping to DPS posts
[*]Fixed a bug that could appear if you were getting into combat but not participating
[*]Fixed a bug that could appear if you were inviting someone into the group
0.6.3 13,743 (08.08.2016) 22:16
[*]fixed a bug that appeared when posting damage to chat
[*]fixed some issues with the UI scaling (e.g. slider bars hiding some numbers)
0.6.4 15,863 (15.08.2016) 00:30
[*]implemented japanese translation (if someone wants to do other translations, just go ahead ;) )
0.6.5 ?????? (05.10.2016) 13:40
[*]API Bump to One Tamriel
0.6.6 29,869 (23.10.2016) 23:21
[*]Added a light mode option to turn of statistic calculations (and only show dps/hps in the live window)
[*]Added an option to turn on light mode for cyrodil
[*]Added an option to turn all addon activity off for cyrodil
[*]Fixed an issue where sometimes no outgoing buffs were shown in the "Healing caused" tab
[*]Attempted to fix an issue where group members were used to name the fight.
[*]Fixed a bug where player buffs were recorded twice when in group.
[*]Fixed a bug where buffs in combat log wouldn't show other targets then the player.
[*]Fixed a bug where player selfheal was not getting filtered properly in combat log
[*]Fixed a bug where resource and stat data were not shown in the combat log when the fight was loaded from saved fights.
[*]Fixed a bug where permanent buffs were not shown in the buff recap.
[*]Note: Combat Metrics got moved to Combat Addons since a lot of things are working quite good, I'd say.
[*]Note: Some entries in the Outgoing (De-)buffs tab are clearly not related to the player (The passive boni from repentance, Warhorn.. ). Since I have no good way to filter them without impairing functionality I'll leave it as it is.
0.6.7 31,533 (24.10.2016) 22:40
[*]Updated Japanese Translation
0.6.8 36,363 (01.11.2016) 21:09
[*]Updated LibAddonMenu to version 2.0 r23
0.6.9 36,397 (01.11.2016) 21:21
[*]Fixed a critical error introduced in last patch.
0.6.10 54,086 (09.01.2017) 00:37
[*]Fixed a bug where an error message appeared when a certain combination of selections was made
[*]Added Ability IDs for buffs if the respective debug option is switched on
[*]Added the possibility to replace ability names or icons. Refer to the addon description for more details
[*]Outgoing Damage that gets absorbed by a shield now contributes towards total damage.
[*]Added a check to ignore damage from "The Mage" and "The Warrior" when they blow up remaining adds on entering their enrage phase. This was setting the group damage values off.
[*]The combat will now reset when The Mage leaves its throne.
[*]You can now manually reset the fight (via Keybind or by typing "/cmx reset"). Use with caution, as it may cause issues.
0.6.11 67,028 (05.02.2017) 15:51
[*]Add setting to disable group damage monitoring in large groups
[*]Added keybind to toggle the live damage window
[*]Added option to turn off the automatic channel selection when posting damage
[*]Added tracking of Crusher Enchantment
[*]Replaced the delete icon. (It was confused with one indicating to close a window)
[*]API Bump to Homestead (100018)
0.6.12
[*]Removed tracking of effects for other units than the player. This removes debuff tracking for now. This was necessary since all debuff events are broadcasted now which lead to performance issues.
0.6.13 79,843 (08.02.2017) 22:48
[*]Added a workaround for "better" buff tracking. It's a bit weird, but probably a bit better. You'll see.
0.6.14 90,681 (15.02.2017) 23:55
[*]While we further wait for the API patch, I implemented a few fixes for stuff that stopped working due to the API change issue. (Group heal/incoming DPS not shown, Fight reset @ Mage ..)
0.6.15 92,620 (16.02.2017) 10:31
[*]Fixed a critical error introduced in last patch.
0.6.16 97,770 (17.02.2017) 21:14
[*]Fixed the broken bufftracking introduced recently.
0.6.17
[*]fixed missing icons
0.6.18 105,371 (20.02.2017) 21:57
[*]Changed buff tracking so it should behave more or less like before the Homestead update, with one exception: Enemy debuffs are now tracked globally (so they don't reflect your contribution but the one from the whole group. In a future update I will try to display both)
0.6.19 116,137 (02.03.2017) 00:00
[*]Added some bugfixes to buff tracking (duplicate events, some buffs not showing)
[*]Added some slash commands to post dps: /CMX dps, /CMX sdps, /CMX mdps, /CMX alldps for automatic, single-target, multi-target or single + multitarget DPS respectively. /CMX hps to post HPS
[*]Fixed a typo and some small code improvements (thx @ Ayantir)
0.6.20 130,016 (19.03.2017) 14:27
[*]Small fixes
0.6.21 201,864 (22.05.2017) 22:40
[*]API Bump to Morrowind (100019)
[*]Added warning for upcoming update: At the end of this week, between May 26th and May 28th a new, almost completely rewritten update for Combat Metrics will be released. Due to changes to the data structure, it is neccessary to reset all data. Maybe make a backup or some screenshots of you favorite fights.
0.7.0 218,717 (28.05.2017) 23:41
[*]Rewrote major parts of the code to improve performance and efficiency. This resulted in a new data structure which makes it neccessary to reset alls saved data, including saved fights and your settings.
[*]Most of the things are still the same (just done differently in the background) so don't expect any larger changes.
[*]I will rework the UI code next. I don't plan to change much, but feel free to send me any ideas or comments regarding the interface.
[*]Posting damage to chat can now be done anytime and is no longer affected by the current calculation status of the fight. You won't accidentially post low DPS numbers anymore.
[*]Fights will no longer be calculated after the end of the fight. They now will get calculated when you attempt to view them the fight report. The progress of the calculation is now shown, so you no longer have to wonder if the addon got stuck. The calculation is now faster, and also uses a more aggresive setting that might cause minor frame drops.
[*]Support for stackable buffs: Each number of stacks will show up as a separate buff. This potentially increases the number of buffs. I have ideas how to improve that in the future.
[*]Support for group buffs: Buff uptime is given for group and player separately.
[*]DPS or HPS in the unit window is now shown as the damage per second between the first and the last hit or heal to that unit. This means, the total DPS/HPS will not be the sum of the individual unit DPS/HPS.
[*]Fights are now saved accountwide so you can review them on any of your chars. The overview shows the Character that you played with in the fight.
[*]Since the introduction of group buffs tracking in Homestead, fights are quite large so only a few could be saved before reaching the file size limit (64MB). If you normally save a fight now by clicking the save button you will no longer save the combat log. This allows to save a lot more fights. If you wish to save a fight including the log, press Shift+Click. This is also explained by the tooltip.
0.7.1 226,373 (30.05.2017) 01:34
[*]Added a fix for the "Turn off in Cyrodil" setting
[*]Added a fix to correctly hide the Live Report Window according to the respective setting
[*]Added a fix to correctly set group tracking
[*]Added a fix where posting DPS didn't work corectly when using options involving bosses
[*]Fixed streaming combat log into chat window.
[*]Added option to rename the chat tab where combat log data gets streamed to.
0.7.2 233,499 (30.05.2017) 23:55
[*]Added a fix to posting damage via slash commands
[*]Added a fix to showing crit % in the ability panel
[*]Added a fix to combat log text when receiving damage.
0.7.3 240,202 (31.05.2017) 23:10
[*]Removed a spammy debug message that got lost.
[*]Fixed a bug that caused more fights to be kept in the recent fight list than it was specified in the settings.
0.7.4 264,095 (19.06.2017) 23:38
[*]Fixed Ultimate reg and drain tracking
[*]Fixed a bug that threw an error message when the player didn't do anything
[*]Added an option to turn off display of stacks
[*]Some minor changes for integration of a new addon (coming soon)
0.7.5 282,933 (02.07.2017) 22:49
[*]Fixed fight reset at the Mage
0.7.6 307,157 (27.07.2017) 21:43
[*]Fixed issue that could trigger a lua error under rare conditions
[*]Added (most likely temporary) workaround for Minor Magickasteal. Every magicka regeneration tick that is exactly 300 is attributed to Minor Magickasteal for now.
0.7.7 321,451 (05.08.2017) 18:40
[*]Replaced workaround for Minor Magickasteal with a proper fix. This was not a bug by ZOS, but a mistake in my code.
0.7.8 335,653 (13.08.2017) 20:40
[*]API Bump to Horns of the Reach (100020)
[*]Fixed some leaked global variables.
0.7.9 419,983 (05.01.2018) 19:50
[*]API Bump to Clockwork City (100021)
[*]Note: I'm still working on version 0.8.0, but there may be a beta soon.
0.7.10 425,912 (06.01.2018) 15:07
[*]Updated LibAddonMenu to version 2.0 r25 to fix an issue (for real this time)
0.7.11 442,014 (11.01.2018) 22:27
[*]API Bump to Dragon Bones (100022)
[*]Bugfix for an arror that prevented to open the report window on PTS.
0.7.12 463,274 (20.01.2018) 21:31
[*]Fixed scene toggle for main window
[*]Fixed issue preventing the loading of japanese locale
0.7.13 480,303 (26.01.2018) 23:14
[*]Fixed an issue where the LiveReport window could show after the loading screen even if the option to turn Combat Metrics off in Cyrodil was active.
0.7.13 487,180 (27.01.2018) 21:04
[*]Fixed an issue where group detection failed.
0.8.0 (beta)
[*] Combat Metrics can now be found on Github: https://github.com/Solinur/CombatMetrics.
[*] The UI has been completely rewritten. It still works the same for most parts, but the code behind it is cleaner and more performant. Hopefully I didn't introduce too many bugs :D.
[*] Reworked the system how fights are stored. A seperate "Sub-Addon" (CombatMetricsFightData) is used for this, so it uses its own file in the SavedVariables folder. When saving a fight it will check if it can be safely stored. An error message will appear if there is not enough space. The new storage system is way more efficient for fights where you want to store the full combat log.
[*] Added a setting to specify the maximum memory for saving fights. (Note: this sets the memory of the data in game, which usually doesn't match the size of the file on your harddisk in your SavedVariables folder.)
[*] Added character info (class, race) to the report panel (top left)
[*] Added the current version of the ESO client to the report panel (lower right)
[*] Added "Critical Damage Done" to the respective stats panels. (Separately for Spell/Weapon Attacks)
[*] Added "Spell Penetration" and "Physical Penetration" to the respective stats panels. It will update based on the targets selected in the unit panel. An entry in the settings menu allows you to change the assumed resistance of your targets and the assumed value for the Crusher debuff as it cannot be read from the API.
[*] Reworked how average values of stats are calculated. Before all damage effects would be used to weight the stats. Now magicka related stats are only weighted by magicka damage effects. "Critical Damage Done" is only weighted by crits.
[*] Buffs and Debuffs cast before the start of the fight will now be tracked.
[*] The fight label can now be edited. Just double click it!
[*] Added an option to prioritize keeping boss fights when deleting recent fights due to reaching the limit.
[*] Added an option to mark buffs/debuffs as favourite. Just right-click one in the buff panel. Favourite buffs will be shown on the top of the List.
[*] The fightlist (when you "load" a fight) shows a few more bits of information about the fight, like zone, character, time. Depending on the Selected Category, (e.g. "Damage Caused", "Healing Done") DPS or HPS will be shown.
[*] Fixed an issue where the name of the fight was not set in the fightlist if the fight had not been calculated yet.
[*] Fixed an issue where nothing got shown in the combat log if a unit and a debuff were selected.
[*] Added an option to change opacity of the live report.
[*] Added an option to lock the position of the live report.
[*] Added an internal parameter called hpstime. This allows to calculate the HPS based of the time you have been healing, while DPS can be calculated based on the time you did damage (In both instances its the time that passed between your first and last damage or healing respectively). In the live report window the bigger one of the two will be shown. In the main report the active time will reflect hpstime when a healing category is selected. This should also address an issue where refreshing path would cause your dps to lower at the end of the fight despite nothing really happening anymore.
0.8.1 541,878 (12.03.2018) 22:48
[*] Added an option button to the side bar. For now it just has a shortcut to toggle IDs
[*] Added tracking of Equip and Skillbars for future use.
[*] Several bug fixes introduced in 0.8.0
0.8.1.1 543,100 (12.03.2018) 23:56
[*] fixed wrong version numbers
[*] added internal override for Line-breaker debuff, to prevent calculation issues when it gets renamed by other addons.
0.8.1.2 551,076 (13.03.2018) 21:41
[*] Fixed tracking of Night Mother's Gaze for penetration stats
[*] Fixed an issue where the window position would sometimes not be saved when it was dragged around.
0.8.1.3 553,007 (14.03.2018) 00:01
[*] Fixed an issue where loading of a fight could fail if a fight of the same date had been loaded already. (thx @Liko)
0.8.1.4 565,212 (16.03.2018) 00:18
[*] Fixed an issue that would cause an error message
0.8.1.5 578,871 (18.03.2018) 15:22
[*] fixed two issues that would cause an error message in some cases
[*] fixed an issue where the wrong class/race icons could be shown for old parses
0.8.2.0 630,400 (18.04.2018) 23:17
[*] Bump API for PTS
[*] removed context menus from PTS due to an issue with the new API (this will be fixed until the patch hits live)
[*] added a single target damage display to the live report window
[*] added an option to post DPS or HPS to the options menu on the main report (cogwheel)
[*] fixed an issue where debuffs that affected spell resistance weren't tracked properly when another addon changed their name
[*] added CombatMetrics Version to the info bar at the bottom
[*] some small improvements
0.8.2.1 656,599 (27.04.2018) 01:14
[*] Fix Resistance Values for Major Breech and Major Fracture
[*] Added a throttle to a function that can cause stutter on PTS
[*] Fixed an issue with vertical layout of Live Report Window
[*] Fixed an issue where Crown Store Poisons and normal ones where pooled together even though they stack
[*] Updated data for resistance debuffs on PTS to reflect changes to certain sets
0.8.2.2 679,378 (03.05.2018) 19:28
[*] reworked resource tracking algorithm. This means includes adding the ability to track dodge rolls and bashs. As a result now all resouce events that cannot be attributed to a source will be shown as "Unkown". Therefore resource consumption and regeneration is tracked more accurately now. Before those unattributed resource events were ignored. If you see anything suspicious there please let me know.
[*] Some minor code improvements
0.8.2.3 714,687 (21.05.2018) 16:09
[*]API Bump to Summerset (100023)
[*]Update LAM to r26
[*]added option to show left-aligned numbers in live report window
[*]fixed an issue resulting in a lua error when deleting a fight while having something selected
0.8.2.4 757,506 (31.05.2018) 00:21
[*]added Russian localization by KiriX
[*]added Brazilian Portuguese localization by Brazilian Portuguese
[*]removed some undesired debug messages
0.8.2.5 791,715 (06.06.2018) 00:58
[*]Fix version numbers in manifest and ingame
0.8.2.6 886,162 (13.08.2018) 01:43
[*]API Bump to Wolfhunter (100024)
0.8.2.7 904,149 (14.08.2018) 01:06
[*]Fixed tracking of Piercing Spear and Hemorrhage
0.8.2.8 946,987 (21.08.2018) 23:54
[*] Attempted to fix an issue in Cloudrest where the fight would reset when player goes to the shadow world. While in the shadow world, Combat Metrics will ignore changes to combat status.
[*] Fixed outdated API number in CombatMetricsFightData submodule
[*] Fixed an error that could occur when selecting a fight via the fight list panel
0.8.2.9 1,002,327 (18.09.2018) 22:27
[*] Improved performance for calculating fights massively. Thanks to ZOS for implementing a profiling tool with the Murkmire PTS that allowed me to identify a function where the calculation was slowed down. I wouldn't have found that without the tool.
[*] API Bump for Murkmire (100025)
0.8.2.10 1,067,304 (26.10.2018) 20:24
[*] Fixed tracking of Spell Strategist.
0.8.2.11 1,113,154 (10.11.2018) 21:23
[*] Added a temporary workaround for Spell Strategist. The uptime that is shown refers to the time when at least one buff/debuff is active. Since the buff can overlap with itself (for double bonus) briefly, the theoretical possible uptime would be above 100% (for mre on this see here: https://forums.elderscrollsonline.com/en/discussion/443636/spell-strategist-stacking-when-soloing-a-single-target-bug-or-feature.
[*] Updated French localization. Thanks to @Floliroy
[*] Updated libraries and changed the way they are loaded. They are still embedded, but need to be activated in the addon list ingame. This requires to check the "Allow out of date add-ons" box.0.8.2.11 1,113,154 (10.11.2018) 21:23
0.8.2.12 1,120,978 (11.11.2018) 11:23
[*] Fixed an issue with the new library format introduced in last patch. Sorry for the inconvenience.
0.8.3 1,227,401 (06.01.2019) 18:52
[*] Fixed an issue, where some sources for Major & Minor Force were not recognized when calculating the critical damage bonus stat. [thx @SnakE for reporting this)
0.8.4 1,298,832 (22.01.2019) 00:52
[*]API Bump to Wrathstone (100026)
[*]Reorganized bundled libraries (Make sure to activate them in the Addon Panel). This should fix a lua error some received.
0.9.0 1,509,277 (13.05.2019) 22:06
[*] API Bump to Elsweyr (100027)
[*] Added a new Info panel. It shows the Equipment, CP, and Skills used in the selected fight.
[**] For the skill panel "Weaving Metrics" are shown. They give some info how fast you are able to cast subsequent abilities and the average time between two subsequent casts of the same ability.
[**] Also some stats about how much time was spent and how much damage was done on each bar are shown. Werewolf is not supported at the moment but will be added in the future.
[*] Added a new Graph panel.
[**] Here you can view how DPS or HPS developed over time. You can also show Resources (e.g. Magicka) or Stats (e.g. Spell Damage).
[**] You can click on the colour boxes on the left to change the colours of the plots.
[**] When you select buffs/debuffs in the buff panel, while the graph panel is shown, the buff uptime will also be visualized in the graph.
[**] By drawing a rectangle you can zoom in, a right click resets the zoom.
[**] You can also activate a cursor with a tooltip that shows the exact numbers. It can be toggled on an off using the icon next to the enlarge button.
[*] Note that some of the new features only work for new fights.
[*] Elsweyr only: Added Overheal to healing category. All heal values will generally refer to effective (i.e. actually HP restoring) heal. Overheal and the absolute heal (i.e. effective + overheal) can be viewed in the healing category of the big fight report. Let me know if you need a display on the livereport, I could add it if necessary.
[*] Uptime % in the (De-)Buffs Out Panel are now considered towards the total time the respective units have been engaged in combat. This should lead to more reasonable results when you fight different bosses in succession (e.g. the iterations of Z'Maja in Cloudrest). It won't however help for fights where units are inactive in between (e.g. The minibosses in Asylum)
[*] When in a healing category, the "(De-)buffs out" panel now also considers the uptime of yourself
[*] Some of the columns in the abilities panel can now be changed. They are coloured in a bright yellow. You can for example choose to show the minimum hit instead of the maximum or show the average critical hit instead of the overall average hit. Just try them out!
[*] Added more options in the Combat Log. This includes Skill activations and for boss fights the remaining %HP.
[*] Added accountname to the bottom info bar
[*] Added a feedback/donation entry to the options menu on the fight report window, providing convenient access to give feedback in case you have suggestions or issues to report.
[*] Added an option to go to the addon settings from the options menu on the fight report window.
[*] Right click is no longer used to reset the selection in the different list panels, instead this is now set to the 3rd mouse button.
[*] Added an option to post DPS/HPS to a selection of targets. When posting data for one unit only, the name of that unit is shown.
[*] When right clicking a unit while in the DPS out panel, you can now post the DPS to that unit or all units that share that name. Big Thanks to @Letho for the idea and help with this.
[*] Added an option to post Buff uptime (right click on buff).
[*] Buff uptime from the "(De-)buffs out" panel can also be directly posted for all bosses or group members without the need to select them in the unit panel first
(Note: You can also just click on a single unit to select it and then click again on it to deselect it)
[*] Added detection for Khajit Passive and Minor Force from the 5 pc bonus of Tzogvin’s Warband to show correct Critical Damage Modifier values. Please let me know if anything is missing there.
[*] Added a fix for issues with Briarheart and similar buffs.
[*] Updated french localization (Thx @Floliroy).
[*] Updated russian localization (Thx @KiriX). Note: This was done for the previolus version, so some translations will still be missing.
[*] Updated Libraries. Added LibFeedback.
0.9.1 1,514,507 (14.05.2019) 02:16
[*] Updated brazilian localozation (Thx @FelipeS11)
[*] Fixed version numbers
0.9.2 1,625,263 (05.06.2019) 22:35
[*] Fixed an issue where divine armour pieces were not detected correctly, when calculating bonus from shadow mundus.
[*] Fixed base value of shadow mundus. ( I relied on a bad source :( )
[*] Fixed an issue where shadow mundus was still considered active when it was actually removed during the session.
[*] Fixed an issue where critical damage passive bonus was incorrectly awarded in the calculation even when it was not available or active
[*] Thx to @Pymad for reporting the issue which made me find all of those bugs.
0.9.3 1,646,586 (06.06.2019) 23:37
[*] Fixed an issue where divine armour pieces were not detected correctly on languages which use comma as decimal separator. Thx again to @Pymad for pointing this out.
0.9.4 1,760,997 (18.07.2019) 00:52
[*] Added total weapon and skill attacks on info panel.
[*] Add an option to show absolute heal (= effective + overheal) to live report window. it can be accessed in the addon settings or via the cogwheel button in the fight report window.
[*] Added an option to show absolute heal in ability panel
[*] Added some code to ensure functionality with scale breaker due to API changes
[*] Updated French translation (thx to @Floliroy)
[*] Fixed an issue where fights were not completely loaded
[*] Fixed cast delay of channeled and cast time abilities
[*] Fixed a rounding issue on combat time
[*] Fixed an issue where the main window position was changing between relog / reloadui
[*] Fixed an issue that resulted in a lua error or wrong data when posting the DPS to a selection of units.
[*] Fixed an issue that resulted in wrong versions to be sent when submitting feedback ingame
0.9.5 1,818,152 (04.08.2019) 02:29
[*] Fixed an issue where heal ratio in live report was always 0%.
[*] Fixed an issue where group heal amount in fight report was always 0.
[*] Added Entropy and Soul Trap ability detection for Scalebreaker.
0.9.6 1,858,134 (12.08.2019) 00:08
[*] Made some performance improvements. (thx to @andy.s for the idea)
[*] Attempted a fix where the fight could reset once you enter a portal in the Nahviintaas fight.
[*] Replaced enchants with poison in equip overview when a poison was equipped.
[*] Updated Libraries
0.9.7 1,955,029 (17.09.2019) 20:10
[*] API Bump to Dragonhold (100029)
[*] Added bossfight to LIBCOMBAT_EVENT_FIGHTRECAP callback object by request
[*] Added a warning to stream log to chat option to indicate that it uses quite a lot of CPU.
0.9.8 2,024,353 (20.10.2019) 23:02
[*] added a small fix to LibCombat to properly detect Soul Trap activations on both magicka and stamina chars.
[*] Info: The next update will remove bundled libraries. This won't affect internal libraries (CombatMetricsFightData and LibCombat).
0.9.9 2,031,155 (21.10.2019) 13:09
[*] Added a fix to prevent the lua error introduced in last update
0.9.10 2,041,371 (21.10.2019) 19:49
[*] Added a fix to fix the fix. I shouldn't try fixing from work where I can't check ingame if I didn't break things :D.
[*] Combined instances of different spellings of Off Balanced so they are treated as always.
[*] Updated LibAddonMenu
0.9.11 2,173,600 (22.01.2020) 00:11
[*] Removed embedded libraries. Please install them yourself. Check the Addon description page for a list of required libraries.
[*] Fixed a display issue in fight stats panel
[*] Some code formatting and cleanup
[*] Small fixes to prevent rare lua errors
0.9.12 2,246,385 (22.02.2020) 23:20
[*] API Bump to Harrowstorm (100030)
[*] Fixed an issue where in the incoming damage page inconsistant data was shown. You can now select to show block or crit data with the % column adjusting accordingly.
[*] Average column can now also show the average block values.
[*] Let me know if you'd find block statistics also useful for the damage out page.
0.9.13 2,284,845 (25.02.2020) 23:18
[*] Fixed a few issues caused by some removed ability ids that were removed by ZOS. (Thx to SnakE for the report)
[*] If you see some irregularities regarding stats (like penetration or critical damage), please let me know.
[*] Combat Metrics will now generally require the latest version of LibCombat, please make sure to update both.
0.9.14 2,360,514 (22.03.2020) 17:07
[*] Added an option to show display names (@names) in the fight reports.
[*] Added an option to toggle pets shown in heal panels in the fight report window. You can also set it via the settings menu in the opened fight report window.
0.9.15 2,444,437 (16.04.2020) 20:42
[*] Fixed an issue with skill timings due to the Necromancers siphon ignoring the global cooldown.
[*] Added a notification icon on the fight report window to help me finding players for my raid group. At the moment it's only shown sometimes on german clients and can be disabled.
0.9.16 2,474,163 (19.04.2020) 11:59
[*] Fixed a bug introduced in last version that could cause display issues and a lua error during graph creation. (Thx at Benny for reporting this)
0.9.17 2,497,009 (21.04.2020) 00:30
[*] Added an error handler for the issue when a too old version of LibFeedback is installed. When you see it, please update LibFeedback to the latest version.
0.9.18 2,517,837 (22.04.2020) 09:31
[*] Fixed a lua error that occured when saving fights with bosses.
1.0.0 2,601,425 (17.05.2020) 22:31
[*] Rewrote buff/debuff calculation system. It can now handle cases of stacked buffs or minor/major buffs from various sources properly.
[*] In the buff/debuff display you can now open/collapse buffs with additional data (like uptimes of individual stacks, different sources)
[*] If a buff has multiple stacks the total uptime now reflects the maximum number of stacks and their averaged uptime. This allows to directly calculate the benefit of this buff. E.g. for Siroria given 20 stacks with a total uptime shown of 53% the total benefit is 20 * 0.53 multiplied by the sets spell damage bonus.
[*] Added skill input lag to skill timing events. It shows the time difference between activating a skill on your bar and the skill actually firing.
[*] Added performance stats in form of ping and fps. Together with input lag their averages are shown at the bottom of the main window and can also be viewed in the graph and the log
[*] Added deaths and resurrections to combat log. To show them you have to allow info messages (which also show weapon swaps).
[*] Combat Metrics now optionally depends on libdebuglogger. It is set up to handle all debug output and also saves them for later review. When it is not installed no debug output will be shown. Consequently, the debug settings have been removed.
[*] The size of the main report window can now be changed by dragging the corners/edges.
[*] The settings that apply when the player is in cyrodil, now also include battlegrounds.
[*] Additional minor fixes and performance improvements.
1.0.1 2,618,699 (18.05.2020) 23:29
[*] Fixed a lua error that happened when showing Parses.
[*] some small fixes
[*] renamed Cyrodil options to PvP for clarification (They work for Cyrodil and BGs now)
1.0.2 2,635,996 (19.05.2020) 22:14
[*] Improved some code for posting to chat (thx @Scootworks)
[*] Fixed missing buff/debuff Icons in graph
1.0.3 2,641,577 (20.05.2020) 02:03
[*] Fixed an issue causing a lua error when previous saved vars didn't exist (e.g. new char or when they were deleted)
[*] Fixed an issue where icons where missing in the buff panel for older fights
1.0.4 2,678,907 (23.05.2020) 22:53
[*] Fixed an issue where streaming the log to chat was not working.
[*] Fixed an issue where a lua error would appear during fight calculation.
[*] Removed preliminary code to handle penetration given by the new Piercing Spray set (vAS Bow). As this is a conditional resistance modifier it is more complicated to implement and will be added in a future patch.
[*] Added handling for a lua error that would show if libdebuglogger wasn't up to date.
1.0.5 2.775.659 (09.06.2020) 23:15
[*] Put back tracking of skill timings for Necro Siphon since it is back on GCD
[*] Removed tracking of skill timing for Blood Frenzy and it's morphs, since they are off the GCD
[*] Fixed an issue with russian fonts
[*] put in checks to prevent unreasonably sized windows after resizing
[*] fixed some issues that occured after resizing the live report window
1.0.6 2.808.185 (11.06.2020) 18:36
[*] Fixed an issue with russian fonts for real this time
1.0.7 2.961.850 (24.08.2020) 10:11
[*] API Bump to Stonethorn (100032)
[*] Added tracking of the new Alkosh penetration debuff
[*] Added tracking of Tremorscale penetration debuff
1.0.8 3.032.349 (05.09.2020) 01:48
[*] Prevented a lua error which appeared when Alkosh values were unkown. Instead a warning is shown via LibDebugLogger. (Thx to Citizen for reporting)
[*] Added LibCombat version to version string
[*] Made some adjustments to the tooltip of penetration values to improve readability
[*] Requires LibCombat version 32 to ensure Alkosh tracking is working
1.0.9 3.089.214 (17.09.2020) 19:55
[*] Renamed the left part of the the stat summary to "effective" instead of "mean" which is more accurate.
[*] Changed the effective penetration value to mind the total unit resistance (can be changed in settings, default = 18200) and cap any values.
[*] The old "cap-ignorant" average is now shown in the tooltip
[*] Requires LibCombat version 33
[*] [LibCombat] Corrected the calculation for critical damage values to mind the new values from shadow mundus. It will now extract the value from the same tooltip which you can see in the character window, instead of using a hard coded base value and the extracted bonus from divine pieces.
1.1.0 3.164.287 (14.10.2020) 00:19
[*] Reworked skill timing and weaving stats. Now only one weaving time is shown, it shows the time wasted when weaving a skill, i.e. the gap between the global cooldowns or cast times of the skill and the following one. For light attacks it shows the time until the next skill was cast (it can sometimes show small negative values due to the way the API works). A new column "miss" will show the number of missed light/heavy attacks after a skill. In case of LA/HA it shows the number of times no skill has been casted between two subsequent LA/HA attacks.
[*] In the log you can now see for casts when an input was registered, an early input automatically activated (from queue) and the cast actually fired.
[*] Added new buff values for Minor/Major Breach for penetration calculation in the new patch (Already works on PTS)
[*] API Bump to Markath
1.1.1 3.205.131 (20.10.2020) 23:48
[*] Fixed an issue with Grim Focus and its morphs for the reworked skill timing and weaving stat
1.1.2 3.271.140 (04.11.2020) 20:53
[*] Added Crystal Weapon and Breach/Fracture Poisons resistance debuffs to be recognized for penetration stat calculations
[*] Fixed Minor/Major Breach not being considered as physical resistance debuff
1.2.0 3.354.854 (03.12.2020) 00:19
[*] Added colorization of enchant quality in the item overview panel. (Thx to Rhyono for the code)
[*] Reworked the feedback menu. It's now accessed by a new button "S" that will also be implemented in my other addons sooner or later. As a consequence the dependency for LibFeedback (along with it's own dependency LibStub) has been dropped.
[*] Fixed an issue that would prevent some preapplied buffs to be registered. (For example Minor Force when wearing Medusa or potions taken before combat start)
[*] Added a workaround for Minor Magickasteal. Since the API currently reports the wrong source, it will always be shown as a buff added by a group member.
[*] Fixed an issue where some Blastbone casts were not registered.
1.2.1 3.408.218 (13.12.2020) 22:14
[*] Reworked display of thin lines by using textures. This should result in more consistent display of line UI elements.
[*] Fixed an issue, where damage to shields was awarded twice for total DPS (You can recalculate fights recorded with version 1.2.0 to correct them).
1.2.2 3.459.569 (25.12.2020) 21:54
[*] Fixed some inconsistencies in shown DPS numbers.
1.2.3 3.474.776 (26.12.2020) 18:43
[*] Fixed an issue, where max/min hits weren't working. You can use recalculate fight via the option button (cogwheel icon) to fix it for saved fights.
1.2.4 3.491.297 (27.12.2020) 16:33
[*] Fixed an issue, where a lua error appeared when loading the fight list.
1.2.5 3.498.767 (27.12.2020) 21:22
[*] Fixed an issue, where a lua error appeared during opening of the main report window, due to misformed saved variables introduced in an old version.
[*] Added an option to reset the settings to default in the addon settings menu.
1.2.6 3.586.746 (30.01.2021) 14:04
[*] Added Skill Timings for the werewolf bar. You can toggle it on via a button on the top right of the skill analysis. The button will be hidden, when werewolf wasn't used.
[*] Fixed an issue where Crystal Fragment Proc casts were not being tracked properly.
[*] Fixed a typo where the output string when posting buff uptimes would refer to HPS instead.
1.3.0 3.679.779 (05.03.2021) 00:55
[*] Added support for CP 2.0. Parses done with CP 1.0 will be shown in the old style (but without tooltips).
[*] Updated the system to calculate effective Stat values. This is also done to allow future implementations of advanced stats, which are recorded already but not shown yet.
[*] Fixed some skill timing issues with vampire toggle.
[*] API Bump to Flames of Ambition (100034)
1.3.1 3.708.709 (07.03.2021) 14:47
[*] Fixed a lua error which appeared for players using custom languages.
[*] Fixed a lua error which appeared for tooltips of CP 1.0 stars.
1.3.2 3.762.468 (09.03.2021) 23:55
[*] Fixed a lua error which appeared when showing resources in the graph
1.3.3 3.810.403 (13.03.2021) 01:22
[*] Fixed an issue where too big weaving times were shown for channeled or casttime abilities which are faster than one second. (Thx to Liko for reporting this.)
1.3.4 3.855.090 (16.03.2021) 00:56
[*] Finally fixed an issue where effective Penetration values were too low.
[*] Added italian translation by Dusty82. Thanks!
[*] Added an asterisk and tooltip to critical damage bonus display, to indicate that the API doesn allow to detect when one is flanking.
[*] Added protection to avoid a rare lua error.
1.4.0 3.966.548 (18.04.2021) 00:00
[*] Added tracking of target based stat modifiers like Elemental Catalyst or Spell Strategist
[*] Added support for target dummies. They are detected via a unique version of Minor Sorcery, which they apply to you every second. For target dummies a selection of debuffs is assumed with 100% uptime
[*] Removed tracking of Alkosh penetration amount, as it now works in a way where it is no longer possible to detect the exact amount of penetration applied. Instead the maximum value is always assumed, which should be fine, since the value is reached quite often.
[*] Fixed an issue where stats where shown as 0. This happened especially when wearing Band of Malacath, where the zero crit rate value silently broke some calculations. (Thx to shira for pointing this out)
1.4.1 3.966.935 (18.04.2021) 00:08
[*] Fixed inconsistent version numbers
1.4.2 4.049.481 (09.05.2021) 13:39
[*] Fixed an issue where penetration values on Trial dummy where incorrect, when using LUI extended (Thx to xfroggerx for reporting this)
1.4.3 4.158.626 (09.06.2021) 21:50
[*] Fixed an issue where the uptime of stackable buffs was incorrectly calculated when you entered fights with more stacks than one already active.
[*] Updated crit damage value for Elemental Catalyst
[*] API bump to Blackwood (100035)
1.4.4 4.257.998 (06.07.2021) 00:06
[*] Added chinese locale. Thanks to Juijote for providing the translation.
[*] Added ability IDs to log when the "debug IDs" setting is enabled.