v1.6-8-g25142e2-alpha
Details
-
FilenameHandyNotes_SummerFestival-v1.6-8-g25142e2-alpha.zip
-
Uploaded by
-
UploadedJun 23, 2019
-
Size13.20 KB
-
Downloads481
-
MD5d29d5e685e4d9510411e859937e94d9a
Supported WoW Retail Versions
- 8.1.5
Changelog
Changes since tag v1.6
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.