v1.6.1-beta1

Details

  • Filename
    HandyNotes_SummerFestival-v1.6.1-beta1.zip
  • Uploaded by
  • Uploaded
    Jun 23, 2019
  • Size
    13.25 KB
  • Downloads
    1,179
  • MD5
    34f027429c1b26f83e0cde13a1279cd1

Supported WoW Retail Versions

  • 8.1.5

Changelog

tag 8463aa40b90cc1885265051f60fea14b3be3fc07 v1.6.1-beta1
Author:    Ethan Centaurai <[email protected]>
Date:    Sun Jun 23 19:10:54 2019 +0100

Tagging as v1.6.1-beta1.

commit 25142e28d4ae06e534e324fbd346f0fd90275fab
Author: Ethan Centaurai <[email protected]>
Date:   Sun Jun 23 18:20:03 2019 +0100

    Remove more unused code.

commit b02ced685399c777b3db40815fd4406e4399f494
Author: Ethan Centaurai <[email protected]>
Date:   Sun Jun 23 18:17:16 2019 +0100

    Add Teldrassil's bonfires to the Kalimdor map.

    Partially fixes #10

commit 187eaca2ca65f8ecd2289c87f118fa7217616247
Author: Ethan Centaurai <[email protected]>
Date:   Sun Jun 23 16:37:20 2019 +0100

    Use a timer as well as events.

    I'm not sure events on their own are enough to detect things accurately. Of course, in an ideal scenario there would be a dedicated API for this sort of thing.

commit 55ebd821cc1de3c22c87574aa63fa1d64835aa9f
Author: Ethan Centaurai <[email protected]>
Date:   Sun Jun 23 12:56:38 2019 +0100

    Update README.md

commit 179677e50801c1fe3e073f580ff3f56bd797b05c
Author: Ethan Centaurai <[email protected]>
Date:   Sun Jun 23 11:38:25 2019 +0100

    Corrected the marker for the Krasarang bonfire.

    Closes #9

commit 07c545a8ec344d60fd859d422144e7f709ca3517
Author: Ethan Centaurai <[email protected]>
Date:   Sat Jun 22 19:11:46 2019 +0100

    Try using API Events as the timer doesn't seem to be working for everyone.

commit 31db287eda556f113c19188d57ecb2ccc5ca688a
Author: Ethan Centaurai <[email protected]>
Date:   Sat Jun 22 17:19:15 2019 +0100

    Replace deprecated function.

    Apparently the C_Calendar.GetDate() function was deprecated in 8.1.0 and will be replaced with C_DateAndTime.GetCurrentCalendarTime() at some point.

commit e9b6bdc77bc5b3bdfb96ee2fc6563a64c9383dc3
Author: Ethan Centaurai <[email protected]>
Date:   Sat Jun 22 11:38:25 2019 +0100

    Check if the event is active on load rather than after a delay.