HonorAssist

Tool that assists you during the honor grind

File Details

0.2

  • R
  • Nov 17, 2019
  • 6.97 KB
  • 61
  • 1.13.2
  • Classic

File Name

HonorAssist-0.2.zip

Supported Versions

  • 1.13.2

commit c5ea9e1098edf4e266e650fa1e6ed72279d5b986
Author: C J <Cjewett@users.noreply.github.com>
Date:   Sun Nov 17 09:27:23 2019 -0500

    Add readme and test Curseforge integration

commit 9b51e62efdd3eea99a710c9472355ab200ceb5a4
Author: Cjewett <Cjewett@users.noreply.github.com>
Date:   Sun Nov 17 08:38:22 2019 -0500

    Remove code use to debug issue

commit 606c3168c5e066a7a6ff1d4cf00ef9a4df7c83e3
Author: Cjewett <Cjewett@users.noreply.github.com>
Date:   Sun Nov 17 08:36:10 2019 -0500

    Fix bug in hourly data recalculation

    - Misuse of Lua key value pair caused us to recalculate hourly data without removing the entry we subtracted from the hourlyData table. That was resulting in data that would be subtracted every 60 seconds (how often we check for stale data).
    - Reinitialize the addon when we detect a new day has started.

commit d876f204e864b1dce85cea63e7b54d21785d34ba
Author: Cjewett <Cjewett@users.noreply.github.com>
Date:   Sun Nov 17 07:35:31 2019 -0500

    Update HonorAssist.toc

commit b7c2d085712e10fb32f031ced31d1205548e9c82
Author: Cjewett <Cjewett@users.noreply.github.com>
Date:   Sun Nov 17 07:33:07 2019 -0500

    Add honor per hour and miscellaneous fixes

    - Enable honor per hour.
    - Change Load functions in HonorAssistDailyCalculator and HonorAssistHourlyCalculator to initialize values. They don't load data from the database anymore.
    - Call function in HonorAssistDatabase to push data down to individual services.
    - Change a lot of Utc naming to Epoch.
    - Fix HonorAssist:CalculateRealisticHonor() so that it is decoupled from HonorAssistDailyCalculator. (Thnx Cptmerlot)

commit c3fcaf0ce467b8b59595ddaabdfff56caef29d43
Author: Cjewett <Cjewett@users.noreply.github.com>
Date:   Sun Nov 17 01:40:11 2019 -0500

    initial commit