Skip to content

Releases: DeadlyBossMods/DBM-PvP

r84

20 Mar 01:53
c726a7a
Compare
Choose a tag to compare
r84

PvP

r84 (2020-03-15)

Full Changelog

  • Bring back default behavior of filling win timer based on BG start time (and if that can't be ready, BG enter time) that PVP mods had for a decade. If you'd rather have a full looking bar instead like rewrite did, just disable option.
  • Update travis again, so target build is latest classic version now that packager supports it.
  • lel?
  • Make the bases a little more standardised?
  • Forgot base tracking in classic
  • Bit more code cleanup, better debugging, more values
  • Merge pull request #17 from venuatu/master
    classic ab: add code for reading the widget
  • arathi: bring in some 2014 ab values
  • classic ab: add code for reading the widget

r83

10 Mar 15:14
081337b
Compare
Choose a tag to compare
r83

PvP

r83 (2020-03-10)

Full Changelog

  • Revert travis change for now. packager doesn't yet support 1.13.4
  • Update toc file for 1.13.4
    Updated travis for 1.13.4
  • Merge remote-tracking branch 'origin/master'
  • Update resources for BattleForGileanas, thanks Goat.
  • Missed one
  • Actually didn't have any errors, just updating luacheckrc ignores
  • Lets find some PVP errors
  • Merge pull request #14 from venuatu/master
    fixup classic AV, port over some of the previous code and add logging
  • fixup classic AV, port over some of the previous code and add logging
  • Fix paws being stupid.
  • Make the POI's now non-localized dependant :D WOO
  • Better timers for alterac
  • Fix alterac timers not being 304.
  • Forgot to remove this line
  • Fix assault ID for Arathi on classic.
  • Lots of interesting fixes;
    • Temple of Kotmogu now properly tracks a win timer
    • Alterac has now been moved to the central assault system
    • Alterac now supports both classic, and retail.
  • Optimize quest data for Alterac auto-complete
  • Update EyeOfTheStorm and TempleOfKotmogu to the correct system
    Also add more accurate data for 4 cap states (owned by 1 or 2).
    Add a nil/not string check for bases as throws errors for flag maps like EyeOfTheStorm
    Don't alert for scores larger than 50 being invalid, as flag caps count towards that.

r82

13 Feb 19:23
Compare
Choose a tag to compare
r82

PvP

r82 (2020-02-13)

Full Changelog

  • Use the built in antispam, duh.
  • Properly fix capping timers
    Also added a warning to notify of any missing/incorrect resourcesPerSec entries.
  • Merge branch 'master' of github.com:DeadlyBossMods/DBM-PvP
  • Fix objectives store setting its value.
  • Disable seething shore from loading
  • Fix map ID... This must have changed at some point
  • Add a nil failsafe to vignette check

r81

21 Jan 04:45
c5b57f8
Compare
Choose a tag to compare
r81

PvP

r81 (2020-01-18)

Full Changelog

  • Fix whatever language that is :D
  • Add isle of conquest basic cap timer support.
  • Better cap timer support.
  • Update score calculations to be centralized
    Also fix the ID's for Gilneas
  • Enable SeethingShore in PVP
  • Fixes
    Fix deepwind's ID's to correctly mark cap and victory timer
    Add info for Alterac for ID's (So I can start working on this)

r80

16 Jan 16:13
Compare
Choose a tag to compare
r80

PvP

r80 (2020-01-16)

Full Changelog

  • Deepwind update for 8.3

r79

14 Jan 14:13
f00c50a
Compare
Choose a tag to compare
r79

PvP

r79 (2020-01-14)

Full Changelog

  • Toc Bump for 8.3

r78

21 Dec 16:54
Compare
Choose a tag to compare
r78

PvP

r78 (2019-12-20)

Full Changelog

  • Change AV timers from 300 to 304 to see how that tests out
  • Merge pull request #10 from wallrik/autorelease-1
    Fix auto release spirit

r77

19 Dec 14:38
e7c9b2d
Compare
Choose a tag to compare
r77

PvP

r77 (2019-12-18)

Full Changelog

  • Merge pull request #8 from venuatu/master
    alterac: use a single timer and fix snowfall cap faction change
  • alterac: move poi timer up and call stop on that
  • alterac: use a single timer and fix snowfall cap faction change
  • Fix stupid. Minutes to seconds is x 60 not / 60
  • handle C_AreaPoiInfo.GetAreaPOITimeLeft() returning nil
  • Classic doesn't have GetAreaPOISecondsLeft, but it does have GetAreaPOITimeLeft
    This should hopefully fix in progress cap timers to get correct time.
  • This probably doesn't matter, but uniformity and all
  • Some tweak to AV support.
    • Only request uiMap id once instead of every time POI updates.
    • Changed the prints to DBM debug code so it can be enabled by any power user looking to contribute/help find the missing POI ids. Remember DBM debug mode can always be enabled via /dbm debug and disabled the same way. Debug level can be set with "/dbm debuglevel " . the debug level of pvp events is 2, so "/dbm debuglevel 2" would cover it.
  • Merge pull request #6 from venuatu/master
    alterac/classic: add timers
  • alterac: Add timers from areapoi apis
  • Send addon messages with correct DBM prefix in classic wow
  • Disabled queue pop timer, it's redundant since core does it (and has for many years)
  • Fix TimerTracker error on classic
  • Don't cache player faction, since it can change (on retail at least). This is correct way to do it for classic compat
  • More fixes
  • Update packager script now that it supports 1.13.3
  • Fixed lua error with quest tooltip creation in AV, quest tooltips not supported in classic client. Closes #4
    Fixed lua error with all BGs in classic caused by using wrong faction function in classic client. Closes #3
  • Bump Classic TOC
  • Allow loading in AV event

r76

03 Oct 20:09
9f42fde
Compare
Choose a tag to compare
r76

PvP

r76 (2019-10-03)

Full Changelog

  • Fix Temple of Kotmogu, which never would have worked at all, do to bad code logic.

r75

24 Sep 04:25
r75
2566778
Compare
Choose a tag to compare
r75

PvP

r75 (2019-09-24)

Full Changelog

  • TOC Bump
  • add luacheckrc file