aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2023-12-15Core/Database: Replace DatabaseWorker with asio io_contextShauren
2023-12-15Core/Vehicle: Only interrupt channels with SpellAuraInterruptFlags::Mount whe...ModoX
2023-12-15Core/Spells: Implemented SPELL_AURA_MOD_FIXATE (#29488)ModoX
2023-12-12Core/Player: Added helpers to check quest objective statusModoX
2023-12-12Core/Battleground: Rework BattlegroundScore (#29438)Jeremy
2023-12-09Scripts/AzureVault: Implement Telash Greywing encounter (#29469)Naddley
2023-12-08Core/Misc: Minor code modernization - kill std::bindShauren
2023-12-08Core/Spells: Fixed target radius calculation for TARGET_DEST_*_RANDOM (#29479)Meji
2023-12-07Core/Auction House: Added missing nullptr check in AuctionHouseObject::SendAu...Shauren
2023-12-06Core/Items: Fixed socket bonus checks (and reduce differences between branches)Shauren
2023-12-04Core/Players: Learn parent skilllines if they are missing while learning chil...Shauren
2023-12-02Core/PacketIO: Fixed server time sent in CalendarRaidLockoutAddedShauren
2023-11-28Core/Instances: Prevent sending PendingRaidLock in instances that don't have ...Shauren
2023-11-27Core/Misc: Kill another synchronous db query in packet handlersShauren
2023-11-26Scripts/Conditions: Fallback to other targets to get map if first target is i...ModoX
2023-11-26Core/Spells: Pass customArg from missiles to its triggered spellModoX
2023-11-26Core/Creatures: Don't require `creature`.`modelid` to be one of linked `creat...Shauren
2023-11-25Core/Units: Update PlayHoverAnim state when flying or hovering (#29434)Meji
2023-11-25Core/Spells: Implement spell queue (#29409)Ovahlord
2023-11-24Core/Waypoints: Drop waypoint_scripts table (#29437)ModoX
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
2023-11-23Core/Auras: Fixed crash happening when a periodic aura tick triggers SPELL_AU...Shauren
2023-11-22Core/Phasing: Fixed startup crash caused by accessing uninitialized global va...Shauren
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-11-20Core/Scripts: Add start/fail asset values from criteria to valid game event idsShauren
2023-11-16Core/Instances: Fixed initializing instance id sequence generatorShauren
2023-11-14Core/BattlegroundMap: Load all cells when created & mark all creatures as act...Jeremy
2023-11-13Core/Objects: Fixed SelectNearestPlayerShauren
2023-11-12Core/Achievements: Implemented DefeatDungeonEncounter and DefeatDungeonEncoun...Shauren
2023-11-10Scripts/SFO: Implemented Anduin Wrynn encounter (#28540)AlexIndex
2023-11-10Core/Creatures: Remove stand state when a creature attacks or dies (#29396)Meji
2023-11-10Core/Spell: Allow creatures with sparring active to damage themselvesModoX
2023-11-10Core/Chat: Explicitly ignore disabling chat featureShauren
2023-11-09Core: Update to 10.2.0Shauren
2023-11-07Core/Mail: Moved gold check closer to where it is taken awayShauren
2023-11-06Core/InstanceScript: Refactored door types to reflect its behavior (#29406)ModoX
2023-11-05Core/AI: Move ArcherAI to individual creature script (#29383)ModoX
2023-11-05Core/Conditions: Allow battleground maps to use CONDITION_INSTANCE_INFOShauren
2023-11-04Core/Auras: Fixed SPELL_AURA_CHARGE_RECOVERY_AFFECTED_BY_HASTE_REGEN affectin...Shauren
2023-11-03Core/Spells: Store BasePoints as float in SpellEffectInfoShauren
2023-11-02Core/Spells: Prevent duplicating trait configs for Generic typeShauren
2023-11-01Core/Gossip: Rename and document text id field in SMSG_GOSSIP_MESSAGE to incl...Shauren
2023-10-31Build fixShauren
2023-10-31Core/Random: Changed random functions returning doubles to return floatsShauren
2023-10-30Core/Auras: Update mount capability aura after all login loading is doneShauren
2023-10-30Core/SAI: Moved event_flags for difficulties to new field Difficulties (#29377)Meji
2023-10-30Core/Group: Fix possible crash (#29400)Jeremy
2023-10-28Core/Creatures: Taxi improvementsShauren
2023-10-27Core/Players: Don't update mount capability while loading from db - auras are...Shauren
2023-10-26Core/Spells: Make SpellEffectInfo not copyableShauren