diff --git a/License.txt b/License.txt new file mode 100644 index 0000000..dfaa79d --- /dev/null +++ b/License.txt @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 Ralph Sleigh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..55983f9 --- /dev/null +++ b/readme.md @@ -0,0 +1,34 @@ +Gowowlog - A World of Warcraft Combat Log Parser +====== + +Gowowlog is a combat log parser for WOW written in Go/AngularJS. Currently will display damage done and auras gained/lost. Created because I wanted to see things in more detail than skada in real time, but many log parsing websites tend to be very slow at peak times. Still very much a work in progress. + +To use: + +1) Do whatever magic required to download/install, may/may not be "go get githib.com/ralphsleigh/gowowlog && go install githib.com/ralphsleigh/gowowlog" +2) Make sure you have advanced combat logging turned on in WoW options -> system -> network +3) Run gowowlog -logfile=/path/to/your/logfile +4) Open http://localhost:8081/index.html in your web browser. + +If you don't get the interface, try specifying -webroot to the included webfiles directory. Its also helpful if the icons directory is writeable as a cache. + +Known issues: + +* Shuffle/other friendly fire shows up as damage, probably should not. +* Some pets are unaccounted for and need owners. +* Spec detection for a few specs is not working. No attempt at the moment to diff Glad/Prot Warriors +* Need to finish live updates on encounters in progress. +* Many many ignored errors, leading to panics. concurrent map access is undefined, should fix that. + +Todos: + +* More detailed Damage/Healing breakdown, to/from source, etc. +* Better Aura graphs. +* Interrupts/Problems + +Not going todos currently: + +* Anything that requires centralised log data, e.g ranks, comparative performance. +* Log uploaders. +* Lots of making it user friendly. +