Skip to content

Commit

Permalink
Tweaked README
Browse files Browse the repository at this point in the history
  • Loading branch information
danong committed Sep 3, 2018
1 parent 887e1a4 commit 086e2f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ During hunts, this mod displays the percent of total team damage done and the [e
## Known Limitations/Bugs

- Post-hunt DPS is low because it includes the 60/20 seconds period after the hunt and the time spent in the post-hunt summary pages (possibly).
- Negative intial DPS values during hunts.

## Contributing Guide

Contributions are welcome. Feel free to make an issue or pull request. This project is licensed under the MIT license.

## Credits

Expand All @@ -24,7 +29,8 @@ During hunts, this mod displays the percent of total team damage done and the [e
### Basic Functionality
- [x] Implement DPS calculation
- [x] Fix numbers for subsequent hunts
- [ ] Fix post hunt DPS calculation. Maybe store the last damage timestamp and use that as the end time for calculating overall DPS.
- [ ] Fix post hunt DPS calculation. Maybe store the last damage timestamp and use that as the end time for calculating overall DPS
- [ ] Fix negative values DPS values

### UI/UX
- [ ] Fix character clipping
Expand Down
3 changes: 3 additions & 0 deletions mhw_damage_meter_1_0.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,8 @@
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

0 comments on commit 086e2f4

Please sign in to comment.