Age | Commit message (Collapse) | Author |
|
Contributes to #25012
(cherry picked from commit 3a9b3259b8eb2f35af29135fd9c9c0c44e3e47d2)
|
|
Contributes to #25012
(cherry picked from commit 19ee4d6254370de3f174718a72e5055aa28b6102)
|
|
(#25028)
Contributes to #25012
(cherry picked from commit 65e01053a8dfa713c5ffebe6702d85a3577a9790)
|
|
(#25027)
Contributes to #25012
(cherry picked from commit 42102871a78e4424ee18c243600327f5e1d84945)
|
|
(#25025)
Contributes to #25012
(cherry picked from commit 5ed6c6a5c348d601c6f144ca2b0df3e297dd2a69)
|
|
(#25024)
Contributes to #25012
(cherry picked from commit d00c95f26f835e681bcadbb68a2476408948d64a)
|
|
Contributes to #25012
(cherry picked from commit 1c3187e596e1d0d483b9ff7d2794ace017c16963)
|
|
(cherry picked from commit 7e5cf40d4c776bc048f74b8323c435173394772f)
|
|
Contributes to #25012
(cherry picked from commit 4ad80434a2efa046c4f4954221832714225b801d)
|
|
Contributes to #25012
(cherry picked from commit 39fc17e284bf2082d3b5a0c50dfd9e6cde64b582)
|
|
Contributes to #25012
(cherry picked from commit 29779db58b19384518706299e6e48be0d04eac65)
|
|
EventMap (#25020)
Contributes to #25012
(cherry picked from commit a2b2dc7ad0b22bf0f89dfc26dd7eb33fe7bcacfb)
|
|
(#25019)
Contributes to #25012
(cherry picked from commit 5ef576d223db0ac019bd803a07976cdc549a26ac)
|
|
(#25018)
Contributes to #25012
(cherry picked from commit ac27c922d1ac0cbae98e98a3f560484dece75604)
|
|
Contributes to #25012
(cherry picked from commit 90d5e7e1e82f1f196fb78844f7cad81fc228877c)
|
|
Contributes to #25012
(cherry picked from commit e372f9badb252f67abc29236e715bcce7fe1155d)
|
|
(cherry picked from commit ee34a1f19ea6062ffe8612a735eede990dd2840e)
|
|
(#25004)
(cherry picked from commit 5e1571062ac05bc3e68ebf1cf9ed04ab54e713bd)
|
|
|
|
* Core/Spells: Implement SPELL_EFFECT_ACTIVATE_OBJECT. (#23)
Original research by @xvwyh.
* Add missing sql update
* Fix some build errors
* Remove unused enum values
* Change artkits from 0-4 to 0-3
* Remove unused code
* Code review feedback
* Fix sql
* Remove artkit4 special case handling
* Default initialize artKits
* Code review feedback
* Split sql into structure and data files
Co-authored-by: Warpten <vertozor@gmail.com>
(cherry picked from commit 203573db83fb1d3f141b5aadbf1d1ca0a637bf94)
|
|
|
|
(cherry picked from commit a650bd631a4681d09e3ff66f79b73b99299565f3)
|
|
suppression
(cherry picked from commit 042b1abfd747160085e5acc24a842a076b20ea01)
|
|
* Core/AI: Remove unneeded null checks
GetMap() can never return NULL.
Fixes additionally -Wunused-variable warnings
reported by GCC.
* Core/GameObject: Fix a -Wunused-variable warning reported by GCC
* Core/Player: Fix a -Wunused-variable warning reported by GCC
* Scritps/CavernsOfTime: Fix -Wimplicit-fallthrough warnings reported by GCC
* Scritps/CavernsOfTime: Fix a -Wmaybe-uninitialized warning reported by GCC
Warning:
/home/peterke/DEV/TrinityCore/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp: In member function ‘virtual void npc_arthas_stratholme::npc_arthas_stratholmeAI::UpdateAI(uint32)’:
/home/peterke/DEV/TrinityCore/src/server/scripts/Kalimdor/CavernsOfTime/CullingOfStratholme/npc_arthas.cpp:1119:58: warning: ‘emote’ may be used uninitialized in this function [-Wmaybe-uninitialized]
1119 | (*it)->HandleEmoteCommand(emote);
| ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
* Scritps/PitOfSaron: Fix -Wunused-variable warnings reported by GCC
* Scritps/EyeOfEternity: Fix a -Wclass-memaccess warning reported by GCC
Warning:
/home/peterke/DEV/TrinityCore/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp: In member function ‘virtual void boss_malygos::boss_malygosAI::UpdateAI(uint32)’:
/home/peterke/DEV/TrinityCore/src/server/scripts/Northrend/Nexus/EyeOfEternity/boss_malygos.cpp:950:81: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘class ObjectGuid’; use assignment or value-initialization instead [-Wclass-memaccess]
950 | memset(_surgeTargetGUID, 0, sizeof(_surgeTargetGUID));
|
* Scritps/CoilfangReservoir: Fix a -Wclass-memaccess warning reported by GCC
Warning:
/home/peterke/DEV/TrinityCore/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp: In member function ‘void boss_leotheras_the_blind::boss_leotheras_the_blindAI::Initialize()’:
/home/peterke/DEV/TrinityCore/src/server/scripts/Outland/CoilfangReservoir/SerpentShrine/boss_leotheras_the_blind.cpp:220:55: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘class ObjectGuid’; use assignment or value-initialization instead [-Wclass-memaccess]
220 | memset(InnderDemon, 0, sizeof(InnderDemon));
| ^
* Scritps/Naxx: Fix a -Wimplicit-fallthrough warning reported by GCC
For discussion see https://github.com/TrinityCore/TrinityCore/pull/25007
(cherry picked from commit 10be49bdfe6bd1f4d8e0eaf3a1b4354c5a57a2a9)
|
|
ones (#24999)
(cherry picked from commit c92950b3e1f6366d85d707365a8ad2caddafeecc)
|
|
(cherry picked from commit 352944266822f8c8d3bfdd6078c6f82d3555dd85)
|
|
than one boss (#27641)
|
|
|
|
|
|
|
|
CREATURE_DIFFICULTYFLAGS_5_CANNOT_SWITCH_TARGETS to CREATURE_DIFFICULTYFLAGS_5_UNTARGETABLE_BY_CLIENT (#27637)
|
|
|
|
Closes #24979
(cherry picked from commit 92efefabc8b3107ab743b88346867a4ec5423efe)
|
|
Closes #24978
(cherry picked from commit 1943f7fc0760f416000eef75d9cdc948850cae7e)
|
|
Closes #24977
(cherry picked from commit 6c806490d339b78e7de5a6ddf49c91f4dca0c751)
|
|
* Creature/Script: npc_blackfathom_deeps_event
* Update blackfathom_deeps.cpp
* Update blackfathom_deeps.h
* codestyle
* Update blackfathom_deeps.cpp
Co-authored-by: Killyana <Killyana@users.noreply.github.com>
Co-authored-by: Ovah <dreadkiller@gmx.de>
(cherry picked from commit 98c37b15e01146d50940d284fc0daac88ff6e3f5)
|
|
|
|
(cherry picked from commit b4adaa838c2e44f4008152cc955410d25ff4d8b0)
|
|
Closes #24975
(cherry picked from commit 293fd67faceffdd7b86dc6843cda5a899af6cac2)
|
|
Closes #24974
(cherry picked from commit b54d389cf1ec812293e385e7b8a2f1b53aab7a9c)
|
|
SpellScript::GetHitCorpse() (#24981)
Closes #24945
(cherry picked from commit 94a4404e7e0667eab5d79c01444855966c41ad56)
|
|
Closes #24184
(cherry picked from commit f99a79cb4301f1d76d95b9c953918216947a2b94)
|
|
Closes #24980
(cherry picked from commit 14db2215d37c8081aff32a22b0e40b1cb8d6ec96)
|
|
corpse targets
(cherry picked from commit 232628f0a63480d07d28dcf12a7f6445ca07ab43)
|
|
Closes #24971
(cherry picked from commit c1eb1c41f8b28793cbf4fb49b29f0106d8666c03)
|
|
Closes #24970
(cherry picked from commit e472ef0237ba4d3a7a2ac1374fee9faec1ecdaaf)
|
|
Closes #24967
(cherry picked from commit 3660e272d471b9eb686d6b5166554190873248b2)
|
|
Closes #24966
(cherry picked from commit 1cc16afc4f601a0c9c607a22ed14e03c0e02edcd)
|
|
Closes #24963
(cherry picked from commit 95dd021f08d9434625b48ef5b7e137a34d91d2eb)
|
|
Closes #24953
(cherry picked from commit d5466ae56332d96e5c7b4d7582841144ae6b170a)
|