aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
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
2023-10-13Core/Objects: Remove restriction on what object types can be set as activeShauren
2023-09-26Core/World: refactored locale detection to resolve a ill-defined for loop war...Ovahlord
2023-09-26Core/Player: return player corpse locations by reference instead of creating ...Ovahlord
2023-09-26Core/World: added underlying types to world config enumsOvahlord
2023-09-23Core/Battlegrounds: Fix group loot (#29300)Giacomo Pozzoni
2023-09-19Core/Groups: Reduce differences between branches (define naming) (#29332)M'Dic
2023-09-18Core/Pets: Avoid loading creature_addon/creature_template_addon (#29331)Gildor
2023-09-01Core/Misc: Silence a false positive warningShauren
2023-08-31Core/Vehicles: Fixed crash happening if a vehicle despawns during handling of...Shauren
2023-08-29Scripts/Trial of the Crusader: Update Read and Write Save Data (#29293)Gildor
2023-08-27Core/Logging: Fixed missing log format changesShauren
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-08-23Core/Battlefields: Added missing virtual destructor (and delete copy and move...Shauren
2023-08-23Core/Misc: Add missing virtual destructorsShauren
2023-08-23Build: Support ASAN on msvcShauren
2023-08-23Core/Units: Fixed possible use after free in ThreatManagerShauren
2023-08-22Core/Movement: Fixed use after free in WaypointMovementGeneratorShauren
2023-08-17Core/Logging: Fixed a few missed log format statementsShauren
2023-08-15Core/Misc: Replace std::abort with our ABORT macroShauren
2023-08-15Core/DBLayer: Relaxed restrictions on which Field class member function can b...Shauren
2023-08-15Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-08-15Core/Misc: Removed structure bitfield definitions that don't do anythingShauren
2023-08-12Core/Misc: Include cleanup, 2023 editionShauren
2023-08-12Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-08-12Core/Misc: Migrate our c++20 advstd to standard featuresShauren
2023-08-12Core/Misc: Use boost/circular_buffer forward declaration headers in our headersShauren