aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-06-12Core/Database: Remove future/promise typedefs from a public header (these ↵Shauren
are internal to database project)
2024-06-12Core/Spells: Implemented SPELL_ATTR9_ITEM_CAST_GRANTS_SKILL_GAINShauren
2024-06-11Core/Spells: Implemented SPELL_ATTR9_IGNORE_TOTEM_REQUIREMENTS_FOR_CASTING - ↵Shauren
fixes some totems requiring legacy items in inventory
2024-06-11Core/Spells: Rename more SpellAttr9Shauren
2024-06-11Core/Spells: Updated SPELL_ATTR4_ONLY_FLYING_AREAS implementation to account ↵Shauren
for latest flying requirements
2024-06-11Core/Spells: Implemented SPELL_ATTR9_ONLY_WHEN_ILLEGALLY_MOUNTEDShauren
2024-06-10Core/Spells: Fixed UnitData::ChannelObjects for channeled spells using dest ↵Meji
targets (#30027)
2024-06-10Core/Spells: Implemented SPELL_ATTR9_MOD_INVIS_INCLUDES_PARTYShauren
2024-06-10Core/Spells: Implemented SPELL_ATTR9_FORCE_DEST_LOCATIONShauren
2024-06-08Core/Creatures: Validate creature.modelid on startup (#30023)Meji
2024-06-07Scripts/KingsRest: Implement Intro event (#30026)Naddley
2024-06-04Scripts/StormsongValley-ish: Added scripts for old god forces for Kul Tiran ↵ModoX
unlock questline in Port Fogtide Part 1 / K'thir (#30000)
2024-06-04Core/Disables: Added DISABLE_TYPE_PHASE_AREA (#29997)ModoX
2024-06-04Core/Misc: Added Loading.Locales to enable/disable the load of locales (#30013)Antonio Martín Berti
2024-06-02Remove excesive white line on worldserver.conf.distAokromes
2024-06-02Build fixShauren
2024-06-02Core/Misc: Fixed windows _UNICODE incompatibilitiesShauren
2024-06-02Core/Crypto: Rename our Argon2 to avoid possible conflict with library file ↵Shauren
on some configurations
2024-05-31CI/GitHub: Add Windows x86_64 CI (github actions) support. (#29773)Fabian König
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-05-30Scripts/Spells: Implemented Priest talent Sanctuary (#29727)Mematoru
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-05-29Core/Misc: Remove separate storage for custom messages in exception types ↵Antonio Martín Berti
and store it directly in base class from <stdexcept> (#30012)
2024-05-28Core/PacketIO: Constexpr-ify UpdateMaskShauren
2024-05-27Core/AreaTriggers: Implement height check for polygon db2 areatriggersShauren
2024-05-27Core/AreaTriggers: Fix triggering of client areatriggers for some shapesMeji
2024-05-26Core/Quests: Fix case where source item provided isn't added to the bag (#29959)Meji
2024-05-26Core/Players: Use TeleportLocation for summon and recall locationsShauren
2024-05-25Core/Players: Extended world_safe_locs with transport guid - this allows ↵Golrag
teleporting to a different map directly to a transport and having graveyards on transports
2024-05-25Core/Players: Allow targeting a specific transport during teleportsGolrag
2024-05-25Core/Creature: Implemented CREATURE_STATIC_FLAG_IGNORE_COMBATModoX
2024-05-25Core/DataStores: Implemented new ContentTuning offset typeShauren
2024-05-24Core/Players: Defined all avg item level slotsShauren
2024-05-23Core/Spells: Fixed gcc 14 buildShauren
2024-05-23Core/Creatures: Check fallback difficulty data for creature static flags ↵Meji
override (#29992)
2024-05-22Core/Conditions: Added private object to StaticConditionTypeData and defined ↵ModoX
CONDITION_STRING_ID as valid ConditionType
2024-05-22Core/Auras: Corrected implementation of dungeon encounter related interrupt ↵Shauren
flags
2024-05-22Scripts/MawOfSouls: Implemented Ymiron, the Fallen King encounter (#29987)ModoX
2024-05-21Core/Players: Define names for all ActivePlayerData::DataFlags fieldsShauren
2024-05-21Scripts/RagefireChasm: Implement Slagmaw encounter (#29989)Aqua Deus
2024-05-19Core/DataStores: Sort ConditionalContentTuning container by OrderIndex (#29994)Meji
2024-05-19Core/Creatures: Fix level scaling for summons without ↵Meji
SummonPropertiesFlags::UseCreatureLevel (#29958)
2024-05-19Core/Spells: Implemented SummonPropertiesFlags::UseDemonTimeoutShauren
Closes #29930
2024-05-18Core/Criteria: Implemented CompletedLFGDungeon criteria type (#29980)Antonio Martín Berti
2024-05-18Core/Spells: Prevent creatures from being able to cast all their spells ↵Shauren
while moving Closes #26137
2024-05-18Core/AreaTriggers: Move SpellForVisuals override from AT spawn to properties ↵Meji
(#29982)
2024-05-18Scripts/RagefireChasm: Implement Lava Guard Gordoth encounter (#29993)Aqua Deus
2024-05-16Core/Maps: Fixed manual spawn groups being automatically spawned by conditionsShauren
2024-05-16Scripts/RagefireChasm: Fix typo and Twisted Elements rescheduling after ↵ModoX
Shadow Storm cast
2024-05-16Scripts/RagefireChasm: Implement Dark Shaman Koranthal encounter (#29977)Aqua Deus
2024-05-16Scripts/RagefireChasm: Added missing evade on despawn and boss unit frames ↵ModoX
to Adarogg
2024-05-15Core/Spells: Implemented SPELL_ATTR13_DO_NOT_ALLOW_DISABLE_MOVEMENT_INTERRUPTShauren