-
Notifications
You must be signed in to change notification settings - Fork 83
Feature/mage #1518
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Feature/mage #1518
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add Kafa Press consumable
Fix CS Rage cost & Shattering Throw is instant
On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/focus.go modified: sim/core/pet.go modified: sim/death_knight/blood/TestBlood.results modified: sim/death_knight/frost/TestFrostMasterfrost.results modified: sim/death_knight/frost/TestFrostTwoHand.results modified: sim/death_knight/unholy/TestUnholy.results
On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/pet.go modified: sim/death_knight/blood/TestBlood.results modified: sim/death_knight/frost/TestFrostMasterfrost.results modified: sim/death_knight/frost/TestFrostTwoHand.results modified: sim/death_knight/unholy/TestUnholy.results modified: sim/monk/windwalker/TestWindwalker.results modified: sim/shaman/enhancement/TestEnhancement.results
On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/attack.go modified: sim/core/consumes.go modified: sim/core/item_swaps.go modified: sim/core/pet.go modified: sim/druid/barkskin.go modified: sim/encounters/bwd/magmaw_ai.go modified: sim/encounters/bwd/nefarian_ai.go modified: sim/encounters/dragonsoul/blackhorn_ai.go modified: sim/encounters/firelands/baleroc_ai.go modified: sim/encounters/firelands/bethtilac_ai.go modified: sim/monk/crackling_jade_lightning.go modified: sim/shaman/earth_elemental_pet.go modified: sim/shaman/electric_spell.go modified: sim/shaman/elemental_blast.go modified: sim/shaman/enhancement/feral_spirit.go modified: sim/shaman/fire_elemental_pet.go modified: sim/warrior/heroic_leap.go modified: sim/warrior/heroic_throw.go modified: sim/warrior/shattering_throw.go
On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/pet.go modified: sim/warlock/affliction/TestAffliction.results modified: sim/warlock/demonology/TestDemonology.results modified: sim/warlock/destruction/TestDestruction.results
[Hunter] Fixes for Hunter abilities and cooldowns
[Rogue] Fix Combat expertise reforge checks
On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/pet.go modified: sim/death_knight/blood/TestBlood.results modified: sim/death_knight/frost/TestFrostMasterfrost.results modified: sim/death_knight/frost/TestFrostTwoHand.results modified: sim/death_knight/unholy/TestUnholy.results modified: sim/druid/guardian/TestGuardian.results modified: sim/mage/frost/TestFrost.results modified: sim/monk/windwalker/TestWindwalker.results modified: sim/shaman/elemental/TestElemental.results modified: sim/shaman/enhancement/TestEnhancement.results modified: sim/warlock/affliction/TestAffliction.results modified: sim/warlock/demonology/TestDemonology.results
On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/pet.go modified: sim/death_knight/blood/TestBlood.results modified: sim/death_knight/frost/TestFrostMasterfrost.results modified: sim/death_knight/frost/TestFrostTwoHand.results modified: sim/death_knight/unholy/TestUnholy.results modified: sim/druid/guardian/TestGuardian.results modified: sim/mage/arcane/TestArcane.results modified: sim/mage/frost/TestFrost.results modified: sim/monk/brewmaster/TestBrewmaster.results modified: sim/monk/windwalker/TestWindwalker.results modified: sim/paladin/retribution/TestRetribution.results modified: sim/priest/shadow/TestShadow.results modified: sim/shaman/elemental/TestElemental.results modified: sim/shaman/enhancement/TestEnhancement.results modified: sim/warlock/affliction/TestAffliction.results modified: sim/warlock/demonology/TestDemonology.results modified: sim/warlock/destruction/TestDestruction.results
prevent off-by-one errors in heartbeat timer calculations. On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/environment.go modified: sim/death_knight/blood/TestBlood.results modified: sim/death_knight/frost/TestFrostMasterfrost.results modified: sim/death_knight/frost/TestFrostTwoHand.results modified: sim/death_knight/unholy/TestUnholy.results modified: sim/druid/guardian/TestGuardian.results modified: sim/mage/arcane/TestArcane.results modified: sim/mage/frost/TestFrost.results modified: sim/monk/brewmaster/TestBrewmaster.results modified: sim/monk/windwalker/TestWindwalker.results modified: sim/paladin/retribution/TestRetribution.results modified: sim/priest/shadow/TestShadow.results modified: sim/shaman/elemental/TestElemental.results modified: sim/shaman/enhancement/TestEnhancement.results modified: sim/warlock/affliction/TestAffliction.results modified: sim/warlock/demonology/TestDemonology.results modified: sim/warlock/destruction/TestDestruction.results
measurements. On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/constants.go modified: sim/core/environment.go modified: sim/core/pet.go modified: sim/death_knight/blood/TestBlood.results modified: sim/death_knight/frost/TestFrostMasterfrost.results modified: sim/death_knight/frost/TestFrostTwoHand.results modified: sim/death_knight/unholy/TestUnholy.results modified: sim/druid/guardian/TestGuardian.results modified: sim/mage/arcane/TestArcane.results modified: sim/mage/frost/TestFrost.results modified: sim/monk/brewmaster/TestBrewmaster.results modified: sim/monk/windwalker/TestWindwalker.results modified: sim/paladin/retribution/TestRetribution.results modified: sim/priest/shadow/TestShadow.results modified: sim/shaman/elemental/TestElemental.results modified: sim/shaman/enhancement/TestEnhancement.results modified: sim/warlock/affliction/TestAffliction.results modified: sim/warlock/demonology/TestDemonology.results modified: sim/warlock/destruction/TestDestruction.results
unnecessary allocations. On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/pending_action.go modified: sim/core/pet.go modified: sim/core/sim.go
On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/pet.go modified: sim/core/sim.go
codebase to use the shared object pool. On branch fix/delayed-pet-inheritance Changes to be committed: modified: sim/core/apl_actions_sequences.go modified: sim/druid/treants.go modified: sim/monk/crackling_jade_lightning.go modified: sim/monk/talents.go modified: sim/shaman/ascendance.go modified: sim/shaman/fire_totems.go modified: sim/shaman/talents_elemental.go modified: sim/shaman/unleash_elements.go modified: sim/warlock/demonology/chaos_wave.go modified: sim/warlock/demonology/hand_of_guldan.go modified: sim/warlock/demonology/wild_imp.go modified: sim/warlock/destruction/shadowburn.go
[Frost] Update APLs
Fix ICD of Zen Alchemist Stone aura for APL checks
Add some more missing ICDs for APL checks
[BUGFIX] fix weapons swap crash dw -> 2h
Fix Arcane Blast cast time to 2.0 seconds
Fix Str/Agi > Base Dodge/Parry
Update BRM sets
Updating gear filter UI for new raids.
Add fire mage tests and update fire/frost apl/bis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.