aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-29DB/Locales: Add missing ruRU quest and achievement textsoffl
Credit for all the work with texts goes to unknown author, credit for finding them goes to Freeman256
2021-06-28Scripts/Commands: Convert misc command table to new systemCarbenium
2021-06-28Scripts/Commands: Convert honor command table to new systemCarbenium
2021-06-28Build: Remove fine-grained CXX feature checksCarbenium
With C++17 enabled these don't serve an purpose anymore. See https://cmake.org/cmake/help/latest/prop_gbl/CMAKE_CXX_KNOWN_FEATURES.html
2021-06-27DB/Loot: Update chance of Shards of Ahuneoffl
Closes #26641
2021-06-27DB/Loot: Update loot of Satchel of Chilled Goodsoffl
Closes #26640
2021-06-27DB/Locales: Add missing ruRU texts (Part 3)Freeman256
Closes #26632
2021-06-27DB/Locales: Add missing ruRU texts (Part 2)Freeman256
Closes #26629
2021-06-27DB/SAI: Fix bad targets for some textsoffl
2021-06-27DB/Loot: Additions to previously created skinning loot tablesoffl
2021-06-26Core/Pools: Fix pools with 1 member never spawning anything anymore (#26620)Giacomo Pozzoni
* Core/Pools: Fix pools with 1 member never spawning anything anymore Attempts to fix a 6 years old bug and never fixed by the original author. * Remove respawn times from db once a respawn has been handled * Allow to specify if Despawn1Object() should save or not the respawn time. We don't need to do that when respawning an object. * Apply the same fix to GameObjects too
2021-06-25CI/CircleCI: Force ccache directory (#26625)Giacomo Pozzoni
2021-06-25Core/SAI: Add a warning when a boolean value is outside of [0,1] range (#26608)Giacomo Pozzoni
* Core/SAI: Add a warning when a boolean value is outside of [0,1] range * Replace boolean fields in SAI with SAIBool (from uint32)
2021-06-24Scripts/SholazarBasin: Make quest "Engineering a Disaster" more retail-likeCarbenium
* Use correct spells and add the appropriate spell scripts * Use correct flame GOs * Fix emotes of the escortee
2021-06-24DB/Quest: Rework 'Rise, Obsidion!' (3566)offl
Ref #25984
2021-06-24DB/Quest: Rework 'Sarkoth' (804)offl
Ref #25984
2021-06-24DB/Creature: Update Lady Jaina Proudmoore (4968)offl
Ref #25984
2021-06-24DB/Creature: Update Theresa (5697)offl
Ref #25984
2021-06-24DB/Creature: Update Myzrael (2755)offl
Ref #25984
2021-06-23DB/SAI: Fix wrong param of one of ↵offl
SMART_ACTION_CALL_RANDOM_RANGE_TIMED_ACTIONLIST
2021-06-22DB/SAI: Remove wrongly used SmartActionSummonCreatureFlagsoffl
Closes #26595 After ee839fe action_param5 is used as SmartActionSummonCreatureFlags and 1 is PersonalSpawn. And somehow currently action_param5 = 1 is used in 40 actions even if that param wasn't used by core before ee839fe. Because of that those summoned creatures became personal spawns of creatures or objects and were not visible to player as they're supposed to be
2021-06-22DB/Locales: Add missing ruRU quest titles (Part 1)Freeman256
Closes #26614
2021-06-22DB/Locales: Add missing esES & esMX quest locales (Part 173)Cerveciento
Closes #26610
2021-06-22DB/Locales: Add missing esES & esMX quest locales (Part 172)Cerveciento
Closes #26604
2021-06-22DB/Locales: Add missing esES & esMX quest locales (Part 171)Cerveciento
Closes #26596
2021-06-22DB/SAI: Fix wrong boolean valuesoffl
Ref #26608
2021-06-22Core/Misc: Clear unused undef leftover in a refactor (#26616)Kelno
Previously this function was using a macro that was #undef at the end of the function. Since then it uses a lambda function and the undef is not needed anymore.
2021-06-20SQL: Update auth_database.sql with latest updatesjackpoz
2021-06-20DB/Misc: Add new View for RBACJinnaix
2021-06-20Common/Misc: Replace old macros with modern C++ attributes (#26613)Giacomo Pozzoni
2021-06-20Core/Misc: Fix issues reported by static analysisjackpoz
2021-06-20Scripts/Commands: Minor improvements in .pinfo and .unban character commands ↵Gildor
(#26586) * Scripts/Commands: Minor improvements in .pinfo and .unban character commands
2021-06-19Fix kick after map changed and speed changedshenhuyong
2021-06-19Core/Config:Remove now unused CONFIG_SET_SHAPASSHASH config (#26606)Kelno
This is a leftover from https://github.com/TrinityCore/TrinityCore/commit/bcdbdd6f23ce65cc0e381e61d2840140dce79311
2021-06-17DB/Creature: Convert 27353 to spawn summons with 1 action instead of 30 ↵jackpoz
linked actions Thanks @Jinnai for the sql update. Close #26605
2021-06-17Core/SAI: Allow SMART_ACTION_SUMMON_CREATURE to summon more than 1 creaturejackpoz
Add 6th parameter "count" to SMART_ACTION_SUMMON_CREATURE action to summon more than 1 creature. For backward compatibility, a value of 0 will be treated as 1.
2021-06-17Core/Misc: Fix no-pch buildGiacomo Pozzoni
2021-06-17Core/Movement: Wrap recent kicks about a setting and improve logs.Giacomo Pozzoni
Wrap recent kicks added related to speed change ack packets around the same "AntiCheat.PendingMoveChangesTimeoutTime" setting used by other anti-cheat kicks. Log more details about why a kick was triggered.
2021-06-15Core/Misc: Fix issues reported by static analysisjackpoz
2021-06-15Core/Movement: Implement proper player speed change (#26561)Chaouki Dhib
2021-06-15Scripts/Misc: Fix issues reported by static analysisjackpoz
2021-06-15TDB 335.21061 - 2021/06/15TDB335.21061TDB Release
2021-06-14Core/Pets: Fixed saving pets put in stable while not being summonedShauren
Closes #26599
2021-06-13Core/Loot: Allow master looter to see all quest items (#26584)Giacomo Pozzoni
2021-06-13Build/CMake: Only complain about missing BOOST_ROOT when Boost is not found ↵Jan Van Buggenhout
(#26598)
2021-06-12Scripts/UBRS: Fix crashjackpoz
Fix crash triggered during Dragonspire Hall event caused by having more than 5 mobs near a rune. Crash added in 7c19fb8d0eae64db0719cc2b110fcc06f60542ac Fix #26589
2021-06-11DB/Creature: Remove more evil flagsoffl
Ref #25764
2021-06-10DB/Creature: Fix speed of Spark of Ionaroffl
2021-06-10Scripts/Misc: Remove few more evil flagsoffl
Ref #25764
2021-06-09DB/Locales: Add missing esES & esMX quest locales (Part 170)Cerveciento
Closes #26577