Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-05 | DB/Locale/ruRU: Add missing offer rewards for quest id 1201 - 1500 | kvolk2git | |
Closes #26881 | |||
2021-09-05 | CI: Remove git tagging from build scripts | Shauren | |
(cherry picked from commit 9e840da13ef3dd9f7ff73458125cc021e73fcf1f) | |||
2021-09-05 | Build: Fixed branch name displayed by appveyor binaries | Shauren | |
(cherry picked from commit 85671f20d866797a5a401d714b183d07c55f8d83) | |||
2021-09-05 | CI: Update boost version used on appveyor | Shauren | |
(cherry picked from commit 05f188ae2b3a431624eebbf8a44cb6dc0e977c0c) | |||
2021-09-04 | Core/Spells: Remove remaining direct accesses to SpellInfo::Effects | Shauren | |
2021-09-04 | DB/Creature: Remove remaining non-static flags from DB, finally (#26884) | offl | |
2021-09-02 | Core/QuestHandler: Fix potential crash caused by QUEST_FLAGS_PARTY_ACCEPT ↵ | HelloKitty | |
with conditions (#26880) | |||
2021-09-01 | Core/BG: Do not allow to queue rated arena without a group (#26875) | robinsch | |
2021-09-01 | Core/Disables: Fixed params_1 (SPELL_DISABLE_AREA) data loading for ↵ | Gildor | |
DISABLE_TYPE_SPELL (#26878) | |||
2021-08-31 | DB/Locale/ruRU: Add missing offer rewards for quest id 742, 901-1200 | kvolk2git | |
Closes #26876 | |||
2021-08-31 | DB/Quest: Update 'Hunting For Ectoplasm' | offl | |
Closes #26737 | |||
2021-08-31 | DB/GameObject: Update Toy Train Set | offl | |
2021-08-31 | Core/Misc: Fixed effect index check in ObjectMgr::LoadSpellScripts | Shauren | |
2021-08-31 | Core/Misc: Fix windows nopch build | Shauren | |
Closes #25363 | |||
2021-08-31 | Build: Replace git describe with more script friendly alternative, git ↵ | Shauren | |
rev-parse and git diff-index (cherry picked from commit 29659b4192dc114540379e92a5cc915a465821d8) | |||
2021-08-31 | Handle deprecated SAI actions and events (#26846) | Giacomo Pozzoni | |
* Core/SAI: Show a clear error for no longer supported SAI actions * Core/SAI: Show a warning for deprecated SAI events, still loading them. Disable log "sql.sql.deprecation" in config if you want to ignore the warning | |||
2021-08-31 | DB: Fix minor difference between current and sniffed position caused by ↵ | offl | |
wrong development methods | |||
2021-08-31 | Core/Spells: Spell effect info access refactoring part 3 - removed direct ↵ | Shauren | |
SpellInfo::Effects field access from game | |||
2021-08-30 | Core/Spells: Fixed implementation of Spell::EffectRechargeManaGem when it is ↵ | Shauren | |
not the first effect on a spell (0 cases, sync code between branches) | |||
2021-08-30 | Core/Auras: Changed aura dot stacking rule to not ignore aura type of ↵ | Shauren | |
"existingAura" | |||
2021-08-30 | Core/Spells: Removed SpellEffIndex effIndex argument from spell effect handlers | Shauren | |
2021-08-30 | Remove combo points on a creature when it evades (#26836) | Kelno | |
2021-08-30 | Core/Combat Fix first autoattack being skipped after charging (#26860) | trickerer | |
Fixes #25014 Fixes #24626 | |||
2021-08-30 | Core/SAI: Change error to warning for unused parameters (#26848) | Giacomo Pozzoni | |
Change error to warning for unused parameters and load the scripts instead of skipping them | |||
2021-08-30 | Core/Unit: improve SPELL_AURA_MOD_IMMUNE_AURA_APPLY_SCHOOL immunities (#26849) | Gildor | |
2021-08-29 | Build fix | Shauren | |
2021-08-29 | Scripts/Black Temple: Removed Illidari Council Enconter Frame | Keader | |
2021-08-29 | Core/Spells: Fixed Travel time of Scatter Shot / Silencing Shot | Keader | |
Proofs: https://www.youtube.com/watch?v=GwTc98-X60E (06:52, 09:15) - original link: https://www.warcraftmovies.com/movieview.php?id=158811 https://www.youtube.com/watch?v=G_m9hwU75No (00:46, 01:36) https://www.youtube.com/watch?v=zLBpEslWusw (04:58) - original link: https://www.warcraftmovies.com/movieview.php?id=136161 | |||
2021-08-29 | Core/Spells: Spell effect info access refactoring part 2 - passing ↵ | Shauren | |
SpellEffectInfo as arguments directly instead of SpellInfo + effect index | |||
2021-08-29 | DB/Proc: Fixed Nether Protection proc | Keader | |
- Spell should proc with non-damage spells too Proofs: https://www.youtube.com/watch?v=FGPDFjgQCQ0 01:44 proc with curse of tonges, 03:18 proc with seduction https://www.youtube.com/watch?v=B7BZSNVILb8 0:37 proc with corruption application, 02:09 mage silence https://www.youtube.com/watch?v=yXbQjARpj-4 05:47 strangulate https://www.youtube.com/watch?v=0tVKUW9HCKw 05:52 psychic horror https://www.youtube.com/watch?v=TJQn1OVFCjw 09:28 hammer of justice | |||
2021-08-29 | DB/Locale/ruRU: Add missing offer rewards for quest id 526, 601-900 | kvolk2git | |
Closes #26869 | |||
2021-08-29 | DB/Locale/ruRU: Add missing offer rewards for quest id 301-600 | kvolk2git | |
Closes #26863 | |||
2021-08-29 | DB/Locale/ruRU: Add missing offer rewards for quest id 1-300 | kvolk2git | |
Closes #26862 | |||
2021-08-29 | Scripts/VioletHold: f661bc6 follow-up - remove remnants of SetVisible calls ↵ | ccrs | |
from npc_sinclari_vh | |||
2021-08-29 | Scripts/VioletHold: corrections to violet_hold_trashAI to prevent trash npcs ↵ | ccrs | |
being stuck in place forever if SPELL_DESTROY_DOOR_SEAL is no longer being casted for w/e reason | |||
2021-08-28 | Core/Spells: Begin unifying spell effect access api with master branch | Shauren | |
* Introduce SpellInfo::GetEffects and SpellInfo::GetEffect functoins | |||
2021-08-28 | Core/Vehicles: Remove unused field | Shauren | |
2021-08-27 | Core/DB: Improve MySQL version check messages (#26866) | Giacomo Pozzoni | |
* Core/DB: Improve MySQL version check messages * Make it more clear that any version above the required one is supported * Implement feedback | |||
2021-08-25 | DB/Locales: Add missing texts for various quests | kvolk2git | |
Closes #26850 Closes #26851 Closes #26855 | |||
2021-08-25 | DB/Locales: Add missing esES & esMX quest locales (Part 178) | Cerveciento | |
Closes #26847 | |||
2021-08-24 | DB/Creature: Remove remaining Feign Death flags, finally | offl | |
Ref #25764 | |||
2021-08-24 | DB/Quest: Rework 'Bitter Departure' (12832) | offl | |
2021-08-23 | DB/Creature: Remove UnitFlags2 0x00200000, added in MoP | offl | |
Ref #25764 | |||
2021-08-23 | DB/Creature: Get rid of more flags | offl | |
Ref #25764 | |||
2021-08-22 | DB/Creature: Get rid of more Feign Death flags | offl | |
Ref #25764 | |||
2021-08-22 | Core/Quests: check PreviousQuestID values as well when trying to make quest ↵ | Ovah | |
groups available to players (#26769) * Core/Quests: check PreviousQuestID values as well when trying to make a quest available to support quest group requirements for another quest group * checking for previous quests via NextQuestID only works for single followup quests. However, if we want to make multiple quests available after rewarding all quests of an exclusive group we have to consider PreviousQuestID values as well as every single quest of the next quest group has to check the rewarded exclusive group * only check for previous quests that must be rewarded instead of being active | |||
2021-08-21 | Scripts/Commands: Fix ".wp show info" showing wrong event chance values | jackpoz | |
2021-08-20 | Revert "Scripts/ICC: add missing break in npc_frostwing_ymirjar_vrykul script" | ccrs | |
This reverts commit 31ea74b96ebf5a799a17cbd41b5c70d0ceaea6a8. They do actually both cast the spell, my mistake | |||
2021-08-20 | Scripts/ICC: add missing break in npc_frostwing_ymirjar_vrykul script | ccrs | |
2021-08-20 | DB/Creature: Update flags & speed of Rune Weapon | offl | |