This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
vwowrla/vwowrla.core
Gered fcaf4cc87a add lookup of all enemy entity names that can possibly be encountered
this includes bosses, trash mobs, and various summoned mobs that may
be part of certain encounters

does not yet include other possible entity names that could be included
in a combat log taken for world raid bosses (e.g. regular enemy mobs
that spawn near world raid bosses in the zones they are found in)
2016-04-05 16:44:21 -04:00
..
dev-resources clean up initial projects, add basic arg parsing to cli module 2016-02-26 18:34:30 -05:00
repl add "tools" namespace, for handy development functions/code 2016-03-08 18:21:06 -05:00
resources add lookup of all enemy entity names that can possibly be encountered 2016-04-05 16:44:21 -04:00
src/vwowrla/core add lookup of all enemy entity names that can possibly be encountered 2016-04-05 16:44:21 -04:00
test/vwowrla/core add missing regex matcher for another skill absorb event variation 2016-03-08 12:51:41 -05:00
.gitignore initial commit - basic new project structure only 2016-02-26 16:41:21 -05:00
project.clj add humane-test-output to dev profile 2016-02-28 15:14:44 -05:00
README.md initial commit - basic new project structure only 2016-02-26 16:41:21 -05:00

Vanilla World of Warcraft Raid Log Analyzer

Core Parser and Analyzer

This module contains the core functionality for parsing combat log files and performing analysis on them, optionally inserting analysis results into a database.