aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-29Core/Movement: Fixed uninitialized value in MoveSplineInitArgsShauren
2023-05-29DB/NPE: Handle phase for Horde Populated CampNaddley
2023-05-29Core/Spells: Implement SPELL_ATTR10_RESET_COOLDOWN_UPON_ENDING_AN_ENCOUNTER ↵Teleqraph
(#29032)
2023-05-29Core/Creatures: Move creature difficulty specific data from ↵Meji
creature_template table to creature_template_difficulty (#28931)
2023-05-28Core/Objects: Unify GameObjectSearcher, UnitSearcher, CreatureSearcher and ↵Shauren
PlayerSearcher classes into one common implementation
2023-05-28Core/Objects: Unify WorldObjectSearcher classes into one common implementationShauren
2023-05-28Core/Spells: Implemented spell target type 142Shauren
2023-05-27Core/Creatures: Allow summons to be initialized properly when summoner is ↵Shauren
not in world yet
2023-05-27Core/Auras: Fixed SPELL_AURA_LINKED_SUMMON summons not despawning when aura ↵Shauren
is removed from unit being removed from world
2023-05-27Core: Update allowed build to 10.1.0.49801Shauren
2023-05-26Core/Commands: Added .debug playercondition commandShauren
2023-05-25Core: Update allowed build to 10.1.0.49741Shauren
2023-05-24Scripts/Spells: Added proc requirements to a few auras that have ↵Shauren
SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute
2023-05-23Fix dynamic linking buildShauren
2023-05-23Core: Update allowed build to 10.1.0.49679Shauren
2023-05-22DB/NPE: Added spawns for Darkmaul Citadel scenarioNaddley
2023-05-22Core/Spells: Implemented new proc hit type PROC_HIT_DISPELShauren
2023-05-22Core/Players: Fixed crashes with char enum packet if equipment cache field ↵Shauren
does not have correct format
2023-05-22Core/Objects: Fixed uninitialized variables in FindCreatureOptionsShauren
2023-05-22DB/WakingShores: Added spawns for Alliance Camp in Wild CoastTheDdraig
Co-authored-by: Naddley <NaddleyTC@gmail.com> Closes #28985
2023-05-21Core/Players: Respawn alive at graveyard when releasing spirit (#29009)Jeremy
2023-05-21Core/Graveyards: Fix graveyards in subzones when there is no valid graveyard ↵Jeremy
in that subzone (#29003)
2023-05-21Scripts/Warrior: Fix nopch buildModoX
2023-05-21Core/Creatures: Fixed some creatures having 0 max health (and being unkillable)Shauren
2023-05-21Spells/Scripts: Implement Critical Thinking (#29005)SargeroDeV
2023-05-20Docker: Fixed files being missing from circleci built imagesShauren
2023-05-19Core/Areas: Update AreaFlags from EnumeratedStings values (#29008)Jeremy
2023-05-19DB: Fixed player name uniqueness checksShauren
2023-05-19DB/NPE: Added graveyard data for Exiles ReachNaddley
2023-05-18Scripts/Warrior: Implement Shield Block (#29004)SargeroDeV
2023-05-18Scripts/Warrior: Implement Warbreaker and In For The Kill (#28994)SargeroDeV
2023-05-18Scripts/Warrior: Implement Brutal Vitality (#28987)SargeroDeV
2023-05-17Dep/protobuf: Fixed gcc warningsShauren
2023-05-17DB/NPE: Added some more Alliance spawnsNaddley
2023-05-16Core/Auras: Define new aura typeShauren
Closes #28995
2023-05-16Core/Proto: Updated protobuf messages and servicesShauren
2023-05-15DB/Warrior: Added spellproc data for Brace For ImpactSargeroDeV
Closes #28975
2023-05-15DB/Warrior: Added spellproc data for Unnerving FocusSargeroDeV
Closes #28977
2023-05-15Scripts/Warrior: Implement Shield Charge (#28974)SargeroDeV
2023-05-15Core: Update allowed build to 10.1.0.49570Shauren
2023-05-14Scripts/Spells: Fixed uninitialized variable in ↵Shauren
d64f7c332e1c6b9d15240979f3f95db4131ff17c
2023-05-14Warning fixShauren
2023-05-14Scripts/Warrior: Implemented Fueled by ViolenceModoX
Closes #28976 Co-authored-by: SargeroDeV <83485584+SargeroDeV@users.noreply.github.com>
2023-05-14Core/DBLayer: Relaxed restrictions on which Field class member function can ↵Shauren
be used to access column value from "strict match" to "must not truncate"
2023-05-14Core/GameTables: Fixed parsing gt files (for real this time)Shauren
2023-05-13Core/Battlegrounds: Correct distance check in ↵DeadMouse
HandleAreaSpiritHealerQueryOpcode and HandleAreaSpiritHealerQueueOpcode. (#28979)
2023-05-13Core/GameTables: Fixed parsing gt filesShauren
2023-05-13Core/PacketIO: Add missing bit writesShauren
2023-05-13Core/Misc: Replace string to int conversion functions from Common.h with ↵Shauren
c++17 std::from_chars based ones Trinity::StringTo
2023-05-10Scripts/Underrot: Removed unneccessary code, handled by difficulty version ↵Shauren
of SpellMisc already