aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-12-31Core/Players: Implement saving edit mode account dataShauren
2022-12-31Core/Players: Fixed crashes when accessing ActivePlayerData::PvpInfoShauren
Closes #28638
2022-12-30Core/Players: Fixed trait config validationShauren
Closes #28601
2022-12-30Core/Objects: Replace IsWithinDistInMap with IsWithinDist in grid searchers ↵Shauren
to avoid duplicate phase check (its also checked in Searcher classes)
2022-12-30Core/Movement: Don't compute orientation for vertical splines (#28556)Meji
2022-12-30Core/Objects: ignore database visibility conditions for personal clones (#28548)Seyden
2022-12-30Core/SAI: Improved SMART_ACTION_JUMP_TO_POS to mirror behavior similar to ↵Meji
SMART_ACTION_MOVE_TO_POS (#28547) * Support for targets other than positions * Added param3 Gravity, to use MoveJumpWithGravity (priority over SpeedZ) * Added param4 UseDefaultGravity (priority over Gravity): 19.29110527038574 * Added param5 PointId, useful for linking the jump to the event SMART_EVENT_MOVEMENTINFORM (Type: 16) * Added param6 ContactDistance * If the target is different from a position, target params for coords allow to add offsets
2022-12-30Core/SAI: Add action param 7 (#28519)Aqua Deus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-12-30Core/Gossip: Integrate banker guid checks into shared gossip interaction dataShauren
2022-12-30Core/Misc: Clean up WorldSession includes a bitShauren
2022-12-30Core/Chat: Fixed chat channel name validationShauren
* Removed it entirely for builtin channels (unused) * Use utf8 character count to determine length instead of number of bytes Closes #28635
2022-12-30Core/Auras: Fixed iterator invalidation crash in Unit::CalcHealAbsorb (#28515)Seyden
2022-12-30Core/Auras: Implemented SPELL_AURA_MOD_ROOT_DISABLE_GRAVITY (#28517)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-12-30Core/Auras: Implemented SPELL_AURA_MOD_STUN_DISABLE_GRAVITY (#28511)Teleqraph
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-12-30Core/Vmaps: Fix inconsistency of hitInstance and hitModel to cause wrong ↵ModoX
area ids (#28632) Closes #28326 Co-authored-by: Gosha <284210+Lordron@users.noreply.github.com>
2022-12-29Core/Spells: Added missing changes for ade34a7f484dfcc7e41eddfd1014e7728c8dc2c1Shauren
2022-12-29Core/Spells: Implemented SPELL_EFFECT_GIVE_EXPERIENCE and ↵Shauren
SPELL_EFFECT_GIVE_RESTED_EXPERIENCE_BONUS
2022-12-28Core/Gossip: Move setting ActionMenuID and ActionPoiID directly into ↵Shauren
GossipMenu::AddMenuItem and remove GossipMenu::AddGossipMenuItemData
2022-12-27Core/Creatures: Implement StringId for Creatures, a custom identifier to ↵Seyden
make finding specific creatures in script easier (#28500) Allows targeting specific spawns without hardcoding guids or find a bunch of different creatures with a single search Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-12-26Core/Objects: Implement FindNearestCreatureWithOptions helper function (#28488)Seyden
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-12-26Core/DataStores: More constexpr in DB2 metadataShauren
2022-12-25Core/Phasing: Reduce differences between branches in GridNotifiersShauren
2022-12-23Core/SAI: Fixed unused param validation for SMART_ACTION_MOVE_OFFSETShauren
2022-12-22Core/SAI: Added param PointId to SMART_ACTION_MOVE_OFFSET (#28555)Meji
2022-12-22Core/Creatures: Implemented AttackableBySummoner summon properties flag (#28489)Seyden
2022-12-22Core/GameObjects: Update spawn group conditions immediately after ↵Jeremy
battleground capture point changes state (#28611)
2022-12-22Core/Instances: Fixed assertion failure with instance id based lockoutsShauren
Closes #28613
2022-12-21Core/Conversations: Allow delaying starting conversations (#28545)Seyden
2022-12-20Core/GameObjects: Unlink loot from gameobject before deleting itShauren
Closes #28541 Closes #28610
2022-12-20Core/vmaps: Stop worldserver startup when gameobject models cannot be loadedShauren
2022-12-20Core/Battlegrounds: Made Battleground inherit ZoneScriptShauren
Closes #28480
2022-12-20Core/Threading: Modernize ProducerConsumerQueue a bit to fix GCC buildShauren
Closes #28607
2022-12-19Core/Misc: GCC build fixShauren
Closes #28604
2022-12-18Core/PacketIO: Fixed incorrect optional check in SMSG_GOSSIP_MESSAGEShauren
2022-12-18Core/PacketIO: Fixed structure of SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREENShauren
Closes #28602
2022-12-18Core/Units: Implemented UNIT_VIS_FLAGS_INVISIBLE (#28448)Meji
2022-12-17Core/Creatures: Never enable gravity for creatures that can only fly (#28411)Meji
2022-12-17Fix line endingsShauren
2022-12-17Core/Players: Implemented setting tradeskill recipes as favoriteShauren
2022-12-17Core/Items: Dropped deprecated ItemFlag2 ITEM_FLAG2_DONT_IGNORE_BUY_PRICE ↵ModoX
(#28382)
2022-12-17Core/Misc: Updated default expansion to 9Shauren
2022-12-17Tools/mapextractor: Updated gt file listShauren
2022-12-17GCC build fixShauren
2022-12-17Core/Spells: Added missed aura handler for SPELL_AURA_535ModoX
2022-12-17Core/Spells: Added SPELL_AURA_535 to aura enumModoX
2022-12-16Core/Players: Implemented new talent systemShauren
2022-12-15Core/Players: Don't remove unlearned spells from action barsShauren
2022-12-14Core/Spells: Added custom spell cast argShauren
2022-12-14Core/DataStores: Devirtualize DB2StorageShauren
2022-12-14Core/DataStores: Fixed loading empty db2 filesShauren