evtc
evtc copied to clipboard
Analysis and management of Guild Wars 2 EVTC logs from arcdps.
Narella just got deleted in this log, all she did was exit combat, no death event, no killing blow, last health update above 2%. Found by comparing with EI. [20200525-191927.evtc.zip](https://github.com/gw2scratch/evtc/files/5647902/20200525-191927.evtc.zip)
As of 2023-07-16, arcdps stores fractal scale numbers for fractals, but we can also detect the fractal scale for older logs, at the very least default encounters should be fairly...
 log in question: https://dps.report/YRgt-20211121-224758_golem
Currently, logs are typically compressed as a zip (and renamed to `.zevtc`) - this usually uses the DEFLATE compression method. However, it looks like we may be able to reduce...
Happens if new log files are added and picked up by the FileSystemWatcher during LogDataUpdater.GetUpdate(). It should be good enough to make a copy of the log list with `.ToList()`...
Please could we have a few more options for this? Last week would be my most commonly used, maybe a drop-down for last day/week/month/year/all time would be a good fit...
Found by comparing with EI. [20191004-203007.evtc.zip](https://github.com/gw2scratch/evtc/files/5649089/20191004-203007.evtc.zip)
This log has no targetability changes for the attack target of the 10% Deimos, which breaks our success detection method. Found by comparing with EI, fails in EI as well...
If uploads fail due to a gateway error, or similar, this should be properly shown within the upload error message, instead of internal exceptions thrown later due to invalid data.