| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-21 | Scripts/ExilesReach: Implemented ship quests for both factions (#29019) | Malcrom | |
| * Warming up * Stand your ground * Brace for impact | |||
| 2023-06-20 | Scripts/DK: Fix Festering Strike (#29084) | Naddley | |
| 2023-06-20 | Core/Misc: Exclude most of WorldSession::HandleAreaTriggerOpcode from being ↵ | Shauren | |
| called when leaving the areatrigger | |||
| 2023-06-19 | Core/Spells: Added debuginfo to SpellEvent assertions | Shauren | |
| 2023-06-18 | Core/Creatures: Added missing assignment | Shauren | |
| 2023-06-18 | Core/Creatures: Drop dynamic flags from creature and creature_template (#29041) | Meji | |
| 2023-06-18 | clang build fix | Shauren | |
| 2023-06-18 | Core/Creatures: Added db fields to hold creature static flags | Shauren | |
| 2023-06-18 | Core/Quests: Fixed crash in Player::RewardQuest | Shauren | |
| 2023-06-17 | Core/Items: Item bonus generation improvements | Shauren | |
| * Pass ItemContext to item creation wherever possible * Support scaling item levels with m+ keystone levels (not used currently) * Fixed item link validation when client sends it as default uninitialized bonus list with context only * Support scaling items depending on current active season (seasons not implemented) * Implemented content tuning redirection | |||
| 2023-06-17 | nopch build fix | Shauren | |
| 2023-06-16 | Core/Spells: Validate known heirlooms for SPELL_EFFECT_CREATE_HEIRLOOM_ITEM | Shauren | |
| 2023-06-15 | Core/Misc: Don't logout players instantly when client automatically requests ↵ | Shauren | |
| a logout by idling too long | |||
| 2023-06-14 | Core/Misc: Replace std::abort with our ABORT macro | Shauren | |
| * libmysql is not a well behaved library on windows, it installs its own SIGABRT handler every time a new connection is opened, overriding our own | |||
| 2023-06-12 | GCC build fix | Shauren | |
| 2023-06-12 | Core/AreaTriggers: Implement visibility of serverside areatriggers with ↵ | Shauren | |
| .debug areatrigger command | |||
| 2023-06-11 | Core/Quests: New FlagsEx implementations | Shauren | |
| * QUEST_FLAGS_EX_REWARDS_IGNORE_CAPS * QUEST_FLAGS_EX_NO_CREDIT_FOR_PROXY * QUEST_FLAGS_EX_RECAST_ACCEPT_SPELL_ON_LOGIN * QUEST_FLAGS_EX_REMOVE_ON_PERIODIC_RESET * QUEST_FLAGS_EX_NO_ABANDON_ONCE_BEGUN | |||
| 2023-06-11 | Core/Spells: Corrected effect type implicit targeting for ↵ | Shauren | |
| SPELL_EFFECT_CREATE_PRIVATE_CONVERSATION | |||
| 2023-06-10 | typo fix | Shauren | |
| 2023-06-10 | Core/Quests: Quest flag fixups | Shauren | |
| * Update flag names * Implemented QUEST_FLAGS_COMPLETION_NO_DEATH and QUEST_FLAGS_FAIL_ON_LOGOUT * Started using QUEST_FLAGS_COMPLETION_EVENT and QUEST_FLAGS_COMPLETION_AREA_TRIGGER instead of a custom SpeclalFlag * Renamed Quest::IsAutoComplete to Quest::IsTurnIn to better describe what it means (a quest that can be turned in without accepting it to quest log) * Implemented QUEST_FLAGS_UPDATE_PHASESHIFT and removed forced phaseshift updates on every quest status change * Implemented QUEST_FLAGS_LAUNCH_GOSSIP_ACCEPT - reopens gossip menu with questgiver | |||
| 2023-06-09 | Core/Commands: Fix crash in .character customize chat output (#29069) | Смердокрыл | |
| 2023-06-09 | Core/Config: Implement reading config overrides from subdirectory (#29068) | Смердокрыл | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2023-06-09 | Core/Spells: Added enum flag operators to TriggerCastFlags to prevent ↵ | Shauren | |
| accidentally using CastSpellExtraArgs(bool) constructor when CastSpellExtraArgs(TriggerCastFlags) was intended | |||
| 2023-06-08 | Core/Spells: Allow passing SpellDestination to CastSpell to target locations ↵ | Shauren | |
| on a transport | |||
| 2023-06-08 | Core/Spells: Always remove spell target from transport on teleport spells if ↵ | Shauren | |
| spell destination does not target a position on the transport | |||
| 2023-06-08 | Core/Quests: Only launch gossip menu on quest completion when quest has ↵ | Shauren | |
| QUEST_FLAGS_LAUNCH_GOSSIP_COMPLETE flag | |||
| 2023-06-08 | Core/Quests: Fixed quest dialog not closing automatically when there are no ↵ | HuangStomach | |
| other follow-up quests for the quest giver | |||
| 2023-06-08 | Core/Scripts: Added const to GetDialogStatus functions | HuangStomach | |
| 2023-06-07 | Codestyle fix | Shauren | |
| 2023-06-07 | Core/Auction House: Fixed sorting items with itemlevel greater than 255 | Shauren | |
| 2023-06-05 | Scripts/Spells: Added proc requirements to a few auras that have ↵ | Shauren | |
| SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute | |||
| 2023-06-04 | Scripts/Spells: Implement Empowered Renew (#29036) | Teleqraph | |
| 2023-06-04 | Core/Auras: Implemented helper function to estimate total damage/healing ↵ | Shauren | |
| done by a periodic effect | |||
| 2023-06-04 | Scripts/Spells: Implement Healing Chorus (#29038) | Teleqraph | |
| Co-authored-by: Shauren <shauren.trinity@gmail.com> | |||
| 2023-06-03 | Scripts/Spells: Converted remaining spell scripts to use ValidateSpellEffect | Shauren | |
| 2023-06-03 | Scripts/Spells: Implement Holy Mending (#29031) | Teleqraph | |
| 2023-06-02 | Core/Quests: Implemented new db table quest_objectives_completion_effect | Shauren | |
| * Turn off automatic phase updates on quest objective completion * Allow more convenient conversation and spell casts on quest objective completion | |||
| 2023-06-01 | Core/Graveyards: Drop Faction column and replace it with conditions (#28965) | Jeremy | |
| 2023-05-31 | Scripts/Spells: Implement Say Your Prayers (#29028) | Teleqraph | |
| 2023-05-30 | Scripts/Spells: Added spell effect validation helper | Shauren | |
| 2023-05-29 | Core/Movement: Fixed uninitialized value in MoveSplineInitArgs | Shauren | |
| 2023-05-29 | Core/Spells: Implement SPELL_ATTR10_RESET_COOLDOWN_UPON_ENDING_AN_ENCOUNTER ↵ | Teleqraph | |
| (#29032) | |||
| 2023-05-29 | Core/Creatures: Move creature difficulty specific data from ↵ | Meji | |
| creature_template table to creature_template_difficulty (#28931) | |||
| 2023-05-28 | Core/Objects: Unify GameObjectSearcher, UnitSearcher, CreatureSearcher and ↵ | Shauren | |
| PlayerSearcher classes into one common implementation | |||
| 2023-05-28 | Core/Objects: Unify WorldObjectSearcher classes into one common implementation | Shauren | |
| 2023-05-28 | Core/Spells: Implemented spell target type 142 | Shauren | |
| 2023-05-27 | Core/Creatures: Allow summons to be initialized properly when summoner is ↵ | Shauren | |
| not in world yet | |||
| 2023-05-27 | Core/Auras: Fixed SPELL_AURA_LINKED_SUMMON summons not despawning when aura ↵ | Shauren | |
| is removed from unit being removed from world | |||
| 2023-05-26 | Core/Commands: Added .debug playercondition command | Shauren | |
| 2023-05-24 | Scripts/Spells: Added proc requirements to a few auras that have ↵ | Shauren | |
| SPELL_ATTR3_CAN_PROC_FROM_PROCS attribute | |||
