aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-02-28Core/Server: improve timestamp format output for large time values (#24193)ForesterDev
2020-02-28Core/DynamicInfo: rename some parameters according packet definitions (#24192)ForesterDev
2020-02-28Core/Units: UNIT_FLAG_PACIFIED will no longer block victim updates (#24190)Ovah
* Core/Units: UNIT_FLAG_PACIFIED will no longer block victim updates * pacified units should only have their melee attacks blocked as counterpart to silence mechanics * Core/Spells: removed unnecessary attack stop call from pacify aura effect handler
2020-02-28Scripts/Gameobject: Move Orb of Command script to SAI. (#24189)Rushor
* Scripts/Gameobject: Move Orb of Command script to SAI. * Scripts/Gameobject: Move Orb of Command script to SAI. * Rename 2020_12_23_00_world.sql to 2020_02_28_03_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-28Core/Movement: Implement MoveSplineFlag::Enter_Cycle (#24049)NoName
by xvwyh #22448
2020-02-28DB/GameObject: Protoype Console 65262/191761Killyana
Closes #22648
2020-02-27DB/Conditions: Fix an error in the previous commitKillyana
2020-02-27DB/Gossips: Fix Commoner's gossip texts for all game eventsKillyana
Ref #16129
2020-02-27DB/Creature: Remove wrong auras from Unworthy InitiateSorikoff
Closes #24204
2020-02-26Tools/MMaps: Fix strange paths in Blackfathom Deepsjackpoz
Increase the agent height by x2 to reduce the chance of having underground mmap layers wrongly picked by recast.
2020-02-26DB/Misc: Restore WDB data to some "Ice Stone" gobsKillyana
Wrong changes were made here https://github.com/TrinityCore/TrinityCore/blob/f7283d97660be93921fdabb58a9fc3a245ece6e2/sql/old/7/world/00_2017_04_18/2017_02_01_04_world_2016_06_22_03_world.sql
2020-02-25DB/Quest: Totem of TiktiKillyana
Closes #24196
2020-02-23Core: Build on ARM64 - Raspberry Pi (preferable 4) (#23885)daMaex
* build again on aarch64 * include mm_malloc header instead of defining self
2020-02-23Core/Movement: Add support to cyclic splines to GenericMovementGeneratorjackpoz
GenericMovementGenerator sets the _duration to the return value of spline.Launch(). For cyclic splines, this is the duration of 1 single cycle, while the spline itself never ends. To support this edge case in GenericMovementGenerator we just never update the _duration timer for cyclic splines.
2020-02-23DB/Creature: Remove useless script from Zeppelin Power CoreKillyana
2020-02-22CI/Circle CI: Reduce ccache size from 5G to 1GGiacomo Pozzoni
This should speedup Circle CI cache saving and in turn no-pch build
2020-02-22Core/Server: correct timestamp format for shutdown/restart notification ↵ForesterDev
broadcasts (#24181) * Core/SmartScripts: implement SMART_ACTION_OVERRIDE_LIGHT and SMART_ACTION_OVERRIDE_WEATHER * Core/Server: correct timestamp format for shutdown/restart notification broadcasts * remove unexpected changes * move enum from Common to Util * Use enum class instead of enum * Fix width for seconds 0 to 9
2020-02-22Core/SmartAI: implement SMART_ACTION_OVERRIDE_LIGHT and ↵ForesterDev
SMART_ACTION_OVERRIDE_WEATHER (#24146) * Core\SmartAI: implement SMART_ACTION_OVERRIDE_LIGHT and SMART_ACTION_OVERRIDE_WEATHER * Change the invoker of action to any worldobject * Revert "Change the invoker of action to any worldobject" This reverts commit 2e15f7258553b7057c3e8f67c54efc77fb6d75b8. * Add dbc-validations for new actions * Use GetBaseObject() instead of Creature* for new actions. Add debug-logging
2020-02-22Scripts/Ebon Hold: Massacre At Light's Point (#24106)Sorikoff
* Scripts/Ebon Hold: Massacre At Light's Point * Update 9999_99_99_99_world.sql * Final stuff * Rename 9999_99_99_99_world.sql to 2020_02_22_00_world.sql Co-authored-by: Eridium <6587064+Killyana@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-21DB/Creature: Remove dups and add some missing Ribbon Pole Debug TargetKillyana
2020-02-21DB/Creature: Midsummer CelebrantKillyana
2020-02-21Update 2020_02_21_00_world.sqlAokromes
2020-02-21DB/Creature: Fix some Midsummer CelebrantKillyana
2020-02-20CI/CircleCI: Switch to Ubuntu 19.04Giacomo Pozzoni
2020-02-20DB/GameObject: Add animation to the Gift of the HarvestervKillyana
2020-02-19DB/GameObject: Respawn Void Conduit Spell Focus to get a retail behaviorKillyana
Related to the quest On Nethery Wings Closes #6210
2020-02-19Core/GameObject: Fix wrong calculation of the spellfous distanceKillyana
Closes #24177
2020-02-18DB/SAI: Remove useless SAIKillyana
2020-02-18Core/SAI: SMART_ACTION_PAUSE_MOVEMENTOvahlord
Closes #22346
2020-02-18Boss/Script: Add Crazed Apothecary to Apothecary Hummel encounterKillyana
Closes #19520 Closes #24176
2020-02-18DB/Text: Update Apothecary Hummel gossip text by the new oneKillyana
2020-02-18DB/Misc: Spawn missing npcs trigger and add SAI to Crazed ApothecaryKillyana
2020-02-17DB/GameObject: Fix flags for Serpentshrine ConsolesKillyana
2020-02-17DB/GameObjects: Add missing gameobjects to Serpentshrine CavernKillyana
2020-02-17DB/GameObjects: Respawn Serpentshrine Cavern gameobjets properlyKillyana
2020-02-17DB/Creature: Add some missing npc triggersKillyana
Hillsbrad Internment Lodge Quest Trigger & Thrall Quest Trigger & Blade Dance Target
2020-02-17DB/Quest: Escape from SilverbrookKillyana
Closes #24167
2020-02-17DB/Quest: Reconnaissance Flightdr-j
Closes #23792
2020-02-17DB/Misc: The BotanicaKillyana
2020-02-16DB/Creature: Ancient Draenei SpiritKillyana
2020-02-16DB/Creature: Wildhammer Gryphon RiderKillyana
2020-02-16DB/Creature: Pool of SoulsKillyana
2020-02-16DB/Creature: Add some missing npc triggers to HyjalKillyana
2020-02-16[WIP] Core/AI: Pets musn't attack civilian NPC in aggressive mode (#24121)Sorikoff
* Core/AI: Pets musn't attack civilian NPC in aggressive mode * Move decision to ignore civilians to PetAI, keeping the check in GridNotifiers Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-16Core/Creature: Use proper name for wander distance. (#24133)ratkosrb
* Use proper name for wander distance. * Rename db field. * Fix query. * Remove underscore from chat command. * Rename the handler too. * Update chat command description. * Fix remaining issues. * Rename 2020_99_99_99_world_335.sql to 2020_02_16_01_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2020-02-16Scripts/World: Hourly Bell sound, further improvements (#24147)schell244
* Improvements for hourly bell sound * TC codestyle * added missing breaks and improve codestyle
2020-02-16Remove dependency on undefined behaviour (#24159)Ujp8LfXBJ6wCPR
See https://stackoverflow.com/a/4328396 Previous method works but is technically illegal.
2020-02-16DB/Locales: Formula: Enchant Cloak - Titanweave and Shadow ArmorJildor
Closes #24162
2020-02-16Boss/Script: Fix an error in a previous commitKillyana
Closes #24160 Closes #24161
2020-02-16DB/Misc: The Shattered HallsKillyana