aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers
AgeCommit message (Expand)Author
2022-04-16Core/PacketIO: Fixed incorrect packet response when ignoring playersShauren
2022-04-16Core/Battlegrounds: Replaced overriding m_team with more fine grained approachShauren
2022-04-16Core/Battlegrounds: Store mercenary status separately from the aura obtained ...Shauren
2022-04-16Core/Battlegrounds: Implement mercenary systemTraesh
2022-03-27Core/Misc: Rename AddXXXFlag updatefield functions to SetXXXFlagShauren
2022-03-26Core/Misc: Rename SetXXXFlags updatefield functions to ReplaceAllXXXFlagsShauren
2022-03-22Core/Spells: Interrupt spells and auras before sending loot to client (#27279)acidmanifesto
2022-03-19Core/Misc: Improvement item durability repair logic. (#26911)Mikhail Redko
2022-03-14Core/QuestHandler: Fix potential crash caused by QUEST_FLAGS_PARTY_ACCEPT wit...HelloKitty
2022-03-13Don't count character pending deletion towards character per account limit (#...Kelno
2022-03-11Core/Misc: Clear unused undef leftover in a refactor (#26616)Kelno
2022-03-09Core/Console: Improve ReadWinConsole logic and cosmetic changes (#26402)Mikhail Redko
2022-03-06Core/Misc: Fix static analysis issues (#25924)Giacomo Pozzoni
2022-03-06Core/Creature: Add new db field InteractionPauseTimer (#25880)Giacomo Pozzoni
2022-03-06Core/Misc: Fix typo in SendAuthWaitQue method name (#25887)Jan Van Buggenhout
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-03-05Core/Movement: Add a debug log when a player falls below the mapjackpoz
2022-02-28Core/DBLayer: Fixed memory leaks with existing SQLQueryHolder uses and elimin...Shauren
2022-02-28Core/Mail: Replaced blocking db query in mail sending with async versionShauren
2022-02-28Core/Mail: Naming sync with 3.3.5Shauren
2022-02-28Core/Auction House: Eliminate blocking db queries for account permissions whe...Shauren
2022-02-27Core/Quest: Fix wrong feedback sent to the quest sharing sender with auto-acc...Giacomo Pozzoni
2022-02-27Scripts/ChatCommands: Constrain how char const* may be used as a command hand...Treeston
2022-02-26Core/Quests: Fixes response selection to use correct referenced identifier (#...ModoX
2022-02-25Core/PacketIO: Rename some new opcodesShauren
2022-02-24Core/PacketIO: Updated packet structures to 9.2.0Shauren
2022-02-13Core/BattlePets: Implemented CMSG_BATTLE_PET_UPDATE_NOTIFY (#27724)Meji
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-02-11Core/Guilds: Forward declare GuildAchievementMgrShauren
2022-02-11Core/Misc: Cleanup TaxiPathGraph includes (don't leak boost::graph outside)Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-02-10Core/Auras: Proc flag updatesShauren
2022-02-07Core/Spells: Implement SPELL_ATTR7_BYPASS_NO_RESURRECT_AURA (#27714)Aqua Deus
2022-02-06Core/Characters: Replace 2 database statements with 1jackpoz
2022-02-05Add "On" to some gossip methods in AI (#25415)Maks Szokalski
2022-02-05[3.3.5] Core/Guilds: Guild cleanup (PR #25422)Treeston
2022-02-04Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2022-02-04Core/Warden: Add Lua checks to Warden (PR #25286)Treeston
2022-02-02Warning fixesShauren
2022-02-02Core/Pets: Updated pet summoning for latest client version (5 Call Pet spells...Shauren
2022-01-31Core/Pets: Save last summoned pet number in characters tableShauren
2022-01-31Core/Pets: Removed storing stable slot count in dbShauren
2022-01-31Core/PacketIO: Removed handlers for two pet opcodes that no longer existShauren
2022-01-31Core/Pets: Fixed saving pets put in stable while not being summonedShauren
2022-01-31Core/Pet: Fix assert triggered by e203ecda88a327c4e93588f39cc4ffdcf99b30f7jackpoz
2022-01-31Core/Pet: Attempt to fix assertions triggered when summoning pets (#26501)Giacomo Pozzoni
2022-01-31Core/Pets: Pet management refactoring (#25191)Shauren
2022-01-26Core/Unit: Make HandleEmoteCommand typesafe (#25249)Peter Keresztes Schmidt
2022-01-26Core/Misc: Fix static analysis issues (#25194)Giacomo Pozzoni
2022-01-24Core/DBLayer: Add nicer api for SQLQueryHoldersShauren