aboutsummaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2025-05-17Core/Spells: Remove NYI labels from implemented spell effect attributesShauren
2025-05-16Core/PacketIO: Move ObjectGuid and Position::PackedXYZ packet functions out o...Shauren
2025-05-16Scripts/TheJadeForest: Implement quest "Paint it Red!" (31765) (#30884)Meji
2025-05-16Core/Conditions: Fix copypaste from previous commitShauren
2025-05-16Core/Conditions: Catch exceptions caused by invalid WorldStateExpression dataShauren
2025-05-15Core/PacketIO: Rename ByteBuffer::contents to ByteBuffer::dataShauren
2025-05-15Core/PacketIO: Fixed WorldPackets::SizedCString read function (it should not ...Shauren
2025-05-14Scripts/Drustvar: Implement Quest: "Really Big Problem" (#30939)Naddley
2025-05-13Core/Misc: Make string and string_view literal suffixes globally availableShauren
2025-05-12Core/Network: Update LoginRESTService to check all addresses together (#30927)Jason Dove
2025-05-12Core/PacketIO: Improved bit functions - no longer reads each bit separatelyShauren
2025-05-12Scripts/Spells: Fix proc of hunter talent Bullseye (#30788)Aqua Deus
2025-05-11Scripts/Misc: Update ScriptPCH content to include most commonly headersShauren
2025-05-11Core/Vehicles: Added field to set a default pitch (#30878)Meji
2025-05-11Core/Misc: Added new CanSeeOrDetectExtraArgs to CanSeeOrDetect (#30882)Meji
2025-05-11Scripts/Spells: Implement spell no NPC damage below override (#30932)Naddley
2025-05-10Core/AreaTrigger: Implement AreaTriggerActionSetFlag::DontDespawnWithCreator ...ModoX
2025-05-09Core/Misc: Define new item modifiers and report categoriesShauren
2025-05-08Core/World: Move linking instance socket to WorldSessionShauren
2025-05-08Core/World: Refactor World::LoadConfigSettings to unify validation of all con...Shauren
2025-05-07Core/Config: Use std::string_view instead of std::string to lookup config valuesShauren
2025-05-07Core/Misc: Minor compile time improving changesShauren
2025-05-06Core/Spells: Implemented new SpellMisc field, MinDuration that controls minim...Shauren
2025-05-05Scripts/Spells: Implement hunter talent Rejuvenating Wind (#30839)Aqua Deus
2025-05-05Core/Misc: Fix typosShauren
2025-05-05Scripts/Spells: Implement hunter pvp talent Aspect of the FoxShauren
2025-05-05Scripts/Spells: Implement hunter talent Scout's Instincts (#30841)Aqua Deus
2025-05-05Scripts/Spells: Implement hunter talent Tar Trap (#30846)Aqua Deus
2025-05-04Scripts/Spells: Implement hunter talent Wilderness Medicine (#30848)Aqua Deus
2025-05-04Scripts/Spells: Implement hunter talent Implosive Trap (#30856)Aqua Deus
2025-05-04Scripts/Spells: Use CastSpellExtraArgsInit everywhere in shaman scriptsShauren
2025-05-01Core/Auras: Interrupt spells with SPELL_PREVENTION_TYPE_PACIFY when applying ...Shauren
2025-04-30Core/Spells: Start spells triggered by SPELL_EFFECT_FORCE_CAST_2 without any ...Shauren
2025-04-30Core/Players: Fix deleting favorite spells (#30905)Jason Dove
2025-04-29Core/Auras: Support PROC_ATTR_REQ_SPELLMOD for procs using PROC_ATTR_USE_STAC...Shauren
2025-04-29Scripts/Spells: Implement evoker talent Burnout (#30890)Aqua Deus
2025-04-28Scripts/Spells: Implement evoker talent Panacea (#30892)Aqua Deus
2025-04-28Scripts/Spells: Implement evoker talent Call of Ysera (#30893)Aqua Deus
2025-04-28Core/Players: Implemented item level based armor damage reduction diminishing...Shauren
2025-04-27Core/Chat: Support new 11.1.5 chat link color format and more chat link typesShauren
2025-04-26Core/Items: Updated item gem colorsShauren
2025-04-25Core: Updated to 11.1.5Shauren
2025-04-25Core/Quests: Convert quest loading to named field access (ref 29a680a1c264e5c...Shauren
2025-04-25Core/Database: Added very simple macro to create named query result field acc...Shauren
2025-04-24Core/Players: Define all character flags used in SMSG_ENUM_CHARACTERS_RESULTShauren
2025-04-22Core/Spells: Remove triggering spell link from SPELL_EFFECT_FORCE_CASTShauren
2025-04-21Core/Spells: Handle SPELL_EFFECT_FORCE_CAST on spell launch instead of hitShauren
2025-04-20Core/Spells: Fire OnEffectSuccessfulDispel for SPELL_EFFECT_DISPEL_MECHANICShauren
2025-04-20Core/Spells: Rename confusing SpellState enum valuesShauren
2025-04-19Core/Conditions: Added conditions for automatic learning spells with SkillLin...Shauren