Quantcast

Refactored the dependency on Skada to be replacable.

Author Peter Eliasson <warackta@gmail.com>
Author date 2015-01-16 16:53:16
Author local date 2015-01-16 17:53:16 +0100
Committer Peter Eliasson <warackta@gmail.com>
Committer date 2015-01-16 17:03:59
Committer local date 2015-01-16 18:03:59 +0100
Commit 4b90509e1b946a47f98b2ab68352186539b34f84
Tree 73e2fd738ce5ff0949d9ff5728b603d00e95e7a4
Parent de48471721955c5568d47e1c6fe26a63a610599d
Refactored the dependency on Skada to be replacable.

* Changed to using a module-based approach for the parses. This means that it should be possible to support additional damage mods in the future, like Recount.
* Added a parse provider module for Skada, with much the same functionallity as was previously done in the main file.
* Changed from ending encounters after Skada's EndSegment to using the ENCOUNTER_END event. The ENCOUNTER_END should be reliable (the ENCOUNTER_START does seem to have issues still though).