aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-11Core/Movement: Fixed MotionMaster::MoveChase default parameters (PR #22426)Kelno
(cherry picked from commit 7baf5b24525551ddf00c88084edb2a1bafeb758d)
2021-11-11Core/Misc: Corrected wrong log format messageShauren
2021-11-11Core/Quests: Corrected wrong quest startup errorsShauren
2021-11-11Core/DataStores: Removed map 0 MapDifficulty hack - data now existsShauren
2021-11-11Core/Misc: Don't log errors about npc_text probability if broadcast text was ↵Shauren
removed because it did not exist during loading
2021-11-11Core/PacketIO: Rename new 9.1.5 opcodesShauren
2021-11-11Core/PacketIO: Fixed SMSG_QUERY_GAME_OBJECT_RESPONSE structureShauren
2021-11-10Core/Commands: Fixed crash in .go commandsShauren
Closes #22498 (cherry picked from commit b27a76969a2fdbf2e390f28478b9b8ccdb48e2bd)
2021-11-10Scripts/MoltenCore: Implement Garr's Firesworn Separation Anxiety mec… ↵Sarah Alexander
(#22477) - The previous (wrong) spell ID used mana, so it was never cast because Firesworns aren't mana users (cherry picked from commit 001dd32b5cf6939886b895cb7186df82433dae48)
2021-11-10Core/SAI: Add maxSize parameter to SMART_TARGET_CREATURE_DISTANCE, ↵jackpoz
SMART_TARGET_GAMEOBJECT_DISTANCE, SMART_TARGET_CREATURE_RANGE and SMART_TARGET_GAMEOBJECT_RANGE (cherry picked from commit 46368188ce508359d839d8e48b65bf1df3ae3ac6)
2021-11-10Core/SAI: Add a 4th target parameter to SAIjackpoz
(cherry picked from commit 7634a57f64a38e1151d648eeacae8480c83d19df)
2021-11-10DB/Quest: Hah...You're Not So Big Now!Killyana
Closes #22478 (cherry picked from commit 868f810e11524401175b45190c2e4d947fc28cff)
2021-11-10Scripts/Areatriggers: Fixed all areatrigger scripts triggering both on enter ↵Shauren
and exit instead of only on enter
2021-11-09Scripts/TempleOfAhnQiraj: Despawn Skeram's images on death and fix an edge ↵Sarah Alexander
case where images would not spawn if he was casting during transition (#22474) (cherry picked from commit 72f061f083f652da5ee2caf25cefcb577136dc32)
2021-11-09Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-preven… ↵Sarah Alexander
(#22475) * Scripts/TempleOfAhnQiraj: Implement Battleguard Sartura's skip-prevention area trigger * Sartura engages players if they try to skip her by walking past down the tunnel * Clean up the instance script a bit (cherry picked from commit c8f830ff2b735fb45bf16f4421396709661939f6)
2021-11-09Scripts/ICC: update Unchained Magic target selectionccrs
because we all love retri paladins and hate healers, right?, right? (cherry picked from commit 2e4358f726354d3954047eb63d4390ce39247335)
2021-11-09Core/Movement: Add additional assertjackpoz
Add additional assert to FlightPathMovementGenerator (cherry picked from commit 2a06923879ccbcfff35cba4f35427eaf8c79dffd)
2021-11-09Scripts/UBRS: Open General Drakkisath's gates once he is defeated (#22462)Sarah Alexander
Closes #15769 (cherry picked from commit acdf2388029bbe95aac363cbfba2b7043abced93)
2021-11-09Build fixShauren
2021-11-09Core/Chat: Validate UTF8 in chat messagesTreeston
(cherry picked from commit e5d63bc5b02d0427beb2adf5571a90e92ebc1721)
2018-09-18Core/Chat: Fix chat filter to not block certain non-ASCII charactersTreeston
(cherry picked from commit b4258ca4d93df75520be7e731280d00fae665d6d)
2018-09-18Core/Chat: Some more chat filtering cleanup:Treeston
* Always filter control characters * Clean up stripping of duplicate whitespace * Adjust .conf.dist to accurately describe what the config settings do (cherry picked from commit e50344b6df7d917ebc82b6aff4d01b1b5136f7b7)
2018-09-18Core/Chat: Some hyperlink follow-ups:Treeston
* Ignore messages containing invalid links again instead of trying to sanitize them. Closes #22451. * No longer filter messages on the addon channel. Closes #22450. (cherry picked from commit e858706270c3059acf6915e7cf655eed0f7e88bb)
2018-09-17Core/Chat: Fix validation of tradeskill recipes that belong to multiple ↵Treeston
skill lines (cherry picked from commit 2dc174029cb81150a7b033f2c062bfddfb9ff55a)
2021-11-09Core/Scripts: Unify Chrono Literals (#22420)DanVS
* Unify Chrono Literals * Retire IN_MILLISECONDS * Build fix * Build fix (sequel) * Retire urand() * Edge cases * Build * Whitespaces * More edge cases * Additional cases (cherry picked from commit 5b0f4009df4cde413c92c73467ca9a63e79a772b)
2021-11-08Core/Player: Delay resurrection on release for unreachable maps until ↵Treeston
teleport has completed. Closes #21481. (cherry picked from commit 28591fd1658e3e4842d64f330f27c233dc69aad2)
2021-11-08Core/Player: Clean up duel related code. Fix a check for abusive client ↵Treeston
behavior, sanitize pointer usage, code style. Closes #22374. (cherry picked from commit 003cc56d70c9b07f4484cb82484091ab4013895a)
2021-11-08Scripts/Commands: Add .debug dummy. It does nothing, which means you can ↵Treeston
make it do anything. (cherry picked from commit 97ade1321b6d18393202a1448f2b042fc1ff0546)
2021-11-08Core/Misc: Re-generate HotfixDatabase.cppShauren
2021-11-08Core/BattlePets: Don't permanently learn battle pet summoning spells (#27201)Meji
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-11-08Misc: Update chr_races_locale field names toofunjoker
2021-11-08Core/Auras: Implement SpellAuraInterruptFlags2::Ground and ↵Seyden
SpellAuraInterruptFlags2::Swimming (#27193)
2021-11-07Misc: Rename db2 fields to official namefunjoker
2021-11-06Core/Movement: Corrected values sent in knockback packet when speedXY < 0Shauren
Co-authored-by: Seyden <saiifii@live.de>
2021-11-06Core/Misc: Fixed facing after using areatrigger teleports and graveyard ↵Shauren
orientations
2021-11-06Core/Auras: Mount speed auras are now properly selected when teleporting ↵ModoX
(dungeon enter/exit, regular teleport, ...) (#27159) * Update mount speed when learning new riding skill level * Update mount speed on SPELL_AURA_MOUNT_RESTRICTIONS Co-authored-by: Ovah <dreadkiller@gmx.de> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-11-06Core/Misc: Send saved client settings instantly after login, not only after ↵Shauren
entering world
2021-11-06Core/Movement: Remove random direction knockbacks and instead use unit ↵Seyden
orientation (#27194) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-11-05Scripts/Mechagnomes: Added areatrigger teleporter from Mechagon City to ↵ModoX
Stormwind (#27237)
2021-11-05Tools: Update db2 metadata expected by extractors to 9.1.5Shauren
Closes #27251
2021-11-05Core/Misc: 9.1.5 enum updatesShauren
2021-11-04Core/DataStores: Add a bit more info to db2 file loader sign check assertionsShauren
2021-11-04Core/PacketIO: 9.1.5 updatefields and SMSG_UPDATE_OBJECT structureShauren
2021-11-02Core/PacketIO: Updated remaining packet structures to 9.1.5Shauren
2021-11-02Core/PacketIO: Updated CMSG_UPDATE_MISSILE_TRAJECTORY to 9.1.5Shauren
2021-11-02Core/PacketIO: Rename DepositGuildBankItem to AutoGuildBankItem to match ↵Shauren
enum name
2021-11-02Core/PacketIO: Updated account data packets to 9.1.5Shauren
2021-11-02Core/PacketIO: Updated SMSG_FEATURE_SYSTEM_STATUS to 9.1.5Shauren
2021-11-02Core/PacketIO: Updated SMSG_QUEST_PUSH_RESPONSE to 9.1.5Shauren
2021-11-02Core/DataStores: Updated hotfix packet structures to 9.1.5Shauren