issues
search
baaron4
/
GW2-Elite-Insights-Parser
Binary parser for the .evtc files that arcdps generates after a boss encounter. This will generate a .html file where the results can be easily reviewed.
MIT License
136
stars
48
forks
source link
Cleanup
#822
Closed
EliphasNUIT
closed
1 year ago
EliphasNUIT
commented
1 year ago
Moved content from CastFinderHelpers to AgentData and CombatData, deleted CastFinderHelpers.
Renamed Growing to GrowingEnd, added a bool to handle reverse growing.
Changed Lifespan and GrowingEnd to accept longs.
Moved Filled and GrowingEnd to UsingXXX type APIs, removed them from constructor.
Added Copy and GetBorderDecoration API to FormDecorations.
Added several decoration utility APIs to Combat Replay and migrated relevant decorations to it.
Added GetCurrentInterpolatedPosition to AbstractSingleActor, migrated relevant stuff to GetCurrentXXX APIs on AbstractSingleActor