aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-24DB: Fix Some DB errorsKillyana
Ref #18542 (cherry picked from commit 97e54fe4582e59c268bd77020c59f467d0b20327)
2020-04-24Core/Creature: added CREATURE_FLAG_EXTRA_GHOST_VISIBILITY to allowed db ↵ariel-
flags_extra mask - Cleaned up the mask to be a much nicer enum definition (cherry picked from commit 66a70088f4ccdeab207a547ae019d4d2692d9f2b)
2020-04-24Core/Global: reserve storage for script names vectorariel-
(cherry picked from commit c8bf1ab5f7e2e44e37c5affbf69c64917dc45c9e)
2020-04-24Rename 2017_99_99_99_world_335.sql to 2017_03_27_00_world_335.sqlAokromes
(cherry picked from commit 05cbe86455e34b9c8039f692dfa43c6801e3e6de)
2020-04-24Added new creature extra flag which makes npc visible only to dead unitsxinef1
closes #19333 * Rename 9999_99_99_99_world.sql to 2017_99_99_99_world_335.sql - file affects creature removed in patch 4.0.3a * Update Creature.cpp (cherry picked from commit e72b380b9374c92e5688002bf3a15065419a2ea0)
2020-04-24Core/Gameobject: remove virtual from GetScriptId, it's not overridenariel-
(cherry picked from commit 00b547146d5486cb82b30199b3c145c8b5f2f3bc)
2020-04-24Game/AI: SMART_ACTION_JUMP_TO_POS should resume path when reached jump ↵tkrokli
location (#19029) SmartAI NPCs using SMART_ACTION_JUMP_TO_POS should resume their path when they have reached the jump location. The changes in this PR makes the action work as intended. Closes #18760 (cherry picked from commit 6e08051825d3d05ea2bccbe43c0823a40ee08057)
2020-04-24DB/Quest: Challenge Overlord Mok'MorokkAokromes
By Fearless18, closes #5208 (cherry picked from commit de4043097e31d7ba968425f0a2ec55a9a1e5b117)
2020-04-24DB/Item: Improved Land MinesAokromes
By Rushor, closes #10205 (cherry picked from commit ff816f404dea49773678090f20923e25d0565ee0)
2020-04-24DB/Creature: Fix Verifonix faction and reputationAokromes
By offl, Closes #19323 (cherry picked from commit 5b3819424706ae34a787ba3e8112ff181a744011)
2020-04-24DB/Creature: Fix Guardian of Icecrown creature_text typoAokromes
By TecDian Closes #19226 (cherry picked from commit e4492dd0bdda6e9f778993c24889c8aea10f79ab)
2020-04-24Core/Auras: fix a deleted memory access crashariel-
Closes #19319 (cherry picked from commit 01aaafb0834d22ff41d7d9904e59d82a4a7f5381)
2020-04-24Rename 2017_03_25_00_world.sql to 2017_03_25_01_world.sqlAokromes
(cherry picked from commit 9d6902331b4d70152623154964ca0308408ada72)
2020-04-24Fix warningccrs
field '_top' will be initialized after field '_owner' (cherry picked from commit 2b5c765bcdd57e55b62db70527d85723f5a021eb)
2020-04-24Core/Movement: 96f4c7c followupccrs
(cherry picked from commit 9be7f5f57b897888983a9ca6f441479f3571513c)
2020-04-24Core/MotionMaster: cleanup use of _expireListccrs
And restore broken _cleanFlag check/use on update (eca3645d8bb655b88e39f05e36b435171f738f70) (cherry picked from commit 96f4c7c187e03aeb61e905421751f3d5a1df060e)
2020-04-24Core/Unit: cleanup UnitState enumccrs
(cherry picked from commit bf56049f2f95a67ccaf0cff46c977cb7e0925a38)
2020-04-24Core/Movement: cleanup MovementGeneratorTypeccrs
(cherry picked from commit fce974c3b33b38b71166960d37ca8cff67fa8f14)
2020-04-24Core/Scripts: minor fixes in boss_the_lich_king (#19311)Gustavo
Closes #4427 Closes #7091 (cherry picked from commit 2792046dc7a229180d27dfdc4ce37ccfb84c8a27)
2020-04-24Core/Scripts: Updated Ulduar instance modelariel-
- Codestyle/indent fixes - Added ObjectData for some GOs - Added GetUlduarAI to creatures - Fixed possible out-of-bounds access in boss_razorscale_controllerAI (boss AI number beyond allocated boss size) (cherry picked from commit b74cc8085946fed1eb41a6332e3a5cca6f9edd7f)
2020-04-24Core/Spells: fix wrong distance calculations in AoE spells [Needs testing] ↵Chaouki Dhib
(#16290) Core/Spells: Fix wrong distance calculations in AoE spells. Pull request #16290 by chaodhib. God bless, finally. (cherry picked from commit a1f2f30c145f6ad9c4baeffeff32618e71ff537c)
2020-04-24Core/Creatures: Fixed GMs being considered in party/raid with nearby ↵S.V
creatures without CREATURE_TYPE_FLAG_TREAT_AS_RAID_UNIT Ref #19340 (cherry picked from commit eea16ce35630762703b8f71d31c827179c37bfc4)
2020-04-24Core/Scripts: Fixed wrong calculation of Aura of DesireKeader
Closes #19322 (cherry picked from commit 333a4034099e262db8db0a1736d01c30a8cf9d52)
2020-04-24Core/Items: Fixed durability problems for wrapped item (#19003)xinef1
(cherry picked from commit 81d011170d48e7d4cce7892897d24528254615af)
2020-04-24Core/Spell: fix an issue with vehicle spells changing orientation of base ↵ariel-
vehicle Closes #17234 (cherry picked from commit 4096b02a560499d2cb2f40c67ac0b30ed4c48ffd)
2020-04-24Core/AchievementMgr: fix integer underflow neglecting already completed ↵ariel-
realm firsts Closes #19334 (cherry picked from commit 9cfa7c752e1d61b02acb852d2fd304a80d10b60a)
2020-04-24Core/Entities: don't finalize movesplines before deleting.ariel-
- The whole MotionMaster will be destroyed along with the unit, freeing the allocated memory. Closes #19324 (cherry picked from commit b53d0530cd9be97d549993a6b6c46e2cb7a4e779)
2020-04-24Core/Social: Implement FRIEND_STATUS_RAF (#19317)robinsch
(cherry picked from commit d209aaa00fdf0ca5fd3939b4b830d8948141900b)
2020-04-24Core/Object: Fix Line of Sight issue with object edgesGolrag
Fixes: https://github.com/TrinityCore/TrinityCore/pull/15807#issuecomment-268077802 (cherry picked from commit 020a6b984d6f6c04a57211e433a8d995514c6c0a)
2020-04-24Core/Crash: Refactor and fixesjackpoz
Code cleanup. Fix buffer overflow crash. Fix type being truncated to 199 characters. (cherry picked from commit 9226e212053ef8ec10eeb9509f2ce6ec002d8e3b)
2020-04-24Core/Spell: add assert checks on SpellMgr::CheckSpellGroupStackRulesariel-
Ref #19319 (cherry picked from commit 36bb4cabae01c591cf6151bae2f65a1f578ed9f3)
2020-04-24DB/Creature: Doctor RazorgrinKillyana
(cherry picked from commit 957d3cda1eca1f4cf7936f587ba2b1c11c9a99b3)
2020-04-24Core/Pet: load template immunities when creating (except for hunters)ariel-
Fixes #19275 (cherry picked from commit e33263c677a3d1af61b7c2e53d72b5360ba7de4d)
2020-04-24Core/Unit: properly reset displayIds when having a shapeshift aura activeariel-
Closes #19309 (cherry picked from commit 7a38eaa5a1fe23d8fedb2bfce518abb972b823f7)
2020-04-24DB/Misc: Fix startup errors / typo fixAokromes
(cherry picked from commit 3d43a92fb3aa6de3109581b04ed3795eb14b5354)
2020-04-24Core/Quests: fixed exclusivegroup interaction with prevquestId and nextQuestId.ariel-
- They should work as documented by wiki now. - Add some consts to Player methods - Fixed negative PrevQuestID to mean only active quest (ie not rewarded/complete, as those quests are required to complete another) Closes #19300 (cherry picked from commit 3b27a06265e4f022ec81b00ab99255246e8dd467)
2020-04-24Core/Quests: changed quest_template_addon.NextQuestID to unsignedariel-
- No reason to keep this anymore after 4349adf0f25210e5b26201523a09bc26b4a83394, this is a broken functionality. (cherry picked from commit dca276716fecb819fec668f59954113a77f9e393)
2020-04-24Core/Globals: some changes in quest loadingariel-
- Made load/reload associated quest tables data-driven, so removed a bunch of similar looking code from ObjectMgr (yay!) - Codestyle and encapsulation for ExclusiveQuestGroups (cherry picked from commit 076293f1f269b8f681c97f23872915bdfeccef1d)
2020-04-24Core/Globals: Fix Quest codestyle and member variable initializationariel-
(cherry picked from commit 09701b0229f84e3c0b014f6a161f945f3d226d8b)
2020-04-24Core/Entities: virtualize CheckAttackFitToAuraRequirementariel-
- Should've been like this to begin with (cherry picked from commit 21d95a1d767c95910d4508e0e83f34b4f89f587a)
2020-04-24DB/Creature: Fix a type on creature text related to Lord ThorvalKillyana
Ref https://github.com/TrinityCore/TrinityCore/commit/80a0c3cfc779abab18447fbeca78dd0024294f94 (cherry picked from commit 63236f97af03b9745e1a12d1df56a0c885230caf)
2020-04-24Core/Auras: fix more unused parameter warningsariel-
(cherry picked from commit 7de5befbc39cd6bf45166fd2c5d0532065f7e99e)
2020-04-24Core/Auras: fix comparison of integers of different signs warningariel-
(cherry picked from commit 9047d8bd6f549d4a30665cdaabf8811eeb516362)
2020-04-24Core/Auras: fix unused parameter warningariel-
(cherry picked from commit 40489b8d5722969cef11b9c48ee50ef366333073)
2020-04-24Core/Auras: reworked multiplicative AuraEffects calculationariel-
- Splitted containers for flat modifiers and pct modifiers, as they now have different handling - Amount is now multiplied only on apply; on unapply, iterate through auras and reset the counter - Fixes many cases of rounding error due to applying/unapplying of small factors - Allows amounts to be zeroed (ie with an AuraEffect of amount -100) - Do a partial revert of 6dc37a9add631888fe5fbcd43d19c2b07bed8a57, auras should update amounts only for items allowed (ie no more giving crit to a sword while having an axe in the other hand and being Poleaxe spec'd) - SPELL_AURA_MOD_SCALE now scales additively, rather than multiplicatively (checked in sniffs) Closes #18687 (cherry picked from commit c69a7d1223b2ce108a221e5cc70f76cd80ae6675)
2020-04-24Core/Misc: moved WeaponAttackType definition to SharedDefines to avoid ↵ariel-
including Unit.h (cherry picked from commit 6d991e9361fdda66391a7f4774ea908763998074)
2020-04-24DB/Spell: Recently Bandaged debuff shouldn't break stealthariel-
Closes #18951 By Noryad (cherry picked from commit 5f901d3d75660118f705c27c84e1ae895ad8e3e7)
2020-04-24DB/Creature: Savage Hill Brute/Mystic/ScavengerRushor
Closes #18922 (cherry picked from commit abed5e1586d01dfa75bd4102f8be3d8b645d9f9d)
2020-04-24Core/Scripts: implemented Gnomish Harm Prevention Beltariel-
Updates #18542 (cherry picked from commit 2db3e86d9bf200e5049e553160bc47b7bacac621)
2020-04-24DB/Creature: Footman Rob, Footman Chuck and Footman GeorgeRushor
Closes #18770 (cherry picked from commit 6732c1c2e1d26c52d0ab0817a7a19e013a3ea57d)