aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-04DB/Quest: Add correct action type to give quest credit for 'Protect Kaya'genion18
Closes #25377 Ref c29e3b46af49e3baeb3da01f839aa9eb1a44bb7b
2020-09-04DB/Locales: Add correct esES & esMX locales to achievement 2516Cerveciento
Closes #25381
2020-09-04DB/Locales: Add missing esES & esMX quest locales (Part 31)Cerveciento
Closes #25382
2020-09-04DB/Locales: Add missing esES & esMX quest locales (Part 30)Cerveciento
Closes #25378
2020-09-04DB/Locales: Add missing esES & esMX quest locales (Part 29)Cerveciento
Closes #25374
2020-09-04DB/SAI: Convert SMART_EVENT_FRIENDLY_HEALTH to SMART_EVENT_FRIENDLY_HEALTH_PCToffl
2020-09-04Scripts/Commands: Convert argument parsing of .npc commandsTreeston
(And I snuck some chat command cleanup in there, more de-cluttering!)
2020-09-03Scripts/Commands: Convert argument parsing of gameobject commandsTreeston
2020-09-02Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2020-09-02Core/Misc: Add support for custom link colors. Clean-up hyperlink ↵Treeston
validation, no more long-ass defines. Remove UI.ShowQuestLevelsInDialogs.
2020-09-02Core/Player: Fixed incorrect prepared statement parameter types in ↵robinsch
Player::_SaveBGData Merges #25379
2020-09-02Core/Totem: Immune to all positive spells. (#25326)Houston
* Core/Totem: Immune to all positive spells. * Fix tabs * Avoid using magic numbers * Remove whitespace Co-authored-by: Moki <moki.play@mail.ru>
2020-09-02UnitTests: |Hspell and |Htalent unit testingTreeston
2020-09-01Core/Misc: More DBC std::array refactors, stricter |Hitem checks, and more ↵Treeston
hyperlink unit tests
2020-09-01Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
2020-08-31DB/Locale/esES+esMX Texts missing in quests (Part 28)Cerveciento
Closes #25371
2020-08-31DB/Locale/esES+esMX Texts missing in quests (Part 27)Cerveciento
Closes #25362
2020-08-31DB/Texts: Restore incorrectly removed page text (Venture Co. Documents)illfated
Closes #25357 Ref #17377
2020-08-31DB/Quest: Add support for 'Vent Horizon' (25212)offl
Closes #2391
2020-08-31DB/Quest: Add support for 'We Call Him Steelfeather' & outro eventsoffl
Closes #6859 Based on dr-j's script
2020-08-31UnitTests: Add a first set of item hyperlink testsTreeston
2020-08-31Core/Chat: Fix achievement and enchant link validationShauren
Closes #25367
2020-08-30Core/Mysql: support MariaDB 10.5 (#25359)Kargatum
2020-08-30UnitTests: Add basic hyperlink unit testTreeston
2020-08-30Core/Chat: Correct Hyperlink validation for incomplete achievements.Treeston
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