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 68a291cbd6 update lots of functions to take just the encounter being processed
as opposed to taking the entire log analysis data and forcing all these
functions to only update :active-encounter within it. kind of makes it
slightly clumsy to write the code that way
2016-03-03 19:17:40 -05:00
..
dev-resources clean up initial projects, add basic arg parsing to cli module 2016-02-26 18:34:30 -05:00
repl add Schema to core module 2016-02-27 18:33:48 -05:00
resources add parser code from old test project sources 2016-02-27 16:14:16 -05:00
src/vwowrla/core update lots of functions to take just the encounter being processed 2016-03-03 19:17:40 -05:00
test/vwowrla/core some minor cleanups, argument renaming for clarity, etc 2016-02-28 15:31:26 -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.