aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-30Scripts/Commands: Fix a crash in .help - closes #25360Treeston
2020-08-30Core/ChatCommands: C++17 cleanup (again) (PR #25323)Treeston
2020-08-29Core/AI: SortByDistance will now sort the referenced list instead of a copy ↵Ovahlord
of it. This fixes MinDistance and MaxDistance target selection
2020-08-29Core/Config: Restore ability to load additional config files for custom scriptsShauren
2020-08-29UnitTests: Cleanup + StringConvert/ChatCommand tests (PR #25353)Treeston
2020-08-29DB/Locale/esES+esMX achievement_reward_localeCerveciento
Closes #25355
2020-08-29DB/Quest: Rework support for 'Blueleaf Tubers' (1221)offl
Closes #25356
2020-08-29Core/Misc: Update Worldserver.conf for AhBot Pricing -make things more clear ↵Jinnaix
(#25341) * AhBot Pricing: Make things more clear * Change default value to BuyPrice and add some more information to how two sided AH works * Sync c++ configs with .conf ones Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-08-29Scripts/Spells: Fixed some code style issuesKeader
Follow up: 18e88653b9753f6140a1fcfb385e6e9dc434941f
2020-08-29Core/Spell: Fix name clashing between local variables and class member ↵Giacomo Pozzoni
fields (#25352)
2020-08-29Core/Unit: send npcs home after fear runs out (#25347)Jinnaix
* Core/Unit: send npcs home after fear runs out * Whoops, wrong
2020-08-29Core/AHBot: Warn about different AHBot behavior when ↵jackpoz
AllowTwoSide.Interaction.Auction is enabled Closes #18243
2020-08-29Scripts/Spells: Transfer Nurturing Instinct in spell_druid.cpp (#25307)Moki
* Scripts/Spells: Transfer Nurturing Instinct in spell_druid.cpp * Fix travis * Rename 2020_08_xx_xx_world.sql to 2020_08_29_01_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-08-29Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
* Core/Misc: Fix issues reported by static analysis * Core/Vmaps: Code cleanup after e77716188861d4aa83b227a90e04a66b63baeb1f
2020-08-29Build/Tests: Set all our compile flags on testsShauren
Closes #25349
2020-08-29DB/Quest: Add correct PrevQuestID & NextQuestID to Dungeon Set 2 questsoffl
Closes #25210
2020-08-28Core/PacketIO: Fixed structure of "fake" SMSG_SPELL_GO sent when loading ↵Shauren
pets from db Closes #25354
2020-08-28Core/Misc: Use "proper" type for respawn info map keyShauren
2020-08-28Common/Utilities: Make StringTo<bool>'s signature match that of the other ↵Treeston
integral types, making for easier templating. Default behavior unchanged.
2020-08-28Scripts: Minor loop refactors (#25325)Maks Szokalski
2020-08-28Scripts/InstanceScript: Fix an issue where LoadAllGrids would load creatures ↵kvipka
before TeamInInstance was properly set (PR #25340)
2020-08-28DB/Spells: Fixed Demonic Pact icdKeader
2020-08-28DB/Misc: Fix an DB error introduced in 534a2388b7c662c8796aabb1ec8cb424879799b6Jinnaix
2020-08-28Build: Prevent Catch from messing with user cmake preferencesShauren
Closes #25348
2020-08-28Build: Put tests-common and sfmt under correct folders when WITH_SOURCE_TREE ↵Shauren
is set to hierarchical-folders
2020-08-28Script/Azuremyst_isle: Remove useless logAokromes
2020-08-28DB/Creature: Update scripts for Thistlefur creaturesoffl
2020-08-28DB/Misc: Add missing comments to creature_summon_groupsoffl
2020-08-28DB/Creature: Add CREATURE_FLAG_EXTRA_NO_COMBAT to Flame Breath Trigger (Skadi)offl
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-08-27Common/Utilities: Properly read std::from_chars documentation and check for ↵Treeston
out_of_range errors.
2020-08-27Core/PacketIO: Fixed SMSG_QUEST_GIVER_QUEST_DETAILS structureShauren
2020-08-27DB/Creature: Fix reference with Frostweave Cloth for Faceless Lurkeroffl
2020-08-27DB/Locale/esES+esMX Texts missing in quests (Part 26)Cerveciento
Closes #25337
2020-08-27DB/Creature: Add gold and mechanic immunities to Converted Herooffl
2020-08-27DB/Creature: Impove script of Faceless Lurker and add goldoffl
2020-08-26cd30e0b follow-up (I could've sworn I pushed that to the PR branch. Sorry, ↵Treeston
Shauren.)
2020-08-26Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR ↵Treeston
#25335)
2020-08-26Core/Warden: Ensure Warden packets do not exceed 512 bytes. This should ↵Treeston
rectify random Warden timeouts.
2020-08-26DB/SAI: Add SMART_TARGET_ACTION_INVOKER to SMART_EVENT_FRIENDLY_HEALTH_PCToffl
Ref cbed1039c47f0e3487cea555bb8552a4e6445f5a
2020-08-26DB/Creature: Add formations to Cenarion Hold Infantryoffl
2020-08-26DB/Locale/esES+esMX Texts missing in quests (Part 25)Cerveciento
Closes #25333
2020-08-26DB/Locale/esES+esMX Texts missing in quests (Part 24)Cerveciento
Closes #25330
2020-08-25Core/SAI: Implement SMART_TARGET_ACTION_INVOKER in ↵Giacomo Pozzoni
SMART_EVENT_FRIENDLY_HEALTH_PCT (#25318) * Core/SAI: Implement SMART_TARGET_ACTION_INVOKER in SMART_EVENT_FRIENDLY_HEALTH_PCT * Require radius (5th parameter) to be set
2020-08-24DB/Quest: Update outro event of quest 'Plagued Lands'offl
Updates #25313
2020-08-24DB/Locale/esES+esMX Texts missing in quests (Part 23)Cerveciento
Closes #25319
2020-08-24DB/Locale/esES+esMX Texts missing in quests (Part 22)Cerveciento
Closes #25306
2020-08-24DB/Quest: Fix typo in RewardText of quest 'The Remains of Trey Lightforge'offl
Closes #25322
2020-08-24DB/SAI: Remove no longer needed param from Private Hendel's scriptoffl
Ref #25294
2020-08-24Build: Add Clang version guard to CMake (PR #25324)Treeston