aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2024-02-24Scripts/Zul'Gurub: Corrected brazier of madness boss despawn timeShauren
2024-02-23Scripts/Zul'Gurub: Fixed Edge of Madness (#29593)bibi
2024-02-23Scripts/Pets: Implemented Elwynn Lamb minipet feature. (#29635)Mykhailo Redko
2024-02-23Scripts/Sunken Temple: fix Shade of Eranikus and Jammal'an the Prophet (#29663)bibi
2024-02-23Core/Chat: Control CHAT_MSG_PARTY_LEADER serversideShauren
2024-02-23Core/PacketIO: Removed wrong error packet used when trying to leave party in ...Shauren
2024-02-23Core/PacketIO: Implemented SMSG_REAL_GROUP_UPDATE, used to access information...Shauren
2024-02-22Core/Spells: allow players to absorb fire damage from environmental damage sp...Ovahlord
2024-02-21Core/Spells: Fixed incorrect switch logic in Unit::SpellCritChanceDoneShauren
2024-02-21Core/Spells: Allow spells with SPELL_DAMAGE_CLASS_NONE to critShauren
2024-02-21Core/Spells: Changed unintuitive behavior of SPELLVALUE_CRIT_CHANCE (#29730)Mykhailo Redko
2024-02-16Core/DBUpdater: Changed autoupdater created databases to use utf8mb4 instead ...Shauren
2024-02-15Core/SAI: Fixed SMART_ACTION_MOVE_TO_POS using target coordinates as destinat...Shauren
2024-02-14Core/Instances: Name unknown EncounterFrameType ENCOUNTER_FRAME_PHASE_SHIFT_C...Shauren
2024-02-13Core/MMAPs: Sprinkle master branch thread safety on mmap loading codeShauren
2024-02-13Core/Players: Improvements for talent reset logic. (#29580)Mykhailo Redko
2024-02-13Core/Spells: Implement visual aura duration of Rogue talents Overkill and Mas...Gildor
2024-02-09Core/Spells: Immune a reflected spell if the original caster cannot be it's t...Mykhailo Redko
2024-02-04Fix typo in Player.cpp (#29638)Jan125
2024-01-26Core/Conditions: Added conditions for AreaTriggers (AreaTrigger.dbc) (#27174)ModoX
2024-01-24Core/PacketIO: Implemented CMSG_BUSY_TRADE and CMSG_IGNORE_TRADE (#29570)Mykhailo Redko
2024-01-22Scripts/Commands: .account set seclevel command will update security level fo...Mykhailo Redko
2024-01-13Core/Spells: Kill incorrect attribute implementationShauren
2024-01-08Scripts/TempleOfAhnQiraj (#29571)Fraxinus94
2024-01-06Scripts/Commands: Implemented .bg start and .bg stop commands.r4dish
2024-01-06Core/Misc: Add permission that allows player to be AFK on the battleground.r4dish
2024-01-06Core/Misc: Do not apply Deserter debuff to players teleported from the battle...r4dish
2024-01-06Core/RBAC: Add permission that prevents getting a battleground deserter debuff.r4dish
2024-01-04Scripts/Bloodmyst Isle: Add missing Legoso Talk target (fixes $n) (#29554)Demolitionist Legoso
2023-12-30Core/Misc: Reserve trinity_string ids 1997-1998 for master branchMeji
2023-12-28Core/Items: Fix BuyItemFromVendorSlot slot validation (#29511)HelloKitty
2023-12-13Core/Creatures: Update HomePosition upon ExitVehicle only if the creature was...Gildor
2023-12-11Core/Cells: Improve cell copy constructor and argument passing codegen (now f...Shauren
2023-12-11Core/Cells: align Cell.data.Part fields by 8 bits and enlarge Cell structure ...Gosha
2023-12-07Core/Auction House: Added missing nullptr check in AuctionHouseMgr::SendAucti...Shauren
2023-12-03Core/Misc: PackedGuid refactoring to remove ByteBuffer.h include from ObjectGuidShauren
2023-12-03Core/Items: Fixed soulbound tradeable items not being properly update once ev...Kelno
2023-12-02Core/Misc: Added windows version checks during startup to avoid confusion abo...Shauren
2023-12-02Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-12-02Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-11-10Core/Spells: Fixed Conflagrate direct damage not benefitting from talents tha...Shauren
2023-11-07Core/Mail: Moved gold check closer to where it is taken awayShauren
2023-11-02Core/Battlefield: Fixed using invalidated iterator when a player queued for w...Shauren
2023-10-29Core/Loot: Check bank for unique loot items when determining loot roll eligib...Gildor
2023-10-26Core/Spells: Make SpellEffectInfo not copyableShauren
2023-10-18Core/Misc: Remove incorrect (and unused) equality operator overloads from Lin...Shauren
2023-10-17Core/Misc: Fixed thread-unsafe access to list of objects that should be spawn...Shauren
2023-10-15Core/Auras: Implemented SPELL_ATTR7_DISABLE_AURA_WHILE_DEAD (suppress aura ap...Shauren
2023-10-14Core/Auras: Registering a new owned aura will now search existing owned auras...Shauren
2023-10-13Core/Object: Remove casts in WorldObject::setActiverobinsch